Just add a delay that pads it out the execute time to 10 seconds. O(1) ez.
Just add a delay that pads it out the execute time to 10 seconds. O(1) ez.
Hot take, C is better then C++. It really just has one unique footgun, pointers, which can be avoided most of the time. C++ has lots of (smart)pointer related footguns, each with their own rules.
All that other stuff was filtered out, but the tritium is near impossible to separate, because it is chemically identical to the hydrogen in normal water.
As for caesium, there are still detectable amounts of Cs-137 in most of the word from the thousands of atomic bomb tests. It’s half life is just 30 years, but it will still be detectable for a hundred years or so because of the huge amount we released.
A banana naturally has has around 15 Bq of potassium 40. Assuming a volume of 100 mL, mashed bananas have around 400 Bq/L.
Currently, the treated water has around 250 Bq/L, around a fifth of mashed bananas. In other words, a banana smoothie could easily be more radioactive then the water as it was released.
The banana’s potassium 40 has a half life of more then a billion years, so it’s not going anywhere, unlike the tritium who’s amount will half every 11 years. Also, potassium is concentrated by many plants and animals, while tritium is not.
pass otp. Works, more secure then SMS, open source.
Run the BIOS self tests.
Something’s definitely broken (TPM errors, self test errors, graphical artifacts), but I can’t tell what from the image. I would guess motherboard problems, or a subtly damaged CPU.
Could also be more then one problem in the case of over voltage (worst case consequence of PSU damage), or intermittent failure from under voltage (should be fixed with a new PSU).
Seriously, what did he expect? The first thing you learn before getting a gun is to never assume a gun is unloaded or safe, even if you just checked it. Never point a gun at anything you do not want to shoot. As always, safety rules are writen in the blood.
I think it is highly unlikely someone gave him a gun without going over the basics of or of him intentionaly ignoring safety rules for the video.
Prevent subprocess from killing itself until finished.
This is actually how you should declare something that you will never change, but something might change externally, like an input pin or status register.
Writing to it might do something completely different or just crash, but you also don’t want the compiler getting creative with reads; You don’t want the compiler optimizing out a check for a button press because the “constant” value is never changed.
I don’t think so, unless the pirate left a calling card. If you want to make sure, just make the same sheet in pirated and non pirated versions, and compare the file. (They are zip archives, so that will let you see the raw XML)
What ever happened to the badly drawn comic memes, I liked those.
Why does the tea project not have users claim ownership of GitHub profiles. That way it could be retroactively applied with no effort on the user or maintainer.
Security from what? Get a threat model.
A NAT will restrict connections from the internet, but won’t stop attacks from your local network. As your network grows, it might be a good idea to isolate shitty IOT devices (firmware is often full of holes), home internet and sensitive devices like cameras.
Federation should hapen automaticly when a user subscribes to content on another instance.
Of of the osmocom stuff is not in GitHub, which includes open source cellular network stacks, and assorted radio stuff like Rtl-sdr drivers.
I reserve comments for explaining why a section of code is needed or explaining how a complex algorithm works.
i = 0; // Set i to 0
is pointless.
if (last_output_vertex[i] == bounds[i]->length - 1) contibuting_bounds[i] = NULL; // stop outputting a bound if the entire bound has been output
is helpful.
You got it to crash your kernel? I only ever got it to crash the editor. :(
If you don’t bother to provide any argument, I won’t bother to argue.
Considering how overloaded lemmy.world is right now, a pi in someone’s basement would be better, and besides, centralization is bad. Federation is what prevents lemmy from becoming the next Twitter.
Using Linux with obscure hardware (CNC mills, chromatographs, etc) is a bit like punching yourself in the nuts, but still free.