frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Call stack diffs

https://oskrim.github.io/engineering/2026/08/02/call-stack-diffs.html
2•tremguy•1m ago•0 comments

Moon landing anniversary, former astronauts say voting is Americans' mission

https://www.dailynews.com/2026/07/20/on-anniversary-of-moon-landing-former-astronauts-say-voting-...
2•rbanffy•3m ago•0 comments

A Top Law Firm Went from Standing Up to Trump to Bending the Knee

https://www.nytimes.com/2026/08/02/us/politics/paul-weiss-trump.html
2•sbulaev•4m ago•0 comments

Research Topics in ML, AI and Deep Learning

https://blog.sparsh.dev/research-topics-in-ml-ai-and-deep-learning/
2•sparshrestha•5m ago•0 comments

Xcsset is back: macOS malware that worms through Xcode projects

https://unit42.paloaltonetworks.com/xcsset-v40-malware-analysis/
2•nyku•7m ago•0 comments

She left her ex. He tracked her through a network of policing cameras

https://www.washingtonpost.com/technology/2026/08/02/how-police-officers-used-vast-network-camera...
2•pcl•9m ago•0 comments

Claude Code – Don't Attach Open File by Default

https://github.com/anthropics/claude-code/issues/63925
2•danmaz74•10m ago•0 comments

Play games with your brain signals using Octopus 16 wireless EEG device

https://www.cnx-software.com/2026/08/02/play-games-with-your-brain-signals-using-octopus-16-wirel...
3•giuliomagnifico•12m ago•0 comments

SUbstantial update to UK train mapping

https://trainmap.co.uk/map.html
2•optionalltd•17m ago•0 comments

How the Amiga Reads Floppies

https://www.techtravels.org/2008/09/how-the-amiga-reads-floppies/
2•Bluestein•17m ago•0 comments

Show HN: 8bit/cnlibs – 8bit Shadcn component library

https://8bit.cnlibs.com/
2•samke-•20m ago•0 comments

Archaeology Found Under England's Finest Fortified Manor House(Historic England) [video]

https://www.youtube.com/watch?v=W0Zj0kuylTQ
2•zeristor•20m ago•0 comments

Syzygy – Package and version integration knowledge as reusable CLI plugins

https://syz.sh
2•viaadus•21m ago•0 comments

Show HN: Syncular – offline-first SQL sync with TypeScript and Rust cores

https://github.com/syncular/syncular
3•quambo•22m ago•0 comments

Serving a 4GB video from Postgres: 2M rows in pg_largeobject

https://www.youtube.com/watch?v=pfu8OoCIU6g
2•navs•26m ago•0 comments

Show HN: Vein, a minimalist open-source resource management game

https://d2ykijtrvb890q.cloudfront.net/
2•thevahidal•26m ago•0 comments

US bank places trust in ransomware crew that promised to delete its data

https://www.theregister.com/cyber-crime/2026/07/31/us-bank-places-trust-in-ransomware-crew-that-p...
3•chrisjj•27m ago•0 comments

Entertainment Breakdown: Medium's Surging Pop-Culture Publication

https://medium.com/theentertainmentbreakdown/entertainment-breakdown-mediums-surging-pop-culture-...
2•raynchad•30m ago•1 comments

Freedom of Thought: The Fast-Growing Medium Publication That's Here to Stay

https://medium.com/freedomofthought
2•raynchad•32m ago•1 comments

Ask HN: Am I the only one getting so many cursor ads?

2•alexander2002•35m ago•1 comments

JSON Feed Version 1.1

https://www.jsonfeed.org/version/1.1/
2•robalni•35m ago•0 comments

Ok that's a better RPi project – Lego submarine [video]

https://www.youtube.com/shorts/2U5XBuQAHpA
3•lifeisstillgood•39m ago•0 comments

Typewriter Art [video]

https://www.youtube.com/shorts/gEoj6zURU6c
2•lifeisstillgood•43m ago•0 comments

Estonia, the Country of the Fit and the Wit

https://optimizedbyotto.com/post/estonia-well-governed-country/
3•jruohonen•49m ago•0 comments

Falling in and Out of Love with Esperanto

https://www.theguardian.com/education/2026/jul/31/falling-in-and-out-of-love-with-esperanto
2•theanonymousone•55m ago•0 comments

RowLoom – clean up messy CSVs, no signup for a one-off file

https://rowloom.com/
2•tzandarica•55m ago•0 comments

EVE Online but for Hermes and OpenClaw agents: MMORPG your agents can play

https://github.com/shehryarsaroya/agent-eve
2•runrunlobster•56m ago•1 comments

Hawaii's Bake Stands

https://www.310networks.com/posts/hawaiis-bake-stands/
2•kookster310•58m ago•0 comments

Show HN: Bor – Open-source policy management for Linux desktops

https://getbor.dev/blog/2026-08-02-bor-v080-release/
2•eniac111•1h ago•0 comments

I Built Handysuite as a Native Apple App (and Skipped Cross-Platform)

https://medium.com/@chanaka3d/why-i-built-handysuite-as-a-native-apple-app-and-skipped-cross-plat...
2•chanaka3d•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?