Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nihsett
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
nihsett
2mo ago
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 and agree with your point completely. Thanks for
2.
▲
by
nihsett
2mo ago
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 process? They wouldn't learn as much as they would if they d
3.
▲
by
nihsett
2mo ago
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 bugs, there were several viable options. Managem
4.
▲
by
nihsett
2mo ago
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-agents and burnt a ton of tokens. I guess the word 'review
5.
▲
by
nihsett
2mo ago
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. Can someone help who's used both help me, wh
6.
▲
by
nihsett
4mo ago
My dad exclusively uses perplexity and I think completely stopped using google. It's definitely more common than we realize.
7.
▲
by
nihsett
4mo ago
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 else.
8.
▲
by
nihsett
4mo ago
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 safety related mistakes. Maybe it's just me but I cann
9.
▲
by
nihsett
4mo ago
Buffer overflows for one. I don't have numbers but many security vulnerabilities have some kind of memory safety problem underneath.
10.
▲
by
nihsett
4mo ago
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 memory management is mentally taxing and it's easy t