Article URL: https://electrek.co/2026/04/19/iea-solar-overtakes-all-energy-sources-in-a-major-global-first/ Comments URL: https://news.ycombinator.com/item?id=47831272 Points: 55 # Comments: 30
Developer
Article URL: https://stripe.dev/blog/payment-api-design Comments URL: https://news.ycombinator.com/item?id=47830575 Points: 53 # Comments: 28
Article URL: https://github.com/esutcu/planb-lpm Comments URL: https://news.ycombinator.com/item?id=47830071 Points: 37 # Comments: 16
Article URL: https://blog.andymasley.com/p/contra-benn-jordan-data-center-and Comments URL: https://news.ycombinator.com/item?id=47829757 Points: 5 # Comments: 2
Article URL: https://simonwillison.net/2026/Apr/20/claude-token-counts/ Comments URL: https://news.ycombinator.com/item?id=47829178 Points: 26 # Comments: 7
Article URL: https://juanpabloaj.com/2026/04/16/a-lightweight-way-to-make-agents-talk-without-paying-for-api-usage/ Comments URL: https://news.ycombinator.com/item?id=47828968 Points: 19 # Comments: 5
I ported Microsoft's TRELLIS.2 (4B parameter image-to-3D model) to run on Apple Silicon via PyTorch MPS. The original requires CUDA with flash_attn, nvdiffrast, and custom sparse convolution kernels: none of which work on Mac. I replaced the CUDA-specific ops with pure-PyTorch alternatives: a ga...
Article URL: https://github.com/microsoft/sudo Comments URL: https://news.ycombinator.com/item?id=47828853 Points: 35 # Comments: 15
Article URL: https://www.swiss-ai.org Comments URL: https://news.ycombinator.com/item?id=47828444 Points: 35 # Comments: 13
Related ongoing thread: Swiss authorities want to reduce dependency on Microsoft - https://news.ycombinator.com/item?id=47827383 Comments URL: https://news.ycombinator.com/item?id=47828420 Points: 101 # Comments: 31
Article URL: https://ashley.rolfmore.com/stop-trying-to-engineer-your-way-out-of-listening-to-people/ Comments URL: https://news.ycombinator.com/item?id=47827259 Points: 94 # Comments: 23
Article URL: https://github.com/navid-m/chip8emu Comments URL: https://news.ycombinator.com/item?id=47826852 Points: 58 # Comments: 13
Article URL: https://www.sciencedetective.org/scientific-datasets-are-riddled-with-copy-paste-errors/ Comments URL: https://news.ycombinator.com/item?id=47826834 Points: 60 # Comments: 9
Article URL: https://cssence.com/2024/six-levels-of-dark-mode/ Comments URL: https://news.ycombinator.com/item?id=47826502 Points: 62 # Comments: 27
Faceoff is a TUI app written in Python to follow live NHL games and browse standings and stats. I got the inspiration from Playball, a similar TUI app for MLB games that was featured on HN. The app was mostly vibe-coded with Claude Code, but not one-shot. I added features and fixed bugs by using ...
Article URL: https://warontherocks.com/cogs-of-war/the-bromine-chokepoint-how-strife-in-the-middle-east-could-halt-production-of-the-worlds-memory-chips/ Comments URL: https://news.ycombinator.com/item?id=47826100 Points: 177 # Comments: 84
Article URL: https://www.pcgamer.com/games/world-of-warcraft/turtle-wow-classic-server-announces-shutdown-after-blizzard-wins-injunction/ Comments URL: https://news.ycombinator.com/item?id=47825160 Points: 165 # Comments: 145
Article URL: https://teamchong.github.io/turboquant-wasm/draw.html Comments URL: https://news.ycombinator.com/item?id=47823460 Points: 98 # Comments: 44
Article URL: https://simonwillison.net/2026/Apr/18/opus-system-prompt/ Comments URL: https://news.ycombinator.com/item?id=47823270 Points: 253 # Comments: 149
I’ve spent roughly the last decade and some change as a software engineer, and recently decided to start a solo consultancy. I’m focused on helping SMEs sort out the messy back-office parts of the business: spreadsheet glue, brittle internal workflows, poor reporting, awkward integrations, backen...