Spyke

Replies

Comment on

Steam Deck won't have yearly refreshes because it's "not really fair to your customers", says Valve

See this is why I love Valve. At least their hardware and the great support for open source software (Linux, Wine/Proton).

No, I don't agree with everything they do in regards to Steam. I know that it sucks, that you can't truly own your games nowadays, but at least Valve supports an OS that lets you truly own your hardware and have control over your software. And they do it, by providing open source software (Proton) with no strings attached (free software license) that lets you play games on this exact FOSS OS.

privacy

Comment on

Use a password manager

Using 2FA on all accounts that offer it is just as important. And make sure to use a good, open-source TOTP client like Aegis on Android or Tofu on iOS.

Definitely make sure to backup your seeds in an encrypted format (e.g. Veracrypt container or GPG-encrypted files). If you lose your seeds, you lose access to your accounts.
I like to use the automatic backup feature in Aegis, which syncs my encrypted vault to my Nextcloud server. You can also enable compatibility with Android's backup API and use that if your ROM includes a backup solution like Seedvault.

firefox

Comment on

Google pulls the plug on uBlock Origin, leaving over 30 million Chrome users susceptible to intrusive ads

Reply in thread

Is this a badly worded paragraph, but is uBlock Origin really using remotely hosted code? I thought it was a different restriction in manifest V3 that stops as blockers being effective.

I think it kinda is badly worded, and it refers to code/data that is dynamically loaded by an extension, after it's installed by the user, which uBlock Origin does use for filter lists. They can't be bundled with the extension, because they get out of date really quickly and often need to get updated, so uBlock Origin just downloads a new blocklist and saves it in its cache. MV3 wants to prohibit this, making adblockers almost useless. Updating the extension every time there is an update to one of uBlock's many blocklists just isn't feasible. I think they can also hold back updates to the extension in the Chrome Web Store, which they might to if a blocklist starts to include something Google doesn't like (e.g. YouTube ads). All of this is just a shitshow and people should switch to better browsers with actual API compatibility for purposes like adblocking. The best examples are Firefox and LibreWolf.