frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

YouTube Mistakenly Penalizes Kurzgesagt for AI-Generated Slop

https://kotaku.com/youtube-mistakenly-penalizes-popular-science-channel-kurzgesagt-for-ai-generat...
1•guilamu•1m ago•0 comments

Instagram's AI Rewards Human Attention

https://ai-updates.net/instagram-ai-human-attention-content/
1•ashurandi•1m ago•0 comments

Show HN: Live beach data for Nova Scotia

https://whenshouldigotothebeach.ca/
1•recvonline•1m ago•0 comments

Is Justified True Belief Knowledge? [pdf]

https://courses.physics.illinois.edu/phys419/sp2021/Gettier.pdf
1•jsLavaGoat•2m ago•1 comments

You have to do above average

https://kipsmiling.com/you-have-to-do-above-average-actions/
1•imsurajkadam•3m ago•0 comments

Understanding std:counting_semaphore and std:binary_semaphore from C++20

https://www.cppstories.com/2026/semaphore/
1•jandeboevrie•4m ago•0 comments

Reservation Apps Have Made Getting into a Restaurant a Nightmare

https://www.wsj.com/business/restaurant-reservation-apps-30a29e6b
1•pseudolus•4m ago•1 comments

The Right Harness Is All You Need

https://hkinsley.com/reflections/right-harness-is-all-you-need
1•bjclark•6m ago•0 comments

OpenSSH Key Structure Guide

https://sshref.dev/
1•fanf2•7m ago•0 comments

A game made of sine waves (YouTube)

https://www.youtube.com/watch?v=Qr3VsZYQy4s
1•hanifbbz•7m ago•0 comments

Abolish the Top Ten Books List

https://thewalrus.ca/abolish-the-top-ten-books-list/
2•pseudolus•8m ago•0 comments

The Unreasonable Effectiveness of Mathematics in the Natural Sciences [pdf]

https://web.njit.edu/~akansu/PAPERS/The%20Unreasonable%20Effectiveness%20of%20Mathematics%20(EP%2...
2•pseudolus•11m ago•0 comments

One of China's Most Powerful AI Models Has Also Escaped Containment

https://www.wired.com/story/moonshot-kimi-k3-ai-model-escape-sandbox/
1•gpi•12m ago•0 comments

Show HN: Per-module tags and releases for Terraform monorepos

https://github.com/techpivot/terraform-module-releaser
1•virgofx•13m ago•0 comments

Kim Jong Un Flouted Sanctions to Amass $22B Windfall

https://www.bloomberg.com/graphics/2026-north-korea-windfall/
2•paulpauper•14m ago•0 comments

AI-written pieces that have won literary awards

https://twitter.com/jamesjyu/status/2085335285726900646
2•paulpauper•15m ago•0 comments

Kam remake (knights and merchants remake) Pascal into WASM on the web by AI

https://yohimik.github.io/kam_remake/
1•yohimik•17m ago•1 comments

Korea's AI-driven chip boom reorders country's society from careers to culture

https://www.bloomberg.com/news/features/2026-08-06/ai-sk-hynix-samsung-rewire-south-korea-s-caree...
3•thoughtpeddler•20m ago•1 comments

Trump-linked oil firm prepares to drill in Greenland but lacks permits

https://www.upi.com/Top_News/World-News/2026/08/08/greenland-trump-oil-drilling/2831786218141/
1•amarcheschi•21m ago•0 comments

Show HN: BotsArgue – Google Meet for AI Agents

https://botsargue.com/
1•avetiszakharyan•22m ago•0 comments

Signal can easily work across multiple Android devices and iPhones now

https://www.theverge.com/tech/975407/signal-linked-devices-sync
2•Cider9986•24m ago•0 comments

how Latin America's city of cycling is breaking gender barriers

https://www.theguardian.com/global-development/2026/aug/06/bikes-city-of-cycling-gender-barriers-...
3•raybb•24m ago•0 comments

Volkswagen plans to win America back with a pickup, report says

https://arstechnica.com/cars/2026/08/volkswagen-plans-to-win-america-back-with-a-pickup-report-says/
3•LorenDB•30m ago•0 comments

Show HN: Camera Sun – Swipe to Shoot

2•zahirbmirza•32m ago•0 comments

Show HN: Nocturne, a macOS app that makes the menu bar clock unreadable

https://github.com/dotcomjack/nocturne
1•dotcomjack•42m ago•0 comments

Senate vote on crypto Clarity Act delayed, "difficult to get done"

https://www.politico.com/news/2026/08/07/delays-imperil-senate-crypto-bill-01029817
5•ilamont•45m ago•1 comments

Dell's Response to the MacBook Neo

https://www.jeffgeerling.com/blog/2026/excited-for-intel-efficiency/
4•indigodaddy•46m ago•2 comments

How and Why Netflix Built a Real-Time Distributed Graph: Part 3

https://netflixtechblog.com/how-and-why-netflix-built-a-real-time-distributed-graph-part-3-queryi...
2•dalvrosa•48m ago•0 comments

Show HN: Bun-boss – Bun-native fork of the pg-boss queue package

https://www.npmjs.com/package/bun-boss
2•khromov•51m ago•0 comments

Tim O'Reilly – Google's Westinghouse Bet

https://asimovaddendum.substack.com/p/googles-westinghouse-bet
1•rmason•51m 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?