frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

/show-me

https://x.com/dexhorthy/article/2087569590268391897
1•doppp•1m ago•0 comments

My PM kept asking "is this shipped yet?" so I automated release notes

https://www.changelogfa.st
1•sulot3212•4m ago•1 comments

The Measure of Intelligence

https://arxiv.org/abs/1911.01547
1•andsoitis•4m ago•0 comments

How no-computer hydrofoil works

https://foil.one/how-the-foilone-pegasus-flies-lake-como/
1•punnerud•5m ago•0 comments

Orbit co-founders are running a 50k fellowship for "cool applications"

https://basisfellowship.org/
1•jjleads•5m ago•0 comments

Show HN: LumaDisk – Fast, private disk visualizer built in Rust

https://github.com/unrealumanga/lumadisk
1•unrealumanga•6m ago•0 comments

Linux desktop use surged to 22% on one workday, Cloudflare data shows

https://www.zdnet.com/article/linux-desktop-use-surged-on-one-workday-cloudflare-data-shows/
1•signa11•8m ago•0 comments

Zhu Rongji, China's chief engineer of economic reform and former premier, dies

https://www.scmp.com/news/china/politics/article/3363792/chinese-economic-reformer-zhu-rongji-die...
1•nsoonhui•10m ago•0 comments

Critical Sizes of Satellite Constellations

https://arxiv.org/abs/2607.29644
1•geox•12m ago•0 comments

Big Tech Wants to Harvest Your Thoughts

https://www.wired.com/story/book-excerpt-the-vanishing-earth-james-crawford-brain-mining/
4•signa11•13m ago•3 comments

Over 70% of Americans oppose AI data centers; US protests intensify

https://www.tomshardware.com/tech-industry/data-centers/over-70-percent-of-americans-oppose-ai-da...
1•vrganj•13m ago•0 comments

Roborev – Continuous code review for coding agents

https://www.roborev.io/
1•dockerd•13m ago•0 comments

Digitizing super 8 film yourself

https://nibblestew.blogspot.com/2026/08/digitizing-super-8-film-yourself.html
1•JNRowe•15m ago•0 comments

For coding agents, optimize cost per successful task, not cost per token

https://medium.com/@mia.efoxtech/the-wrong-way-to-compare-gpt-5-6-and-claude-for-coding-c6f99275643b
1•AnneWodell•22m ago•0 comments

Chinese censorship is leaking into answers from American AI

https://www.wsj.com/tech/ai/chinese-censorship-is-leaking-into-answers-from-american-ai-62abeca5
2•dash2•22m ago•0 comments

Drug Discovery Has No Magic Wands

https://deepphenotype.substack.com/p/drug-discovery-has-no-magic-wands
1•ogundipeore•23m ago•0 comments

A digestion of the proof of Sendov's conjecture

https://terrytao.wordpress.com/2026/08/12/a-digestion-of-the-proof-of-sendovs-conjecture/
1•pykello•25m ago•0 comments

Can Students Sue Cambridge? [video]

https://www.youtube.com/watch?v=s6qREgFluLs
1•nomilk•26m ago•0 comments

The beginning of a process-builder API

https://lwn.net/Articles/1086330/
1•pykello•27m ago•0 comments

ColdFront: Transparent Pg and Iceberg Tiering

https://github.com/pgEdge/coldfront
1•oopsy-dopsy•29m ago•1 comments

DHH: Linux adoption among programmers is about to go parabolic

https://twitter.com/dhh/status/2087586011224084808
1•durdn•29m ago•0 comments

Show HN: Save Repo – An Apple Shortcut for Updating GitHub Files from iPhone

https://github.com/turancannb02/save-repo
1•turancanb02•29m ago•0 comments

Netflix Has Peaked

https://daringfireball.net/linked/2026/08/11/netflix-has-peaked?trk=feed_main-feed-card_feed-arti...
5•scott01•33m ago•4 comments

GPT-5.6, Gemini 3.6 Flash, Grok 4.5, Kimi K3, GLM-5.2 compared

https://medium.com/@CometAPI_/the-july-2026-model-wave-gpt-5-6-gemini-3-6-flash-grok-4-5-kimi-k3-...
2•WavyPeng•33m ago•0 comments

llambda.lisp: Bare-Metal, Multi-Threaded, AVX2-Accelerated LLM inf eng in CL

http://funcall.blogspot.com/2026/07/llambdalisp.html
2•andsoitis•38m ago•0 comments

AIPass – AI agents with persistent identity, memory, and email

https://github.com/AIOSAI/AIPass
3•AIOSAI•39m ago•0 comments

General Catalyst leads $1.1B round into 2-month-old River AI

https://techcrunch.com/2026/08/11/general-catalyst-leads-1-1b-round-into-2-month-old-river-ai/
2•doppp•42m ago•0 comments

Midjourney's First Acquisition

https://updates.midjourney.com/midjourneys-first-acquisition/
3•swyx•46m ago•1 comments

Secret-scan: find leaked secrets in your repo – one zero-dependency Python file

https://github.com/ninthlife-tools/secret-scan
2•ninthlife•50m ago•0 comments

Aperture – Proxy Auto-Tracking

https://www.npmjs.com/package/aperture-store
2•oyeappu•52m 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?