frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

An OpenAI model crushed top human programmers at a world coding competition

https://www.understandingai.org/p/an-openai-model-crushed-top-human
1•speckx•1m ago•0 comments

Do Smart Glasses Have a Surveillance Problem?

https://www.vogue.com/article/do-smart-glasses-have-a-surveillance-problem
1•cdrnsf•3m ago•0 comments

Casual Viewing: Why Netflix looks like that (2025)

https://www.nplusonemag.com/issue-49/essays/casual-viewing/
1•zem•5m ago•0 comments

An Update on the scraper situation

https://lwn.net/SubscriberLink/1080822/990a8a5e2d379085/
2•chmaynard•8m ago•0 comments

MAGA's attack on science is worse than it looks

https://www.noahpinion.blog/p/magas-attack-on-science-is-even-worse
1•gumby•9m ago•0 comments

Ask HN: Experiences of Working in Big Data

1•theginger•9m ago•0 comments

Capitalism Gone Wrong

https://kasperjunge.com/blog/capitalism-gone-wrong/
1•juunge•10m ago•0 comments

Earthkit v1.0 – Open-source tools for seamless earth science workflows

https://earthkit.ecmwf.int
1•giuliomagnifico•10m ago•0 comments

Shooting Starlink: The "no limits" partnership between Russia and China

https://theins.press/en/inv/294635
2•uxhacker•12m ago•2 comments

We reached 300 repos visualized

https://www.reddit.com/r/PrincipalAi/s/tN8cnUNHR3
2•fernando-ram•13m ago•0 comments

AI Pilling Our Company

https://twitter.com/neilrahilly/status/2075290325757608148
1•iacguy•13m ago•0 comments

The Worst Company

https://vowe.net/2026/07/10/the-worst-company/
1•doener•14m ago•0 comments

My two year old taught me constraint solving

https://thecomputersciencebook.com/posts/how-my-2yo-taught-me-constraint-solving/
1•bambataa•14m ago•0 comments

Show HN: Bunrun – agent-configured local dashboard to start/stop dev apps

https://github.com/jokkebk/bunrun
1•jokkebk•14m ago•0 comments

Cat Is Being Nice? Think Again

https://www.nytimes.com/2026/07/10/science/cat-grooming-licking-research.html
1•gumby•15m ago•0 comments

Citi wins bank support for tokenized deposit tools

https://www.americanbanker.com/payments/news/citi-wins-bank-support-for-tokenized-deposit-tools
1•petethomas•15m ago•0 comments

Mayor Mamdani Announces Landmark "Click-to-Cancel" Consumer Protection Rules

https://www.nyc.gov/mayors-office/news/2026/07/mayor-mamdani-announces-landmark--click-to-cancel-...
5•thisislife2•16m ago•2 comments

Squishy Face

https://www.viverse.com/A4tz3Qk
1•Eduard•16m ago•0 comments

Discovery could lead to brighter, more energy-efficient digital displays

https://news.mit.edu/2026/discovery-could-lead-brighter-more-energy-efficient-digital-displays-0710
1•gnabgib•16m ago•0 comments

Core dump epidemiology: fixing an 18-year-old bug

https://openai.com/index/core-dump-epidemiology-data-infrastructure-bug/
1•ot•19m ago•0 comments

New Research Indicates That in Future, Trees May Store Less Carbon Than Expected

https://lamont.columbia.edu/news/new-research-indicates-future-trees-may-store-less-carbon-expected
1•littlexsparkee•21m ago•0 comments

Chickadees cheat on their partner more with males better at navigation

https://elifesciences.org/reviewed-preprints/110905
1•marojejian•22m ago•1 comments

Retiring Group Chats in ChatGPT

https://help.openai.com/en/articles/12703475-retiring-group-chats-in-chatgpt
2•flyaway123•23m ago•0 comments

Flock threatens to sue private group in California that discusses diplomacy, law

https://bsky.app/profile/bennjordan.bsky.social/post/3mqcmjhtstc2y
3•cdrnsf•24m ago•2 comments

Four Day Work Week Statistics 2026: What the Data Shows

https://stealthagents.com/research/four-day-work-week-statistics-2026
1•momentmaker•25m ago•0 comments

Did you start a startup, then had to shut it down?

https://www.youtube.com/watch?v=wVhOCrlApwk
1•dsantbakshsing•26m ago•0 comments

The first programmer I know who was murdered in a targeted strike was Haitham

https://www.lrb.co.uk/the-paper/v48/n12/muhammad-shehada/i-would-never-release-him
2•lr0•28m ago•0 comments

ChatGPT and Codex Desktop app merge confusion

https://community.openai.com/t/where-did-my-chatgpt-projects-go/1386177
2•foupfeiffer•29m ago•0 comments

AI Gets a Cerebellum

https://www.mccormick.northwestern.edu/news/articles/2026/07/ai-gets-a-cerebellum/
2•geox•29m ago•0 comments

What's Behind the Recent Legal Challenges to Costco's Iconic Rotisserie Chicken

https://www.kavout.com/market-lens/what-s-behind-the-recent-legal-challenges-to-costco-s-iconic-r...
1•momentmaker•30m 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?