The 3G4G Blog:3GPP Study on Modernization of Specification Format and Procedures for 6G (6GSM) - blog.3g4g.co.uk/2026/03/3gpp...
#3G4G5G #3GPP #6GSM #6G #Standards #Specifications #WYSIWYG #DataDrivenWorkflows #Markdown #AsciiDoc #Automation #ASN1
It's a new hex5month, and #hexunixtime has a new feature. Give the `hexunixtime` function the name of a format for more info. EG:
> hexunixtime hex5month
069Bm
most significant digit: increments every ~4355 years (137438953472 seconds)
least significant digit: increments every ~24.3 days […]
I start to leverage the true potential of #codingassistants only now. So far, I crossposted my blog posts by first transforming them from #Asciidoc to #Markdown by hand. Feasible, but boring.
I have created a #ClaudeCode command and my life is so much better.
I've put together asciidoc-mode (github.com/bbatsov/asci...) - a super lean major #Emacs mode for editing #AsciiDoc documents, powered by #TreeSitter
It's a lighter and simpler alternative to the more established adoc-mode (also maintained by yours truly), that I've been meaning to do for a while.
Really like the templating capability of last #maven dependency plugin, so easy to generate #asciidoc from your deps now!
living #doc with #maven is one more step easier
Side by side comparison of light mode vs dark mode of AsciiDoc html documents
As part of building my AsciiDoc tooling suite in rust, I've used the Hubris documentation from Oxide (among others) to test it out.
I've added a document attribute called `:dark-mode:` that also allows dark mode rendering. 👌
github.com/nlopes/acdc #rust #asciidoc #rust-lang
I'm going to start posting more about acdc.
I did a bunch of work this weekend (with claude code) and I'm happy with the results:
- Tag filtering for includes (tag=, tags=*;!debug)
- [subs=+quotes] on listing blocks
- Index catalog in the html output
🦀 github.com/nlopes/acdc
#rustlang #asciidoc
"I'll just whip up a quick #TreeSitter grammar for #asciidoc highlighting in #HelixEditor", he said ...
Wenn du seit über 10 Jahren deine Dokumentationen in #Asciidoc machst. Und dann auf #Markdown wechseln musst.
Math in Markdown and AsciiDoc
A blog by Ronald
#dev #softwaredevelopment #SoftwareDesign #AsciiDoc #Math #Markdowm #LaTeX
jdriven.com/blog/2025/12/Math-in-Mar...
🆕 pandoc 3.8.3 🎉
This release adds three new input formats (Asciidoc, PPTX, and XLSX) and one new output format (BBCode + variants).
It also fixes a number of bugs (including some regressions in 3.8). See the changelog for full details.
Thanks to all who contributed! […]
Top Laune wieder heute. Draußen ist es nass und bäh. Das wird eine super @nook
Aber falls ihr Lust habt, fragt mich was zu #AsciiDoc 😉
Google is killing the open web, part 2 I wrote a few months ago about the proxy war by Google against the open web by means of XSLT . Unsurprisingly, Google has been moving forward on the deprecati...
#Apple #AsciiDoc #Blink #DRM #EME #EmbraceExtendExtinguish #EncryptedMediaExtensions #FTP […]
Google is killing the open web, part 2 I wrote a few months ago about the proxy war by Google against the open web by means of XSLT . Unsurprisingly, Google has been moving forward on the deprecati...
#Apple #AsciiDoc #Atom #Blink #DRM #EME #EmbraceExtendExtinguish #EncryptedMediaExtensions […]
Google is killing the open web, part 2 I wrote a few months ago about the proxy war by Google against the open web by means of XSLT . Unsurprisingly, Google has been moving forward on the deprecati...
#Apple #AsciiDoc #Blink #DRM #EME #EmbraceExtendExtinguish #EncryptedMediaExtensions #FTP […]
Google is killing the open web, part 2 I wrote a few months ago about the proxy war by Google against the open web by means of XSLT . Unsurprisingly, Google has been moving forward on the deprecati...
#Apple #AsciiDoc #Blink #DRM #EME #EmbraceExtendExtinguish #EncryptedMediaExtensions #FTP […]
Google is killing the open web, part 2 I wrote a few months ago about the proxy war by Google against the open web by means of XSLT . Unsurprisingly, Google has been moving forward on the deprecati...
#Apple #AsciiDoc #Blink #DRM #EME #EmbraceExtendExtinguish #EncryptedMediaExtensions #FTP […]
Google is killing the open web, part 2 I wrote a few months ago about the proxy war by Google against the open web by means of XSLT . Unsurprisingly, Google has been moving forward on the deprecati...
#Apple #AsciiDoc #Blink #DRM #EME #EmbraceExtendExtinguish #EncryptedMediaExtensions #FTP […]
Asciidoc: When Markdown Just Isn't Cutting It #Technology #SoftwareandApps #Other #Asciidoc #Markdown #SoftwareDevelopment
Markdown is amazing, but it has strong limitations. Asciidoc is the perfect tool to fill Markdown's gaps. #asciidoc
GitHub supports #asciidoc. It has a unified ecosystem rather than dozens of “flavors” or "dialects". Markdown is great up to a point, and when I reach that point in any dialect I’m using, it’s like banging my head against a wall.
Why I switched from #Markdown to #Asciidoc for #technicalwriting.
Markdown is good, but Asciidoc is much more! It natively handles file includes, admonitions, spans in tables, and even diagrams—perfect for books, docs, and workshops.
Time to level up!
Sadly I'm losing faith in AsciiDoc. I love it, but it seems it has stalled a bit. I wish GitHub would have not abandoned their 10 years old bugs about it. Good templates and end user tooling is not as good as with markdown. Sad to say this, and I might be wrong, I hope I am. #opensource #asciidoc
Trying out #RevealJS with #Asciidoc and liking it a lot so far.
Some good resources/examples I've used:
8vi.cat/build-beauti...
zenika.github.io/adoc-present...
github.com/martsec/asci...
marketplace.visualstudio.com/items?itemNa...
Amazing example of #Asciidoc for slide generation
Mesa de trabalho com teclado, trackball, bagunça e dois monitores. O da esquerda, vertical, mostra um PDF e um terminal. O da direita, o editor com asciidoc.
Como fazer um livro técnico com acabamento profissional usando software livre: #AsciiDoctor, feito em #Ruby.
Gera #PDF, #HTML, #ePub partir de texto no formato #asciidoc (mais completo do que markdown, muito mais simples e legível que LaTeX).
Tem referências cruzadas, código anotado, e muito mais.
Writing a book using #asciidoctor ?
This is how you switch off running headers on chapter title pages (only took me three weeks to work out!). NB Calling super 1st is important.
# www.rubydoc.info/gems/asciidoctor-pdf/Asc...
class […]