Live data from Hacker News

Viewing profile — destroycom

destroycom

HN member
Joined
Sat, Mar 04, 2023, 5:31 PM UTC
HN karma
40
Public activity
7 items

About destroycom

No profile information was provided.

Recent public activity

  1. comment
    Comment #47095337

    > I think you should remove Claude as a contributor to your repo I actually really appreciate it when people do not hide their use of Claude code in their repo like that. It's usua…

  2. comment
    Comment #47095324

    > and not some Electron thing Ironically, most of the app is a webview. The comments just have some additional CSS styling slapped on top of the hackernews website. So you still ha…

  3. comment
    Comment #46827916

    Sadly, their "native" client is a web browser. Besides the usual complaints about electron and CEF applications, another pain point is they work horrendously in emulation. GoG Gala…

  4. comment
    Comment #45366317

    This doesn't seem like an article that was made with proper research or proper sincerity. The claim is that there is one million times more data to feed to LLMs, citing a few artic…

  5. comment
    Comment #45316303

    > Written in Zig for optimal performance and memory safety Ironic to see this, as even a cursory glance over the code shows a lot of memory bugs, such as dangling pointers, data ra…

  6. comment
    Comment #45239173

    > "Which standard library should I use?" is not a question most languages have: > https://stackoverflow.com/q/693672/265521 There is no such question when using D2 either. It was o…

  7. comment
    Comment #43602260

    This isn't mentioned anywhere on the page, but fork is generally not a great API for these kinds of things. In a multi-threaded application, any code between the fork and exec sysc…