

I use bitwarden send, all my devices already have access to my password database and i can save and download files or text though it. You can also use the URL to let other devices access it if you want.


I use bitwarden send, all my devices already have access to my password database and i can save and download files or text though it. You can also use the URL to let other devices access it if you want.


Maybe try an atomic distro? It’ll still break but you can roll back and deal with it later.


How about a dislike button? Maybe even a rating system where you can vote how good a video was on a range?


Small correction:
Like, copyfail and dirtyfrag would punch through containers, but also punch through SELinux.
User namespaces and optionally limited capabilities severely limit the usefulness of both of these exploits. K8s containers with user namespaces or rootless podman prevent host-root and only allow elevating to container root (host uid != 0) and cross container cache pollution (jump to other containers that use the same base image?)


Ai
scrapersaremakingitkinda sucktorunanythingontheinternetto be honest.
Real chads use sudont


SaaS (Shit as a Service)


“Crowdsourced steering” doesn’t sound quite as appealing as “self driving.”


It’s an addon that you enable/install inside Technitium, you only need to configure it in the Admin ui.
I used dawarich but switched to geopulse because dawarich broke too often on updates. I only rarely use it but it works well enough.
So now you have three options that you can compare, good luck?
I mean, it probably did but I doubt this is one of those.


Every 60 seconds you say?


After 1,5 years he’ll be able to say “This mortal form is limiting” and be thrown off a cliff.
It’s a miracle, he’s cured!


That’s great and all but when will they support ipv6?
If you delete a still opened file on Linux then the file will disappear for all processes which didn’t already open it, all programs that did already open it can still read and write to it and the file on disk will never be overwritten (as in, used for other files) as long as there’s still a process with the file open.
Simplifying how it works: The file you see is a link to the actual file(inode), when a program opens a file using this link they get a copy of the link. As long as one link/copy of it still exist the file won’t be deleted. When a program closes all its links get cleaned up so on shutdown all files which only have processes referring to them get marked as deleted.