frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Claim-Detective – Verify Suspicious Tech Claims Collaboratively

https://www.claim-detective.com/
1•stackoversnow•3m ago•0 comments

Trump asks Pentagon to resume testing US nuclear weapons

https://www.reuters.com/world/china/trump-asks-pentagon-immediately-start-testing-us-nuclear-weap...
2•JKCalhoun•5m ago•0 comments

One Year with Next.js App Router – Why We're Moving On

https://paperclover.net/blog/webdev/one-year-next-app-router
2•nnx•6m ago•0 comments

Found a clean subnet cheatsheet website

https://subnetmaskcheatsheet.com
1•chwiho•6m ago•0 comments

Data centers turn to commercial aircraft jet engines as AI power crunch bites

https://www.tomshardware.com/tech-industry/data-centers-turn-to-ex-airliner-engines-as-ai-power-c...
1•pabs3•7m ago•0 comments

Top researchers consider leaving US amid funding cuts:Science world is ending [video]

https://www.youtube.com/watch?v=yLvO070E_dI
2•thelastgallon•8m ago•0 comments

Use the XDG Base Directory Specification

https://xdgbasedirectoryspecification.com/
1•Bogdanp•10m ago•0 comments

GitHub MCP Server now with server instructions, better tools, and more

https://github.blog/changelog/2025-10-29-github-mcp-server-now-comes-with-server-instructions-bet...
2•kordlessagain•14m ago•0 comments

Hello-World iOS App in Assembly

https://gist.github.com/nicolas17/966a03ce49f949dd17b0123415ef2e31
2•pabs3•17m ago•1 comments

No Nvidia Chips Needed Amazon's New AI Data Center for Anthropic [video]

https://www.youtube.com/watch?v=vnGC4YS36gU
1•mgh2•18m ago•0 comments

IRCd service written in awk

https://example.fi/blog/ircd.html
11•pabs3•23m ago•1 comments

InlinedVector: Header-only SBO that supports const members in insert/erase

https://blog.lloyal.ai/inlinedvector-yet-another-sbo-container-but-with-a-good-reason
1•zuhair•28m ago•0 comments

FVDB: Large scale GPU reality capture from Nvidia

https://fvdb.ai/reality-capture/
5•fwilliams•30m ago•0 comments

Trump orders immediate resumption of US nuclear weapons testing

https://www.france24.com/en/live-news/20251030-trump-orders-immediate-resumption-of-us-nuclear-we...
9•hackthemack•31m ago•5 comments

The Dumb Design of Modern Cars [video]

https://www.youtube.com/watch?v=HauQtcj7UTM
2•viewtransform•40m ago•0 comments

AI Agents Are Terrible Freelance Workers

https://www.wired.com/story/ai-agents-are-terrible-freelance-workers/
2•botanicals6•47m ago•0 comments

How the most feared algorithm in algebra is simple

2•diegoofernandez•50m ago•0 comments

How Google handles JavaScript throughout the indexing process

https://vercel.com/blog/how-google-handles-javascript-throughout-the-indexing-process
2•lelandfe•52m ago•0 comments

Wan 2.5 AI Video Generator with Audio Sync

https://www.jxp.com/wan
1•cy1414569•53m ago•1 comments

Flux Kontext – AI-Powered Image Restoration Platform

1•mehelpme•58m ago•0 comments

Mango says some customer information exposed in cyber incident

https://therecord.media/mango-fashion-retaier-data-breach
2•PaulHoule•1h ago•0 comments

Nvidia Becomes First $5T Company as AI Demand Surges

https://www.macrumors.com/2025/10/29/nvidia-5-trillion-market-cap/
1•mgh2•1h ago•1 comments

Elon Musk launches Grokipedia to compete with online encyclopedia Wikipedia

https://apnews.com/article/elon-musk-wikipedia-grok-grokipedia-4dab7c6ebb16cc7718b231adae4aac95
1•nsoonhui•1h ago•1 comments

Show HN: After Watching 30k People Get Laid Off, I Built This

https://www.ratetheculture.com/
2•monkee_kl•1h ago•1 comments

ThePrimeagen's harpoon plugin is dead, so I saved it

https://github.com/baggiiiie/harpoon
2•baggiiiie•1h ago•2 comments

Battle of the Planets (1978) [video]

https://www.youtube.com/watch?v=cR-0z6kpuno
1•amichail•1h ago•0 comments

Brumby-14B-Base: The Strongest Attention-Free Base Model

https://manifestai.com/articles/release-brumby-14b/
5•cgel•1h ago•1 comments

Within-family heritability estimates for phenotypes from 500k sibling pairs

https://www.medrxiv.org/content/10.1101/2025.09.17.25336022v1
2•marojejian•1h ago•0 comments

Nim's New Intermediate Representation: NJVL

https://github.com/nim-lang/nimony/blob/master/doc/njvl-spec.md
1•generichuman•1h ago•0 comments

Show HN: Gamified Fitness – Would You Use This?

https://github.com/HarisWasim/pulse-1.0
2•harisranch•1h ago•0 comments
Open in hackernews

Generalized Consensus: Ordering Decisions

https://multigres.com/blog/generalized-consensus-part5
1•sougou•11h ago

Comments

sougou•11h ago
Hi HN, this is a series on a way to generalize consensus protocols and how to adapt them to existing systems.

This is part 5: This one covers how to safely handle multiple coordinators racing to take action. We explore term numbers, coordinators as separate agents, and lock-free approaches.

One of our goals is to make this work for Postgres via Multigres. But the principles can be used to implement your own solutions also. This will make Durability and High Availability more accessible for users.