frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Human migration has surged since 2000 – these maps reveal where people are going

https://www.nature.com/articles/d41586-026-01796-y
1•tzury•27s ago•0 comments

Show HN: I applied Lyapunov stability theory to detect when LLM agents spiral

https://github.com/vishal-dehurdle/state-harness
1•visha1v•4m ago•0 comments

WSP WordPress MCP – Connect AI Coding Agents to WordPress

https://github.com/bilalnaseer/wsp-wordpress-mcp
1•ibrarmaikah•6m ago•0 comments

The Illusion of Determinism

https://www.normallydistributed.dev/the-illusion-of-determinsim/
2•jillcates•6m ago•0 comments

DiffFlow: Developer-Grade Website Change Monitoring

https://diffflow.com/blog/announcing-diffflow/
1•7rin0•7m ago•0 comments

Andrew Neil's new podcast [video]

https://www.youtube.com/watch?v=cfF-susbboI
1•mellosouls•11m ago•0 comments

Feds will abruptly dismantle system monitoring climate change, oceans

https://www.usatoday.com/story/news/nation/2026/06/11/climate-change-ocean-monitoring-system-dism...
3•OutOfHere•14m ago•0 comments

Stadium Selfie

https://apps.apple.com/us/app/stadium-selfie/id6776387163
1•IAmbarbosa•14m ago•0 comments

Ranking the random voice chat apps/platforms

https://mindfuse.io/random-voice-chat
2•Joeribon•15m ago•0 comments

Bye-bye Butterflies

https://europeancorrespondent.com/en/r/byebye-butterflies
2•stared•15m ago•0 comments

Show HN: Realtime voice agent that sees, hears, and interrupts – on a CPU laptop

https://github.com/kouhxp/cheap-im
1•mrkn1•17m ago•0 comments

American capitalism is run by millionaires, not billionaires

https://www.economist.com/business/2026/06/10/american-capitalism-is-run-by-millionaires-not-bill...
2•bazzmt•19m ago•1 comments

Show HN: A skill to audit your dbt project for what an AI agent will get wrong

https://github.com/GetCassis/dbt-agent-readiness
2•matthieu_bl•20m ago•0 comments

Show HN: Claumon – forecasting Claude Code usage limits with a Gamma process

https://github.com/fabioconcina/claumon
1•fabioconcina•20m ago•0 comments

Kelsey Martin Wins Kavli Prize in Neuroscience

https://www.simonsfoundation.org/2026/06/10/kelsey-martin-wins-kavli-prize-in-neuroscience/
1•bookofjoe•22m ago•0 comments

Endgame: Russia's war economy hits its limits

https://www.kielinstitut.de/publications/news/endgame-russias-war-economy-hits-its-limits/
1•dennis-tra•23m ago•0 comments

Tell HN: Claude Code keeps getting worse

1•prmph•24m ago•0 comments

Soccer's Data Renaissance

https://www.technologyreview.com/2026/06/11/1138506/inside-soccer-data-renaissance-jesse-davis/
2•joozio•25m ago•0 comments

Show HN: Offsend – local Mac app that masks secrets before AI tools see them

https://github.com/Offsend/Offsend
2•hudishkin•25m ago•0 comments

Did AI speed us up? The honest ROI take

https://aibuilderseries.substack.com/p/did-ai-speed-us-up
3•seantheviking•27m ago•0 comments

TrustZone Intermezzo: Broken OP-Tee Memory Isolation on I.mx 8M

https://sigma-star.at/blog/2026/06/trustzone-intermezzo/
3•Deeg9rie9usi•28m ago•0 comments

Why isn't Quarkus 2x faster than Spring on my machine?

https://quarkus.io/blog/hidden-cost-rootless-container-networking/
2•LaSombra•29m ago•0 comments

Declarative Partial Updates Experiments

https://declarative-partial-updates.paulkinlan-ea.deno.net/
3•thunderbong•31m ago•0 comments

What Happened to Tea.xyz

https://nesbitt.io/2026/06/11/what-happened-to-tea.html
5•yla92•34m ago•0 comments

Show HN: SnapToCode – Screenshot any UI and get clean Tailwind code

https://chromewebstore.google.com/detail/snaptocode/jpchamlmjfoccmkdoiaibbpgkidapcnk
3•adithagrawaal•37m ago•0 comments

If a 9yo Nintendo Switch can run PC games,your handheld doesn't need to be x86

https://www.xda-developers.com/proton-running-on-a-nintendo-switch-convinced-me-my-next-handheld-...
2•Markoff•39m ago•0 comments

Show HN: Open-source API Key server written in Go by Ory

https://github.com/ory/talos
6•unsubtlecoder•39m ago•0 comments

18XX

https://en.wikipedia.org/wiki/18XX
4•tosh•42m ago•0 comments

North Mini Code: Cohere's First Model for Developers

https://huggingface.co/blog/CohereLabs/introducing-north-mini-code
1•maxloh•46m ago•0 comments

Anyone building a local-first companion for Google Fitbit Air straps?

1•joalavedra•47m 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•1y ago

Comments

uberman•1y 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•1y 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•1y 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•1y 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?