26-01#
A SOLID Load of Bull basically counters the doctrine of Robert Martin (aka. Uncle Bob).
agentskills/agentskills: Specification and documentation for Agent Skills
beancount/beancount: Beancount: Double-Entry Accounting from Text Files.
Introducing OpenWorkers – Self-hosted Cloudflare Workers in Rust | Lobsters
Who Owns the Memory? Part 2: Who Calls Free? | Luca Lombardo
Everything You Need to Know About Email Encryption in 2026 - Dhole Moments
Zeit v1 | Hacker News “Zeit, erfassen. A command line tool for tracking time spent on tasks & projects.”
Open Props: sub-atomic styles “Supercharged CSS variables”
-
via comments on Cursorless tutorial part I - YouTube
PostgreSQL Scripting Tips | Lobsters
-- gset to set variables SELECT 23 AS foo \gset select :foo AS foo;
How Terminals Work | Lobsters cute design, questionable content
PgDog is a sharder, connection pooler and load balancer for PostgreSQL.
The coolest feature in Python 3.14 | Lobsters (debugging a running process in a container)
Date is out, Temporal is in | Hacker News JS is just… :D
Show HN: Webctl – Browser automation for agents based on CLI instead of MCP | Hacker News
VNC to Active X11 Session via SSH#
I wanted remote desktop / remote control to my active X11 session on locutus while on the go.
Connection: tux --> internet (wireguard) --> locutus
Use SSH on top of that , so traffic remains invisible on the LAN.
on locutus:
sudo apt install x11vnc
on tux:
sudo apt install remmina
Then in two separate terminals on tux, tunnel x11vnc from locutus to
localhost and connect to localhost using Remmina:
ssh -t -L 5900:localhost:5900 locutus 'x11vnc -localhost -display :0'
remmina -c vnc://localhost