Permalink
Permalink

Herdr

tmux rewrite for agents

Type : Agent multiplexer
Interface : TUI
Environment : Local / SSH
Isolation workspace : Git worktree
Isolation runtime : No

Post image
Permalink

Orca

Type : Agent orchestrator
Interface : ADE 
Environment : Local / SSH
Isolation workspace : Git worktree
Isolation runtime : No

Post image
Permalink
Microsoft DOS, Windows 1.x–3.x, Windows 95/98/ME, Windows NT/2000/XP/Vista, Windows 7/8/10/11, Server editions
Apple Classic Mac OS (System 6–9), Mac OS X PowerPC (Cheetah–Tiger), Mac OS X Intel (Leopard–El Capitan), macOS (Sierra–Tahoe)
Linux Arch, Manjaro, EndeavourOS, Garuda, CachyOS, Debian, Ubuntu, Mint, Pop!_OS, Fedora, RHEL, Rocky, Alma, Bazzite, openSUSE, Slackware, Gentoo, Void, NixOS, Alpine, et plus
BSD FreeBSD, GhostBSD, OpenBSD, NetBSD, DragonFly BSD
Unix Solaris, OpenIndiana, illumos, HP-UX, IRIX, MINIX, QNX
IBM OS/2, eComStation, ArcaOS, AIX
Permalink

ai mini pc 2026

Post image
Permalink

COI - Code on Incus

Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.

github.com/mensfeld/code-on-incus

Post image
Permalink
Post image
Permalink

Another advantage of NixOS today is how capable modern LLMs have become at generating Nix configurations, especially Flake-based setups

With Nix’s declarative approach, I can simply ask GPT 5.6 Sol to implement a change.

I don’t let it run 

nixos-rebuild switch
nixos-rebuild boot

but I do allow it to execute 

nixos-rebuild build

This lets it validate that the configuration builds successfully and catch obvious issues without modifying my running system.

I can then review the generated changes myself and decide whether to activate them if everything looks correct.

Post image
Close
Fullscreen image