https://health.osu.edu/health/dental-health/metallic-taste-workout
In an otherwise healthy person with no other symptoms, there is no significant medical concern.
https://health.osu.edu/health/dental-health/metallic-taste-workout
In an otherwise healthy person with no other symptoms, there is no significant medical concern.
You’re thinking of an “educated bed.”


the audio had glitched so I missed the voice over
This was not a triumph.
Why are fruit special though? Leaves and roots are also part of a plant, so why would a tomato not be a vegetable, but lettuce (leaf) and carrot (root) get exemptions?
What exactly is a vegetable, by your definition?
As others point out, vegetable is a culinary term; fruit is a botanical and culinary term.


I’ve been really impressed with Immich, can’t recommend it enough.


I’d put substitute first, but yours sounds better :)
(I’m a big Immich fan, and I’m taking and sharing photos more than ever before, in part because Immich is awesome, self hosted, and open source [the other part is that I have kids now so I’m taking way more photos that grandparents want to see].)


Not sure I agree.
First, stocks tend to be highly correlated with “the market” (see financial “β”/“beta coefficient”). For example, look at, say, The Home Depot or Ford Motors. From January 2000 to January 2003 (spanning the dot com bubble) they each lost about a third of their value, yet these are not “dot com”-centric companies.
Second, the promise of AI is that it will help every company that has desk jobs. So every company has this expectation now priced into their stock, and if the bottom falls out, well…
Not an analyst/I don’t pick stocks, but just my 2¢.
In grad school I bought a blue (405nm) laser pointer. It was supposed to be <5mW, but I measured it at over 70mW.


I think “boring” (making a hole with a revolving but) in the title is a pun on this…


Prescriptive vs. descriptive is different in colloquial language than in science.
If my data logger captures 1kB/km, how many bytes/meter is that? In every other quantitative unit I can think of, the k should cancel out; but if you want computers to be special, that’s your preference.
Metric sucks. Powers of ten are arbitrary, a fluke of biology. Powers of two are the only sensible way to make a system of measurements.
Then why are you trying to shoehorn binary into decimal? As in: why are you using decimal prefixes in the first place? Answer is probably that most people have intuition behind powers of ten. You can easily express in log2-bytes instead (a GiB is 30, a TiB is 33…etc.). Be the change you want to see!
I’m born and raised in the USA, and while imperial units can be handy for a few every day tasks, there’s a reason why the sciences in the US tend to use metric.
Regarding cooking, I’ll stick to metric, measured by weight. I can double, halve, or multiply my recipe by pi, and all I have to do is look for a different number on my scale.


Giga, Mega, Kilo…these are all SI prefixes; they differ by a factor of one thousand, which is very clean in base ten.
Ten in binary systems isn’t special, but two is; and two to the ten is very nearly a thousand, and a thousand separates the major SI prefixes. This is a neat coincidence, but should not IMHO change the meaning of the prefix.
Metric units are awesome in large part because of the use of prefixes; messing up the meaning of prefixes is a disservice to the SI/metric system. Giga == billion independent of the context. A light-year is close to 10 petameters, but no one would claim it’s exactly 10Pm.
Now, if you want to call it an “imperial gigabyte,” by all means…
The think the objection is that this is specifically targeted at women, and it’s something that someone might be self conscious about.
“Free coffee to shortest/tallest/skinniest/fattest man” would be also be offensive IMHO, because it’s singling out people for a trait for which they maybe don’t want to be singled out.
Crude humor is great, if all parties are in on the joke; I believe the point that parent was making was that all parties are not necessarily in on the joke.
I once took a Lyft and the push alert was, “Look for Jesus in a white Toyota Camry.”


I think parent is referring to Merkle trees.


…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…


Maybe in the before times, but with the LA residents’ response to the fascist in chief, I think most of us in San Francisco are honored to share the state, and be confused, with Angelenos.
Just keep the Dodgers in SoCal. This is the Giants’ city.
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.
xscreensaver of course! Note that this is not an option on Windows—jwz hates Microsoft, and any xscreensaver port to Windows is against his wishes.
I use yabai and sketchybar for a tiling WM feel. It’s nowhere as nice as my preferred i3, but it’s ok. Unfortunately it often breaks with major OS updates, so I’m sure to hold back updating my system until yabai is working.
IIRC
sshfswill work on macOS but it’s more work to install. Worth it if allowed by your IT policies and your work can benefit from it.Vim, tmux, and the usual *NIX stuff you might want.
The coreutils are not the GNU coreutils you typically find on a Linux system, so you may find a few differences. I believe
sedis slightly different, and the flags forlsmust be before the filename arguments, but I’ve found it’s mostly silly stuff like that (I used zsh before using macOS, so no problem there).