Microblog Post
2025
2024
Microblog 15
I know we’re just at the beginning of this craze, but it already makes me annoyed and angry. The #AI bullshit that flows from everywhere is just sad. Everyone tries to be part of it, everyone tries to sell shit with “AI” stamped on it just because this is the new shiny thing (that makes money). In most of the cases it looks miserably desperate rather than innovative.
This bubble has “Blockchain 2.0” written all over it. A technology with narrow(ish) use case is sold as the Holy Grail. What have got out of blockchain? An internet scale casino in the form of crypto-currencies.
Microblog 14
I was on the hunt for a scripting language/solution, as a lot of the time I felt bash becomes unmaintainable after a certain complexity. I needed something after bash, but before Rust and Scala.
I had lots of experience with #Perl, but I don’t like its package management.
I am not too fond of python, and I only have a brief experience with it, and as far as I know package management isn’t too good either.
And that was when I came across babashka. I’ve used #Clojure to implement a web UI for a pet project before. At that time I also found it unmaintainable without sufficient test support, best practices. Especially when you need to pick it up again after almost a year. But for smaller scripts it might be a good choice!
Microblog 13
2023
Microblog 12
Let me introduce felis - https://git.vdx.hu/voidcontext/felis. Felis is a tool that meant to simplify the integration between the kitty terminal and the helix editor.
It all started when it turned out that the PR, that would add a file explorer to helix, is never going to be merged. I needed this functionality, and much more. So I started working on felis. It went through a few iterations, but over the weekend I achieved what I wanted: simple tasks have simple one-liner solutions instead of a bunch of shell scripts.