标签:#hack
找到 8936 篇相关文章
Odin 2 Portal Exploded
The End of Creativity
Must actively fund open source AI [pdf]
Inkling Model Card
DoD says soldiers over age 30 to be screened for testosterone deficiency
US Interconnection Queues by Region, State, and County
Show HN: Firefox in WebAssembly
This is the entire Firefox browser rendering to a <canvas> element. Gecko, all UI components, and the Spidermonkey JS engine are all compiled and running in WebAssembly. Here are a few things you might find interesting: - This is fully end to end encrypted! We use the WISP protocol for TCP-over-websockets. - There is a novel WASM->JS JIT for experimental site speedup - This port cost over 25k in opus/fable tokens for debugging and JIT research This was just a fun experiment to push the boundarie
The Rise of Grocery Tourism
Show HN: Spellsurf – Create words from words
Hey HN! I've always loved beautiful words. I also enjoy coming up with fun names for all the side projects and businesses that I'm working on, trying to find something unique with an available .com. After spending countless hours brainstorming names for different stuff, I built Spellsurf. It lets you explore words and combine their syllables to create new ones. You can also set rules for the generated words, making it easy to search for names that fit what you're looking for. People say to open
Support for atomic block writes in Linux 6.13 (2025)
GTX 1080s: Testing a Legend
Grok Build
Do data centers only seem bad for the climate because we can see them?
Show HN: An incremental build cache for Rust on GHA
Hi HN, I'm Kyle, the creator of Clipper, a container registry with 7x faster builds via lazy pulls and cache mount exports. In the process of implementing cache mount exports I ended up with a FUSE mounted filesystem backed by a remote content defined store. I went looking for fun things to do with it and found that there's not really a good way to keep Rust incremental build state around on ephemeral runners, so here we are. Rust generally uses https://github.com/mozilla/sccache for caching, bu