- Lua 100%
| articles | Add new Article—Mein Tanzbereich: Scoped values. | |
| bin | Don't render link table when links are not enumerated. | |
| demos | Use nullaway maven plugin. | |
| ideas | Add kpi article. | |
| media | Create JSpecify example and add German version about JSpecify. | |
| .gitignore | feat: Add an option to remove the source link. | |
| LICENSE.txt | Create JSpecify example and add German version about JSpecify. | |
| README.md | New article: Looking forward by looking back | |
Publications
This repository contains my publications from September 2025 onwards, including accompanying example- or democode. No AI has been used for researching any of the topics or for the writing, quite the contrary, I will specifically use this repository to keep my writing skills strong. Sometimes however I might use DeepL or similar for double-checking english text, as I am not a native speaker.
While the prose as well as the minimal example code are published under the Creative Commons licence CC BY ND‐4.0, any use of the content for training an LLM is forbidden.
The correct attribution must point to the original source in this repository and attribute me as:
Michael Simons
@rotnroll666@mastodon.social
ToC
The repository includes:
articlesthe actual publicationsbinthings that are most likely only relevant for me (publishing and transforming the Markdown content)demosexample codemediamedia files for this repository
Published articles:
I love glow for reading Markdown files in the shell. glow -pw120 articles/kann-ki-verschlafen-werden.md works really well for me.
Notes
- Publishing as stand-alone html:
pandoc --lua-filter ../bin/augment_title_and_links.lua -f markdown content.md -s - Publishing as partial html with headlines shifted without additional line breaks
pandoc --lua-filter ../bin/augment_title_and_links.lua -f markdown content.md --wrap=none --shift-heading-level-by=1 - Passing arguments to the filter:
pandoc [...] -V date=2025年09月26日