frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Graft – Claude Code hooks that cut grep tokens by 42%

https://github.com/NanoNets/Graft
22•shrishdwi•1h ago•22 comments

Show HN: We Implemented the IPv8 Internet-Draft in Linux, Libc, and BGP

https://goonhost.rocks/blog/implementing-ipv8-internet-draft
50•turborigby•4h ago•28 comments

Show HN: LuaCAD – Parametric CAD Scripted in Lua

https://luacad.ad-si.com
2•adius•29m ago•0 comments

Show HN: Online SNMP MIB database - upload/view your own MIBs

https://mib-viewer.com/
7•beefstew123•1h ago•0 comments

Show HN: Karma in Menu Bar

https://github.com/rorz/karma-bar
3•sarreph•45m ago•0 comments

Show HN: DST this DST that, test your containers

https://github.com/bxrne/dstest
3•bxrne•58m ago•0 comments

Show HN: C# Game Engine with its own scripting language and IDE

https://github.com/ArcadeMakerSources/ArcadeMaker
96•am-gm•3d ago•53 comments

Show HN: Self-bench – build SWE-bench style evals from private repos

https://github.com/mupt-ai/self-bench
3•byhong03•1h ago•0 comments

Show HN: Interactive Product Demos made easy

https://www.rendemo.com
2•jakegargaro17•1h ago•0 comments

Show HN: Is AI Dumber Today? An index of AI model experience from user's opinion

https://isaidumber.today/
6•schafberg•3h ago•0 comments

Show HN: Lumabri – Run Moe Models on a P2P Swarm with Colibri

https://github.com/JustVugg/lumabri
44•vforno•16h ago•18 comments

Show HN: Lambdock – Wayland-native GTK4 dock with a live Lisp REPL

https://codeberg.org/jjba23/lambdock
20•jjba23•3d ago•1 comments

Show HN: Eve Software Factory Template

https://github.com/vercel-labs/eve-software-factory-template
2•flashbrew•1h ago•0 comments

Show HN: Rdio – an open-source internet radio control suite

https://rdio-docs.vercel.app
8•taqibrahim•5h ago•0 comments

Show HN: SVC16 = a specified virtual computer to build compilers for

https://janneuendorf.github.io/SVC16/
3•JanNeuendorf•1h ago•1 comments

Show HN: Remarc – contextual feedback for coding agents via MCP

https://github.com/metedata/Remarc
3•young_mete•1h ago•0 comments

Show HN: Sloppy Fast Grouped Scroll View for Svelte

https://prathje.github.io/fast-group-scroll-shadcn-svelte/
2•prathje•1h ago•0 comments

Show HN: Realistic AI Image Generator for portraits and product shots

https://realisticaiimagegenerator.online/
2•realisticaigen•1h ago•0 comments

Show HN: Mininote: Instant, plain-text note taking without tracking or lock-in

https://mininote.ink/
4•helba-ai•1h ago•3 comments

Show HN: Beeb, a daily Blokus-inspired block puzzle game

https://georgemike.com/beeb
2•haberdasher•1h ago•0 comments

Show HN: Measure your AI search with BYOK and OSS (free)

https://github.com/letterstory/lettertrace
2•mathewpregasen•2h ago•0 comments

Show HN: Artifex - Graph Based GPU Harness for AI Agents

https://gatewai.studio/artifex
5•oknaslnkn•4h ago•0 comments

Show HN: Realer Mock Draft – a skill file to based the mock on YOUR league

https://www.hypeleaguefootball.com/mockdraft
2•AlatAnmoku•2h ago•0 comments

Show HN: Burla – Distributed computing framework for AI agents

https://burla.dev/
4•jack_burla•2h ago•0 comments

Show HN: Guess the hidden animal using as few clues as possible

https://puzznest.com/zoodle
3•puzznest•2h ago•0 comments

Show HN: Dumpling Galaxy, a mini Star Battle Puzzle about dumplings bcs why not

https://www.dumpling-galaxy.com/daily/
2•leZon•2h ago•0 comments

Show HN: Shoehorn, a library to quantize an LLM to fit your Mac's VRAM

