m5l.eu is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.
This server runs the snac software and there is no automatic sign-up process.
The Awesome WM is awesome
Often, it is described as "tiling WM for beginners". But inside it is powerful enough β it uses Lua scripting language inside it's configuration file. In the same manner, like StumpWM uses Common Lisp inside it's configuration file. So almost everything, almost any action, could be programmed with Lua.
Looks like Lua is simple enough β with the help of language manual I recreated my StumpWM configuration in one evening. And much more:
- Main (task) bar on the left.
- Widgets with menus: "wifi widget" with menu to call wpa_gui or call dhclient for some interfaces. And the battery widget with menu to setup the charging threshold.
- SVG icons (from Haiku) almost everywhere β in menus, in main bar, etc.
#SilverBullet is becoming more and more of a fully featured programming platform.
It already had its own programming language (Space #Lua) for a while. Infrastructure wise there is a data store (with query language), event bus, message queue and Iβm currently designing a service discovery and invocation system, as well as a package manager.
Things have escalated slightly from βhey, letβs build a little notes app.β
- switching between #Zig versions, I liked it more than the dedicated anyzig
- #Python venv activation β it's silly but feels so good, and collaborates with uv
- ensuring I have the right language server and formatter for a project, be it #Lua, #TypeScript, and trying out various options for Python
- setting LANG="C.UTF-8" only in the specific project folder because #Ansible refused to work with Polish...
The final boss was getting a really comfortable Tree-sitter setup: get the #Rust CLI, write grammar in #JavaScript, re-generate and run tests on source change as a mise Task. And then I only cloned the repo on another machine and was ready to go!
This post was written as a more cultured outlet for my excitement instead of aggresively committing mise.toml into every repository I touch
This is what #FOSS promises to be, and it does feel nice to actually do it.