Spyke

Replies

Comment on

Please don't use Discord for FOSS projects

Reply in thread

It started getting popular years ago and that's when me an my friends switched to it too (back when I didn't know shit about privacy). You gotta keep in mind the alternatives back then were Skype, which was meant for 1 to 1 calls, had shit audio quality and issues all the time and TeamSpeak, which was complicated because you needed a server (we were kids, we only knew what a server was from Minecraft) and had a text chat that was only a small part of the bottom of the window that was full of connected and disconnected messages, so I actually didn't even know you could write in that. TeamSpeak's interface also isn't exactly good-looking or very intuitive. Then came Discord, you could create a server for you and your friends for free, you saw who of your friends was online and playing what, you could see when someone was in a voice channel and could just join, you had multiple text chats where you could easily send a link or memes while playing and you could easily share your screen with the others. It was a major improvement over the other two. I know that it sucks from a privacy standpoint but there's good reasons why people started using it.

piracy

Comment on

Beginner questions: VPN safe enough? How to use all these tools?

A VPN is enough for torrenting, as long as the VPN provider isn't logging. I personally use AirVPN because they have port-forwarding but I've used Mullvad before. I also live in Germany and I've never gotten in trouble.

The guide you linked seems a little outdated, Jackett has been replaced by Prowlarr, which is there to have a central location to manage your trackers. If you plan to use Jellyfin, you should also use Jellyseer instead if Overseer. The *arr services are the ones that actually search for the files to download by using the trackers you set up in Prowlarr. You don't need all the *arr services, I only have Sonarr and Radarr, which are for shows and movies respectively. I also have Bazarr for subtitles. AdguardHome is only for ad-blocking, might be useful to you but isn't needed. Idk why that's even in the guide. Flaresolverr is something I've never heard about and I don't use it, so I can't tell you anything about that. Heimdall is something I don't need because I use YunoHost, which has a dashboard already but it might be useful to you.

Comment on

*Permanently Deleted*

I've heard OpenStreetMap isn't that good in the US because there's just not enough volunteers there. In germany, however, it's more up to date than Google Maps from my experience, aside from stores and the like. Routes on Organic Maps are the same as on Google Maps here.

Comment on

Firefox Got Faster for Real Users in 2023

Where they really need to improve performance is on mobile. On my old phone, I never really noticed how bad it was aside from the high energy usage reported by Android for Firefox. I recently got a new phone tho, which has a 120hz screen and yesterday I tried Cromite, a Chromium fork for Android, which improves privacy and adds adblock. I tested it against Firefox (Mull to be precise), which is what I use as my default browser, and I noticed that scrolling pages was way smoother on Cromite. First I thought that maybe Firefox is just running on 60hz but scrolling through settings and the like was perfectly smooth, just webpages felt laggy. This means that Firefox is simply very slow at rendering pages on mobile, to the point that it can't keep up with my screens refresh rate at all.

Firefox on desktop is great and I really wanna use it on mobile too but I'm honestly contemplating just switching to Cromite. The only feature I'm missing in Cromite, that I can get for Firefox with the extension Libredirect, is redirecting to privacy respecting and lightweight frontends / proxies, like Reddit to Libreddit but it might be possible to add a userscript to Cromite with that functionality.

Comment on

Phone Push Notifications: A Double-Edged Sword for User Privacy and Law Enforcement

Reply in thread

If every app on your phone was constantly running and asking the server for new messages, it would drain a lot of battery. That's why phones instead use a single app that asks a notification server if any new notifications are there. The way it works is if you e.g. get a WhatsApp message, the WhatsApp server tells the notification server that you have a new message, then when the notification app asks that server for new messages, the server will tell it that there's a new WhatsApp notification. Then the notification app wakes up WhatsApp and tells it there's a new notification, then WhatsApp checks for new messages and shows you the notification.

Most apps use Apple's system (whatever it's called) on iOS or Google's Firebase on Android for that. There are also apps that let you use the open standard UnifiedPush, which let's you use any notification app or server you want.