frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Chatbot Act Forces One Parenting Model on Every Family

https://www.eff.org/deeplinks/2026/07/chatbot-act-forces-one-parenting-model-every-family
1•mdp2021•20s ago•0 comments

Leopold Aschenbrenner Built a Hot A.I. Hedge Fund. Then It Melted Down

https://www.nytimes.com/2026/07/31/business/situational-awareness-leopold-aschenbrenner.html
1•sbulaev•10m ago•0 comments

Google Just Ruined One of Its Most Important Tools

https://www.theatlantic.com/technology/2026/07/google-earth-ai-images/688145/
1•eloisius•10m ago•0 comments

Perplexity AI loses bid to toss Reddit lawsuit over data scraping

https://www.reuters.com/legal/litigation/perplexity-ai-loses-bid-toss-reddit-lawsuit-over-data-sc...
1•thm•12m ago•0 comments

What makes good magnet programs attractive?

https://www.educationprogress.org/p/what-makes-good-magnet-programs-attractive
1•barry-cotter•17m ago•0 comments

Ask HN: How did your boss's behavior change with the rise of AI?

1•aredirect•19m ago•0 comments

Granola Class Action Lawsuit

https://twitter.com/RobertFreundLaw/status/2083350273758728216
1•freestylematt•20m ago•0 comments

WTF Happened in 1971?

https://wtfhappenedin1971.com/
1•baxtr•20m ago•0 comments

Show HN: Wisp – a Linux shell with Lua scripting and structured pipelines

https://github.com/Hinikaa/wisp
1•hinikaa•21m ago•0 comments

Bloom Filters

https://arpitbhayani.me/blogs/bloom-filters/
1•vishwajeet_thok•23m ago•0 comments

AI doesn't generate working products, that's still your job

https://weeraman.com/the-prototype-isnt-the-product/
2•smckk•25m ago•1 comments

Amgen Reports Breach to SEC

https://databreaches.net/2026/07/31/amgen-reports-breach-to-sec/
1•WaitWaitWha•31m ago•0 comments

How Functional Is Human Tetrachromacy? (Ooqui) [video]

https://www.youtube.com/watch?v=NLC38iB7deE
1•zeristor•33m ago•0 comments

Google plans to exempt sanctioned nations from Android developer verification

https://arstechnica.com/gadgets/2026/07/google-plans-to-exempt-sanctioned-nations-from-android-de...
1•01-_-•34m ago•0 comments

Show HN: Habit Dungeon – RPG gamification that helps good habits stick

https://gamifyhabits.app/
1•jackedv•35m ago•1 comments

Solid Queue 1.6.0 now supports fiber workers

https://github.com/rails/solid_queue/releases/tag/v1.6.0
2•earcar•35m ago•0 comments

Silicon Valley loves young founders. Until it doesn't

https://techcrunch.com/2026/07/31/build-in-public-fail-in-public-what-its-like-to-be-a-founder-un...
1•01-_-•35m ago•0 comments

Situated Software (2004)

https://devonzuegel.com/situated-software
1•chr15m•36m ago•1 comments

Ten advances in mathematics and theoretical computer science

https://openai.com/index/ten-advances-in-mathematics/
41•milkshakes•39m ago•9 comments

Is AI Conscious? [video]

https://www.youtube.com/watch?v=DRbZyuY8EN8
2•abc42•46m ago•1 comments

Ats Resume Checker

https://www.apply-tracker.com/en/resume-checker
1•mirnumbing•47m ago•0 comments

The OpenCode default session prompts for plan and edit

https://github.com/anomalyco/opencode/tree/dev/packages/opencode/src/session/prompt
2•walrus01•50m ago•0 comments

Marketing sucks when all you want to do is build."builder's dopamine"

https://www.reddit.com/r/SaaS/comments/1vblhwy/comment/p0z1i6b/
2•absolutedev•52m ago•0 comments

Future euro banknote design proposals

https://www.ecb.europa.eu/euro/banknotes/future_banknotes/html/design-proposals.en.html
2•austinallegro•53m ago•0 comments

Most speed readers break on Japanese, Chinese and Thai

https://www.readkinetic.com/blog/speed-reading-japanese-chinese-thai
1•SamuraiLion•1h ago•0 comments

Show HN: Lightweight, S3-compatible object storage server

https://vaults3.com/
1•open_source_new•1h ago•0 comments

Police in US are using the power of podcasts to crack unsolved murders

https://www.bbc.co.uk/news/articles/cpw9q0ekd9eo
1•zeristor•1h ago•0 comments

Churchill's Ersatz Meeting with Lincoln's Ghost (2018)

https://richardlangworth.com/lincolns-ghost-churchill-white-house
1•thunderbong•1h ago•0 comments

A migrant surge tests Spain's open policies

https://economist.com/europe/2026/07/31/a-migrant-surge-tests-spains-open-policies
22•andsoitis•1h ago•43 comments

Chinese AI Researchers Are Finding Their Voice on X

https://www.wired.com/story/chinese-ai-researchers-are-finding-their-voice-on-x/
6•joozio•1h 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?