frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

An Opioid Empire in the Center of Africa

https://www.wsj.com/world/africa/russia-wagner-africa-opioid-trade-d015c4bc
1•ViktorRay•1m ago•0 comments

Making

https://beej.us/blog/data/ai-making/
1•erikschoster•2m ago•0 comments

Show HN: HN Hall of Fame – browse 3,100 legendary Hacker News links

https://www.orangecrumbs.com/hall/
1•oyster143•5m ago•0 comments

Astronomers identify a source of PeV cosmic-ray protons in the Milky Way

https://www.hiroshima-u.ac.jp/en/news/98115
1•MarcoDewey•5m ago•0 comments

Zero roadkill as Amazon canopy bridges secure 15,000 crossings

https://news.mongabay.com/2026/07/zero-roadkill-as-amazon-canopy-bridges-secure-15000-crossings/
2•hn_acker•6m ago•0 comments

The Electronic Waste Graveyard: an interactive database of software-killed tech

https://pirg.org/edfund/resources/electronic-waste-graveyard/
1•MarcoDewey•8m ago•0 comments

Using Claude to re-create extinct software – Matlab from the 1980's

https://forum.vcfed.org/index.php?threads/using-claude-to-re-create-extinct-software-matlab-from-...
1•JPLeRouzic•8m ago•0 comments

Garmin $200 no subscription whoop alternative

https://www.garmin.com/en-US/newsroom/press-release/wearables-health/meet-cirqa-smart-band-the-sc...
1•flurly•8m ago•0 comments

Critical Minerals: Reducing U.S. Import Reliance with Substitution and Recycling

https://www.gao.gov/products/gao-26-108687
1•Jimmc414•9m ago•0 comments

A Puerto Rico Government Agency Exposed 1M Social Security Numbers

https://www.propublica.org/article/puerto-rico-crim-data-breach
3•Jimmc414•10m ago•0 comments

C-Flow Matching Inference

https://github.com/ecrasevvv/c-fm
1•ecrasevvv•10m ago•1 comments

You Opened a Credit Card. ICE Now Knows Where You Live

https://www.404media.co/you-opened-a-credit-card-ice-now-knows-where-you-live/
2•Jimmc414•10m ago•0 comments

Tapeworm hijacks worker ants, giving them queen-like metabolism and longer lives

https://phys.org/news/2026-07-tapeworm-hijacks-worker-ants-queen.html
1•wglb•12m ago•1 comments

Why I Am Not Going to Buy a Computer

https://karlvmuller.com/posts/why-i-am-not-going-to-buy-a-computer/
2•KarlVM12•13m ago•0 comments

Is Passwork safe for your business?

https://proton.me/business/blog/is-passwork-safe
1•Erenay09•13m ago•0 comments

What Foreign Architects Get Wrong in the Global South

https://commonedge.org/what-foreign-architects-get-wrong-in-the-global-south/
1•surprisetalk•14m ago•0 comments

AI tool reveals climate shifts may have fueled bursts of bird evolution

https://news.umich.edu/ai-tool-reveals-climate-shifts-may-have-fueled-bursts-of-bird-evolution/
1•gmays•14m ago•0 comments

I Am Buiding BorgIOS

https://github.com/bitmonky/BorgIOS
2•BorgIOS•16m ago•0 comments

Is software enshittified?

https://www.natemeyvis.com/is-software-enshittified/
2•Brajeshwar•16m ago•0 comments

Show HN: Bento - An entire PowerPoint in one HTML file (edit+view+data+collab)

https://bento.page/slides/
2•starfallg•16m ago•1 comments

Show HN: PDF tools that run in the browser, no upload

https://pdfcdf.com
2•sofiurrr•18m ago•0 comments

IMDB now automatically creating user accounts when you are signed into Amazon

3•terminalbraid•18m ago•3 comments

Hilo Raises $19M for Blood Pressure Wearables

https://insider.fitt.co/hilo-raises-19m-for-blood-pressure-wearables/
1•brandonb•19m ago•0 comments

UK Pols Want More Speech Regulation After Ann Widdecombe Murder – She Opposed

https://jonathanturley.org/2026/07/22/uk-politicians-call-for-more-speech-regulation-after-the-mu...
1•anonymousiam•19m ago•1 comments

Show HN: Made a App to Turn Any Podcast into a Website

https://audioenhancer.com/
1•wbemaker•19m ago•0 comments

How to choose a Linux kernel subsystem to work on (as a beginner)

https://cjd8.github.io/kernel/kbeginner/2026/07/22/how-to-start-kernel-work.html
2•cjd8•19m ago•1 comments

A theory of the origins of cognitive inequality

https://davidbessis.substack.com/p/attention-is-all-we-have
1•igonvalue•19m ago•0 comments

AFAWA's support for women entrepreneurs has promoted business expansion in Kenya

https://www.afdb.org/en/success-stories/how-afawas-support-women-entrepreneurs-has-promoted-busin...
1•thunderbong•20m ago•0 comments

Neo Radar: A browser-based orbital mechanics engine with 41k real asteroids

https://neoradar.space
2•daviazpen•20m ago•0 comments

Show HN: BBRv3 for gVisor's netstack, visualized in the browser using WASM

https://ccsim.apoxy.dev
1•dilyevsky•20m 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?