Bas je ne le voyais jamais non plus, ou très rarement, mais la il y en a eu beaucoup de posté très récemment. Et pareil, je suis d'accord autant bloquer.
I’ve had NixOS absolutely refuse to run some compiler toolchain I depended upon that should’ve been dead simple on other distros, I’m really hesitant to try anything that tries to be too different anymore.
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.
What do you mean? They can phone without, they install it to "communicate with boomeer relatives", as it's written.
Use removeparam.
The URL tracking protection filter list uses this and is a nice list to enable.
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.
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.
It's really standard to leave some time for users to adapt when making a big change. Especially end users. It's actually a good thing, the "friend showing up" analogy makes no sense.
End of support for users is June 2024.
But it did seem to have changed a year ago or so, my bad.
Got you, 5 servings of fries a day it is.
Depends on the country you're in.
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.
Well yes, there is very little charcuterie on this picture.
ivn
0 post score0 comment score
I only torrent video, audio and epub files. For those as long as your player is up to date you should be fine, nobody is going to burn a 0day on you.
Now if you torrent executable files it is a different matter. Mac and Linux malwares exist, they are just a lot less common. You should try to find a trusted source, public trackers are not one. And you could restrict and monitor the program to see if it tries to do suspicious things. By running it in a sandbox like firejail or preventing it to access the internet with your firewall, you could use a tool like opensnitch to see where it tries to connect.