

Did the developer use any version control though? SCCS has been around since the early 70s, RCS and CVS since the 80s. The tools definitely existed.
Also, it was a single dev, which makes SCM significantly simpler!
Did the developer use any version control though? SCCS has been around since the early 70s, RCS and CVS since the 80s. The tools definitely existed.
Also, it was a single dev, which makes SCM significantly simpler!
No doubt related to Johnson noise.
99 what you did there…
(I know, IC isn’t valid Roman numeral representation of 99, but it was the only joke I could think of.)
Because it’s not an X at the end, it’s a Greek chi. Same with the arXiv preprint distribution — it’s “archive,” not are-ex-iv.
(…I think you may have gotten whooshed…)
Yeah it’s missing the text, “…then the Planck X would be…” for the first two.
And a big plastics shill, unfortunately.
For back-of-the-envelope or mental calculations, pi is often 3 or 10^(1/2).
The latter is better than 1% accurate, and has nice properties when doing order-of-magnitude/log space calculations in base 10.
…are Turing Complete, so what you can do with them is exactly equal.
But they’re only equal in the Turing complete sense, which (iirc) says nothing about performance or timing.
Yeah, though it looks like the cyan (which would be ~500nm) is actually false color UV image, judging by the same color scale as this https://www.nasa.gov/image-detail/5-3-2024_sdo_x1pt6_flare_131/
Some numbers are missing…[due to] out of memory error.
The S7+ seems to have 6 or 8GB RAM, but the iPhone 7 only has 2, yet it seems the iPhone ran the test and the S7+ didn’t. I wonder if the iOS implementation is that much better, or Android isn’t set up with any swap, or…?
Human gestation is 10 months
“Full term” pregnancy is ~40w from last menstrual period, or ~38w from conception. There are ~4.345 weeks/month, putting full term at ~8.75 to ~9.2 months. Note the 9.2 months includes ~2 weeks before fertilization.
(Not sure if I’m being whooshed or not…)
People praise the female reproductive system as miraculous because it can make a baby in only 9 months. Like that’s neat and all, but my reproductive system can make a baby in approximately 13 seconds, so I don’t see what all the fuss is about.
Left pedal looks more like a dead pedal to me.
And as others have said, change in direction is still acceleration. That’s part of Newton’s (apocryphal?) apple story — he witnessed an apple falling, and wondered why the moon doesn’t also fall. His amazing insight is that it does fall (accelerate), it’s just that it falls in such a way that it orbits, rather than hits, the Earth (for timescales relevant to a human).
I’d say it gets a little different with command line utilities — maybe “utility” is the appropriate term here, but I’d call something like grep
a program, not an application (again — “utility” also works).
To be sure, grep
is extremely powerful, but its scope is limited.
Others mentioned virtualization — I have had issues with COW filesystems (btrfs), as COW does not always play nicely with VM drives (extreme fragmentation and very poor performance).
from stdlib.h import cout
Wait this looks wrong, shit…
Anything can use it, but I think by convention it’s used for http on a non-privileged port.
Maybe there’s some interplay between amd64 and x64 architectures.
AMD64 and x64 are the same thing. Do you mean AMD64 and x86? There is definitely interplay there, as AMD64 implements the x86-32 instruction set.
https://en.m.wikipedia.org/wiki/ACID
Atomicity (something happens in its entirety or not at all), consistency (database is always in a valid state — if the database has constraints, they will always be honored), isolation (transactions don’t step on each other), durability (complete transaction is complete even if there’s a power failure).
Not a database expert, my parenthetical explanations may need work.