In (American, at least) English, there's a very common pattern of vowel reduction on unstressed syllables, resulting in "schwa-ification" [0][1] where all such vowels become indistinguishable from each other.
In this case, we say "duh lorr uhss" instead of "do lor ez". The second one doesn't sound like clitoris at all, but the first one.. okay it doesn't sound similar to me either, but it's closer at least.
There’s also SDAM / severely deficient autobiographical memory, which can make it harder or impossible to remember a consistent narrative of the events of your life, including who you’ve hung out with recently, what you talked about with them, etc.
This kind of tool can be a be useful crutch / prosthetic memory.
My ideal agenda has certain things showing up wayyy before they actually happen, like anything that I need to buy gifts for. However, I don’t want to see “take out the trash bins” until day-of (maybe unless I’m going to be out of town the day the bins go out! Maybe I should see that the day before I leave.)
All of these things are trivial in Remind, a tool from yesteryear that still pretty much works.
I don’t really use remind anymore though, partly because it’s terminal-centric and sometimes there are days when I... when I don’t look at a terminal at all. There, I said it.
> have I failed my baby so much as a parent that he won’t even grow to adulthood (much less have a wonderful, happy life)
It’s not exactly a rational feeling; it’s not like this baby was going to die through lack of parental effort or care or anything else that the parents have any real control over, so it’s not like they could have done anything differently.
Nonetheless, it can make you feel like an utter failure of a parent. To some people (I admit, not everybody), that is absolutely crushing.
I thought the evolutionary impetus for fetal hemoglobin was because it greatly increases the efficiency of fetal oxygen uptake across the placental interface?
From shadowgovt:
> I have seen no literature on whether having fetal RBCs in adulthood has any benefits or drawbacks (besides changing the affinity ratio for their fetus if the patient gets pregnant
This was exactly the question that popped into my mind when I read about switching from normal adult RBCs to fetal RBCs: does this therapy reduce the likelihood of carrying a baby to term?
Yes, that is true. I phrased that badly -- it's more that we didn't take the evolutionary branch where we retain the fetal hemoglobin because it is maladaptive in adults.
> do I even need this crate at all? 35 lines later I had the parts of dotenv I needed.
I'm not saying you copy-pasted those 35 lines from dotenvy, but for the sake of argument let's say you did: now you can't automatically benefit from dotenvy patching some security issue in those lines.
Can't benefit from them patching a security issue, but don't suffer from
- them breaking something
- a supply chain attack
- them making a change which breaks your program
- you having accidentally relied on a bug or an unintended behavior of their code
(which they may fix at any moment)
- many unneeded LOC in your codebase
- absolution of ownership
- relying on a dependency versus having written it yourself
- in the latter case you'll automatically take responsibility
- think much more about code's security/quality
- have the knowledge to fix it and know exactly where to
(in your 35-lines of code you yourself wrote)
- more burdensome upgrades of your software
- longer compilation speeds
- having to monitor their program
- is it abandoned, ownership transferred to dubious party
- did the maintainer have a late night drunken stupor accepting bad pull requests
- did they react to a CVE or not
- did they change the license
- do they have a license but added their own problematic paragraph
- does the program "develop badly"
(change its target scope in any problematic way)
(take on more and more bloat, more unneeded functionality)
- having worse of an overview of your total dependencies
(since they may themselves rely on further crates you don't expect)
- ...
To benefit you have to actually trust the current and future maintainers of the package, its dependencies, the dependencies of its dependencies, etc. You can also automatically get breached in a supply chain attack, so it's a tradeoff
If you REALLY need such update, you can easily subscribe to updates from the mainstream project (in whatever way it allows) and patch your version when that rare situation occurs.
Unrelated, but I moved to a more rural area a while back and I’m surrounded by orchards and fields a fair amount of time, and my mind just can’t wrap itself around the scale of agriculture.
One avocado tree can produce around 200 avocados per year, and the orchards around here are probably around 150 trees/acre, so 30k avocados/acre/year.
Each avocado has about 250 calories (and that is just the parts that we eat, the tree has to put energy and mass into the pit and skin etc). These are food calories / kcal, so that’s 250k calories per avocado, or ~7.5 billion calories per year per acre.
7.5B calories/year is just about exactly 1kW, so that orchard is converting sunlight (and water, air, and trace minerals) to avocado calories at a continuous rate of 1kW. It’s incredible. The USDA says that as of 2022 there were about 880M acres of farmland in the United States alone.
1 acre is about 4,050 m^2, and incident sunlight has an average intensity of 1kW/m^2.
So your avocado orchard is converting incident sunlight to food calories with an efficiency of about 0.025%.
(This ... isn't wildly inefficient for photosynthesis, though typical values range from 1--3% AFAIU, though I've not computed this on a per-acre / per-hectare basis.)
Mind too that you're getting more than just avocado meat, there are also the skins and pits as you note, as well as leaves and wood, all of which could be used as fuel should we really want to.
Ecologists look at the net total energy conversion of ecosystems, often expressed not in terms of energy but as carbon fixation --- how much CO2 is captured from the atmosphere and converted to biomass.
And that amount is ... surprisingly limited. We'll often hear that humans use only a small fraction of the sunlight incident on the Earth's surface, but once you start accounting for various factors, that becomes far less comforting than it's usually intended. Three-quarters of Earth's surface is oceans (generally unsuitable for farming), plants and the biosphere require a certain amount of that activity, etc., etc. It turns out that humans already account for about 40% of net primary productivity (plant metabolism) of the biosphere. Increasing our utilisation of that is ... not likely, likely greatly disruptive, and/or both.
Another interesting statistic: In 1900, just as the Model T Ford was being introduced, and local transport (that is, exclusive of inter-city rail and aquatic transport) was principally dependent on human feet or horse's hooves, twenty percent of the US grain crop went to animal feed. (And much of that ended up on city streets.) We had a biofuel-based economy, and it consumed much of our food supply.
(Stats are for the US but would be typical of other countries of the time.)
This isn't an argument that fossil fuels are "good", or that renewables are "bad". It does point out, however, that changing our present system is hard, and any solution will cause pain and involve compromises.
This doesn't read like LLM spam to me. Punchy 2- and 3-word sentences are a rhetorical device that I haven't seen ChatGPT (at least; I haven't really used the others) use at all.
reply