frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The data center fight is heating up

https://www.axios.com/2026/08/19/ai-power-data-center-electricity-construction
3•1vuio0pswjnm7•7m ago•1 comments

The tests your agent writes defend the code it saw. Bugs included

1•Marvin_RunAI•8m ago•0 comments

Cuisenaire Rods

https://en.wikipedia.org/wiki/Cuisenaire_rods
2•tosh•9m ago•0 comments

Old.reddit.com is now login only

3•denvrede•9m ago•0 comments

Seoul to cover all sidewalks with shade by 2028 to combat heat waves

https://en.yna.co.kr/view/AEN20260819007000315
4•riffraff•10m ago•0 comments

Wrapping C libraries in Nim (2023)

https://peterme.net/wrapping-c-libraries-in-nim.html
1•erikschoster•11m ago•0 comments

Show HN: Rove – parallel coding agents that can fan out subtasks and report back

https://github.com/Sma1lboy/rove
1•zhallen_work•12m ago•0 comments

Asana cleared 5 years of engineering work in 2 weeks with Codex

https://openai.com/index/asana/
3•tosh•16m ago•0 comments

Why Every Receipt in Taiwan Is a Lottery Ticket [video]

https://www.youtube.com/watch?v=s1EVk7k9S7Q
1•dataflow•17m ago•0 comments

My Grandfather's Career Took Off at 58

https://kejiakejia.substack.com/p/my-grandfathers-career-took-off-at
13•jamarna•17m ago•1 comments

Samsung hikes chipmaking prices by up to 15% for new orders, on demand spike

https://www.reuters.com/business/autos-transportation/samsung-hikes-chipmaking-prices-by-up-15-de...
3•giuliomagnifico•18m ago•0 comments

Show HN: I fixed a dead Bitcoin ASIC and made a foundry that engraves your words

https://strikeablock.com/
1•laksgandikota•19m ago•0 comments

ChessIQ – training positional evaluation instead of just finding tactics

https://chessiqapp.com/
1•VyomJ•20m ago•0 comments

Psychedelics align brain activity with context

https://www.nature.com/articles/s41586-026-10910-z
2•dr_dshiv•24m ago•0 comments

Neo-Etiquette Basics: The New Rules of Being Human

https://www.joanwestenberg.com/p/neo-etiquette-basics-the-new-rules
1•rapnie•24m ago•0 comments

Why Everyone Is Obsessed with Model Routing

https://menlovc.com/perspective/stripe-to-acquire-openrouter-why-everyone-is-obsessed-with-model-...
1•tosh•26m ago•0 comments

Owner of grok.bot asks xAI for $1M

https://grok.bot/
3•mrpadie•29m ago•2 comments

Show HN: UI Inspector for Tauri

https://github.com/mathematic-inc/tauri-plugin-ui-inspector
1•jrandolf•29m ago•0 comments

Succinct and Fast Tiny Pointer Hash Tables

https://arxiv.org/abs/2607.28892
1•matt_d•29m ago•0 comments

Block-Layer Error Injection

https://lwn.net/Articles/1086344/
2•pykello•33m ago•0 comments

Btrfs Ready with More Performance Improvements for Linux 7.3: Some ~3-5x Wins

https://www.phoronix.com/news/Linux-7.3-Btrfs
3•water-drummer•42m ago•0 comments

Winchester Mystery House

https://en.wikipedia.org/wiki/Winchester_Mystery_House
2•pchangr•50m ago•0 comments

Claude Revived My Microsoft Band 2

https://webenclave.com/posts/bringing-a-microsoft-band-2-back-from-the-dead/
2•bchip•59m ago•0 comments

The most thoroughly commented linker script (probably)

https://blog.thea.codes/the-most-thoroughly-commented-linker-script/
1•rramadass•1h ago•1 comments

Show HN: Doubletake – a daily spot-the-difference in ink and wash

https://doubletake.day
1•jokojogi•1h ago•0 comments

The US national debt now stands at $40T

https://apnews.com/article/treasury-national-debt-limit-a27a8d3651ff810b25c610d3e1b6259d
7•geox•1h ago•7 comments

Basics of the Unix Philosophy

https://cscie2x.dce.harvard.edu/hw/ch01s06.html
1•num42•1h ago•0 comments

Show HN: Linux and iPhone Continuity (iMessage / SMS)

https://github.com/zackb/tether
3•zackb•1h ago•0 comments

KVM Planes Head for Takeoff

https://lwn.net/Articles/1087590/
1•pykello•1h ago•0 comments

The Grand Unified Theory Extends A.E.'S Goals

https://medium.com/@f9121212/the-grand-unified-theory-extends-a-e-s-goals-b2c9456d7813
1•ortrich•1h 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?