this post was submitted on 01 Aug 2025
666 points (96.5% liked)

Programmer Humor

25395 readers
1600 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] domi@lemmy.secnd.me 40 points 18 hours ago (7 children)

My favorite thing to use IPv6 for is to use the privacy extension to get around IP blocks on YouTube when using alternative front ends. Blocked by Google on my laptop? No problem, let me just get another one of my 4,722,366,482,869,645,213,696 IP addresses.

I have a separate subnet which is IPv6 only and rotates through IP addresses every hour or so just for Indivious, Freetube and PipePipe.

[–] qaz@lemmy.world 13 points 18 hours ago (3 children)

Could you link the privacy extension in question I haven't heard of it

[–] kieron115@startrek.website 22 points 18 hours ago* (last edited 18 hours ago) (1 children)

it's not a browser extension, its a SLAAC thing https://www.internetsociety.org/resources/deploy360/2014/privacy-extensions-for-ipv6-slaac.

TL;DR is that SLAAC used to use part of your device MAC to form it's IP, which would be trackable/fingerprintable. Now devices just pick the last 48-bits at complete random on the assumption that no other device is going to have that specific address out of the 4 quintilion available addresses.

edit the RFC https://datatracker.ietf.org/doc/html/rfc4941

[–] qaz@lemmy.world 7 points 16 hours ago

Thanks, might have to try that sometime.

load more comments (1 replies)
load more comments (4 replies)