Viewing profile — software-is-art
software-is-art
HN member- Joined
- Thu, Oct 17, 2019, 6:49 PM UTC
- HN karma
- 3
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About software-is-art
No profile information was provided.
Recent public activity
-
comment
Comment #45366462
Thats actually the case in New Zealand
-
comment
Comment #44540899
GCs typically fall into two categories: 1. Reference counting - tracks how many references point to each object. When references are added or removed, the count is updated. When it…
-
story
Show HN: vibe-git - a frictionless git workflow for vibe coding (with MCP)
I got tired of context-switching between coding and git operations, so I built vibe-git - an MCP server that automates the entire git workflow when AI assistants make code changes.…
-
comment
Comment #42772667
Reminds me of miniKanren but with static typing (which I’ve always wanted to see an implementation of). Will be playing with the various releases of SupGen as you improve it