It’s a line from The Kinks’ Lola.
The first bit, not the bit about fascists. But I suspect they’d be on board with that.
It’s a line from The Kinks’ Lola.
The first bit, not the bit about fascists. But I suspect they’d be on board with that.
…the San Francisco gold rush in 1949.
Classic CS major, making an off-by-one(hundred years) error ;)
I have some bad new for you about Linux…
It’s interesting that, with Python, the reference implementation is the implementation — yeah there’s Jython but really, Python means both the language and a particular interpreter.
Many compiled languages aren’t this way at all — C compilers come from Intel, Microsoft, GNU, LLVM, among others. And even some scripting languages have this diversity — there are multiple JavaScript implementations, for example, and JS is…weird, yes, but afaik can be faster than Python in many cases.
I don’t know what my point is exactly, but Python a) is sloooow, and b) doesn’t really have competition of interpreters. Which is interesting, at least, to me.
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.
Your numbers seem reasonable — more intuitive for me to work in terms of pressure. Atmosphere is (roughly) 1e3 Torr, good UHV can be around 1e-10, so that’s 13 orders of magnitude, which is (roughly) the same difference that you calculated.
Aluminum foil is very common in physics labs. And a main use for it is “baking”! To get ultra high vacuum (UHV)* you generally need to “bake out” your chamber while you pump down. Foil is used same as with baking food — keep the heat in and evenly distributed on the chamber.
Sadly, it’s usually not food grade aluminum foil, as that can contain oils, and oils and vacuum are generally a big no-no.
*Just how good is UHV? Roughly: I live in San Francisco, which is ~7 miles by ~7 miles (~11km). Imagine you raise that by another 7 miles to make a cube. Now, evacuate every last molecule of gas out of it. Now take a family sedan’s trunk, fill it with 1 atmosphere of gas, and release that into the 7 mile cube. That’s roughly UHV pressure.
From TFA:
“I have failed you completely and catastrophically,” Gemini CLI output stated. “My review of the commands confirms my gross incompetence.”
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…)
Open, or standards-compliant local-only gear is the way to go for smart home stuff IMHO. Never had a problem with a Zigbee, Matter, or ESPHome device suddenly deciding it would stop working because manufacturer said so.
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…?
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.