标签:#hackernews
找到 10109 篇相关文章
The iPad was on Tailscale: a WebRTC debugging story
US Consumer Price Index up 4.2%
Apache Burr: Build reliable AI agents and applications
Tuta and Proton: An Open Source Client Does Not Result in an Open Source Service
Spoiling Linux Kernel with "sanctioned" code
AMA: I'm Eric Ries (The Lean Startup) & Author of New Bestseller Incorruptible
Hey gang, you may remember me from such books as _The Lean Startup_ and _The Startup Way_. It's been fifteen years since I wrote The Lean Startup, and in that time I've seen some things. In both big companies and tiny startups, NGOs and governments, in almost every industry you can name. I've helped a lot of people create a lot of amazing companies, but I've also seen so many ways this can go wrong. There's a darkness in our industry that we often don't talk about. I kept watching good companies
Show HN: Turn your name into a tree in an infinite procedural shanshui landscape
Hi HN! I made this after collecting hundreds of "name → tree" submissions at ITP. Live: https://landscape.bairui.dev/ Source: https://github.com/pearmini/infinite-landscape Plant a tree: https://tree.bairui.dev/ Pan and zoom an infinite procedural landscape. Each name is converted to ASCII codes, which grow into a unique tree (breadth-first branching; repeated digits become mathematical roses). Mountains use midpoint displacement + Perlin noise, with SVG radial gradients in the blue/green/gold p
Cops Keep Getting Arrested for Using Flock to Stalk People
TorchCodec 0.14: HDR Video Decoding for CPU and CUDA, and Fast Wav Decoder
Notes on DeepSeek
Notes on DeepSeek
PgDog is funded and coming to a database near you
Linux latency measurements and compositor tuning [KWin Wayland]
Autonomous drones have killed human soldiers for the first time
Why LLMs still lack taste
Show HN: Lightweight Task queue on Erlang/OTP, SQLite-backed, no overengineering
Setting up Kafka or such enterprise oriented software with their clusters or dedicated servers is heavy and bothering enough that most small teams or indie hackers skip it entirely and making compromise to use in-memory queues. I wanted something in between: a persistent queue that is simple to run (one binary, which makes one sqlite db), gets real fault isolation and crash recovery due to Elixir, easy to inspect (open ezra.db in any SQLite browser and see every task), and requires no new client