

That counts as unauthorized access in the eyes of the law. It’s a private system and they did not have any agreements permitting them to use it as they wanted.
Lead admin for https://lemmy.tf, tech enthusiast
That counts as unauthorized access in the eyes of the law. It’s a private system and they did not have any agreements permitting them to use it as they wanted.
Why would they need to look into Apple’s conduct here? Investigate Beeper for CFAA violations since they cracked into Apple’s internal APIs and ignored large chunks of their ToS in the process.
Of course Apple is going to shut down unauthorized access to their messaging system. They’d lose all customer trust instantly if they didn’t.
Yeah, after literally bankrupting Westinghouse and costing us Georgians billions of dollars. I’m all for more nuclear power but this project was a colossal shitshow.
Georgia also has some shiny new solar factories so I’m interested to see how deep into renewables we can get in the next decade.
They can, but Reddit can just as easily restore it, with a blank mod list. But based on their actions I wouldn’t be surprised if they outright ban any mods that try this.
Apollo going away was the catalyst for me. I will never use Reddit’s garbage website or first-party app.
Plus Lemmy gave me an excuse to host another neat service and still waste the same time I did on Reddit.
I’m just letting mine do whatever it wants, got plenty of local storage. If/when I have storage issues I’ll add an s3 bucket, pretty easy to modify the entrypoint for pictrs to pass s3 connection info in the docker-compose deployment.
From what I’ve seen and read, server to server traffic is less taxing on instances than client to server. So even if your instance is JUST you, it would be your instance talking to everything else so it would have some net benefit on the federation. But it would take a lot of users self-hosting solo instances for this to help in any noticeable way, I’d think.
There is certainly no downside to running a solo instance, if you’re even slightly interested I would say go for it!
I’m interested, but I don’t know Rust and haven’t done frontend work in years. Might be able to do some work around scalability and contribute to a Kubernetes deployment guide (and/or Helm chart).
4vcpu (Ryzen), 8GB RAM, 256gb disk (which will be expanded when it gets to like 60% full). Not too worried about storage unless I get a bunch of image-happy users, text all comes in as json and goes straight to Postgres so it’s not a concern.
I run all my lab servers/services/etc in their own /16 on my home net. Nothing is publicly routed in over my WAN IP- if I want to expose a service, it goes through Nginx Proxy Manager to my local service via a ZeroTier tunnel.
I would strongly encourage you to not expose any of the *arr services (particularly your download node) to your WAN IP. PIA’s desktop app does a pretty good job of forcing a full tunnel with a VPN kill switch, so you never have to worry about your ISP catching onto what you’re doing.
Small instances don’t seem to require anything major, I’m running mine on a VM with 4c/6gb ram/256gb disk with no issues- it’s just a few Docker pods. Just make sure you use a dynamic DNS provider if you’re hosting from home, as valid SSL is required to connect to the federation.
UI doesn’t come up until database migrations fully complete. Can take half an hour or more depending on how much content is indexed in your instance.