frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Harvesting Ethereum Traces Without an Archive Node

https://fables-for-robots.ch/blog/harvesting-ethereum-traces-without-an-archive-node/
1•draganm•1m ago•0 comments

Mozilla revokes Firefox signing key after unencrypted copy lands in GitHub

https://www.theregister.com/security/2026/08/11/mozilla-revokes-firefox-signing-key-after-unencry...
1•connorboyle•1m ago•0 comments

Leanroute Is Live One AI Gateway for Models and Tools

1•leanroute_ai•1m ago•0 comments

Stealing Reasoning Traces from Proprietary LLM APIs

https://arxiv.org/abs/2608.09867
1•samvher•2m ago•0 comments

Ask HN: Have you used LLMs to reinvigorate you niche programming community?

1•amock•2m ago•0 comments

Why Economists Don't Make Predictions

https://www.nominalnews.com/p/why-economists-dont-actually-make
1•NomNew•3m ago•0 comments

NutrientAtlas – tracking 45 nutrients, not just macros

https://www.nutrientatlas.site/
1•losttape•3m ago•0 comments

Show HN: Open-Source eBPF Volumetric DDoS Protection

https://github.com/tempesta-tech/xFW
1•krizhanovsky•4m ago•1 comments

David Attenborough's Life's Work, Searchable

https://attenborough-100.vercel.app/
2•bookofjoe•5m ago•0 comments

Show HN: Arness – I automated my dev process, but this time from idea to infra

https://github.com/AppsVortex/arness
2•fredcallagan•6m ago•1 comments

Show HN: Code changes that look fine but fail SOC 2 / GDPR checks

https://github.com/better-isms/control-in-code
1•betterisms•6m ago•0 comments

Show HN: We Built the Agentic World Cup – LLMs Competing in 1v1 Soccer

https://agenticworldcup.ai/
2•agenticworldcup•7m ago•1 comments

Show HN: Chain – A Python-like language with native inline C++

https://github.com/Nebania/chain-lang
1•Pilot0253•7m ago•0 comments

Code-first personal email lead enrichment

https://shipgtm.substack.com/p/unlocking-company-data-from-personal
1•namadaza•8m ago•0 comments

Chlorine Dilution Calculator

https://www.publichealthontario.ca/en/health-topics/environmental-occupational-health/water-quali...
1•Bluestein•8m ago•0 comments

Show HN: Remarc – Your feedback layer for AI collaboration

https://github.com/metedata/Remarc
1•young_mete•9m ago•0 comments

The Bench as a Made Object

https://idle.news/blog/the-bench-as-a-made-object/
1•casca•9m ago•0 comments

Self-improving agents are event sourced

https://lobu.ai/blog/self-improving-agents-are-event-sourced/
1•buremba•9m ago•1 comments

Flock Camera Avoidance Routing

https://dontgetflocked.com/
1•aloukissas•9m ago•0 comments

Thoughts I had while reading your comment

https://dynomight.net/comment/
1•surprisetalk•10m ago•0 comments

The AGI Race Has Two Scoreboards. You Only Need One

https://hvasc.dev/articles/agi-two-scoreboards
1•felltrifortence•10m ago•0 comments

An MCP Server in One Bash File

https://blazed.sh/blog/posts/mcp-server-in-one-bash-file/
1•fipso•11m ago•0 comments

I do read AI code

https://dmitriid.com/adding-to-i-dont-read-ai-code-discourse
1•troupo•11m ago•0 comments

The death of AI workflow builders

https://www.adriankrebs.ch/blog/death-of-ai-workflow-builders/
1•hubraumhugo•13m ago•0 comments

The million-dollar home is becoming surprisingly normal

https://www.foxbusiness.com/real-estate/million-dollar-home-becoming-surprisingly-normal
2•geox•15m ago•0 comments

Odd Comments and Doings in Unix

https://9p.io/who/dmr/odd.html
1•birdculture•15m ago•0 comments

Show HN: Git-knife – edit commit messages, authors, and dates like a spreadsheet

https://github.com/TheRealYT/git-knife
8•YonathanTesfaye•16m ago•2 comments

Adaptive Auto Skinning: Skinning Benchmark

https://jessyleite.dev/posts/automatic-skinning-benchmark-comparison/
1•klaussilveira•16m ago•0 comments

Ask HN: What is some software that you wish existed?

1•yangikan•16m ago•2 comments

Show HN: 60-second cognitive test to tell humans from bots (no camera)

https://cognitive-signature.com
2•zefparis•17m ago•1 comments
Open in hackernews

2. Ask HN: We built a solution for 100B-node P2P. Does anyone care about this?

2•ikhrabry•52m ago
We have developed an architecture and algorithms that enable search in a peer-to-peer network of over 100 billion nodes in under one second, and under half a second in low-orbit satellite networks. The routing requires less than 80 KB of memory per device, allowing the network to run entirely on consumer devices like smartphones.

We are two researchers. We spent years trying to build a mathematically protected secret voting system. In the process, we were forced to solve many networking problems that typically prevent a pure P2P network from reaching global scale:

— Search: Deterministic, under 1 second, 100B+ nodes, under 80 KB routing memory per device.

— Identity: Anonymous authentication without CAs. One person, many devices, no passwords. — Recovery: Session restoration without passwords or seed phrases.

— Subnets: Fully autonomous, isolated networks of any scale.

— Anonymization: Traffic analysis resistance built into the protocol.

— Integrity: Consensus-based recovery of routing data without trusted nodes

and the like.

We have a detailed architecture. The core solutions are patent-protected (patents pending). We do not have production code. We are keeping the core closed until we find one engineering co-founder to implement it with us.

Our question is not «is this possible?» We already know it is. Our question is: does anyone in the P2P community still care about solving these problems?

We haven't seen much discussion of global-scale sovereign infrastructure lately. Maybe the industry has moved on to other priorities. If you're still interested in this class of problem, we'd like to hear from you. If not, we'd like to understand why.

Overview & Contact: github.com/ikhrabry-spec/a-p2p-network-architecture-for-100b-nodes akhabry@balloting.net / ikhabry@balloting.net

Comments

thataccount•43m ago
Freenet is/was working on these matters. I don't know if they are gonna be into the whole "patent" thing though.