Spyke

Replies

Comment on

Lemmy active users grew by an astounding 1600% in June

Reply in thread

From the outside looking in, the whole model seemed needlessly complicated. So it’s like there’s a LOT of reddit.coms over here? But they’re all the same? But also different? What’s the difference? Which one do I sign up on?

But then I get here and realized it doesn’t really matter that much, since you can more or less use all of them regardless of which one you sign up for.

Something about the way users try to communicate what Lemmy/Fediverse IS, is the complicated part. It’s like everyone wants to jump straight to the more technical details behind how the model works; which probably scares off a lot of the people who just want a place to pop in and talk about their hobbies.

Comment on

Can someone please explain federation?

Best analogy I’ve heard is to think about email. I’m using gmail, maybe someone else uses yahoo, and maybe a third person has their own mail server set up at home. We can all send each other emails, and the content of the emails will largely look the same, despite that none of us are accessing it through the same site.

Another example; since you’re over on kbin; I’m on Lemmy.world right now. I can still see your posts and comments and you can still see mine as though we’re both browsing the same website.

Why is that important? Basically it keeps any one person like Spez from having complete and total control over the entire “site”. Since the “website” is actually a lot of websites made to act like one big one; each individual site has its own server, admins, etc. and if one goes down, or has admins that go on a power trip; it won’t totally ruin the experience for everyone on the fediverse; just that one server.

memes

Comment on

Reddit was a slog too at first

Mine is waiting till a few apps start to hit the App Store before she tries it. I think once a handful of the more polished apps start to make it out of their test flights, we’ll start to see another decent sized migration over here.

Comment on

Can someone please explain federation?

Reply in thread

All that is to say, it sounds complicated, but none of that stuff really matters unless you care about the tech behind it. For the end user like you and me, you just gotta pick a site and make an account, and it works pretty seamlessly. At least it should, the devs are seeing some growing pains right now as registrations ramp up and cause things to break. But hopefully that stuff will get worked out with a little time.

ELI5

Comment on

ELI5: What is a "Server Load"?

A server is just a computer, right? It runs some specialized software to host a website. Anytime you go to visit a webpage, you’re making a request to the server that hosts that webpage. In response, the server will dig through its files, find the webpage you’re requesting, and send that page back to you. Some requests might be more complicated than that. All of the comments you see on a thread, for example, may be contained in a database somewhere. So the request could be; “hey, sort through ALL of the thousands of comments in your database, find the ones that are supposed to be on THIS thread, and send those back to my computer so my browser can show them.” Computers are fast, but they can only do so much at a time. Think about how your phone or computer works totally fine if you’re just playing a game; but how it may slow down if you have tons and tons of games and programs open. This is kind of the same thing. A server may work fine if it’s getting 100 requests a day. But then if you suddenly start sending 100,000 requests to it a day, that may be to much for it. It’s trying to do too much at once, and it will start to slow way down. That’s what people mean by “server load”. It’s basically “how much the server is trying to do all at once.”