frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Building a Flight Controller in Rust

https://www.staszewski.xyz/blog/building-a-flight-controller-in-rust/
1•kamilstaszewski•4m ago•0 comments

The Open Air European Museum

https://www.theprincetontory.com/is-europe-an-open-air-museum/
1•satvikpendem•5m ago•0 comments

We run five Claude Code sessions at once

https://draper.chat/dev/the-ultimate-claude-code-parallelisation-guide-2026
1•tomchill•10m ago•0 comments

Second Wave Solarpunk

https://planetsandmonsters.blogspot.com/2026/08/second-wave-solarpunk.html
1•rdmuser•13m ago•0 comments

Vim Classic debuts with its first release as a Vim fork without AI assistance

https://www.neowin.net/news/vim-classic-debuts-with-its-first-release-as-a-vim-fork-without-ai-as...
1•pir8life4me•13m ago•1 comments

Sivers in Bangalore

https://sive.rs/met/at-15
1•nreece•17m ago•0 comments

Kansas town drops charges against teacher arrested for clapping

https://www.tomshardware.com/tech-industry/data-centers/kansas-town-drops-charges-against-teacher...
1•rdmuser•18m ago•0 comments

Show HN: Tracking spec-driven development in the wild

https://sddobservatory.com/
1•emilesilvis•24m ago•0 comments

PlayStation wants to prove in court that you don't own your digital games

https://www.polygon.com/sony-digital-games-lawsuit-california/
1•Markoff•24m ago•0 comments

I built a multiplayer version of the 4,500-year-old Royal Game of Ur

https://royalgameofur.app
1•potentdream•26m ago•0 comments

Roget's Thesaurus

https://artflsrv04.uchicago.edu/roget-thesaurus/
1•gregsadetsky•26m ago•0 comments

Faster than real-time video generation with #1 quality model

https://fal.ai/tools/minimax-h3-max
1•treesciencebot•26m ago•0 comments

Samsung's SmartThings API Terminates Free Access

https://hackaday.com/2026/07/28/samsungs-smartthings-api-terminates-free-access/
2•ryan_j_naughton•27m ago•0 comments

Any Recommended Alternatives to Google Maps and Apple Maps?

2•derbOac•28m ago•0 comments

Ask HN: How do you feel about AI generated documentation?

3•LelouBil•37m ago•1 comments

Rootless Docker and Its Hidden Security Trade-Offs

https://www.kenmuse.com/blog/rootless-docker-and-its-hidden-security-trade-offs/
2•zdw•40m ago•1 comments

Open Home Foundation

https://www.openhomefoundation.org/
2•LelouBil•43m ago•0 comments

Care for a Little More AI?

https://proofsandprompts.com/2026/08/30/care-for-a-little-more-ai/
1•Shuddown•43m ago•0 comments

Context7 vs. Claude Code's Web Search: A Token and Cost Benchmark

https://upstash.com/blog/context7-vs-web-search-benchmark
1•y1zhou•45m ago•0 comments

Corsair RM1000e (2026) ThermalProtect review: Temperature-sensing 12V-2x6 cable

https://www.tomshardware.com/pc-components/power-supplies/corsair-rm1000e-2026-thermalprotect-pow...
1•sbulaev•48m ago•0 comments

Ask HN: What's the most thoughtful AI product you've seen?

2•asdev•52m ago•2 comments

Privanode – Access 397 models and 19 FREE models with Crypto payments

https://privanode.app/
2•AboozarEsmaili•1h ago•0 comments

The EU has begun enforcing the AI Act: first RFIs to model providers

https://tokenstead.ai/guides/eu-ai-act-first-enforcement-security-rfis
19•cdnsteve•1h ago•18 comments

From Tethered Spinal Cord to C1 Paralysis

https://medium.com/freedomofthought/from-tethered-spinal-cord-to-c1-paralysis-and-five-years-of-b...
4•raynchad•1h ago•0 comments

OpenClaw 2.0, Accidentally

https://openclaw.ai/blog/openclaw-2-accidentally
3•doppp•1h ago•0 comments

Amazon Stonehenge: Parque Arqueológico Do SolstíCIO

https://en.wikipedia.org/wiki/Parque_Arqueol%C3%B3gico_do_Solst%C3%ADcio
2•nycdatasci•1h ago•0 comments

UC Berkeley indefinitely suspends international student work authorizations

https://www.dailycal.org/news/campus/after-second-ice-threat-uc-berkeley-indefinitely-suspends-in...
55•cbzbc•1h ago•44 comments

Harvard Professor on Why You Should Learn C in 2026 [video]

https://www.youtube.com/watch?v=vhgI_F-WMwA
3•rramadass•1h ago•0 comments

Intrusive Linked Lists

https://www.data-structures-in-practice.com/intrusive-linked-lists/
1•tripdout•1h ago•0 comments

Wrapture

https://grahamdumpleton.me/posts/2026/08/introducing-wrapture/
1•simonw•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?