Viewing profile — babarot
babarot
HN member- Joined
- Wed, Mar 18, 2026, 2:24 PM UTC
- HN karma
- 1
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About babarot
Open-source developer. https://github.com/babarot
Recent public activity
-
comment
Comment #47426547
The binary size is my main hesitation with Bun-based CLIs too. For comparison, a typical Go CLI with cobra compiles to ~10MB statically linked, and you get cross-compilation for fr…
-
comment
Comment #47426502
The single-file simplicity of SQLite is a huge win for self-hosted apps. I've been using SQLite in WAL mode for a single-user app and it handles concurrent reads from the API while…