

What does “woke” mean? What makes modern Trek woke but old Trek not?
What does “woke” mean? What makes modern Trek woke but old Trek not?
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.
Years ago my ex was trying to get me into anime and they decided to show me Made in Abyss and it put me off anime for years
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.
Do you have a source for this claim that the new pricing scheme only applies to the Plex Relays? As far as I can tell it applies to anything they consider “remote access”, regardless of whether it goes through their servers or not.
It seems deeply opposed to the spirit of selfhosting to have to pay for the privilege of accessing one’s own server. If the software itself cost money, that would be one thing, but this whole monetization scheme is skeevy.
It seems like multiple things are being conflated here and I’m not sure what the reality is because I’ve never used Plex.
Some people claim this has something to do with Plex needing to pay for NAT traversal infrastructure. Okay, that seems sort of silly but at least there’s the excuse that their servers are involved in the streaming somehow.
But their wording is very broad, just calling it “remote streaming.” That led me to this article on the Plex support website, which walks people through setting up port forwarding in order to enable “remote streaming”! So that excuse doesn’t really seem to hold water. What exactly is being paid for here then? How do they define what “local streaming” is?
As a Trek fan, I think the term “egg prime directive” itself is bad and causes miscommunication. The people who are pro-EPD seem to mostly argue the EPD is about not dictating to people what their gender is, while people who are anti-EPD say the EPD is about not mentioning the possibility that someone could be trans at all.
Taking everyone at their word, it seems like people are interpreting the egg prime directive differently. If pro-EPD people really do think it’s okay to suggest/ask if someone has considered if they might be trans, and the only thing forbidden is explicitly dictating “you ARE trans”, I think the prime directive analogy is a bit misleading and might be part of the issue.
The prime directive is very dogmatic at times and basically says that you can’t interact with prewarp civs period. Following the metaphor, it suggests that you aren’t allowed to talk about being trans at all with potential eggs until they crack their own egg first. Based on that, I can see where the OOP is getting their interpretation from.
The reaction to this is wild. Reddit has no problem with LLMs posting on their platform and is even talking about infesting the site with their own LLM agents, but then these researchers are apparently improper and highly unethical. It’s wildly out of proportion and kind of surreal.
I guess Reddit’s just upset they didn’t go through them so they could charge fees or something?
LLMs are very good at giving what seems like the right answer for the context. Whatever “rationality” jailbreak you did on it is going to bias its answers just as much as any other prompt. If you put in a prompt that talks about the importance of rationality and not being personal, it’s only natural that it would then respond that a personal tone is harmful to the user—you basically told it to believe that.
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.