frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: I have created a browser FPS game with kamikaze drones

https://sectorlock.com/
2•canerg•3m ago•0 comments

C Is Not a Low-Level Language (2018)

https://queue.acm.org/doi/10.1145/3212477.3212479
3•tosh•4m ago•0 comments

Billionaire tries untested longevity therapy to restore daughter's vision

https://science.slashdot.org/story/26/09/07/0036234/she-lost-her-sight-her-billionaire-father-bet...
3•gumby•7m ago•0 comments

Show HN: Send flowers from your AI agent and make your mum happy

4•fabian_shipamax•9m ago•0 comments

Linux Lost the Human Desktop. Can It Win the Agent Desktop?

https://alexander.holbreich.org/posts/2026/linux-agent-desktop/
2•aholbreich•11m ago•0 comments

Show HN: Titles – Can you write a better Hacker News title?

https://www.orangecrumbs.com/hn-titles
2•oyster143•14m ago•0 comments

Bill Gates tries to install MovieMaker

https://www.techemails.com/p/bill-gates-tries-to-install-movie-maker
3•highfrequency•16m ago•1 comments

Animals fear human voices more than lions (2023)

https://www.bbc.com/news/world-africa-67023033
2•maxloh•17m ago•0 comments

Burrows–Wheeler Transform

https://en.wikipedia.org/wiki/Burrows%E2%80%93Wheeler_transform
2•theanonymousone•18m ago•0 comments

Aging U.S. demographics jolt labor market data

https://www.axios.com/2026/08/13/labor-market-demographics-boomers
2•toomuchtodo•19m ago•0 comments

Jujutsu–A Version Control System

https://docs.jj-vcs.dev/latest/
2•Bluestein•19m ago•0 comments

Show HN: A fast, private, cross-platform Markdown editor built with Tauri/Rust

https://github.com/skanga/mdedit
2•skanga•21m ago•1 comments

An outliner sync engine that is right for the use case

https://k22i.com/journal/outliner-sync-engine/
1•krszwsk•21m ago•0 comments

Remember CVE 2010-2743 (vulnerability that was exploited in Stuxnet)

https://blog.projectnightcrawler.dev/posts/2026-08-14-remember-cve-2010-2743/
1•airhangerf15•22m ago•0 comments

SuperAstra: Edit Super Nintendo games live with GPT-6

https://twitter.com/scottastevenson/status/2096972908828426747
2•tosh•22m ago•1 comments

Tosemu – Wine for the Atari ST

https://e8johan.github.io/tosemu/
1•e8johan•22m ago•0 comments

Filecoin Foundation for the Decentralized Web (FFDW)

https://ffdweb.org
2•Bluestein•22m ago•0 comments

Large Text Compression Benchmark

https://mattmahoney.net/dc/text.html
1•theanonymousone•23m ago•0 comments

After six decades (of filming), the seminal series bows out with 70 Up

https://www.theguardian.com/tv-and-radio/2026/sep/07/seminal-series-ends-six-decades-70-up
1•evolve2k•23m ago•0 comments

Show HN: Qumra – Screen recorder that uploads while you record

https://qumra.io
1•trafargarlaw•26m ago•0 comments

Developers eye Native nations, tribal communities for new data center projects

https://alabamareflector.com/2026/09/06/repub/developers-eye-native-nations-tribal-communities-fo...
2•Teever•26m ago•0 comments

Reverse recruiting and the HR shift: what changes when talent also chooses

https://www.foxapply.com/blog/en/reverse-recruiting-hr-talent-also-chooses
1•josanjohnata•28m ago•0 comments

The 4KB Trick That Still Divides Old-School Programmers Decades Later

https://comuniq.xyz/Programming/post?t=1649
2•adunk•35m ago•0 comments

Show HN: Hush – Brown noise and a speech blocker in the macOS menu bar

https://github.com/RahulPrabha/Hush
1•oldmanrahul•36m ago•0 comments

The Waymo effect: how AI is quietly making research less collaborative

https://www.researchagenda.news/articles/the-waymo-effect.html
3•JohnHammersley•36m ago•0 comments

DoppelCart Fake-Shop-Cluster: 119k fake shops, ~3% of all .shop domains

https://nebty-id.com/en/doppelcart-fake-shop-network/
1•benny_s•36m ago•0 comments

Show HN: Correctness as spectrum not as binary in distributed system

https://archetechmes.vercel.app/blog/correctness-as-spectrum
1•rzwsan•36m ago•0 comments

Show HN: Krkn Operator – Multi-cluster chaos engineering for Kubernetes

https://github.com/krkn-chaos/krkn-operator
1•tsebasti•36m ago•0 comments

Dutch foundation sues Snapchat over addictive design

https://www.dutchnews.nl/2026/09/snapchat-sued-over-addictive-design-in-mass-claim/
5•Fraaaank•37m ago•0 comments

Easy Local Copilot with VS Code and Lemonade

https://admcpr.com/easy-local-copilot-with-vs-code-and-lemonade/
1•sequence7•39m 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?