标签:#hackernews
找到 10454 篇相关文章
Show HN: FSM – an advanced system monitor for Linux
Response to AI slop is from Robin Williams
Turning music into a chore is how I became a musician
Show HN: Decomp Academy – Learn to decompile GameCube games into matching C
Over the past few months I've been heavily involved in the decompilation community. I've been hands-on decompiling a beloved game from my childhood (Star Fox Adventures). I started this journey with zero prior decomp experience—and to make things worse I had never really touched C nor assembly either. Learning how to decompile was challenging. It's difficult to find any good learning resources for it and any open-source projects for this are inactive and/or contain little actual learning materia
AMD Strix Halo RDMA Cluster Setup Guide
Show HN: QR code renderer in a TrueType font
In the "Libre Barcode Project" discussion yesterday, 1bpp asked: "Is anyone willing to sacrifice their sanity for the sake of implementing a QR renderer as TTF hinting code?" Yes. I had some tokens to burn and was curious... turns out, it's possible. This was put together by a mix of Gemini, GPT, and Claude (depending on which usage limits kept running out).
Show HN: Engye – transfer files between any two devices by scanning a QR code
Early in April I needed to print some tax forms at the library, first time in forever, and I began to wonder: what's the easiest way to get a file onto a public computer? There are many ways, but most of them involve creating an account somewhere or plugging in a thumb-drive. I use a password manager, so my passwords are long and complicated, not easily typed. I don't want to plug anything into a public computer, nor do I fancy uploading my taxes to some random website. I thought about what a he
America's Large Homebuilders Shift the Cost of Shoddy Construction to Buyers
Phones alerted millions before quakes shook Venezuela
I Build a 10 Inch Mini Rack from Aluminium Extrusions
Reality has a surprising amount of detail
WAL-RUS: a Rust Rewrite of WAL-G for PostgreSQL Backups
Apple Neural Engine: Architecture, Programming, and Performance
Wan Streamer v0.1: End-to-End Real-Time Interactive Foundation Models
Codeberg Is Down
Show HN: KV-psi, using Linux PSI to to trim an LLM KV cache
I thought it'd be interesting to use Linux PSI (Pressure Stall Information) for an LLM runtime to trim the KV cache. This is mainly useful imo for edge devices like the Jetson Orin super nano kit which have unified memory. I haven't benched much, but plan to do so more over time and see if I can make a real use of it as I run local LLMs. Let me know if it makes sense :P (I of course vibed this idea)