

Only the 14% statistic was explicitly about IPTV, the others are about “consuming content illegally”. It seems like maybe there are multiple surveys involved?
Only the 14% statistic was explicitly about IPTV, the others are about “consuming content illegally”. It seems like maybe there are multiple surveys involved?
Only giving a /64 breaks stuff, but some ISPs do it anyway. With only a /64 you can’t subnet your network at all.
I really doubt it. We could give everyone on Earth their own /48 with less than 1% of the IPv6 address space.
Giving a /48 is spec, but a lot of ISPs are too stingy :/
Going to other planets would require a total re-architecting of our communications infrastructure anyway. There’s such distance too it’s not really viable to have a shared internet. Even Mars would have up to 22 minute latency at peak. So I don’t think it makes sense to plan our current internet around potential future space colonization.
Even so, IPv6 is truly massive. We could give a /64 to every square centimeter of the Earth’s surface and still have IPs to spare. Frankly, I think the protocol itself will be obsolete before we run out.
“You wouldn’t download a car” is a meme edit that got stuck in everyone’s heads. The original PSA actually does say “you wouldn’t steal a car” and basically was what you describe in your last paragraph.
All of your temporary privacy addresses will be coming out of the same subnet, so it’s clear they all belong to the same people.
Ultimately the privacy extensions are just bringing IPv6’s privacy back in line with IPv4, because without the privacy extensions every single device has a separate IPv6 address based on its MAC address whereas in IPv4 most consumer networks have every device sharing a single IP.
I think the utility of blocking people on a public platform is kind of fake anyway. If someone is harassing you, and you block them, it’s obvious that you did it so they’ll just log out and suddenly they can see your posts again. Accounts are trivial to make on the fediverse too so they can always just spin up a new one to harass you.
I think silent filtering is better for that reason because they can’t tell that you did it so they won’t just immediately switch to a new account and keep going.
Active blocking like you’re talking about only makes sense if there’s such a thing as “follower-only” posts imo. Otherwise it’s a false sense of security because they can see everything anyway just by logging out or switching to another account.
Fediverse software tends to be kind of hostile to convenience features people have grown accustomed to. Recommendation algorithms, for example. Lemmy is on the cutting edge for having a “Hot” sort.
I know Mastodon has historically been pretty hostile to even more basic things like being able to search posts.
I get why they think like that, and I honestly agree with some of it, but it inevitably creates a culture shock for outsiders coming from corpo media. I think that plus the network effect means the fediverse will always be kind of niche.
Do you have a link to people talking about running a relay on a raspberry pi? I find it hard to believe that’s possible. A PDS, sure, but a relay requires multiple terabytes of storage alone and plenty of bandwidth/CPU/RAM that I just don’t see a raspberry pi being able to support.
I’d be curious to hear about any progress on setting up new relays though.
The free version of ChatGPT is 4o or 4.1-mini at this point. You can’t even access 3.5 without paying, ironically, since it’s legacy now.
deleted by creator
Being able to sell FOSS is one of the freedoms “free software” refers to.
Honestly though I think the thing that struck me the most and I found kind of scummy was their “value statement” where they were advertising the OS by comparing it to the prices of the proprietary software is includes alternatives to. You misreading the website wasn’t an accident, they designed it in a deceptive way IMO.
If they were more honest about it, I wouldn’t have any problem with them charging for the convenience of having everything pre-bundled. Of course you could set everything up yourself, but Linux is notoriously finnicky. People want a complete experience, they want support. They want the slick branding.
As far as I know Zorin is FOSS, for what it’s worth. It’s mostly just bundled FOSS software with some slick themes and accessibility features, plus a few in-house system apps which they do seem to provide sources for.
They mention that it’s open source on their website but they don’t mention FOSS probably because the libre/gratis distinction is confusing for people.
Even from a viewer perspective, this sounds depressing to watch. I don’t really get what people get out of this.
Editing the systemd services seems a neat solution here. Rather than editing the package-provided service files directly, you can create overrides using systemctl edit
.
Another more hacky option would be to use the PostUp directive but account for the case there’s no tailscale0 device yet. Write a simple shell script or something.
In IPv6, a /64 is only supposed to be used for a single subnet. If you have a subnet smaller than /64, things will break. SLAAC needs a /64, which means Android phones for example can’t use IPv6 on a subnet smaller than /64.
/64 might seem huge but that’s just how IPv6 works. The entire 64-bit host ID is used for encoding MAC addresses into the IP address, or creating randomized privacy addresses. It needs to be huge so that it can do that statelessly.
Be that as it may, the Plex official guide for setting up “remote streaming” walks you through port forwarding. That implies that when they say remote streaming, they mean port forwarding by default. I then had to go digging to find mention of the Relay service which seems to be a fallback. (Apparently it isn’t even supported by all clients)
Surely if they meant they’d start charging for Relays they’d mention that explicitly, and not use the term “remote streaming”?
It’s the confusing mess of subscriptions and seemingly locking basic functionality behind a paywall that’s skeevy, not paying for software itself. I have happily paid for software before and would again. Plex has never appealed to me though, and they’re certainly doing nothing to make themselves more appealing.
CGNAT is for IPv4, the IPv6 network is separate. But if you have IPv6 connectivity on both ends setting up WG is the same as with IPv4.