Spyke

Replies

Comment on

Do you use adblock? Why? Why not?

Yes, always have and always will. The internet is just plain hostile without one. Watching others browse the web without one is fascinating to watch. I don't really care much for the "moral" side of things.

Just for fun, I checked my self hosted AdGuard DNS and 60% of queries were blocked! That's insane. That's just DNS level blocking.

piracy

Comment on

Warez: Do you pirate software or just use FOSS?

I haven't pirated software in probably 10 years? I think I used to pirate Internet Download Manager back in the slow internet days. Now, I all the applications I use are free. Now when it comes to games, I always buy on Steam. Had my steam account since the Orange Box launch, it's just to convenient. Steam sales are always priced pretty good which has given me a library of nearly a 1000 games. Don't ask me how many I played.. Gabe was 100% correct in my eyes that piracy is a service problem.

lemmy

Comment on

I like the idea of defederation, but conflicted about it's use in practice..

Reply in thread

Yea was considering it. Already have a server where I self host a lot of things for my own use. Just concerned about security, as my server isn't reachable via the internet (so security has been a bit "loose" so far since it doesn't really matter) and I would have to open a port for this.

Also opens a few privacy issues. Either I use my existing domain which would expose my dns records and SSL cert history to anyone who wants to know or just buy a new domain just for Lemmy. Even still through, my IP would be permanently attached to the server which would be public for anyone wanting to follow up my instance. I could try and host it behind a VPN that allows port forwarding, but just adding more complexity and cost the setup..

Could also just buy a cheap VPS and just use that for just the Lemmy instance so I wouldn't need a VPN. Just feels like it would go a little bit against the self hosting spirit since I actually have my own hardware to do so..

Comment on

[Question] How do you handle offsite backups for your setup?

I am a fan of using Restic. More specifically using Autorestic, which is a wrapper that allows you to easily configure restic using yaml files. Since all of my services are in docker containers, I just have a hook to shutdown all my containers, do the backup, and then run all my containers again. Downtime is not an issue since it just runs when I would be sleeping. Just have it backup to Backblaze B2, which I think you get 10GB free, which is plenty for me right now.

You reached the end