go

Respin: upspin revival

tl;dr: I revived the upspin project source code. See it at https://github.com/filmil/upspin, and https://github.com/filmil/upspin-gdrive. Read on to learn what that actually means.

Apr 19, 2026

Synod: Paxos agent

Synod is a distributed Paxos coordination agent implemented in Go. It manages a highly available, synchronized Key-Value store across a network of peers using the Paxos consensus algorithm. It allows multiple dynamically joining network nodes to agree on a shared state, ensuring fault tolerance and consistency across the cell. Find it at: https://github.com/filmil/synod

Apr 18, 2026

Unix domain sockets in go

After a lengthy search I found the below article that explains the use of Unix domain sockets in go:

Jan 6, 2024