frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

UN rights chief calls for international red lines on AI

https://thenextweb.com/news/un-rights-chief-ai-red-lines-existential-risk
1•geox•3m ago•0 comments

Heterodox C++

https://meridional.xyz/blog/heterodox-manifesto
1•rfgplk•4m ago•0 comments

Nördlinger Ries Impact Crater

https://en.wikipedia.org/wiki/Nördlinger_Ries
1•cromulent•4m ago•0 comments

OpenAI and the Wiki Incident

https://thezvi.substack.com/p/openai-and-the-wiki-incident
1•paulpauper•8m ago•0 comments

How to Make More Prodigies

https://unpublishablepapers.substack.com/p/how-to-make-more-prodigies
1•paulpauper•9m ago•0 comments

Bing Wallpaper showing Ad for Harry Potter and Fantastic beasts box set

https://www.thurrott.com/forums/microsoft/windows/thread/bing-wallpaper-showing-ad-for-harry-pott...
4•neogodless•10m ago•0 comments

The Last Thing Teenagers Will Let You Teach Them

https://www.theatlantic.com/family/2026/09/teen-driving-lessons/688534/
1•paulpauper•10m ago•0 comments

How to find out if a website looks vibe coded

https://wasitvibed.com/
2•brambleworks•11m ago•0 comments

DPP-Flash – Automated Digital Product Passports (DPP) for EU Compliance

https://dppflash.de/
1•bergstreiser•12m ago•0 comments

The postmodern build system (updated 2025)

https://jade.fyi/blog/the-postmodern-build-system/
1•e-topy•12m ago•0 comments

The Machine (1968) [video]

https://www.youtube.com/watch?v=iwVu2BWLZqA
2•ai_critic•14m ago•0 comments

Agencies Without Agency: How Dispersed Power Derails Transportation Infra

https://americanaffairsjournal.org/2026/08/agencies-without-agency-how-dispersed-power-derails-tr...
1•godisdad•14m ago•1 comments

Show HN: I have created a browser FPS game with kamikaze drones

https://sectorlock.com/
2•canerg•20m ago•1 comments

C Is Not a Low-Level Language (2018)

https://queue.acm.org/doi/10.1145/3212477.3212479
3•tosh•21m ago•0 comments

Billionaire tries untested longevity therapy to restore daughter's vision

https://science.slashdot.org/story/26/09/07/0036234/she-lost-her-sight-her-billionaire-father-bet...
3•gumby•24m ago•1 comments

Show HN: Send flowers from your AI agent and make your mum happy

4•fabian_shipamax•25m ago•0 comments

Linux Lost the Human Desktop. Can It Win the Agent Desktop?

https://alexander.holbreich.org/posts/2026/linux-agent-desktop/
2•aholbreich•28m ago•0 comments

Show HN: Titles – Can you write a better Hacker News title?

https://www.orangecrumbs.com/hn-titles
2•oyster143•31m ago•0 comments

Bill Gates tries to install MovieMaker

https://www.techemails.com/p/bill-gates-tries-to-install-movie-maker
4•highfrequency•33m ago•1 comments

Animals fear human voices more than lions (2023)

https://www.bbc.com/news/world-africa-67023033
2•maxloh•33m ago•0 comments

Burrows–Wheeler Transform

https://en.wikipedia.org/wiki/Burrows%E2%80%93Wheeler_transform
2•theanonymousone•35m ago•0 comments

Aging U.S. demographics jolt labor market data

https://www.axios.com/2026/08/13/labor-market-demographics-boomers
2•toomuchtodo•35m ago•0 comments

Jujutsu–A Version Control System

https://docs.jj-vcs.dev/latest/
3•Bluestein•35m ago•0 comments

Show HN: A fast, private, cross-platform Markdown editor built with Tauri/Rust

https://github.com/skanga/mdedit
2•skanga•37m ago•1 comments

An outliner sync engine that is right for the use case

https://k22i.com/journal/outliner-sync-engine/
1•krszwsk•38m ago•0 comments

Remember CVE 2010-2743 (vulnerability that was exploited in Stuxnet)

https://blog.projectnightcrawler.dev/posts/2026-08-14-remember-cve-2010-2743/
1•airhangerf15•38m ago•0 comments

SuperAstra: Edit Super Nintendo games live with GPT-6

https://twitter.com/scottastevenson/status/2096972908828426747
2•tosh•39m ago•1 comments

Tosemu – Wine for the Atari ST

https://e8johan.github.io/tosemu/
1•e8johan•39m ago•0 comments

Filecoin Foundation for the Decentralized Web (FFDW)

https://ffdweb.org
2•Bluestein•39m ago•0 comments

Large Text Compression Benchmark

https://mattmahoney.net/dc/text.html
1•theanonymousone•40m ago•0 comments
Open in hackernews

Show HN: Correctness as spectrum not as binary in distributed system

https://archetechmes.vercel.app/blog/correctness-as-spectrum
1•rzwsan•53m ago
In distributed system correctness is not about a program being complied well with the computer and it’s network, it’s only correctness can be only specified by it’s definition, assumptions and failure model.

One of the area in which we can see this happen is when system breaks the idea of single machine model and it’s assumptions. Networks can drop or reorder messages, clock drift, nodes can fail in mid operations and network partitions can occur. These are normal conditions, not rare edge cases.