frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Subscriber Rot

https://birchtree.me/blog/subscriber-rot/
1•speckx•6m ago•0 comments

What Is Reasoning

https://lucumr.pocoo.org/2026/8/19/what-is-reasoning/
1•sebg•7m ago•0 comments

Ask HN: How do you review and validate LLM generated code?

1•darkLord19•9m ago•0 comments

Show HN: Kandelo – a POSIX-compatible multi-process WASM kernel for the browser

https://kandelo.dev/20260819-demo/
1•brandonpayton•9m ago•0 comments

NASA mission to save sinking space telescope fails

https://www.nbcnews.com/science/space/nasa-swift-space-telescope-boost-mission-fails-rcna593421
2•anigbrowl•10m ago•0 comments

Soup Raiders Goes Native: Porting the Demo from Unity

https://eliasfarhan.ch/gamedev/cpp/2026/08/20/srnative-02-porting-unity.html
1•kwakwa_cat•12m ago•0 comments

Slopbait

http://writingball.blogspot.com/2026/08/slopbait.html
1•speckx•12m ago•0 comments

New Spanish nanomaterial cools surfaces by up to 12.9C without electricity

https://www.euronews.com/next/2026/08/17/new-spanish-nanomaterial-cools-surfaces-by-up-to-129c-wi...
2•bookofjoe•12m ago•0 comments

Consumer Rights Wiki

https://consumerrights.wiki/w/Main_Page
2•gregsadetsky•15m ago•0 comments

Hall of Shame: Documented Anti-Consumer Practices

https://www.fulu.org/hall-of-shame
1•gregsadetsky•15m ago•1 comments

Show HN: Language Audio Trainer – Learn languages without looking at the screen

https://playling.netlify.app/
1•SalaevAl•17m ago•0 comments

Claude "warning" users about language and defending business influencers

https://twitter.com/MatznerJon/status/2090157152690196754
3•slowin•18m ago•0 comments

Collabora and Flipper: Opening Up the RK3576

https://www.collabora.com/news-and-blog/news-and-events/collabora-flipper-opening-up-the-rk3576.html
1•gregsadetsky•19m ago•0 comments

Running Nam A2-Full Natively on an ESP32-P4

https://playtaurus.com/blog/running-nam-a2-full-natively-on-an-esp32-p4
1•arbayi•19m ago•0 comments

Customer Churn Intelligence – Emmanuel Onuoha · Streamlit

https://customer-churn-portfolio-z3hvzwkxs3yu8zvenx9yuk.streamlit.app
1•Emmydutch•19m ago•0 comments

Wyrmcourt – a free multiplayer role-playing game you play in a web browser

https://play.wyrmcourt.com/
1•jonnyka•22m ago•0 comments

NIH Directors Decide, Except When HHS Says No

https://formernih.substack.com/p/nih-directors-decide-except-when
1•SubiculumCode•22m ago•0 comments

Scientific spat erupts over claim that bones have key immune vessels

https://www.science.org/content/article/scientific-spat-erupts-over-claim-bones-have-key-immune-v...
1•prabal97•23m ago•0 comments

Please don't use "win" as an abbreviation for Microsoft Windows

https://www.gnu.org/prep/standards/standards.html#Trademarks
2•dyzone•24m ago•0 comments

Proton Mail now sorts emails into "Primary," "Social," and more, like Gmail

https://www.neowin.net/news/proton-mail-is-finally-now-able-to-sort-your-emails-into-different-ca...
1•bundie•26m ago•0 comments

Are you good at AI, or just using it?

6•ppezaris•30m ago•3 comments

Buoyant software – improves when models improve

https://blog.rajivayyangar.com/buoyancy/
2•rajivayyangar•30m ago•1 comments

Anchors: A simple daily ritual app

https://anchors.wallets.company
2•johnoke•31m ago•0 comments

Bitflash: A Tor-native revival of Bitcoin 0.1.0, mined on CPUs with RandomX

https://bitflash.network/
5•bitflash•32m ago•0 comments

Trading Correlation: From Parlays to Dispersion

https://viniciusesposito.com/notes/dispersion/
2•1htfp•32m ago•0 comments

Hola AI Agent

https://cloudgpu.io/agent/hola-ai-agent
2•seejay•33m ago•0 comments

Pulse: Track your spending as it happens.

https://pulse.wallets.company
2•johnoke•33m ago•1 comments

Academic who accused Jason Arday of plagiarism suspended by university

https://www.bbc.co.uk/news/articles/cevmrjd9lj1o
2•bushwart•34m ago•0 comments

Show HN: WaveHouse – Supabase for ClickHouse

https://wavehouse.dev
5•ericandr•35m ago•0 comments

The government's strategic plan for autism

https://27unihted.substack.com/p/hhss-strategic-plan-for-autism-just
3•SubiculumCode•36m 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?