frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

VODs – Kick Dashboard

https://dashboard.kick.com/studio/vods
1•untiledsource•1m ago•0 comments

I started signing my commits

https://robida.net/entries/2026/08/07/i-started-signing-my-commits
1•speckx•2m ago•0 comments

Show HN: Zaivern Code – a Rust cockpit for parallel AI coding agents

https://github.com/tacyan/zaivern-code
1•tacyan•2m ago•0 comments

VectorUnforget – GDPR/CCPA Right-to-Be-Forgotten Engine for Vector DBs

https://github.com/Toskurim/vector-unforget
1•Toskurim•2m ago•0 comments

'The Cheese and the Worms' by Carlo Ginzburg Review

https://www.historytoday.com/archive/review/cheese-and-worms-carlo-ginzburg-review
1•Petiver•3m ago•0 comments

True Shuffle – a real random shuffle for Apple Music

https://github.com/samayms/true-shuffle
1•samayms•4m ago•1 comments

Choral: Choreographic Programming for Java

https://www.choral-lang.org/
1•dplyukhin•4m ago•1 comments

Opinion: Sandboxing efforts falter to the law of diminishing returns

https://twitter.com/backnotprop/status/2085801458486911128
1•ramoz•4m ago•0 comments

Reassign.ai

https://reassign.ai/
1•welsenesbros•4m ago•0 comments

Polish data center plans to send its waste heat to the neighbors

https://www.networkworld.com/article/4206791/polish-data-center-plans-to-send-its-waste-heat-to-t...
2•speckx•7m ago•0 comments

Gemini Robotics 2 Expands Google's AI Capabilities for Humanoid Robots

https://www.bloomberg.com/news/articles/2026-07-30/google-unveils-gemini-ai-for-robots-struggling...
1•gmays•10m ago•0 comments

Virus reactivation in acute and long Covid-19

https://www.nature.com/articles/s41586-026-10740-z
1•bookofjoe•12m ago•0 comments

Claude Code: Starting August 14, auto mode will be the default permission mode

https://twitter.com/ClaudeDevs/status/2085794862608318627
2•tosh•14m ago•2 comments

Show HN: I Built an API That Turns HTML/Tailwind/Markdown into PNG or PDF

https://renderfy.io
1•coldstart_nomad•16m ago•0 comments

Good translation requires rewriting the source

https://gitbybit.com/blog/0009-good-localization
1•neochief•16m ago•0 comments

AI invoice and receipt extractor for bookkeeping data

https://omli.live
1•shawonaiken•18m ago•0 comments

Show HN: PeachTrace – a new self-hosted observability platform

https://peachtrace.com/
1•jhaygood86•19m ago•1 comments

Write Once, Shell Everywhere: Turning Arbitrary File Writes into RCE

https://ethiack.com/info-hub/write-once-shell-everywhere-arbitrary-file-writes-into-rce
1•gpaiva21•24m ago•0 comments

Show HN: Coarena - A community-driven arena to benchmark models for computer-use

https://coarena.ai
2•nkov47•25m ago•0 comments

App Store Rejection of the Week: Dark Hours

https://daringfireball.net/2026/08/app_store_rejection_of_the_week_dark_hours
19•_da_•26m ago•2 comments

Gödel and Turing outlined the limits of AI

https://www.heise.de/en/blog/How-Goedel-and-Turing-outlined-the-limits-of-AI-11313804.html
1•OtomotO•27m ago•0 comments

Bloat

1•adminOfbaratrum•28m ago•0 comments

Operational Weather Bench

https://owb.brightband.com/
2•counters•30m ago•0 comments

US Sold Euros to Save the Yen, Europe Found Out After

https://finance.yahoo.com/markets/currencies/articles/us-sold-euros-save-yen-033819315.html
3•amarcheschi•30m ago•2 comments

Psychological Warfare in Reverse Engineering

https://github.com/xoreaxeaxeax/repsych
2•theanonymousone•34m ago•0 comments

Ancient Library – 1,060 Greek/Latin texts, click any word to parse it

https://ancientlibrary.net/
15•aagha•34m ago•1 comments

Show HN: hpc-sandbox-benchmarks – compare sandbox providers with real workloads

https://github.com/starslingdev/hpc-sandbox-benchmarks
1•yonasb•35m ago•0 comments

Artifactory Message Board

https://artifactory.online/
1•neural_thing•36m ago•0 comments

The Art of Peter Elson

https://www.youtube.com/watch?v=2yWcQ4ks470
1•layer8•36m ago•0 comments

White House Ballroom Construction Must Stop, Appeals Court Rules

https://www.wsj.com/politics/policy/white-house-ballroom-construction-must-stop-appeals-court-rul...
3•Cider9986•39m 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?