What do you mean? They can phone without, they install it to "communicate with boomeer relatives", as it's written.
yt-dlp list gamedev.tv as supported and has an issue about adding zenva support with a comment suggesting it might not be hard.
You'll need to pass the auth cookie you got after login to yt-dlp.
It feels like you are missing the point on purpose. I don't know why, this feels like laziness.
Criticizing the existence of billionaires and being antiwork are two different things. And being antiwork is different than wanting to do nothing. No one wants to do nothing, except in cases of major depressions.
A lot of antiwork post can lack depth but there are really interesting criticism to be made about work as it's organized these days. I suggest you dig the subject.
No one is going to read first hand what you are up to. It's just companies trying to automate pricing based on data they collect so they can up prices when you need something the most. That's just one simple example so you can understand but there are plenty of other things you can do with the collected data.
This is also important because they'll just straight up sell it to data brokers that'll aggregate it, make it searchable and sell access to it to just anybody. And even if you feel your are not an interesting target now you never know how it'll be in the futur, once the data is out you can't do much.
Here's how to auto-delete cookies without an extension: https://github.com/arkenfox/user.js/blob/128.0/user.js#L669
Set privacy.sanitize.sanitizeOnShutdown and privacy.clearOnShutdown_v2.cookiesAndStorage (I don't know if privacy.clearOnShutdown.cookies is still needed) to true.
To allow a website to keep cookies do CTRL+I on the address bar then check "Set cookie" in the Permissions tab.
Depends on the country you're in.
Why should testing be done over some allegation by an organization that's not recognized by the IOC?
Funny thing is that LSP was actually created for VSCode. That's the now standard protocol to decouple language specific things (completion, formatting, linting…) from the editor so you don't have to use an editor for each language. You can now use any editor that supports LSP, either directly or through a plugin, and turn it into a fully fledged IDE by installing the LSP servers for the language you need. I guess some VSCode plugins use LSP under the hood and just embed the server.
Not sure Privacy Badger brings anything, it stopped doing local learning a long time ago. Just enable the anti tracking lists in uBO.
Well yes, there is very little charcuterie on this picture.
Yes, some toolchain expect you to run pre-compiled dynamically linked binaries. These won't work on NixOS, you need to either find a way to install the binary from nix and force the toolchain to use it or run
patchelfon it somehow.