An early look at tailscale-rs, a tsnet library in Rust https://lobste.rs/s/vbid4k #networking #rust
https://tailscale.com/blog/tailscale-rs-rust-tsnet-library-preview
networking
Starting my own Content Delivery Network https://lobste.rs/s/jr7x5l #video #networking
https://www.youtube.com/watch?v=LCJIQufZeeg
I don't care if you get this #joke
Servers with Personality https://lobste.rs/s/a0jdo0 #hardware #networking
https://caolan.uk/links/servers/
Why is IPv6 so complicated? via @fanf https://lobste.rs/s/m0c78b #networking
https://github.com/becarpenter/misc/blob/main/why6why.md
Native IPv6 Kubernetes for true edge routing https://lobste.rs/s/tnogqh #networking
https://henrikgerdes.me/blog/2026-04-k8s-native-ipv6-edge/
How Docker Desktop Networking Works Under the Hood (2022) https://lobste.rs/s/vx4cnm #networking #virtualization
https://www.docker.com/blog/how-docker-desktop-networking-works-under-the-hood/
Every HackerNews post about IPv6 has some of the worst, most privileged, idiotic, vibe-coded, proprietary, ignorant, 16bit, capital-guzzling, unicorn takes I've ever known on the subject:
- IPv6 addresses are too hard to remember.
So? You're not meant to remember addresses, that's why we have DNS, write it down, literally a non-issue.
- IPv6 is confusing and I don't want to learn something new.
That's a personal issue buddy, either start reading or get left behind, that's what you said about AI right? More things than you depend on this transition.
- NATing has solved the IP limit problem so there's no point.
NATing is a plaster slapped onto brain bleed, easy and cheap, but ineffective, it causes a wide range of usability problems, such as blanket IP bans, restrictions on self-hosting, connectivity issue for VPNs both private and corporate.
To make matters worse, the effects are significantly worse in poorer countries, while Europe, China and the USA have a bounty of IPv4s to use (though China's still aren't enough), India has been on critically short supply for a while now with reports of multiple NATed network layers being issued. Imagine if you got banned from Valo because your neighbour 4 districts away got caught cheating.
- We've been trying for 40 years and it hasn't worked so let's give up.
OK, we're going to give up on solving world hunger too then because that's clearly not getting anywhere, and the energy crisis too while we're at it, just shut it all down.
Just because you personally haven't seen the progress or felt its effects doesn't mean its not happening, people smarter than you have been working on this before you were born, and at this rate might continue to work on it after you switch careers to Goose Farming.
- IPv6 hasn't worked so let's just make IPv7.
Insane take, despite how it looks, IPv6 support is extremely widespread and ready to go, the reluctance of big tech and ISPs is purely due to the cost implication and lack of enforcement, creating a brand new spec now would enforce another 40 year delay just to assuage your own personal opinion.
- IPv6 is a security risk because the router isn't NATing.
Misunderstanding of what NATing does. Even with a public-facing IP on every device, ports are still protected by the router's firewall.
- IPv6 is a privacy issue because now you can easily identify every device in a home by its public IP.
A valid concern, if it hadn't been identified and resolved with the Privacy Extensions to SLAAC that randomises your IP address after a set time period, mitigating the problem to that of your NATed IPv4 Public IP, if not making it more private by muddying the telemetry waters.
#ipv6 #networking
Adventures not building 3G UMTS RNCs https://lobste.rs/s/scz8vc #networking
https://nickvsnetworking.com/adventures-not-building-3g-umts-rncs/
Let's Encrypt Stopping Issuance for Potential Incident via @sanqui https://lobste.rs/s/bnfm0h #networking #security
https://letsencrypt.status.io/
The occasional `ECONNRESET` via @vbernat https://lobste.rs/s/z306ya #linux #networking
https://movq.de/blog/postings/2026-05-05/1/POSTING-en.html
How a device finds encrypted DNS by itself https://lobste.rs/s/gycikc #networking
https://blog.dundns.eu/posts/ddr-encrypted-dns-discovery/
FediMeteo, HAProxy, and the art of not wasting snac threads https://lobste.rs/s/kpl98p #networking #performance
https://it-notes.dragas.net/2026/05/18/fedimeteo-haproxy-and-the-art-of-not-wasting-snac-threads/
bpfvet: analyzes compiled .bpf.o files and reports minimum kernel version, helpers, maps, and portability issues https://lobste.rs/s/30vbek #linux #networking
https://github.com/boratanrikulu/bpfvet
Building an OPNsense router https://lobste.rs/s/hqfiqi #networking
https://clintonboys.com/projects/homelab/04-router/
Force all app traffic into the tunnel https://lobste.rs/s/2jqoor #ios #networking
https://mullvad.net/en/blog/force-all-app-traffic-into-the-tunnel
Using QUIC backscatter to infer hypergiant deployment configurations via @fanf https://lobste.rs/s/mrmvl5 #networking
https://blog.apnic.net/2026/04/21/using-quic-backscatter-to-infer-hypergiant-deployment-configurations/
Some general notes on network booting UEFI machines via @fanf https://lobste.rs/s/5plavs #networking
https://utcc.utoronto.ca/~cks/space/blog/tech/UEFINetworkBootNotes
IPv6 over drainage pipe https://lobste.rs/s/4rbnnj #culture #hardware #networking
https://chaos.social/@marble/116720125530089009
curl libcurl
Just in case you have forgotten how to curl a file from a server here's a extensive howto with screenshots
`-L` redirect
https://everything.curl.dev/http/browserlike.html?highlight=-L#redirects
`-o` filename
https://everything.curl.dev/usingcurl/downloads/url-named.html#download-to-a-file-named-by-the-url
`-C -` resume
https://everything.curl.dev/usingcurl/downloads/resume.html#resuming-and-ranges
`curl --verbose -C - -L -o lp_someband_some_name_disc1side2.flac archive.org/download/lp_someband_somename-v/disc1/lp_someband_somename_disc1side2.flac`
#curl #get #programming #technology #fetch #networking #https #http #ftp #OpenSource #POSIX #BSD #freeBSD #ghostBSD #openBSD #Linux #win64 #mac
savearoundtrip: publish an HTTPS DNS record, skip a round trip https://lobste.rs/s/wlm6dv #networking #web
https://savearoundtrip.com/
The Free Market Lie: Why Switzerland Has 25 Gbit Internet and America Doesn't https://lobste.rs/s/qzvvbv #networking
https://sschueller.github.io/posts/the-free-market-lie/
Ubuntu 26.04 can install APT packages from GitHub Container Registry https://lobste.rs/s/ytxaez #linux #networking
https://medium.com/nttlabs/ubuntu-26-04-can-install-apt-packages-from-github-container-registry-532412990318