Both were down for me before, they seem to be up right now but just made this account on Lemmy.blahaj.zone (Henry is the name of my actual blahaj lol). It’s probably because of the traffic influx from reddit refugees from the absolutely disastrous spez ama (where he doubles down on everything and doesn’t apologize at all). Allegedly they’re trying to suppress Lemmy mentions but I guess it’s not working well enough lol
A good problem to have although long term we’re going to have to figure out how to deal with these spikes in traffic.
Can you tell me more about the pros and cons of running your own instance? Why did you choose to do that? I’m new at this so I’m very intrigued.
Of course. Here’s a quick one:
Pros:
Cons:
*I’m joking about the billions. Probably.
Thanks for that response. Is there an easy way to start an instance?
What’s your level of technical knowledge? If you already know the terms “VPS” and “Docker”, then yeah, it’s fairly easy IMO (I have some notes here). If you have no idea what you just read, it could be a little tough. There are some rough edges to work out still, but if you join us on Matrix people are fairly helpful.
I honestly don’t know those terms but I’m very tech savvy. I’m running my own home cloud. I play around with Linux. And I just love tinkering until I fully understand how something works. I don’t see the learning curve to be a problem. I’d enjoy the experience which is why I’m seeking it out really. I think I’d really enjoy playing that role in this community.
If you have a spare machine lying around, install proxmox.
It’s a great way to learn VMs and networking.
Then you can create a VM, snapshot it (as a restore point), mess around with docker or podman, break stuff, then restore the VM to try again.
All this runs on your local network, so when it comes to setting up a Lemmy instance, you are going to want access to it from the internet. Things like Cloudflare and Tailscale can make this very easy.
It’s a wonderful rabbit hole of learning!
I would recommend /r/homelab or /r/selfhosted but I think those communities are still finding a home on the fediverse
+1 to Proxmox, it has been my lifeline when it comes to playing around with self hosting stuff! I’d heard about hypervisors before but was still under the impression that virtualizing had a ton of overhead (there is still some overhead, but not by much).
Additionally, Proxmox Backup Server is a really nice pairing as well!
This seems like a pretty serious flaw in the federation protocol. Hope it’s fixed at some point.
The “subscribe & push” model is practically fundamental to ActivityPub. There’s pros and cons to this design, but ultimately I think it’s confusing and cumbersome for users…
While true, this only affects people who are hosting and running their own instance. And if they’re doing that, it isn’t that big of a deal.
Users that might struggle with the concepts are probably joining larger instances that are already federated, so the problem is solved as soon as they find the “All” button.
Is it in the ballpark of “easy if you’re a techie and experienced with Linux” to use an old PC as a server instead of paying to host it?
The short answer: yes.
The long answer: Yes, but…
If this is your home network, you’re providing attackers with an entry point into your network. You’re also giving yourself an avenue to get DDOS’d etc. You’d have to open ports and get that set up - or deal with a reverse proxy or whatever.
But generally it’s as easy as running a Docker container and pointing a domain at your IP.
And, of course, ensuring that your IP provider doesn’t run behind a Client-Grade Network Address Translator (CG-NAT). Otherwise, you’re better off renting a Virtual Private Server (VPS) or if you’re particularly strapped of money and have a lot of patience, you can bridge it with your home server using a Virtual Private Network (VPS) and a good amount of scripting to remap the ports accordingly.
Might be my vacation project then. But I probably won’t use it seriously if I’m not sure I can keep it decently secured.