And what about the person the thieves sells it to?
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.
I agree, there are a bunch of annoying limitations. But it's better than nothing. To me the best vim based browser is qutebrowser, too bad it's using chromium.
Why should testing be done over some allegation by an organization that's not recognized by the IOC?
You are right, I should have been more specific. He's openly homophobic. I'm also pretty sure that's not the case for Mozilla as he was Mozilla's CEO and was pushed out over this specific thing.
I don't know why you are shifting from CEO to employees.
I don't think the commenter you are replying to is arguing that chrome is a better choice. He or she knows it's bad but didn't make the change out of lazyness (no offence). Change has a cost, especially if it implies changing habits. So people will just delay or avoid them.
Not sure Privacy Badger brings anything, it stopped doing local learning a long time ago. Just enable the anti tracking lists in uBO.
You're right, I should have explained.
Privacy Badger was known to be able to learn what to block but local learning could be used to fingerprint you so it was removed. Nowadays it's only a list based blocker, while the list is still automatically generated on their side through learning it mostly overlap with regular tracking protection list used with uBlock Origin.
They also claim other features but they are either outdated (google outgoing link protection last update is 9 months old and is based on the old url schema) or already covered by uBlock Origin (uBlock Origin can now sanitize urls with the removeparam
filter, facebook outgoing link protection is included in the "AdGuard URL Tracking Protection" filter list, for third party widget blocking enable the "EasyList – Social Widgets" list).
It's also in Arkenfox "Don't bother" extension list.
Better use Firefox in strict mode with uBlock Origin.
A security feature: https://www.privacyguides.org/en/os/android-overview/#verified-boot
Well yes, there is very little charcuterie on this picture.
Youtube ads cannot be blocked at the DNS level for years.
ivn
0 post score0 comment score
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
patchelf
on it somehow.