标签:#hackernews
找到 8183 篇相关文章
Freeink: Open Ecosystem for E-Readers
AMD Helios, We Got an Exclusive, First Look
AI Agent – TRMNL
Apple has decided to compete for creativity app users
AI Didn't Make Programming Easier. It Just Made It Differently Difficult
Show HN: A self-running space economy SIM in Rust and Bevy
I built this with Claude cause I always wanted to tinker with a simulation economoy and I love space themes. A space-economy sim where nothing is scripted. A few hundred autonomous ships each run their own planner. Some chase the best trade route, take a delivery contract, refuel, retrofit at a shipyard, or dock so the crew can rest before morale tanks. Markets price everything off supply with shortage-urgency multipliers, factions tax and subsidize, populations migrate when they're unhappy, and
Google just bet its inference future on a chip built for one model
Cheap Self-Hosted Kubernetes on Hetzner Cloud
Computational chemistry, Locally? My rant on SSH
Georgia homeowners are being forced from their homes to power AI data centers [video]
Measuring reward-seeking by instilling contrastive beliefs
FOSDEM 2027 WiFi will be IPv6 only, will GitHub be ready?
New hope in the fight against cachexia — cancer’s deadly co-conspirator
Now You Can Work in C with Only BASIC Knowledge
How did the H1B visa become the 'Indian' visa
Show HN: Edky, a CLI to convert Ed25519 public keys from one encoding to another
Everything increasingly runs on Ed25519 keypairs, but Ed25519 public keys can be encoded as text in dozens of surface-incompatible different ways: hexadecimal, Base64 (OpenSSH), Base32z (iroh, pkdns), Base58 (NEAR), and Multibase (IPFS, libp2p), just for starters. Edky is a command-line tool and Rust library that converts between these Ed25519 surface encodings, aiding use of the same underlying keypair across e.g. an iroh endpoint, a libp2p peer, or a NEAR Protocol account. (Surprisingly, a con