Viewing profile — aranw
aranw
HN member- Joined
- Tue, May 22, 2012, 8:30 AM UTC
- HN karma
- 579
- Public activity
- 164 items
- HN profile
- View on Hacker News ↗
About aranw
Recent public activity
-
comment
Comment #49196277
When I saw the blog post about DeltaDB I thought oh okay cool but so what I don't really know what this is for me and how it helps me or what it does for me. Then again today I saw…
-
comment
Comment #49024396
Is this closed-source? I was unable to find a link to the source code for it?
-
comment
Comment #48777446
t once had to tell claude 3-4 times to stop assuming the state of a system was the way it kept iterating it was cause it was in it's memory. I repeatably told it to otherwise and i…
- story
- story
-
comment
Comment #47950190
I really like Zed but it's most recent big changes to Git integration and Parallel Agents has forced me to disable both of those features as the way they work just didn't suit me a…
-
comment
Comment #47873621
The Parallel agents feature seems to be built around git worktrees or local projects. But I think local project mode defeats the point. In my day to day development workflow I've s…
-
comment
Comment #47114542
Really enjoyed that although my final two tiles were stacked and couldn't finish the game!
-
comment
Comment #47008688
I asked claude to use this and create a ham salad sandwich with no onion for me https://gist.github.com/aranw/c2b59f42b20eb47e01bc66841233c2... I'll email this over to my local bak…
-
comment
Comment #46988477
Was on an overnight bus and ended with game over
-
comment
Comment #46764005
I've written to my MP several times about this. Each response just repeats the same talking points about safety whilst completely missing the underlying technical issues and conseq…
-
comment
Comment #46732444
Which SQLite Go library do you use? My biggest pain with using SQLite in Go is often the libraries and the reliance of CGO which is what puts me off using Turso Edit: Looking at th…
-
comment
Comment #46376767
The problem with mocks is that they test your assumptions, not reality... When you mock a CRM client to return one account, you're assuming it always returns one account, that IDs …
-
comment
Comment #46376669
> I really dislike this idea of testing in go: only ever use an interface, never the real implementation + mockgen the mocks based on this interface + use the mocks to assert that …
-
comment
Comment #46366390
https://samwho.dev has some fantastic blog posts with great visualisations
-
comment
Comment #46287380
Been trying to decide whether adopting a traditional RFC process or Oxide's RFD ( https://rfd.shared.oxide.computer/rfd/0001 ) would better suit my team. We're using ADRs at the mo…
- story
-
comment
Comment #46237067
GitHub Vista Cloud Edition
-
comment
Comment #46236998
I'm currently working on a project that is using an OpenAPI library that decided to use a non-standard JSON encoder. The developer experience definitely suffers when you can't use …
-
comment
Comment #46136595
I've been using the minio-go client for S3-compatible storage abstraction in a project I'm working on. This new change putting the minio project into maintenance mode means no new …
-
comment
Comment #46106809
There is probably a legitimate basis for some powers against actual foreign intelligence operations. But the proposals in the article defining "subversion" to include environmental…
-
comment
Comment #46077320
That's really nice of the author and awesome to hear. Would love to see TigerStyle be published in a similar format and expanded upon with more detail be great for referencing with…
-
comment
Comment #46077170
The attribution to TigerBeetle should be at the top of the page with a link to the original tigerstyle, not buried at the bottom. Right now it reads like official TigerBeetle conte…
-
comment
Comment #46068033
I really like the evidence for the bug fix for "VR not rendering" in the "Fixed" section
-
comment
Comment #45926630
How well will this work with something like sqlc [0]? sqlc has some custom syntax around the sql files specific to the library [0] https://sqlc.dev/