Viewing profile — nihsett
nihsett
HN member- Joined
- Mon, May 25, 2026, 5:26 AM UTC
- HN karma
- 28
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About nihsett
Recent public activity
-
comment
Comment #49140761
Being homeless doesn't mean he's not intelligent though. He could have had some really bad luck or mental illness, while otherwise being analytically smart. But I love the anecdote…
-
comment
Comment #49070338
Probably not, but sometimes I wonder if the lowered activation bump lets more people try it, even if they just vibecode the whole thing, and maybe learn a thing or two in the proce…
-
comment
Comment #48891224
Zig creator's article seems to have changed? I don't remember the bottom bit being there when I read it a few days ago. > Ray’s story: Faced with a legitimate challenge of memory b…
-
comment
Comment #48887598
They optimized it to burn more token in the recent months I feel. I made a small ~100 line change to a codebase by hand and threw claude at it to review. It spawned several sub-age…
- comment
-
comment
Comment #48887486
Does ghostty have any features that makes it better than kitty in anyway? I keep seeing this all over the place, but I still don't understand why it's better than existing options.…
-
comment
Comment #48277064
My dad exclusively uses perplexity and I think completely stopped using google. It's definitely more common than we realize.
-
comment
Comment #48276905
Yeah, me too. I argue with multiple models at the same time via a markdown doc to coordinate the discussion. I feel like it makes me less anxious about the final output if nothing …
-
comment
Comment #48275388
That's true. GC and manual are the two ends of the spectrum with other options in between like Rust. By catastrophic mistakes I mean security vulnerabilities created by memory safe…
-
comment
Comment #48275228
Buffer overflows for one. I don't have numbers but many security vulnerabilities have some kind of memory safety problem underneath.
-
comment
Comment #48263724
Exactly. 95% of programmers are application programmers - they ship software used by regular users. I think it's insane to use a non-GC language for most of those cases. Manual mem…