https://github.com/notactuallytreyanastasio/shoehorn
6•rhgraysonii•2h ago•0 comments

Show HN: Omegle with (full-duplex) Voice Bots

https://www.aimegle.xyz/
3•MichelBartels•2h ago•0 comments

Show HN: A painting engine that lets you sculpt drawings (tech demo)

https://softedge-techdemo.jign.workers.dev/
2•jignb•2h ago•0 comments

Show HN: AI Watermark removers can't verify themselves I built the tool that can

https://github.com/Neeeophytee/ai-watermarks-reality-check
2•sromana14•2h ago•0 comments
Open in hackernews

Show HN: We Implemented the IPv8 Internet-Draft in Linux, Libc, and BGP

https://goonhost.rocks/blog/implementing-ipv8-internet-draft
50•turborigby•4h ago

Comments

turborigby•4h ago
Hey HN,

A few weeks ago, the "Internet Protocol Version 8 (IPv8)" Internet-Draft (draft-thain-ipv8-02) caught our eye. The draft proposes replacing IPv4/IPv6 with a 64-bit hierarchical structure (ASN.Host), giving every 32-bit ASN holder 4.3 billion host addresses and consolidating DHCP, DNS, NTP, Syslog, OAuth, and WHOIS into a unified "Zone Server".

Instead of just debating the theoretical viability on mailing lists, our team at goonhost.rocks decided to implement the entire specification from scratch to see what happens when you deploy it across a distributed multi-AS network.

What we built: - Linux Kernel 6.6: Native AF_INET8 (family 46) socket layer, 28-byte packet routing, and sysctl boundary filters. https://gitlab.turborigby.xyz/goonhost-experiments/linux - Musl Libc: sockaddr_in8, inet_pton8, getaddrinfo() resolver support. https://gitlab.turborigby.xyz/goonhost-experiments/musl - iproute2: Native `ip -8 route` and `ip -8 addr` CLI tooling. https://gitlab.turborigby.xyz/goonhost-experiments/iproute2 - FRRouting: BGP8 daemon with Multi-Protocol Extensions (AFI/SAFI). https://gitlab.turborigby.xyz/goonhost-experiments/frrouting - IPv8 Zone Server (Go): 10-protocol platform (DHCP8, DNS8 TYPE_A8 88, SNTP, NetLog8, OAuth8, WHOIS8, XLATE8). https://gitlab.turborigby.xyz/goonhost-experiments/zoneserve... - Nginx & cURL: Patched for 64-bit IPv8 HTTP traffic. https://gitlab.turborigby.xyz/goonhost-experiments/nginx https://gitlab.turborigby.xyz/goonhost-experiments/curl

We set up a 10-node QEMU multi-AS testbed across 4 Autonomous Systems, pushed 112,000+ active routes into the kernel FIB, and ran continuous traffic generation.

While it works smoothly in an isolated lab, our report highlights several fundamental real-world failure modes: 1. PMTU & Silent MSS Blackholing (28-byte IP header breaks 1500-byte MTU paths without 1452-byte MSS clamping). 2. Asymmetric uRPF / BCP 38 drops on multi-homed ASNs. 3. Legacy DC switch ASIC/TCAM incompatibility (EtherType 0x88B8 punts to CPU exception path). 4. Monolithic Zone Server DDoS blast radius. 5. Systemic economic crises: RIR funding model collapse (90% revenue drop) and global BGP DFZ table explosion (3M–5M+ routes).

Full research report: https://cdnnn.goonhost.rocks/IPV8_RESEARCH_REPORT.md

ameliaquining•40m ago
Your Markdown-format research report is full of mojibake, you might want to fix that.
lschueller•13m ago
Seems to be a 404 now.
turborigby•10m ago
Fixed the Content-Type header on R2 CDN, the UTF-8 box-drawing diagrams should render cleanly now. Thanks for pointing it out!
wbsun•2h ago
isn't any ipv6+ supposed to use any string address and no DNS is required at all? :D
nairboon•2h ago
Where is IPv7?
hk1337•36m ago
It's like how we skipped from Windows 95 to Windows 98
itintheory•7m ago
I think those were release years. More like how we went from Windows 8 to 10.

