frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Every Fucking Website

https://lxe.github.io/everywebsite/
198•doubletwoyou•55m ago•116 comments

When Genius Fails: The Intellectual Arrogance of the AI Labs

https://weightythoughts.com/p/when-genius-failsthe-intellectual
33•gmays•52m ago•11 comments

GLM-5.3: Frontier coding with emergent cyber capabilities

https://z.ai/blog/glm-5.3
828•pella•10h ago•434 comments

In Australia, a Home Battery Boom Has Helped Cut Wholesale Power Prices in Half

https://e360.yale.edu/digest/australia-home-batteries
118•speckx•1h ago•89 comments

Qwen3.8-27B

https://twitter.com/alibaba_qwen/status/2088280182356611304
78•mfiguiere•23m ago•29 comments

Seven books I keep close because I love them

https://blog.plover.com/2026/08/02/
9•surprisetalk•23m ago•0 comments

Don't classify, hallucinate!

https://softwaredoug.com/blog/2026/08/10/hypothetical-classifications
127•softwaredoug•3d ago•62 comments

DeepSeek peak/off-peak pricing update

https://api-docs.deepseek.com/news/news260813/
167•fagnerbrack•5h ago•86 comments

I turned my RSS feeds into an e-ink newspaper to stop reading on my phone

https://heyjonny.dev/posts/rss-to-eink-newspaper/
12•speckx•1h ago•7 comments

Introducing Toast 1

https://www.mixedbread.com/blog/toast-1
7•mplappert•19m ago•0 comments

Qwen 3.8 27B is out: open weights, best local dense model yet

https://huggingface.co/Qwen/Qwen3.8-27B-FP8
36•erdaltoprak•27m ago•5 comments

The TEMU-Fication of Software, Digital Goods and Services

https://xn--gckvb8fzb.com/the-temu-fication-of-software-digital-goods-services/
43•surprisetalk•3h ago•24 comments

HashAgent – Share an AI agent as a URL, runs locally via WebGPU

https://hashagent.pages.dev/
19•masonhsu•2h ago•3 comments

WhatCable: Know what your USB-C cable can do

https://www.whatcable.uk/
39•mikecarlton•3h ago•15 comments

Gödel, Escher, Elisp: The Beauty of Macros

https://www.chiply.dev/post-elisp-macros-are-beautiful
11•JNRowe•1w ago•0 comments

Show HN: APIMart: Discounted AI API Aggregator for GPT-5, Sora 2

https://apimart.ai/register?aff=yScTCM
5•aanthonymax•1h ago•1 comments

Self-hosted web push Cloudflare Worker, works on iOS

https://kukuroo.cc/
4•saiday•23m ago•1 comments

Gemini 3.7 Flash

https://blog.google/innovation-and-ai/models-and-research/gemini-models/introducing-gemini-3-7-fl...
929•thisisauserid•22h ago•468 comments

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

https://goonhost.rocks/blog/implementing-ipv8-internet-draft
27•turborigby•2h ago•6 comments

AI Model Atlas – visualizing populations of ML models as interconnected 3D graph

https://run.cosmograph.app/public/ca9fd1ad-fe83-4238-8b69-b707c633aef0
6•bj-rn•1h ago•0 comments

Differential Heuristics

https://www.redblobgames.com/blog/2026-08-08-differential-heuristics/
82•ibobev•5d ago•5 comments

Why does Opus 5 feel worse to work with?

https://mun-logadan.github.io/why-does-opus-5-feel-worse/
348•numeri•5h ago•334 comments

We're not done with point clouds

https://claytonwramsey.com/blog/mvt/
47•claytonwramsey•3d ago•5 comments

Accelerating GPT-5.6 Sol Ultrafast

https://www.cerebras.ai/blog/accelerating-gpt-5-6-sol-ultrafast-with-openai
669•pr337h4m•21h ago•262 comments

Hello, me. It's been a while

https://themech.net/2026/08/hello-me-its-been-a-while/
327•somesoftdev•20h ago•172 comments

Protect Your Relays

https://www.iroh.computer/blog/authenticated-relays
35•surprisetalk•4d ago•11 comments

Ntfy – open-source Push to Mobile

https://ntfy.sh/
28•Fake4d•4h ago•10 comments

Unsloth Qwen3.8-27B GGUF files

https://huggingface.co/unsloth/Qwen3.8-27B-GGUF
10•apitman•22m ago•0 comments

Mistral OCR 4.1

https://docs.mistral.ai/models/ocr-4-1
393•spelk•22h ago•156 comments

Bluesky Protocol Services

https://atproto.com/blog/introducing-bluesky-protocol-services
199•danabramov•15h ago•55 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
27•turborigby•2h ago

Comments

turborigby•2h 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

wbsun•45m ago
isn't any ipv6+ supposed to use any string address and no DNS is required at all? :D
nairboon•21m ago
Where is IPv7?
ahmetozer•17m 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)

TD-Linux•16m 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.