The cursed LLM thing uses buttplug.io on the backend, I just wanted to share it because the premise is very funny to me.
Indexes start from zero because they're memory offsets, but array[0]
is still the first element because it's an ordinal number, not an offset. It's literally counting each element of the array. It lines up with the cardinality—you wouldn't say ['A', 'B', 'C']
has two elements, despite array[2]
being the last element.
That 10Gb link is almost certainly oversubscribed, though. You don't actually have 10 Gb of dedicated constant bandwidth, you just have access to 10Gb of potential bandwidth. You're unlikely to saturate that link very often, so you won't notice, but it's shared with other people.
It's different from Google or any other company paying for bandwidth that's being actually used, not just a pre-allocated link like your home internet.
I feel like this would be spotted and stamped out immediately. Everyone's eyes are on Threads right now; astroturfed content might sneak in on Mastodon, where regular Threads content will be mixed in with the hypothetical astroturfed content, but here on Lemmy there will be little to no Threads presence due to lack of interoperability, so every single Threads account that shows up will be noticed. It's already super visible when Mastodon users show up due to the weird formatting issues that happen due to the lack of support.
I just don't see an astroturf campaign as being viable unless Threads implements community functionality, which seems pretty far out when they're only now implementing basic federation with Mastodon.
There's a difference between defederation policy and ban policy. You could have a server that is very slow to defederate, only defederating for abuse and illegal content that can't be stopped through moderation, while implementing a standard or even fairly aggressive enforcement policy for individuals, both local users as well as remote users. The idea is that you ban offending users, while only defederating when the instance itself is the problem.
Defederation splits the network apart. Trying to make defederation a last resort doesn't necessarily mean one is a freeze peach instance. Defederation policy is an entirely different beast from moderation.
That said, my understanding is that Lemmy's moderation tools are pretty lackluster at the moment, and so a big part of the reason that some instances are quick to defederate is that it's difficult to moderate between poor mod tools and small volunteer mod teams. It's easier to just defederate.
I agree though that the freedom of FOSS moreso lies with admins, as they're the ones deploying the software so they can choose how to run their instance, whether that means federating with everyone or just running a completely defederated Lemmy instance with no peer instances.
I'm not sure of the cause, but this is an issue with the Web Player on the Jellyfin app. You can fix it by going to Settings -> Client Settings -> Video Player Type and selecting Integrated Player or External Player.
It's subject to absurd feature creep and overambition, in addition to regular ol incompetence.
The design goals for Star Citizen are kinda absurd. It's like how the No Man's Sky devs claimed at one point they'd individually simulate air molecules and a unique periodic table, except the difference is that NMS axed that (or more accurately, were never actually doing it) instead of spending the next decade trying to make it work.
At the same time, it helps that their supporters have essentially given them a financial incentive to keep adding feature creep instead of releasing, because if they release a game they can't keep asking for more donations for increasingly lofty goals.
This was my thought process exactly. That's her role, and she's reclaiming it now. It helps that the appearance that she chose immediately after killing Ballas was her new Radiant Lotus skin, giving the perfect embodiment of her new, reclaimed identity.
Kbin already exists, and a decent portion of people are switching over. It's still early days though, so it remains to be seen how it all plays out.
I think the concept of the Fediverse is still really alien to people, even the people who are using it. Everyone is still so used to their centralized platforms, so they still think of the Fediverse in terms of platforms rather than as a whole.
You still hear people say "Mastodon" to mean the microblogging corner of the Fediverse even if they're not actually on Mastodon, and now people say "Lemmy" to mean the link aggregation corner of the Fediverse even if not everyone is actually on Lemmy.
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.