Ask HN: What Are You Working On? (July 2026) 10 days ago
I've been working on Source [1], an experimental Git server written in Go.
Source stores repositories in a database rather than a filesystem [2]. The primary goal is to rely on databases for durability, replication, and distribution, rather than introducing complex distributed filesystem infrastructure into the stack.