That’s easy. The 2038 problem is fixed by using 64-bit processors running 64-bit applications. Just about everything built in the last 15 years has already got the fix
Using that fix, the problem doesn’t come up again for about 300 billion years
That’s easy. The 2038 problem is fixed by using 64-bit processors running 64-bit applications. Just about everything built in the last 15 years has already got the fix
Using that fix, the problem doesn’t come up again for about 300 billion years
You understand that they were at war for a long time before they managed to sweep Assad and his forces away, right?
The final sudden advance may have come virtually overnight, but they’ve been fighting since the Arab spring in 2011
Really? They don’t use TLS at all? That sounds hilariously insecure
your certificate request must come from an authorized email address at bank.com
That isn’t true in general. In fact, it can’t be.
It might be policy for most cases from the well-known certificate authorities, but it’s not part of the protocol or anything like that.
If it were, then it would be impossible to set up your mailserver to begin with because you could never get a certificate for mail.bank.com
It’s unlikely to cause anything to outright fail, but it will certainly be creating bottlenecks and inefficiencies
Hey now, some of us have standards.
We have shitty python scripts
I was about to dismiss that out of hand, presuming you just didn’t know the film, but I think you’re right. His face is too wide, and the hairline doesn’t match the original footage.
I’m simultaneously impressed by a pretty slick edit, and bewildered that anyone would put in the effort
Edit: and now I look like an idiot, because OP swapped the gif for a original. I swear guys, it was uncanny
Because you might accidentally do something which breaks the system, or you might run a program which does something malicious without your knowledge.
By gating dangerous (or protected for any other reason) commands behind sudo, you create a barrier which is difficult to accidentally cross
While that sort of analysis probably isn’t impossible, it is computationally unrealistic to do in realtime on a language which wasn’t designed for it.
It’s the sort of thing which is simple in 99% of cases, but the last 1% might well be impossible. Sadly it’s the last 1% you need to worry about, because anyone trying to defeat your system is going to find them
It’s a matter of perspective. To someone who’s job is to write the system which interprets ASM, ASM is high level
You declaring a debt isn’t meaningful because you don’t have legal authority to do so.
A licence statement is describing in what way you’re granting permission for something you do have the right to control, which makes it meaningful
Nah, we’re alright. I don’t think anyone has clearly defined the requirements of earth citizenship, we can assume it’s like Ireland who hand it out like candy
No it wouldn’t. Whoever touched it last is responsible for it, that’s entirely consistent with the metaphore
I’m pretty sure it means exactly what it says, but you lot are all misreading it.
I interpret it as “all rights, except the right to commit, are reserved” (which doesn’t mean you surrender the right to commit, but rather that it’s the only right you aren’t depriving everyone else of)
The Artemis 1 launch was also staggeringly expensive, and yet to be repeated.
In the time it’s taken to develop that rocket, SpaceX has gone from it’s very first real flight (by which I mean actually achieving something, rather than a pure test flight) to launching far more every year than the entire rest of the world combined. Note that by that definition, Artemis hasn’t had a single “real” flight yet.
I find it makes my life easier, personally, because I can set up and tear down environments I’m playing with easily.
As for your user & permissions concern, are you aware that docker these days can be configured to map “root” in the container to a different user? Personally I prefer to use podman though, which doesn’t have that problem to begin with
I’m pretty sure comments get sent back to your instance, so comments from instance B will work just fine.
I have no idea whether instance B will propogate things which have been federated to it though.
It’s also not obvious that an instance you’re not federated with can’t do their half of the federating, if they’re so inclined, and show content from instances which choose to defederate. At the end of the day you’d have to trust all involved to put in some effort to respect the decision to defederate
Podman supports docker compose just fine. You have to run it as a service, so that it can expose a socket like docker does, but it supports doing exactly that
Because a container is only as isolated from the host as you want it to be.
Suppose you run a container and mount the entire filesystem into it. If that container is running as root, it can then read and write anything it likes (including password databases and /etc/sudo)
True, that should have occurred to me. That’s what I get for not touching a compiler since the Christmas holidays started