destroycom
No user record in our sample, but destroycom has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but destroycom has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
> 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 usually the first thing I check on Show HN…
> 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 have an entire HackerNews site loaded at…
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 Galaxy is only available as an x86…
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 articles. The articles estimate that there…
> 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 races, some potential bugs like double…
> "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 only an issue with D1, which was…
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 syscalls should be async-signal-safe. Since…