You can also also view the full archives of micro-posts. Longer blog posts are available in the Articles section.
I guess I now have the opportunity to study statistics again.

Looks like they are on par and well below 50 ms (Vim = zero plugin, Neovim = 5 plugins):
» time /usr/bin/vim +q
/usr/bin/vim +q 0,02s user 0,01s system 79% cpu 0,036 total
~
» time nvim +qa
nvim +qa 0,03s user 0,02s system 79% cpu 0,062 total
Well, I knew it, you knew it, everybody knows it. Windows is not a high quality product. I really wanted to like it, and I geniunely loved some aspects of it. But there are so, so many bugs and bad design decisions, it’s a death by twenty thousand cuts. — Windows 11 after two decades of macOS: okay, but also awful
monolith: CLI tool and library for saving complete web pages as a single HTML file.
Credit where credit is due: Apple had listened to their users and the next version - macOS Sequoia — shipped with lots of fixes. Border radius was heavily reduced, transparent glass-like panels replaced by less transparent ones, buttons made more serious and less toyish. Most system icons made more serious, too, with focus on more detail. Overall, it seemed like the 2nd version was a giant leap from infancy to teenage years. — Benjamin Button Reviews macOS
/me is listening to “Free Money” by Patti Smith
Work in progress regarding tagging
and reorganizing my BibTeX database.
I wrote a minimal vimrc file to be used on external servers, as a replacement
for my Neovim full config. I recommend minimal settings discussed by Romain
Lafourcade if you’re lacking inspiration or want to
try some zero-plugin config, BTW. It appears that shift insert in a rectangular
selection is very slow with default settings in Vim 9. The culprit seems to be
ttimeoutlen which defaults to 1000 (i.e., the default value of timeoutlen).
When set ttimeoutlen=100 like in Neovim, everything works smoothly. #vim
