frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I wanted a clock that never needed setting. Things escalated

https://arstechnica.com/gadgets/2026/07/i-wanted-a-clock-that-never-needed-setting-things-escalated/
1•Jtsummers•55s ago•0 comments

How Spotify Studio Works

https://labs.spotify.com/studio/how-it-works
1•jlaneve•1m ago•0 comments

Watch Fable 5 play Zork and read it's mind

https://zork.arobase.co/
1•posabsolute•3m ago•0 comments

Australia's huntsman fastest spider recorded in new study

https://www.abc.net.au/news/science/2026-07-10/huntsman-speed-study-science-fastest/106900894
1•speckx•4m ago•0 comments

The Century of the Self (2002) [playlist] [video]

https://www.youtube.com/playlist?list=PLktPdpPFKHfoXRfTPOwyR8SG8EHLWOSj6
1•gurjeet•5m ago•0 comments

Embedding HTML+JS in an Imgur Image

https://github.com/Kaj2T/SmartGif
1•ktwee•7m ago•0 comments

3D world with collision detection in CSS

https://garethheyes.co.uk/
1•hackvertor•9m ago•0 comments

The pope's prayer app has been leaking its users' info for months

https://san.com/cc/the-popes-prayer-app-has-been-leaking-its-users-info-for-months/
1•harambae•9m ago•0 comments

Walmart and Target are watching you. I saw the "lab" for myself

https://slate.com/life/2026/07/shoplifting-walmart-target-amazon-retail-florida.html
1•pavel_lishin•10m ago•0 comments

Accessibility Rant: Reader Mode

https://unattributed.cc/accessibility-rant-reader-mode
1•speckx•12m ago•0 comments

Shackle: A pre-execution ALLOW/DENY/HITL gate for AI agents (open source)

https://github.com/Fame510/SHACKLE
1•SHACKLE-PRO-•12m ago•0 comments

Reddit's website uses DRM for fingerprinting (2020)

https://iter.ca/post/reddit-whiteops/
1•downbad_•13m ago•0 comments

Uncle Bob does not read the code anymore

https://twitter.com/unclebobmartin/status/2080257779395154409
1•timedude•14m ago•1 comments

/

2•reliz•16m ago•0 comments

Ask HN: What's the best AI coding tool today?

2•FrenchDevRemote•16m ago•0 comments

Computational Caustics

https://www.epfl.ch/labs/gcm/research-projects/computational-caustics/
2•mhb•17m ago•0 comments

Trump says US to launch EU probe over 'illegal' Google fine

https://www.reuters.com/business/trump-says-us-launch-eu-probe-over-illegal-google-fine-2026-07-24/
4•TechTechTech•17m ago•1 comments

pixtuoid: AI coding agents, visualized as pixel-art coworkers in terminal office

https://github.com/IvanWng97/pixtuoid
2•guessmyname•21m ago•0 comments

San Francisco AI Doom Protest (2026) [video]

https://www.youtube.com/watch?v=vW26TB6Rdic
1•notmysql_•21m ago•0 comments

US accuses American of wiping phone using a duress password during border search

https://techcrunch.com/2026/07/24/us-accuses-american-of-allegedly-wiping-his-phone-using-a-dures...
9•OutOfHere•22m ago•1 comments

Why AI Agents Need a Two-Tier Architecture

https://instavm.io/blog/why-ai-agents-need-a-two-tier-architecture
1•mkagenius•23m ago•0 comments

Tell HN: Protect Privacy, Leave FCC Comment, Deadline Tomorrow

2•privacyishuman•24m ago•0 comments

CREDevSim – Local desktop CRE underwriting engine built in Godot

https://credevsim.com/
1•kasing•25m ago•1 comments

The Dark Arts of Web Automation. OpenAI threatened to ban my account

https://gallon.me/the-dark-arts-of-web-automation.html
2•speckx•26m ago•0 comments

The most advanced robotic servicing satellite–that we know about

https://arstechnica.com/space/2026/07/this-is-the-worlds-most-advanced-robotic-servicing-satellit...
1•GlenTheMachine•26m ago•0 comments

Show HN: I made some transistor animations

https://brandonli.net/semisim/animations
1•stunningllama•29m ago•0 comments

SpaceX at $100 Would Imply Zero AI Value, Morgan Stanley Says

https://www.bloomberg.com/news/articles/2026-07-24/spacex-at-100-would-imply-zero-ai-value-says-m...
12•toomuchtodo•31m ago•5 comments

Microsoft blames Microsoft 365 outage on maintenance bug

https://www.bleepingcomputer.com/news/microsoft/microsoft-blames-massive-microsoft-365-outage-on-...
5•01-_-•32m ago•0 comments

Team uses AlphaFold AI to redesign gene-editing proteins to make them safer

https://arstechnica.com/science/2026/07/team-uses-alphafold-ai-to-redesign-gene-editing-proteins-...
2•01-_-•32m ago•0 comments

Palantir: Next-Gen Interoperability

https://www.palantir.com/interoperability/
2•ronfriedhaber•33m 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?