frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Evidence over Anecdotes: Running A/B Tests on AI Agent Tooling

https://www.pagerduty.com/eng/evidence-over-anecdotes-running-a-b-tests-on-ai-agent-tooling/
1•mooreds•30s ago•0 comments

Habeas Data

https://en.wikipedia.org/wiki/Habeas_data
1•pizzaiolo•5m ago•0 comments

Cops murder woman in Clackamas County Jail by preventing her breathing [video]

https://www.youtube.com/watch?v=MQiHKHEoCII
1•julienreszka•5m ago•0 comments

The search for consciousness inside AI

https://www.economist.com/interactive/briefing/2026/08/20/the-search-for-consciousness-inside-llms
1•pingou•7m ago•0 comments

Mother Tongue

https://www.technologyreview.com/2026/08/21/1141726/mother-tongue-fiction/
1•joozio•13m ago•0 comments

'AI refuser' quit her dream job, and hopes others follow

https://www.smh.com.au/technology/this-ai-refuser-quit-her-dream-job-and-hopes-others-follow-2026...
2•mcapodici•20m ago•0 comments

Debt Apple owes to CIA (through NeXT)

https://www.wsj.com/tech/steve-jobs-apple-next-cia-161b65f9
2•krackout•33m ago•2 comments

Your Open Source Model Could Have a Hidden Time-Release Backdoor

https://morgin.ai/articles/your-open-source-model-could-have-a-hidden-time-release-backdoor.html
2•chknlttle•34m ago•1 comments

Why do Canadians call the last letter of the alphabet Zed?

https://www.cbc.ca/news/canada/newfoundland-labrador/zed-explained-canadians-9.7315717
2•theanonymousone•38m ago•1 comments

Zcomplete – Shell Typo Correction

https://github.com/omarfakih1/zcomplete
1•omarfakih•42m ago•1 comments

AI datasets (2.6k entries) – automated collection, updated daily

https://huggingface.co/gemmozero
2•LegionAPI•44m ago•0 comments

Programming Language Semantics and Memory Safety

https://burakemir.ch/post/formal-semantics/
2•birdculture•50m ago•0 comments

Show HN: Budgethole.com – Close the US federal deficit yourself

https://budgethole.com
1•polocode•51m ago•1 comments

US corporate AI debt surge tests investor limits as fatigue emerges

https://www.reuters.com/legal/transactional/us-corporate-ai-debt-surge-tests-investor-limits-fati...
4•1vuio0pswjnm7•51m ago•1 comments

Show HN: 26-node n8n workflow for scoring and routing B2B leads

https://n8n.io/workflows/18528-score-and-route-b2b-website-leads-with-google-sheets-and-gmail/
1•tinyopsstudio•52m ago•0 comments

Austrian mountain town [Leoben] finds niche in AI boom

https://techxplore.com/news/2026-08-austrian-mountain-town-niche-ai.html
1•mdp2021•53m ago•0 comments

Meta is latest "tech" giant to land in her courtroom. Meet YGR

https://www.cnbc.com/2026/08/22/meet-yvonne-gonzalez-rogers-judge-taking-on-meta.html
1•1vuio0pswjnm7•55m ago•0 comments

Show HN: Kloni – Keyboard-first mind mapping for macOS with tasks built in

https://kloni.app/
1•maketrueco•58m ago•0 comments

Sydney Marathon medal mistakenly depicts Munich stadium

https://www.bbc.com/news/articles/cvg92y1wzn8o
1•epestr•1h ago•0 comments

Destiny Installers Ds-TV installers

https://destinyinstallers.co.za/
1•takundagava•1h ago•1 comments

NYTimes opinion article proposes default as a way to deal with US National debt

https://www.nytimes.com/2026/08/22/opinion/us-debt-40-trillion.html
2•killingtime74•1h ago•1 comments

Show HN: SpotWarp – Zero-loss failover & backup for Spot GPUs

https://github.com/enplabs/spotwarp
1•choi5844•1h ago•0 comments

How Big Tech Captured American Schools

https://www.nytimes.com/2026/08/23/business/schools-big-tech-google-microsoft.html
3•sbulaev•1h ago•2 comments

Iranian hackers shut down UK power plant for 4 days

https://www.telegraph.co.uk/news/2026/08/22/iranian-hackers-shut-down-uk-power-plant/
2•giuliomagnifico•1h ago•0 comments

I gave Qwen 3.8 27B a reverse-engineering job and it finished in 30 minutes

https://www.xda-developers.com/qwen-3-8-27b-reverse-engineering-job-frontier-model/
3•raybb•1h ago•0 comments

I Made the First "Link Compressor"

https://www.youtube.com/watch?v=TOr1Vvji6jA
1•conferza•1h ago•0 comments

25 Years of Mixxx Intergalactic DJ Contest

https://mixxx.org/news/2026-08-23-25_years_of_mixxx_dj_contest/
1•SamWhited•1h ago•0 comments

What if coding agents didn't have to read code?

https://benzi.fly.dev/about
2•showhz•1h ago•1 comments

AI Writing Without the Slop

https://sfactory.dev
1•jasfi•1h ago•1 comments

Show HN: Gibbous – Hide the useless parts of GitHub UI

https://netanel-haber.github.io/gibbous/
1•yikestra•1h ago•0 comments
Open in hackernews

Zcomplete – Shell Typo Correction

https://github.com/omarfakih1/zcomplete
1•omarfakih•42m ago

Comments

omarfakih•42m ago
Mistype a command and zcomplete works out which one you meant from the commands you usually run, then offers to run it with your arguments. Or runs it without asking, if you set it that way.

$ mkd build zcomplete: run mkdir instead of 'mkd'? [Y/n] y

$ cargo tset error: no such command: `tset` zcomplete: run cargo test? [Y/n] y

Works on bash, zsh, and fish. No process on the happy path.