this post was submitted on 01 Aug 2025
774 points (96.3% liked)

Programmer Humor

25425 readers
1898 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 44 points 1 day ago (9 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.

[–] needanke@feddit.org 4 points 16 hours ago (1 children)

What is stoping Google from just blocking your entire IP-Block?

[–] domi@lemmy.secnd.me 5 points 13 hours ago

Mostly, I'm not big enough to trigger anything there.

Also, since ISPs usually only get a single humongous IPv6 block, it's actually pretty hard to know what is okay to block. Somebody might be on a /48, /56 or /64 network but they might also just have a single IPv6 address. Since you're blocking quintillions of IP addresses with each /64 net, the risk of hitting innocent IPs is high.

Also also, I'm not sure if Google is actually prepared for such a case. Since all the requests coming from Invidious just seem like legit unauthenticated requests, it's hard to flag them on IPv6 when the IPs are fully randomized.

Still, Google is moving towards requiring a login for everything. So I assume that method won't work for much longer.

load more comments (7 replies)