JID (Jabber/XMPP, a federated messenger from 1999, get off my lawn matrix): cwagner@cwagner.me
Yes, but it’s not as easy as appending “lemmy”. Here, the content is spread over a wide number of URLs, and unlike reddit, they don’t rank super high in the results.
But thanks to federation, search engines should eventually pick up most content, even when concentrating on just a few big instances. I’m guessing that eventually, you’ll be able to do a search with site:lemmy.ml
and get most results (as with that many users, chances are high any other post has been copied via federation). Until then, you might need a more widespread search, I created a lens for kagi (paid search engine), that searches the biggest instances: kbin.social, lemmy.ml, lemmy.world, beehaw.org, sh.itjust.works, lemm.ee, programming.dev
The result is this:
That does not work with site:lemmy.ml
and would instead require site:lemmy.world
on google.
Caveat: Duplicate content detection might really throw things off. Normally, if two sites have the same content, but different URLs and no canonical
html reference, then one will be detected as spam (or should be), I’m not sure how search engine indexing will be affected by this in the future.
then de-federated after having essentially all users.
Thing is, they always had all the users.
I was around for this as a user. I had (and still have them) people in my Jabber friend list (obviously all computer science students), then google came (and later Facebook), and I could add a few more and stop using Google/FB messengers. Then they defederated, and I lost literally none of the people I had before, because no-one who wanted to use Jabber stopped using it, no one who was temporarily federated cared about anything but using Google/Facebook messengers.
there is no negativity on the fediverse yet
Hard disagree. The toxicity and personal attacks just from beehaw defederating two instances was already insane. And there are many smaller instances of negativity on Lemmy. I’m assuming there’s even more on Mastodon, but I have no interest in microblogging, so that’s just a guess.
The fastest, and most responsive GUI app I know, is my text editor of choice: EmEditor. (Expensive, windows only, don’t even look at it unless you really need a super fast editor and/or open multi GB text files, syntax highlighting is a joke compared to what you might be used to), written in C++ and … assembly.
Uh. So after going through my list, it seems I use a lot. Don’t want to remove any of those, though :D
Updated to say that MildlyInteresting mods are back.
Still unmoderated subs:
Anything put on the internet is forever.
If only. Alas, it’s more “Expect anything put on the internet to be forever”, I already spent a significant amount of time looking for treasures from the earl 2000s, and even from something as recent as 2009, without any luck. I’ve also uploaded songs to YouTube that for all I know have no other sources left, neither illegal nor legal.
But that is tangential. It is not some kind of intrinsic thing you make it out to be. That’s my whole point.
Essentially, you want to spread this state of things, I want people to know there are currently bugs and problems because this software is in a pretty early state, not Alpha anymore, but not very far along the beta state.
I wish I could continue, but my comment got deleted as duplicate post, which it was not. Not sure what the mods are doing here.
Huh, either deleted comments being restored does not federate, or my instance is having issues.
Replying to this post here (which I can’t see on my instance, as my source comment was deleted but not restored):
Yes, that’s what I mean. That defederation is not some kind of par-for-the-course thing, but a last resort because tools are lacking. Which goes counter to what this post is about, that one should expect such a thing.
It’s more about being public and after getting traction going private. Being private from the start is a completely different thing.
Not that I think beehaw does that, they were clear it’s temporary because of a lack of proper modding/admin tools.
The other option is to completely ignore federation, and just create an account on every instance because that’s the only way to not lose the communities there.
I watch two streams, one cooking stream, and one foodtruck stream. The cooking stream has a slightly younger average age of probably mid to late 20, streamers are 40ish. The foodtruck has employees and customers mostly in their early 20s, average chat age is probably around 30 to mid 30s (our oldest mod is in his 50s, another has 3 more years). It’s always fascinating how wildly different the normal twitch demographics are :D
Note that proxmox also supports containers (LXCs), they are just different from Docker containers.
LXCs are closer to VMs than Docker containers are, but they are still different. One big difference: Docker containers are stateless/immutable, while LXCs are not. I prefer the mutability ;)
Proxmox is often recommended because it makes administering things easy (never used k8s, but I heard it makes it rather hard because it’s built for scale) when you use LXCs (though you can still use docker, I have a VM for docker-only apps), incremental backups with deduplication thanks to PBS, still efficient backups otherwise, everything with a nice web interface, but with nice command line tools available.