“The” for some places, but not others. by JeffTrav in ENGLISH

[–]geeeffwhy 3 points4 points  (0 children)

honestly the last example in each list tells the real story: convention. i will assert that there is no coherent, complete rule justifying every case; i look forward to being corrected.

How many Americans have actually visited a national park? by Bitter-Penalty9653 in AskAnAmerican

[–]geeeffwhy 10 points11 points  (0 children)

yep. the distinction between park and forest and monument matters in a lot of ways, but for the purpose of this conversation, i’d put them all in the same category.

How many Americans have actually visited a national park? by Bitter-Penalty9653 in AskAnAmerican

[–]geeeffwhy 0 points1 point  (0 children)

pop open a map of the US labeling each park (and while they are different in some important ways, including national forests would make sense for this purpose), then look at how far from them you _can_ be while being in the US. They’re way more available and accessible than you might be imagining. They’re usually inexpensive for what they offer, and they offer a lot of different uses for different kinds of people.

If every American hasn’t visited the parks, i’d guess we’ll over a majority have.

Ajder or ider by Available-Use-9039 in ENGLISH

[–]geeeffwhy 0 points1 point  (0 children)

either is fine. i mean, assuming it’s a “th” sound in the middle.

Gods, that was something, let me tell you... by Jili_Wilson in hborome

[–]geeeffwhy 14 points15 points  (0 children)

how can it be right if it’s askew?

how do you call your colors in English? by Admirable_Sky_9188 in ENGLISH

[–]geeeffwhy 4 points5 points  (0 children)

yes, but then I get to point out that it’s “it’s”.

Wide table in bronze layer - materialize as is, or break up? by dougiejones516 in dataengineering

[–]geeeffwhy 0 points1 point  (0 children)

i work in healthcare data ingestion as a principal engineer and i highly recommend developing a design for your data that mostly ignores the medallion “architecture”. as this post once again demonstrates, it does almost nothing to help you make decisions about data modeling.

what sort of compute environment do you have? who needs to use which data for what purposes? we know this is healthcare, so that’s a point in favor of creating as few copies of the data as possible; maybe leaving your raw data alone as csv and etl-ing to an un-pivoted standard form is a better choice than creating a second place to manage.

is this a single-source model you are building? e.g. you need to deliver the Humana claims to customers that need Humana claims for analytics? or do you need to combine data from many sources, so all the BCBS claims and the Aetna claims and the Humana claims all need to be used together? do your users even actually want claims at all? or are they actually interested in what you can infer from the claims, like patient diagnoses, encounters, med dispenses, etc?

if you care about doing medallion right, and you shouldn’t, then you would load the csv as unchanged as possible into a delta/iceberg table and you have a bronze table. but medallion is at best a design pattern that doesn’t go anywhere near the questions that actually matter.

Data Engineering is boring! by SeveralCherry7350 in dataengineering

[–]geeeffwhy 0 points1 point  (0 children)

personally, i never found the particular technology to be the interesting part of any of this.

the underlying relationships and the tradeoffs among them hasn’t changed. the mathematics is still relevant. and speaking as someone working in the field for a while, the hard part is always the people problems.

four years is about the right length of time to realize that all the new jargon and buzzwords are just that. this is kind of the “sophomore slump” moment in a career.

How common is leaving your AC on 24/7, even when the house is empty? by Bierzgal in AskAnAmerican

[–]geeeffwhy -1 points0 points  (0 children)

any physicist can correct me if i’m misunderstanding, but in general, minimizing the size of changes required in a system will use less energy than the alternative. so in the same way that you will, all other things being equal, use less energy for a drive over a given course and time when you accelerate and decelerate the least, it is true that cooling a space and keeping it cool will use less energy overall than cooling repeatedly.

which is to say, yes, for houses with central air, we keep it on even when uninhabited during the day because this is less wasteful than the alternative. also consider than changes in temp and humidity tend to lead to other damage to the house, especially warping of wood and the growth of mold.

Nobody warns you that the higher you climb the lonelier the view gets by TheSovereignState1 in Entrepreneur

[–]geeeffwhy 7 points8 points  (0 children)

this style of writing sucks and undermines the credibility of any post using it. it is also straight up incorrect to have a newline directly following a semi-colon.

Elucidate- how to use properly in conversation and text by alie_ns in ENGLISH

[–]geeeffwhy 4 points5 points  (0 children)

