2026-05-01
Discoveries
In Repo Collaboration:
- GitSocial - Social collaboration in the git repo.
- Radicle - Radicle is an open source, peer-to-peer code collaboration stack built on Git.
- git-bug - Issue management tool that embeds issues, comments, and more as objects in a git repository (not files!)
Tools:
- WinPodX - Run Windows Apps in Linux Windows via containers with Windows OS support.
- Honker - Durable queues, streams, pub/sub, and cron scheduler in a SQLite file
- Works by constantly polling data_version in database. Probably worse than inotify.
Rust Things
- Rust does not prevent crashing (it may even increase it). Rust does prevent undefined behavior.
- Parse, don't validate (In Rust)