frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Tans: Precomputing RANS

https://fergusfinn.com/blog/understanding-tans/
1•mezark•1m ago•0 comments

Also-RANS: Asymmetric Numeral Systems for Entropy Coding

https://fergusfinn.com/blog/understanding-rans/
1•mezark•1m ago•0 comments

If I Could Make My Own GitHub

https://matduggan.com/if-i-could-make-my-own-github/
1•matricaria•1m ago•0 comments

Iran war disrupts the circuit board supply chain, raises costs for tech firms

https://www.reuters.com/world/middle-east/iran-war-disrupts-the-circuit-board-supply-chain-raises...
1•croes•2m ago•0 comments

Ask HN: Best resources for learning systems programming in 2026?

1•oveaz_hermes•2m ago•0 comments

AGNT: The Orchestration Economics Manifesto

https://orchestration-economics.com/
1•ChrisInFrance•3m ago•1 comments

Show HN: Nimbalyst open-source visual workspace for ClaudeCode, Codex, OpenCode

https://github.com/Nimbalyst/nimbalyst
2•ghinkle•4m ago•0 comments

Hapax Locks: Scalable Value-Based Mutual Exclusion

https://danglingpointers.substack.com/p/hapax-locks-scalable-value-based
1•blakepelton•4m ago•0 comments

Show HN: I built a zero-tracking news hub to escape doom scrolling at (AGE 17y)

1•blazeeofsun•6m ago•0 comments

Show HN: doola (YC S20) MCP: we built a way to start an LLC in Claude and Replit

https://www.doola.com/blog/doola-mcp-form-your-llc-inside-ai-chat/
1•arjawn•7m ago•0 comments

How Good Is Google's Gemini AI at Making Travel Plans?

https://www.nytimes.com/2026/04/30/travel/ai-travel-plan-gemini-vacation.html
1•gk1•8m ago•0 comments

Doc driven engineering prioritizes team coordination

https://productnow.ai/blogs/engineering-playbook
1•kadhirvelm•8m ago•1 comments

Suspends are pauses, snapshots are files

https://www.tensorlake.ai/blog/suspend-vs-snapshot
1•gk1•8m ago•0 comments

Engineers Across Google, Meta, Microsoft, OpenAI: OSS Performance And116% YoY

https://research.navigara.com
3•alienll•8m ago•1 comments

The Simpsons reference that refutes one of history's greatest mathematicians

https://www.scientificamerican.com/article/the-simpsons-reference-that-refutes-one-of-historys-gr...
1•cainxinth•9m ago•0 comments

AI, Tokens, and the Gathering Storm

https://www.pootlepress.com/2026/04/ai-tokens-and-the-gathering-storm/
1•speckx•9m ago•0 comments

Show HN: Secure-by-default Ollama Docker image with built-in auth, only ~70MB

https://github.com/hwdsl2/docker-ollama
2•hwdsl2•10m ago•0 comments

Rooting My IoT Stand Mixer

https://bensimms.moe/rooting-my-iot-stand-mixer/
1•skadamat•12m ago•0 comments

SpecD – spec-driven development workflow for AI coding agents

https://github.com/specd-sdd/SpecD
1•lsmonki•13m ago•0 comments

Show HN: Trent – Contextual architectural security reviews inside Claude Code

https://trent.ai/solutions/claude-code-security/
2•enothereska•13m ago•0 comments

I Won't Build Your Website in WordPress (and What I Recommend Instead)

https://arnold.gamboa.ph/why-i-wont-build-your-website-in-wordpress-and-what-i-recommend-instead/
1•speckx•13m ago•0 comments

Product-Shaped or Movement-Shaped?

https://werd.io/product-shaped-or-movement-shaped/
1•benwerd•15m ago•0 comments

The UAE doubles down on Israel and America

https://www.economist.com/leaders/2026/04/30/the-uae-doubles-down-on-israel-and-america
2•andsoitis•16m ago•0 comments

GTM Jobs of the Week

https://gtmjobs.beehiiv.com/p/gtm-engineer-jobs-week-of-april-17-2026
1•benchmarkapp•16m ago•0 comments

The architecture of Agentic Commerce: protocols vs. browser-based agents

https://www.cartai.ai/blog/every-ai-recommendation-is-a-transaction-waiting-to-happen
1•maniluppal•17m ago•1 comments

Should I Run Plain Docker Compose in Production in 2026?

https://distr.sh/blog/running-docker-in-production/
1•pmig•18m ago•0 comments

WMF Secured Govt. Commitment Ahead of Administrative Registration in Indonesia

https://diff.wikimedia.org/2026/04/30/wikimedia-foundation-secured-governments-commitment-to-user...
1•exploraz•18m ago•1 comments

A local-first proxy and trace viewer for MCP servers

https://github.com/vnmoorthy/mcpobservatory
1•vnmoorthy•19m ago•0 comments

Show HN: "Be horse." – a diffusion language model on an M2 Air

https://boesch.dev/posts/simple-dlm/
4•encrux•19m ago•0 comments

Show HN: DD Photos – static photo albums, now with Docker and 1-command deploy

https://ddphotos.donohoe.info
1•dougdonohoe•21m ago•0 comments
Open in hackernews

Top Tips for Writing Code with AI

https://brettdidonato.substack.com/p/top-5-tips-for-writing-code-with
2•bsdpython•11mo ago

Comments

uberman•11mo ago
Solid, particularly the advice about context. I find with AI, less is better. Once you have "enough" context, adding more increases the risk of problems. The one I take exception with is the last. "You don't need to understand what the AI wrote". I feel you absolutely do need to understand what the AI wrote and if you don't you should not commit it.
bsdpython•11mo ago
Thanks. I know the last one is controversial, but the way I am starting to think about it is that we are just moving to a new layer of abstraction. I no longer understand very well how hardware works, nor do I know in detail how a browser renders a page, nor the full fine details of how many of the libraries I use work. My own AI generated code, in pockets, is starting to work in the same way. And I'm starting to become OK with that risk.
sherdil2022•11mo ago
The implementations for those abstractions are well tested (hopefully). Committing code that we don’t thoroughly test or have an understanding about is going to bite us sooner than later. They are landmines. Not abstractions.
bsdpython•11mo ago
Is it possible we hit a wikipedia moment (it being more accurate than Encyclopedias) where the quality of typical ai generated code is better than popular open source libraries?