frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

As Flock battles public scrutiny, other surveillance companies see an opening

https://text.npr.org/nx-s1-5931446
1•1659447091•21s ago•0 comments

What retailers are doing with tariff refunds

https://finance.yahoo.com/markets/article/tariff-refunds-are-hitting-retailers-wallets-heres-what...
1•BiraIgnacio•3m ago•0 comments

AI has failed to win people's trust. Its makers? less trusted

https://www.euronews.com/next/2026/08/20/ai-has-failed-to-win-peoples-trust-its-makers-even-less-...
4•billybuckwheat•4m ago•0 comments

View-Master Went from a Weapon Against Kodak to "Just a Toy" [video]

https://www.youtube.com/watch?v=FjekcXFb40E
1•fortran77•5m ago•0 comments

AI as a Co-Writer

https://strawberry9.github.io/the-wrong-memory/cover.html
1•VolatileRegiste•6m ago•0 comments

Why Lean is faster than Rust

https://kim-em.github.io/blog/2026-7-24-why-lean-is-faster-than-rust/
1•hectormalot•7m ago•0 comments

AgentCore Payments GA

https://aws.amazon.com/about-aws/whats-new/2026/08/bedrock-agentcore-payments-ga/
1•AnhTho_FR•9m ago•0 comments

Ask HN: What's the current best research/understanding of healthy weight loss?

1•simonebrunozzi•12m ago•0 comments

The Real AI Crash Will Start This Year

https://quoththeraven.substack.com/p/the-real-ai-crash-will-start-this
2•samizdis•13m ago•0 comments

Amid intense backlash, people are vandalizing Flock surveillance cameras

https://text.npr.org/nx-s1-5939851
1•mooreds•14m ago•0 comments

GoldenEye 007 native port after the N64 decompilation reached 100%

https://github.com/SegfaultEvan/goldeneye-native
2•segfaultevan•14m ago•2 comments

Shared-Nothing Architecture

https://en.wikipedia.org/wiki/Shared-nothing_architecture
1•doener•14m ago•0 comments

Software Design

https://misfra.me/2026/software-design/
1•preetamjinka•23m ago•0 comments

Eliminate GPU Waste by Cutting the Retry Tax

https://rahmipruitt.me/content/gpu-retry-tax/
1•rjpruitt16•26m ago•0 comments

There continue to be reasons for software to be slow

https://typesanitizer.com/blog/performance-issues.html
1•birdculture•27m ago•0 comments

Show HN: MacAIApps – a directory of AI-powered Mac apps

https://www.macaiapps.com/
1•sujee•29m ago•0 comments

ChatGPT

https://openai.com/index/chatgpt/
1•websiteapi•30m ago•0 comments

Trix: Embeddable stack-based scripting VM with cooperative concurrency

https://github.com/mcguidarelli/trix
1•oxryly1•31m ago•1 comments

iPhone 18 Pro Could Get a Signature New Color – Here's What the Latest Leaks Sug

https://moztako.me/iphone-18-pro-colors-dark-cherry/
1•cecyev•37m ago•0 comments

Will farm animals always suffer?

https://worksinprogress.co/issue/will-farm-animals-always-suffer/
1•mooreds•37m ago•0 comments

Ben Sasse on Faith, Family, and Facing Death [audio]

https://www.econtalk.org/ben-sasse-on-faith-family-and-facing-death/
1•mooreds•38m ago•0 comments

Tiny drones are powered by sound

https://actu.epfl.ch/news/these-tiny-drones-are-powered-by-sound-2/
1•simonebrunozzi•43m ago•0 comments

Jane Street took $15B hit in July tied to Situational Awareness

https://www.reuters.com/business/finance/jane-street-took-15-billion-hit-july-tied-situational-aw...
3•paulpauper•44m ago•1 comments

A mother has spent years caring for her special-needs child

https://www.washingtonpost.com/health/2026/08/16/she-spent-years-caring-her-child-with-disabiliti...
2•paulpauper•44m ago•0 comments

Worse Is Better Considered Harmful

https://cs.stanford.edu/people/eroberts/cs201/projects/2010-11/WorseIsBetter/index.php/Main_Page....
4•so-cal-schemer•44m ago•1 comments

Stock Market Bargains Are Hiding in This Overlooked Place

https://www.wsj.com/finance/stocks/stock-market-bargains-are-hiding-in-this-overlooked-place-6239...
3•paulpauper•45m ago•0 comments

ASCII City Update: Interiors, Elevation and Skyscrapers [video]

https://www.youtube.com/watch?v=UCKEDWowc0o
1•galleywest200•47m ago•1 comments

Companies that buy and sell your data are not following CA’s strict privacy laws

https://hai.stanford.edu/news/companies-that-buy-and-sell-your-data-are-not-following-californias...
2•hhs•48m ago•0 comments

Free Brain-Computer Interface in Udemy

https://www.reddit.com/r/PiEEG_club/comments/1vvq6j7/5_free_eegbci_courses_join_the_new_1020_acad...
1•Christiangmer•50m ago•0 comments

Digital amnesia: Taking screenshots makes you more likely to forget information

https://www.binghamton.edu/news/story/6397/digital-amnesia-taking-screenshots-makes-you-more-like...
1•hhs•53m 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?