Viewing profile — carter2099
carter2099
HN member- Joined
- Sat, Jun 14, 2025, 9:12 PM UTC
- HN karma
- 8
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About carter2099
No profile information was provided.
Recent public activity
-
comment
Comment #48590561
You would be surprised at how much of an impact the harness has. I switched to Pi and chinese open source models, and models that _I know_ are less capable than sonnet outperform m…
-
comment
Comment #48590507
> but I can't see 512GB RAM in a MacBook Pro any time soon Could totally see this being a comment from a forum in like 1994 but swap out GB for MB and MacBook Pro to whatever the p…
-
comment
Comment #48572089
> Servers must ... make DB calls to verify the user is still active I'm not being facetious, genuinely asking - is this a big deal? Should be a pretty cheap query, and with pooled …
-
comment
Comment #48550464
Pi is an agent, gpt and sonnet are LLMs. Opencode is an agent, and has a drastically different philosophy than Pi. FWIW, I took the dive on Pi today and I’m really happy with my de…
-
comment
Comment #48543266
I'm considering this right now. Is it very difficult to adapt to the new philosophy? Are you running mostly interactive or programmatic?
-
comment
Comment #48526429
“This page is suspiciously repetitive. Let me check another source”
-
story
Show HN: I made a Uniswap v3 Hedge Rebalancer that manages shorts on Hyperliquid
I wrote a blog post about it: https://blog.carter2099.com/posts/6 tldr: Delta Neutral is a self hosted Rails app that allows you to enter hedge configurations for your Uniswap v3 p…
- comment
- story
-
comment
Comment #47023393
I sent this to someone I know knowledgeable about this type of thing, here’s what he had to say, sharing because I thought it was interesting: Pretty cool tech, silicon is very adv…
-
story
Show HN: Hyperliquid Ruby SDK
I wrote a blog post about it here: https://blog.carter2099.com/posts/4 tldr: There was no ruby sdk for the HL api so I made one. This was my introduction to Claude Code and it was …
-
story
Show HN: Dsa.rb: Practice core dsa in Ruby from the command line
I made a DSA practice tool for Ruby. It’s test-driven, runs locally, and is easy to extend with new exercises. Would love feedback on the interface and which problems to add next. …