Robots only I guess


Tried Haiku OS Beta 6 in QEMU, and it works nicely. Hoping to build some small apps, but I don't know C++. To check viability, I did a viability spike, and the verdict is yes: Nim is a workable higher-level language for Haiku apps, app code stays pure Nim, and the result ships as a normal package.

If you don’t understand how the sausage was made you have made legacy sausage.
Created a workflow catalog and a workflow creation skill to give me both a visualisation of project workflows and how they interact plus a way to hook in new ones.
Experimental. Only for #lamb at the moment.
Turn a project's slash commands into a visual board. Each workflow is one markdown file that is both the runnable prompt and its diagram, so the board is derived from the files and can't drift.
A workflow lives at <project>/.claude/commands/<name>.md. Its frontmatter declares the input and output; its body lays the steps out in phases. catalog.py reads every workflow across the repos you list and writes a single catalog.html: a Pipeline overview plus a phase diagram per workflow.

There’s now a tutorial for writing your first post with #Lamb, my micro blog.
DailyFeed gathers the blogs, news sites and newsletters you follow into a single edition. It arrives at the hour you pick, in your own timezone. It is finished when it lands, and it does not grow while you read it.
Free up the rest of your day!
Originally written on lamb-releases:
Lamb 0.14.0 — Convergence This release is mostly internal: a sweep that converged ten duplicated mechanisms behind the recurring bugs (visibility rules, the post-write path, feed generation, config resolution, XML escaping), so the same fix no longer has to be made in several places. A handful of those changes are visible when you run a blog. Fixed
Menu pages no longer show up in the "Related" list on a post.
Originally written on lamb-releases:
Lamb 0.13.0 is a large maintenance and hardening release: importers and a full site export, tighter Micropub handling, faster feeds and listings on big sites, and a broad security and bug-fix sweep. The minimum PHP version is now 8.4.
Originally written on lamb-releases:
This pre-release builds on 0.13.0-rc1 with a large round of correctness and hardening fixes across posting, feeds, import/export, and the admin. All changes below are new since rc1. Upgrade notes
Lamb now checks at startup that the PDO driver for your database is actually loaded, and stops with a clear message if it isn't. Before upgrading, make sure the matching extension is installed — pdo_mysql for MySQL/MariaDB, pdo_sqlite for SQLite.
Released version 0.2 of Gala-xy, my plugin for the Gala window manager.
After experimentation to enhance the default elementaryOS workflow and a few days switching to Gnome + PaperWM, I added a feature where you can switch between windows with a single keystroke, twice as fast as alt-tabbing,
Together with the focus ring around the active window, this creates a very smooth workflow, as elementaryOS itself already provides nice window management (hide, maximize, tiling, workspaces), and a great multimonitor workspace support (workspaces apply to the first monitor only, the windows on the second monitor are visible on all workspaceS).