It appears some hosters only support docker webapps with one volume mount #til
Sander van Dragt's Notes
-
-
Keep an eye on Move Tab to Another Window – Get this Extension for 🦊 Firefox (en-US) as I just submitted this extension which... moves tabs to other windows! Works well with Window Titler.

-
If the Slack instance has lost it's icon in the dock, you might need to correct the casing on the StartupWMClass to lowercase:

-
Lamb 0.11.0 TL;DR
Editor & reading improvements (interactive task lists, image modal, iOS paste-as-link fix), better defaults for new installs, and a week-long admin session.
Feed ingestion now prevents duplicates and won't overwrite manually edited posts. Per-post OpenGraph images, cleaner pagination URLs, and Micropub diagnostics added.
Security fixes include hardened redirects against header injection and proper 403 responses for bad Micropub tokens.
Upgrade note: Sessions moved to a new directory, you'll be logged out once on upgrade.
As always: https://github.com/svandragt/lamb
-
An idea: are there any nail clippers that collect the clippings in a compartment? I’d buy one!
-
Pretty tempted to try out a Nintendo Switch Linux setup without joycons with keyboard attachment as a cyber deck! Not sure if it’s viable.
I keep thinking it would be nice but probably a small Thinkpad laptop would beat it in convenience.
-
🐑 #Lamb dev log: now generates sitemap.xml + robots.txt (auto-derived from private routes), adds microformats2 (h-entry/h-card) markup, and logs failed admin logins. Plus bug fixes: editor scroll jump, smarter post-delete redirects, hardened password tooling & Micropub 403s.
-
Do I already own this game, and where? gamecheck searches your owned-game libraries across Steam, GOG, Epic and Amazon and prints any matches with the store they're on.
I've been working a bit and have good cli output:
# List all your games $ uv run gamecheck list | head -n 11 493 owned games: - 1000xRESIST [steam] - 9 Kings [steam] - A Knight's Quest [amazon] - Active Soccer 3 [steam] - Against the Storm [steam] - Age of Empires: Definitive Edition [steam] - Alan Wake Remastered [epic] - Albion Online [steam] - All Will Fall Playtest [steam] - Alone in the Dark 1 [gog] # Fuzzy matching $ uv run gamecheck storme Found 2 matches for "storme": - Against the Storm [steam] (82%) - Flashpoint Campaigns: Red Storm [steam] (82%) # Which game do I have more than once? $ uv run gamecheck duplicates Found 12 games owned on multiple stores: - Europa Universalis IV [epic, steam] - King's Bounty: The Legend [gog, steam]Let me know if you have specific feature requests!
-
When your customer starts finding almost as much bugs as you found yourself, you're not leading into the right place. — Ex-Intel principal engineer, François Piednoël
Although this quote is about Apple and Skylake, it is relevant to software engineering as well.
-
Do I already own this game, and where? gamecheck searches your owned-game libraries across Steam, GOG, Epic and Amazon and prints any matches with the store they're on.
Working on a proof of concept.