Hacker News with Generative AI: Networking

Fun with IP Address Parsing (dave.tf)
In my quest to write a fast IPv4+6 parser, I wrote a slow-but-I-think-correct parser, to use as a base of comparison. In doing so, I discovered more cursed IP address representations that I was previously unaware of. Let’s explore together!
Asia reaches 50 percent IPv6 capability and leads the world in user numbers (theregister.com)
Asia has become the second region in the world to reach 50 percent IPv6 capability, according to data from labs run by the Asia Pacific Network Information Center (APNIC).
Nvidia HGX B300 NVL16 Will Disrupt the AI NIC Market (axautikgroupllc.substack.com)
The NVIDIA HGX B300 NVL16 Will Disrupt the PCIe Retimer, PCIe switch, and AI NIC Markets
Back to the MAC (Part 2): Signal in the Noise (substack.com)
Well, I’ve been staring at MAC addresses again... but this time, things got a lot more interesting.
Hybrid Cloud – The Worst Possible Option (adatosystems.com)
The sheer horrific nature of hybrid networking might not be intuitively obvious to folks reading this because we live and breathe in a technical context every day. So let me draw a parallel that might make it clearer: hybrid cars.
AI for Network Engineers: Understanding Flow, Flowlet, and Packet-Based LB (blogspot.com)
Though BGP supports the traditional Flow-based Layer 3 Equal Cost Multi-Pathing (ECMP) traffic load balancing method, it is not the best fit for a RoCEv2-based AI backend network.
Ask HN: Books/guides/resources about running a public, web CA? (ycombinator.com)
Ask HN: Books/guides/resources about running a public, web CA?
Let's give PRO/VENIX a barely adequate, pre-C89 TCP/IP stack, featuring Slirp-CK (blogspot.com)
Let's give PRO/VENIX a barely adequate, pre-C89 TCP/IP stack (featuring Slirp-CK)
Banana Pi BPI-RV2 RISC-V gateway board (banana-pi.org)
Banana Pi BPI-RV2 open source gateway is a device based on Siflower SF21H8898 SoC, 1 × 2.5G WAN network interface, 5 Gigabit LAN network interface, onboard 512MB DDR3 memory, 128 MiB NAND, 16 MiB NOR, M.2 interface, MINI PCIE and USB 2.0 interface, etc.
macOS Finder "Connect to Server" accepts ftps URIs but uses plain FTP (stackexchange.com)
Beware: macOS Finder "Connect to Server" accepts FTPS URLs (FTP in a SSL/TLS tunnel) but actually connects via plain FTP!
The Size of Packets (potaroo.net)
Sniffle: A sniffer for Bluetooth 5 and 4.x LE (github.com/nccgroup)
Sniffle is a sniffer for Bluetooth 5 and 4.x (LE) using TI CC1352/CC26x2 hardware.
Damn Vulnerable MCP Server (github.com/harishsg993010)
A deliberately vulnerable implementation of the Model Context Protocol (MCP) for educational purposes.
Ask HN: What's the Most Useful Piece of Career Advice You've Received? (ycombinator.com)
The best advice I ever got was from a mentor who told me: Your network is your net worth but only if you give more than you take.
Absolute Capture Timestamp RTP header extension (ietf.org)
This document describes an RTP header extension that can be used to carry information about the capture time of a video frame / audio sample, and include information that allows the capture time to be estimated by the receiver when the frame may have passed over multiple hops before reaching the receiver.
Isolated Execution Environment for eBPF (ebpf.foundation)
The post below is an update on a research project sponsored by the eBPF Foundation. It is the first in a series of posts about this research. The post was prepared by Zhe Wang (Institute of Computing Technology, Chinese Academy of Sciences; wangzhe12@ict.ac.cn), and Patrick Peihua Zhang (WeChat, Tencent; patrickzhang2333@gmail.com). Read about the status of all the sponsored research projects in this post.
10k Times Faster, 10k Times Simpler (tailscale.com)
Fifteen years ago, achieving meaningful computing power required racks of servers, endless cooling and no small amount of hubris.
MeshCore, a new lightweight, hybrid routing mesh protocol for packet radios (github.com/ripplebiz)
MeshCore is a lightweight, portable C++ library that enables multi-hop packet routing for embedded projects using LoRa and other packet radios.
Hacking the Postgres wire protocol (pgdog.dev)
PgDog is a network proxy and it can see every byte sent between Postgres and the clients. It understands SQL and can infer where queries should go, without requiring changes to application code.
FastMCP: The fast, Pythonic way to build MCP servers and clients (github.com/jlowin)
🚀 The fast, Pythonic way to build MCP servers and clients.
Socketcluster: Highly scalable pub/sub and RPC SDK (socketcluster.io)
SocketCluster ♫Highly scalable pub/sub and RPC SDK optimized for async/await
A type-safe, intuitive Go SDK for building MCP servers with ease and confidence (github.com/ktr0731)
Introducing Cloud WAN (cloud.google.com)
Google’s global network is available for all businesses and governments to use with our new Cloud WAN solution.
Ferris on Air is an open source 802.11 stack for the ESP32 written in async rust (github.com/esp32-open-mac)
Ferris on Air (FoA) is an open source 802.11 stack for the ESP32 written in async rust, with the work of the esp32-open-mac project.
Nix Trigonometric Math Library from Ground Zero (lantian.pub)
I wanted to calculate the network latency between all my VPS nodes, and add the latency into the configuration file of Bird BGP daemon, so the network packets are forwarded through the lowest latency route. However, I have 17 nodes as of today, and I didn't want to manually run a ping command between each pair.
WebTransport: Low-Latency Bidirectional Messaging API (chrome.com)
Show HN: godns A DNS forwarder similar to dnsmasq (github.com/nodesocket)
Hacker News Hug of Deaf (susam.net)
About three years ago, I set up a tiny netcat loop on one of my Debian servers to accept arbitrary connections from the Hacker News (HN) community.
OpenSSH 10.0 Released (mindrot.org)
OpenSSH 10.0 has just been released. It will be available from the mirrors listed at https://www.openssh.com/ shortly.
Bye bye 3 way handshake (medium.com)
Overall, we have stuck with the 3-way handshake for many decades, and it is now seen as too slow in a modern “always-on, always-connected” world.