frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Emacs Writing Machine

https://chainsawriot.com/postmannheim/2026/07/25/writeredeck.html
1•rbanffy•56s ago•0 comments

Show HN: Discrete6502 – one thing led to another

https://epatel.github.io/discrete6502/
1•epatel99•4m ago•0 comments

Kintsugi: A Japanese traditional ceramic conservation skill

https://blogs.cardiff.ac.uk/conservation/kintsugi-a-japanese-traditional-ceramic-conservation-skill/
1•lopespm•7m ago•0 comments

Pin every country you've visited on a 3D globe

https://pinglobe.world
1•Yueyin•7m ago•1 comments

Zig by Example

https://zigbyexample.neocities.org/
1•rbanffy•7m ago•0 comments

Multiple people injured in collision involving Waymo near downtown Los Angeles

https://www.latimes.com/california/story/2026-07-26/multiple-people-injured-pico-union-collision-...
1•gamblor956•10m ago•0 comments

OKLCH in CSS: why we moved from RGB and HSL

https://evilmartians.com/chronicles/oklch-in-css-why-quit-rgb-hsl
1•gregsadetsky•11m ago•0 comments

Carbon footprint of metal production could be >10 times higher than estimated

https://phys.org/news/2026-07-carbon-footprint-metal-production-higher.html
2•littlexsparkee•12m ago•2 comments

Share the tokens, not the API key

https://freeq.at/blog/share-the-tokens-not-the-api-key/
1•chadfowler•12m ago•0 comments

C++ Vs Rust: Which is better for writing AI/ML code with LLMs

https://richiejp.com/rust-vs-cpp-llm-coded-model-conversion-from-pytorch
1•richiejp•12m ago•0 comments

Symphony of Sirens

https://99percentinvisible.org/episode/episode-79-symphony-of-sirens-revisited/
2•Eridanus2•16m ago•0 comments

Teaching Kids Forth – Anna Liberty

https://gracefulliberty.com/articles/teaching-kids-forth/
7•rbanffy•23m ago•4 comments

A Gang of Thieves Pulled Off a Multimillion-Dollar Data Center Heist

https://www.nytimes.com/2026/07/12/magazine/data-center-heist.html
2•The_Gray•25m ago•1 comments

Building a Moat: Self Learning Agents

https://twitter.com/ataiiam/status/2074501252268937703
2•gmays•25m ago•0 comments

Show HN: Amplified Futures – no-wave VCV Rack 2 modules

https://github.com/dboles99/amplified-futures-vcv
1•dboles99•25m ago•0 comments

YouTube Premium (Free) for iPhones (iOS)

https://github.com/aditauqir/fyp
1•skmpe•27m ago•1 comments

Duress Codes and How to Use Them (2024)

https://safeescape.org/duress-codes/
7•jethronethro•31m ago•0 comments

Show HN: Porting Super Hexagon to the Playdate

https://captnemo.in/superhexagon/
2•captn3m0•31m ago•0 comments

Science: A New Golden Age [pdf]

https://www.whitehouse.gov/wp-content/uploads/2026/07/Science-A-New-Golden-Age.pdf
4•Helithumper•31m ago•0 comments

Show HN: CostCompass – cost-of-living data from local scrapers, not crowdsourced

https://costcompass.net
1•FilipRaab•31m ago•0 comments

We're Thinking About Darkness All Wrong

https://www.harvardmagazine.com/science/harvard-night-dark-sky-light-pollution
3•ilamont•32m ago•0 comments

Mark Zuckerberg on Messenger (2013)

https://twitter.com/TechEmails/status/1528063312461582342
1•downbad_•34m ago•0 comments

Why we're building omics in Rust at St. Jude research hospital

https://claymcleod.dev/blog/2026-07-26-why-were-building-omics
4•azhenley•36m ago•0 comments

Unreached: Find code that exists in your repo and is never reached

https://github.com/siliroid/unreached
1•siliroid•40m ago•0 comments

UpWatch – uptime monitoring with a live public status page (free tier, no card)

https://upwatch.online/
1•snookiebaby•41m ago•0 comments

Show HN: Dub Any Podcast in Your Language Using Local Models

https://github.com/cezarc1/podcast_dub
1•ggamecrazy•42m ago•0 comments

Ask HN: How do you figure out what you're passionate about?

1•charliebwrites•43m ago•3 comments

Girl's death in China reveals human cost of unregulated science

https://www.thehindu.com/sci-tech/health/girls-death-in-china-reveals-human-cost-of-unregulated-s...
2•thisislife2•46m ago•0 comments

In the Age of AI, the Analog Restaurant Feels Radical

https://www.eater.com/trends/975087/restaurants-lean-into-bespoke-handmade-elements-during-ai-fly...
1•cdrnsf•48m ago•0 comments

What counts as cooking? In defense of the store-bought sauce

https://iza.ac/posts/2026/06/what-counts-as-cooking/
2•infinitewalk•50m 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?