Originally written on lamb-releases:
New in this release:
Crossposting from feeds. Support for user themes. A new retro 2024 theme.
I've been able to move the project closer to my vision for a frictionless blog and rss aggregator. #projects #lamb
Originally written on lamb-releases:
New in this release:
Crossposting from feeds. Support for user themes. A new retro 2024 theme.
I've been able to move the project closer to my vision for a frictionless blog and rss aggregator. #projects #lamb
I was looking to monitor developer related metrics when I noticed that there's no bitbar / xbar for Linux! In the age of AI-assisted engineering, that's no longer a massive time commitment, so I built one.

Sidewing is a GTK4 desktop bar for elementary OS-style multi-monitor setups. It runs local executable plugins, parses xbar-style output, and renders the result in a slim bar window on a selected display.
Current target:
- elementary OS 8 / Linux desktop environments with X11
- GTK4 + Vala
- local, unsandboxed script plugins
Sidewing discovers and runs plugins, schedules refreshes from xbar-style filenames, renders a translucent bar, and opens per-plugin popover menus with a built-in variables editor. See Current Limitations for scope boundaries.
Hello Browser is a webview window for desktop web apps (written in vala, GTK4, for linux). The goal is to bundle a locally-served web app into something that behaves like a native desktop app.
target="_blank" link did nothing β the new window request was silently dropped. Hello Browser now hands those URLs off to whatever browser you've set as your system default.hello-browser https://example.org without the --url flag.make desktop. A new Makefile target generates .desktop entries so a wrapped site shows up in your application menu like any other app.For anyone starting to fix their own open-source issues with patches on top of apt packages, but cannot upstream it due to AI policies: https://github.com/svandragt/elementary-patches I built some tooling to make this easy, and this is where I plan to keep my elementaryOS patches. #projects
Two weeks after Lamb 0.7.0, I released another significant new version of Lamb, my friction free microblogging project. This version includes support for Micropub, allowing you to post text and photos from anywhere, adds a Trash where deleted posts go for 30 days, support for drafts, a new docs site and a lot more (redirects)!
With LLMs these days we are living in a golden age at the moment as a side-project developer. This makes it a challenge to catalogue and present these tools and projects in the best light. So I built toolhub:
Toolhub is a portfolio hub / tools manager that will bootstrap a projects.yaml with a GitHub userβs public github repos, and gists with a readme, then generate a static site with a tool per page and a index, auto updated with a focus on minimising maintenance, so the site updates itself π
Visit the toolhub page of toolhub
Thought it would be useful to apply my LLM learnings to future projects, and extracted half a dozen skills. As I wasn't clear on the separation between Claude.AI and Claude Code I also documented how to make the skills available to both. Having the skills repo symlinked allows you iteratively work on them as well, which is nice.
The other day, it took me half an hour to share an HTML file of a blog design from my phone with Claude Code, which was running in an isolated environment. Now Iβm not inexperienced when it comes to computers but file sharing on iOS is just needlessly complicated.
Claude code canβt read files shared using iCloud and all the services it suggested like Pastee allow sharing of text but itβs not possible to view the source of an .html file stored in Files on iOS without third party apps. Ultimate I had to push the file into a temporary git repository.
Anyway, what I needed was a simple file share so I whipped up FileShare. Login with an account you setup and create temporary or permanent private and public files
Today I was thinking about how I am never sure what format to use when creating links to files and directories. Is it symbolic or hard link, should I use absolute or relative paths? So I spent a little time and created link that will guide you through the process or use heuristics, in a standardized lnk from to format.
lnk is an interactive wrapper around ln that helps you create symbolic and hard links safely. It asks a small set of plain-English questions, explains the decision it makes, shows the equivalent shell command, and only proceeds after confirmation.
Try it out on GitHub. Fun fact: it can be installed by using itself!
Barrier free super simple blogging, self-hosted.
Originally written on lamb-releases #lamb #projects
Originally written on lamb-releases:
The goal for a new feature release for Lamb is 3-5 new features.
config.ini.Full Changelog: https://github.com/svandragt/lamb/compare/0.5.4...0.6.0