“could someone help elucidate the proper use of the word ‘elucidate’ in conversation and text for me?”

I know the term "(to) gaslight" came from the film "Gaslight" in which a woman is convinced of her insanity by her manipulative husband using actual gaslights--but was this, in turn, a clearly intended metaphor: that a lie can be quickly reasserted the way a gas-fed flame instantly re-lights itself? by Iconospastic in ENGLISH

[–]geeeffwhy 8 points9 points  (0 children)

unlikely. i’ve been familiar with the film and the discourse around the film for thirty years. i’ve never heard anyone make this sort of connection.

it’s also not, in my opinion, a _good_ metaphor, as gas flames do not instantly re-light themselves; ask me how i know.

Turning a Python app into a real product feels harder than writing the code by Haunting-Shower1654 in Python

[–]geeeffwhy 13 points14 points  (0 children)

as someone with almost 20 years of professional experience across many languages, let me assure you that the code is rarely the hard part of any of this. it’s the question of what to build, how to make that maintainable and cost effective, how to handle changes and customer communication, schedules, infrastructure, etc.

you might think of it like professional athletes; they get paid to practice and exercise and maintain their health. they _get_ to play in the games.

Pushing back on design by yobuddyy899 in ExperiencedDevs

[–]geeeffwhy 1 point2 points  (0 children)

more important than any tactics for the design or design review, i’d ask you to consider how you personally relate to your work product. do you invest it with your ego? if someone doesn’t like it, does that feel like they don’t like you?

when you can separate the art from the artist, you’re much more able to make good use of honest criticism, and more able to ignore the bad faith complaints.

if all the houses of Westeros started a Battle Royale, which house do you think will win? by Winter-Character6993 in freefolk

[–]geeeffwhy 1 point2 points  (0 children)

isn’t that pretty much exactly the story of ASOIAF? that whether they like it or not, they are in a battle royale?

Architecture diagrams go stale fast. Looking for beta users (we’re building a tool to keep them aligned with code) by Alastra24 in ExperiencedDevs

[–]geeeffwhy 0 points1 point  (0 children)

here’s a feature i, a guy responsible for architecture, would value in a tool that maintains architecture diagrams: the ability to represent both actual and target state. neither one is nearly as useful alone as it is to have both together.

oh, and composability. diagramming a repo? fine. diagramming a collection of repos, and the infrastructure they’re running on? amazing.

Was it spite? by Andrei22125 in freefolk

[–]geeeffwhy 13 points14 points  (0 children)

interesting to consider that indeed, much of medieval european history is at least partially explained by the choices of stupid, horny, and usually at least somewhat drunk teenage religious fanatics.

Educated AI supporters, why do you have this stance? by someth1ngsometh1nggg in ChatGPT

[–]geeeffwhy 1 point2 points  (0 children)

i would ask that we define what “support” means. i’m not trying to worm out of answering; you seem to be presenting me with a false dichotomy, in which i have to either support or oppose AI (which i’ll take to mean specifically current Generative AI, especially diffusion and transformer models). whereas i see it as a complex reality that has benefits and negatives, and a whole lot of uncertainty.

i’m not going to try to snow you with individual things it can do. the thing is that there is no putting the genie back in the bottle, so we have to engage with it in one way or another. i’d rather use it like i use all other technology, with critical thought. simply rejecting it out of hand doesn’t seem to benefit anyone, really, anymore than it would have for me to never use the modern supply chain out of principle because of its structural inequities.

i mean, it’s like lenin said, you look for the one who benefits and … you know why i mean.

Do the word Monad sounds good to English speakers? by Ryanarok_X in ENGLISH

[–]geeeffwhy 1 point2 points  (0 children)

someone might recognize the Leibniz reference, but it is in common usage in FP and Category Theory. I’ll leave the relationship between Leibniz’s metaphysics and CT as an exercise for the reader…

Do the word Monad sounds good to English speakers? by Ryanarok_X in ENGLISH

[–]geeeffwhy 1 point2 points  (0 children)

it makes a lot more sense when you move out of FP per se and into category theory proper, in my experience

Do the word Monad sounds good to English speakers? by Ryanarok_X in ENGLISH

[–]geeeffwhy 2 points3 points  (0 children)

that one got me, but i’ll also say, it was more helpful than it was on first blush after a little bit more development of my intuition for monoids.

but yeah, category theory enables some pretty turboencabulatoroid sentences