frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Influencers and Resellers Are Turning Empty Boxes into Big Cash

https://www.wired.com/story/when-the-packaging-is-the-product-empty-boxes-influencers/
1•tobiasrenger•2m ago•0 comments

Google's Westinghouse Bet

https://asimovaddendum.substack.com/p/googles-westinghouse-bet
1•gmays•6m ago•0 comments

'The young ones are the best ones': Meta's alleged effort to hook kids

https://www.latimes.com/california/story/2026-08-18/california-social-media-addiction-lawsuit-meta
2•1vuio0pswjnm7•8m ago•0 comments

Denavit–Hartenberg Parameters

https://en.wikipedia.org/wiki/Denavit%E2%80%93Hartenberg_parameters
2•gregsadetsky•10m ago•0 comments

Taskuary – Your inbox becomes tasks, your coding CLI works them

https://github.com/ldbumble/taskuary
3•monkeydo09•12m ago•1 comments

'It's a Kind of Magic'

https://sztukacyrku.pl/teksty/its-a-kind-of-magic-or-circus-enchantments-of-reality/
1•jruohonen•13m ago•0 comments

Salesforce Agentforce at total dud for partners

https://www.theregister.com/saas/2026/08/21/salesforce-partners-are-not-seeing-revenue-from-agent...
2•joebuckwilliams•15m ago•0 comments

Do we have free will? Easy Explanation

https://sekor.eu.org/x/world/
1•modinfo•16m ago•0 comments

Game Necromancy: Resurrecting Yahoo Word Racer from Old YouTube Videos

https://jamesshapiro.com/writing/game-necromancy
2•jamesshapiro•18m ago•1 comments

Nvidia just showed that the harness, not the AI model, is now the real hero

https://techcrunch.com/2026/08/21/nvidia-just-showed-that-the-harness-not-the-ai-model-is-now-the...
3•dthread3•19m ago•0 comments

British Groups Are Shaping US Age Verification Laws in 21 US States

https://www.gadgetreview.com/british-groups-are-shaping-us-age-verification-laws-in-21-us-states-...
3•robotnikman•19m ago•1 comments

Burning Mesh: off-grid Meshtastic network for Burning Man

https://www.burningmesh.org
2•gourneau•20m ago•1 comments

Véloura Beauty Uses Firebase Remote Config for A/B Testing

https://gist.github.com/velourabeautyondemand-tech/64fdd133fc36b723823ea01bca41cd9a
1•Huiyu_Cheng•20m ago•0 comments

Contrail-free flying could help the climate

https://www.economist.com/science-and-technology/2026/08/19/contrail-free-flying-could-help-the-c...
3•samizdis•21m ago•2 comments

The Next China Shock Is Here

https://www.nytimes.com/2026/08/21/opinion/ezra-klein-podcast-brad-setser.html
4•rafaelc•27m ago•1 comments

Kindle raises US prices by $40-$50

https://www.reddit.com/r/kindle/comments/1vujton/price_increase_on_kindles/
2•seam_carver•27m ago•0 comments

The Creation of Abulafia

https://blog.veitheller.de/abulafia.html
2•saulpw•29m ago•0 comments

The OpenAI–Hugging Face Incident in Plain English

https://philippdubach.com/posts/openai-hugging-face-incident-plain-english/
1•7777777phil•29m ago•0 comments

UseWok

1•UseWok•32m ago•0 comments

Think you can trust Google reviews in Germany? Think again

https://www.fastcompany.com/91420303/google-review-germany-takedown-europe
1•nixass•33m ago•0 comments

Show HN: Groovebox – self-hosted music library integrated with Discogs and Tidal

https://github.com/danielfalbo/groovebox/
1•danielfalbo•33m ago•0 comments

The Fastest Star in the Milky Way Will Test Relativity

https://www.universetoday.com/articles/the-fastest-star-in-the-milky-way-will-test-relativity
3•consumer451•34m ago•0 comments

Making Audio Stories Interactive with AI: The Story of Schmaudio

http://www.dennisweyland.net/blog/?p=175
2•skchang•35m ago•0 comments

Ask HN: How do you host your vibe coded tools/sites?

1•sakuraiben•35m ago•4 comments

Zero-Knowledge Proofs Aren't Age Verification Silver Bullets

https://www.eff.org/deeplinks/2026/08/zkps-arent-age-verification-silver-bullets
3•birdculture•35m ago•0 comments

Reachpad – make applications you can share instantly

https://reachpad.dev
1•sakuraiben•38m ago•0 comments

Amsterdam, 13 March 1996//Knuth meets NTG members [pdf]

https://tug.org/TUGboat/tb17-4/tb53knun.pdf
1•jruohonen•42m ago•0 comments

Higher Regional Court curbs Amazon: reporting button and algorithms violate DSA

https://www.heise.de/en/news/Higher-Regional-Court-curbs-Amazon-reporting-button-and-algorithms-v...
4•layer8•44m ago•0 comments

Agentic AI overwhelmed CI, and test selection cut queueing from hours to minutes

https://humansystems.dudzik.co/p/when-agents-make-ci-the-bottleneck
1•dudzik•46m ago•0 comments

Why Your Next Long-Haul Layover May Be in Seoul, Not Dubai

https://www.nytimes.com/2026/08/20/world/asia/iran-war-asia-airports-dubai.html
2•bookofjoe•47m ago•1 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?