Viewing profile — rs545837
rs545837
HN member- Joined
- Tue, Jun 25, 2024, 3:40 PM UTC
- HN karma
- 192
- Public activity
- 143 items
- HN profile
- View on Hacker News ↗
About rs545837
Email: rs545837@gmail.com
Recent public activity
-
comment
Comment #48847735
[dead]
- story
- story
-
comment
Comment #48095724
Damn this was really fun to use.
-
comment
Comment #48089727
[flagged]
- story
-
comment
Comment #48077507
[flagged]
-
comment
Comment #47957703
I agree 100% with this thinking approach, I've been working in this domain for quite a few months now. The right granularity for agents isn't files or lines, it's entities: functio…
- story
-
comment
Comment #47911938
[dead]
-
comment
Comment #47878761
yeah definitely plastic scm has always been my inspiration, just trying to revive it.
- story
-
comment
Comment #47851431
Oh this is cool. The Yjs as storage backend trick is clever, you basically get CRDT sync for free without having to build your own replication layer. And the pluggable storage mean…
- story
- story
-
comment
Comment #47774857
Think two agents working on the same codebase at the same time. Agent A is refactoring the auth module, Agent B is adding a new API endpoint that imports from auth. Separate worktr…
-
comment
Comment #47768127
You could agree that the PR is the meaningful unit for shipping, but push back gently that for agents working in parallel, the commit/changeset level matters more than it used to b…
-
comment
Comment #47766496
jj is genuinely great and I think it deserves way more adoption than it has right now. The mental model is so much cleaner than git, undo actually works the way you'd expect it to,…
-
comment
Comment #47761501
This is awesome honestly, Stacked PRs are one of those features that feels obvious in hindsight. Breaking a n-line PR into 3 focused layers where each one is independently reviewab…
- story
- story
- story
-
story
Structural and semantic component for improving code reviews with local models
I was curious in improving code reviews because they still suck, so researching on a triage layer that you can attach to your local LLMs/api calls for better code reviews. Most rev…
- story
- story