But since they both used the same program to generate random prime numbers, there’s a higher-than-random chance that their public keys share a prime factor
BS
HN user
But since they both used the same program to generate random prime numbers, there’s a higher-than-random chance that their public keys share a prime factor
BS
Knuth's DLX
The Combi has a cruising range of 350 kilometers and can go from 0 to 100 kilometers in roughly 6 seconds, so says the company.
That's Mach 48.59!
A message format that requires parser to understand both UTF8 and UTF16, cool!
Single pass compiler with back-patching. No intermediate code representation, very simple optimizer (just constant folding and dead code removal). C Preprocessor integrated with parser code. Back-end generates instruction opcodes instead of assembly, eliminating another stage.
Increasing system's entropy is bad, bad, bad! There's no way back, you know?
“The aspiration is to have a working power plant in time to combat climate change."
Let's combat global warming by producing even more heat, converting 40% of it to electricity.
To understand DNS, you must first understand DNS.
s/annoying/attacking/
Reminds me of dieselgate. "Our product is ok unless operated out of spec" didn't work, iirc.
Loved the part that explains how to prevent your servers from being hacked. You must "defend it" with energy drinks.
Sadly, they miss the important ones.
It is common, and you will probably get 2 or 3 counteroffers, but (unless you bluffed) none will make you stay.
Guido said in some interview they used tagged pointers in some project before Python, and it didn't work well. Apparently there is some benefit in "value is always a reference" (less code paths?) that outweights somewhat larger heap pressure.
That's not weird but pretty common knowledge. IIRC 1-char strings are interned too.
When the server is done processing a request, the allocator goes out of scope and all memory allocated for that request is deallocated.
Forking servers, reinvented.
Python startup latency is horrible, and unfixable. It got much worse in python3 because it loads much more modules (think of all the unicode crap).
String.intern() would suck much less if strings had an "IS_INTERNED" flag which would prevent hashtable lookups for already interned strings. Really sad given the insane overhead Java strings have.
Beware: Wikileaks are Russian. She said so.
Likely not, managed code tends to avoid nulls. They are problem in the return path though.
In the time frame spent to test these hacks I would have written a perfect C module that runs circles around it.
Could you elaborate? The Wiki page does not seem to mention any other case of radiation poisoning.
That's not how state actors kill people.
Surprised nobody mentioned the "Python unicide"
had to cheat to pass inspection
What, VW bribed the comission? FBI should arrest them too..
It's some time since I read the details but I remember that lots of people agreed it was not the actual usage, which btw made detecting it so easy. The acceleration was unrealistically long and slow, for example.
separate problem
Nope. When doing business, the only thing that counts is formal, verifiable spec. Crying "You have cheated since I wanted somehing else" should be irrelevant in any country that honors rule of law.
specifically designing their cars to cheat on the existing test.
Test is a predicate. It can pass or fail, but you can't cheat it.
actively circumvent the purpose of the test
Hmm, that's probably closest to something I can accept as an argument. Nice. But to circumvent the purpose requires an actual purpose. If the purpose is formal, it's the test itself. And if it's not formal, then it's IMO impossible or very hard to prove that it has been circumvented.
Your statement would be true if test performance varied from real-world performance due to environmental factors, but that's not the case.
..or due to engine temperature, speed, gear, gas pedal position and tons of other variables WHICH IS the case. That's why emission requirements are (and must be) test-specific.
It seems that the main difference between law evasion (which is illegal) and law avoidance (which is legal) is that evasion is concealed.
https://www.crunch.co.uk/blog/startup-advice/2015/05/20/tax-...
Since VW has admitted to detecting test conditions, it's now no longer evading the regulations but avoiding it, right?
/sarc?