frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

5.3 Earthquake in Suez, Egypt

https://earthquake.usgs.gov/earthquakes/eventpage/us6000thpb/executive
2•marc__1•6m ago•0 comments

Hotspots and Nine Slices (what's new in Easel)

https://easel.games/blog/2026-july-update
1•BSTRhino•7m ago•1 comments

The Crisis in Mathematics and the Prospect of AIcademia

https://www.ryansimonelli.com/absolute-irony-blog/the-crisis-in-mathematics-and-the-prospect-of-a...
1•lexandstuff•8m ago•0 comments

Descubrimientos de Graphlab

https://github.com/cripto-bot/graphlab-discoveries
1•jhon987•8m ago•0 comments

Show HN: SSH Ssh.place

https://ssh.place
2•jeninh•11m ago•0 comments

Boris Cherny on Trying to Get Claude Code to Rewrite the Claude App

https://daringfireball.net/linked/2026/08/02/cherny-claude-swift
1•robenkleene•12m ago•0 comments

An Integrative Appraisal Model of Epistemic Curiosity

https://pmc.ncbi.nlm.nih.gov/articles/PMC12894534/
1•toomuchtodo•21m ago•0 comments

Pg_savior: A Postgres extension to avoid accidental mistakes

https://github.com/viggy28/pg_savior
1•thunderbong•21m ago•0 comments

I made an interactive map for the Adelaide Rally

https://interactive-adelaide-rally.vercel.app/
2•rakmo•22m ago•0 comments

Why Book Corners won't sync contributions back to OpenStreetMap

https://www.andreagrandi.it/posts/why-book-corners-wont-sync-contributions-back-to-openstreetmap/
3•pizzaiolo•23m ago•0 comments

Accepting a Messy Git History

https://beza1e1.tuxen.de/git_two_users.html
1•birdculture•25m ago•0 comments

Frontis-MA1: Open 35B model toward recursive self-improvement

https://frontisai.github.io/OpenRSI/
1•DSemba•29m ago•0 comments

Show HN: mlxsh A lightweight CLI to serve multiple local LLMs on Apple

https://github.com/ansnadeem/mlxsh
1•ansnadeem•31m ago•0 comments

The Penny Cyclopædia of the Society for the Diffusion of Useful Knowledge (2012)

https://archive.org/details/ThePennyCyclopaediaOfTheSocietyForTheDiffusionOfUsefulKnowledge
1•nativeit•34m ago•0 comments

Connes' Rigidity Theorem: Disproof of Open AI's Counterexample and Proof

https://philarchive.org/rec/NIEWTC
3•gone35•38m ago•0 comments

Show HN: Sixwhyo – A six year old agent reviewing your code

https://6yo.dev/
1•hxii•38m ago•0 comments

NF humanoid disarm protocol: Fire-alarm protocol to stop humanoid robots

https://github.com/humblelistener/NF_HDP
1•humblelistener•38m ago•1 comments

The Toad Medicine Boom Was Built on a Myth

https://www.bloomberg.com/news/articles/2026-07-31/what-is-5-meo-dmt-the-god-molecule-and-the-per...
1•wslh•41m ago•1 comments

Ask HN: What's Next for LLMs?

3•apatheticonion•43m ago•0 comments

What if I can just do it faster than talking to you?

https://sundaylettersfromsam.substack.com/p/what-if-i-can-just-do-it-faster-than
2•thedreammachine•45m ago•1 comments

Show HN: Atomadic- Zero-LLM Sub-200us MCP Action Interlock (Storefront Restored)

https://atomadic.tech/orchard.html
1•Atomadic•45m ago•0 comments

'The language of Pokémon is universal': fans are still catching after 30 years

https://www.theguardian.com/games/2026/aug/02/the-language-of-pokemon-is-universal-why-fans-are-s...
3•tzmlab•53m ago•1 comments

Hey everyone, wanted to share something I built in case it helps someone here

https://foliumcv.com/
1•nahuelgiudizi•1h ago•1 comments

RFK Jr tells US families to vaccinate children against measles amid outbreak

https://www.theguardian.com/us-news/2026/aug/02/rfk-jr-measles-vaccination
14•doener•1h ago•1 comments

The Challenge of Recovering SpaceX's Starship at Sea [video]

https://www.youtube.com/watch?v=0i0hpJ0Hqj4
2•sbuttgereit•1h ago•0 comments

Attio – Next Gen CRM

https://attio.com
2•flurly•1h ago•0 comments

Cooked: A DIY Manifesto (2013) [pdf]

https://foodwriting.ua.edu/wp-content/uploads/2021/10/Cooked-exerpt.pdf
3•geneticdrifts•1h ago•0 comments

The diabolical world of convincing AI thirst traps

https://www.vox.com/culture/492604/ai-deepfake-gay-influencers-tiktok-thirst-traps
10•nabbed•1h ago•1 comments

Why Were the Dabaos Late?

https://www.crowdsupply.com/baochip/dabao/updates/why-were-the-dabaos-late
5•mananaysiempre•1h ago•1 comments

Crypto miners are stealing power in Southeast Asia

https://www.dw.com/en/how-crypto-miners-are-stealing-power-in-southeast-asia/a-78175364
7•tchalla•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?