(I understand that the real reason here is either a) OSX went to version 10, so don't want to be behind, or b) many systems would pattern match on windows version 9*" so Windows 9 would be treated as 95/98.)

xp84•33m ago
I have that RFC on my iPhone 9
ahmetozer•2h ago
Thanks for testing, in year 2026, still IPv6 is not fully well utilized homes, corporates especially it is worse at clouds (AWS, GCP) if you not limit north to south, they are not good for east-to-west compared to telco providers. For example, GCP uses IP forwarding for IPv6 real IP address is not allocated at machine. At some of the components which is EKS is not support every case at IPv6.

So IPv8 can be available around year 2300 I guess :) (i have not inspected v8 RFC yet)

clhodapp•1h ago
IPv8 is just a reactionary response to IPv6 not being "IPv4 with larger addresses" like people who know IPv4 well would prefer.

There would be no reason to adopt it if IPv6 were adopted.

hdgvhicv•16m ago
Yet IPv6 hasn’t been adopted. For decades.

Because it wasn’t implemented transparently at the OS. I can’t plug in to my ip6 only network and reach an ip4 address because end user OSes don’t implement clat transparently, even today in 2026, let alone 20 years ago.

adw•10m ago
> Yet IPv6 hasn’t been adopted.

news to literally anyone on a mobile internet connection (which is most internet connections!)

TD-Linux•2h ago
There is no "IPv8". Any crackpot can submit an internet-draft to the IETF, and this person happened to call theirs IPv8. If the submitter actually read the draft rather than feeding it to the slop cannon, they would have realized it is also a LLM hallucination that someone uploaded to IETF.
stackghost•1h ago
OpenPGP key servers are an internet draft, if memory serves. I guess they don't exist either.
ameliaquining•42m ago
In fairness, they exist by virtue of having working implementations that (at least a few) people actually use, not by virtue of being an Internet-Draft.
TD-Linux•41m ago
It is not an individual I-D, but has been adopted by a working group, and has a chance of actually being published as a RFC.
ameliaquining•44m ago
I am fairly sure the authors do understand this (see: "Most network engineers would laugh this off as an April Fools RFC written by an enterprise architect on buzzword overdrive."). But since the proposal got a lot of attention, responding to it is a public service. And delegating this to an LLM arguably provides an accurate signal as to how much human attention the original proposal deserved :-P
RobotToaster•
foo-bar-baz529•1h ago
The whole site appears to be satire, based on the homepage. I think we can ignore this article of theirs as well.
kstrauser•1h ago
What’s wrong with satire sites? If The Onion put in the work to try this, I’d still be interested in hearing about it.
foo-bar-baz529•59m ago
It’s true that satire is not always bad. But I dislike that they don’t make it obvious that this article is satire. It wastes people’s time who actually take it seriously (as we can see by the other HN comments). Or if it’s serious, then why is it on a satire site? They need to pick a lane and be clear about it.
kstrauser•52m ago
It wasn't clear to me that this was a satire article. It seemed like a reasonably serious experiment with a bad idea.
turborigby•7m ago
Feel free to sign up and deploy a VM — we are a very real VPS host!

Unlike boring corporate providers, we just actually have a sense of humor (or more accurately, the developer has overdosed on TikToks and brainrot reels).

Satirical branding doesn't mean the bare-metal servers or the kernel code aren't real.

kstrauser•1h ago
I appreciate this. IPv8 is a terrible, terrible idea, and it’s good to see someone actually built it out to prove the depths of its terribleness. Well done.
ameliaquining•39m ago
Question for someone who knows more about this stuff than I do: Why don't the problems in the "economic collapse" section also apply to IPv6? Or do they, and we've only been saved by lack of adoption?
wmf•18m ago
For one thing, RIRs are not businesses. If they have less work to do they can have less staff. Worst case they could receive government funding like in the old days.
citruscomputing•22m ago
Did you implement it, or did Claude implement it?
28m ago
Worse, there is an IPv8, from 1994, the obsolete P internet protocol (PIP) https://en.wikipedia.org/wiki/List_of_IP_version_numbers