Would I want to do any of that? No. Would I if necessary. Yes.
In which fantasy world do people in poverty just regularly find jobs in the city within walking distance of their magical free house in the city?
In the case of car insurance, the injured party is the driver you run into, or the property you damage. In the case of health insurance, the injured party is the hospital/doctors.
I always thought it was strange that so many states were totally on board with mandatory car insurance, but not mandatory health insurance.
Not quite true... not all languages have a sweet spot in a production environment. Node.js isn't particularly excellent at anything, the attraction is mainly "I know JS, and I don't want to learn anything else right now", which is a terrible attitude for someone who wants to have a career in tech. Knowing more than one tool in the toolbox is a key skill, since there is no one-size-fits-all.
Jury is still out on Scala. It's a big language, but unclear if there's a production sweet spot or not compared to other JVM hosted languages.
The rest of the ones you listed have their definite sweet spots. There are tons of languages though, and most don't have one.
This new helper was responsible for transforming, combining, and synthesizing large API responses with somewhat variable and highly nested data structures into other large API responses with somewhat variable and highly nested data structures. It certainly was not Java I was proud of, but it would have been trivial (and FAR more readable) in Python. Ugh.
You nailed it really, senior engineers code is the most simple looking as generally they've picked the right abstraction for the problem.
I hate to agree with you, but "picking the right abstraction for the problem" elegantly expresses what I've been trying to tell people for the last few years now, but far less succinctly (I usually ramble on about "underlying data models" and "what this actually is in the real world, not just how we view it in our application")
The reason I hate to agree with you is that I just became very disappointed that this is a difficult skill to master. "Just use the right model and the code is easy, duh. Why aren't you doing this?" Well. Now I just feel like a jerk. I thought they just gave me the "senior" title because I was old.
It's unfortunate that one of the most important skills in the industry is so intangible and difficult to quantify. Even more difficult to teach.
So there is a sort of built-in insurance to this system. Those who don't have any complications are paying more to cover patients who do. They're simply passing the first line of medical costs (known, anticipated, where a price estimate can be created) on to consumers while letting insurance handle un-estimatable medical emergency type situations.
Tenants can also be surprisingly good at destroying your property and they have a surprisingly large amount of legal rights.
Two landlords in particular didn't know about things like escrow account and interest laws for security deposits, contact information posting for vacant landlords, who's responsible for things like snow removal and smoke detector maintenance. I left those units in good condition (thankfully for them!) but nearly sued twice and, in one case, received triple damages on my security deposit.
One landlord said "To keep costs low, tenants generally organize snow shoveling" I said "Oh, sorry, I didn't realize we were breaking the law here."
There are some states with very few tenant rights where landlords can get away with a lot. California and Massachusetts are not those states. It's a very serious part time job that requires a lot more than just owning a property.
The hook prosthetic is just a simple open/close grabber tool. Imagine trying to navigate through life with two grabbers. The modern myoelectric prosthetics offer way more functionality and freedom. You can use a computer, dress yourself, drive a car, and feed yourself (of course the author can't do all these yet, it does take time to learn). You can't do this at all with hooks.
I fractured/dislocated multiple wrist bones two years ago and it wasn't life threatening but I would have had diminished functionality without surgery -- insurance covered it no problem. My hand is great.
How the hell does it make sense to fix a wrist in order to allow someone to do the activities of daily living but it doesn't make sense to give them a common commercial prosthetic in order to do the same thing?
How does it keep women down? Sleeping with a guy is a built in option women have to better their lives, that men don't have.
Otherwise they're just like the rest of us poor schmuck dudes that actually have to go into work everyday.
I'm so confused about what women expect these days.
This is a complicated issue, and there's a lot to unpack here.
That technique may be used for women (and, heck, men too -- I'm the female 'breadwinner' of my household, although I didn't meet my husband at a sex party...) to better their lives, but those gains may be sporadic, and they depend on the continued cooperation of the man they're sleeping with.
I was in a "trophy girlfriend" relationship when I was young and my entire life revolved around "keeping" this guy. After a while, he broke up with me, I had to ask my parents for rent money (I had taken a first class trip to Europe the month before, but what was I going to do, ask him to put the money into my emergency savings account instead?), my entire life sort of fell apart. I went to parties with his friends, lived in his apartment, had a credit card on his account. Making sure he was happy was a job, but the skills weren't entirely transferable and there was no security. Not a situation I wanted to be in again, and I didn't.
Having a job, skills are easily transferable between employers, resources in my own name, and a relationship built on mutual respect and kindness, gives me far more freedom and security than sleeping with guys for the lifestyle perks. Even with alimony and child support in the picture (in which case you need to "get him" to marry you and/or have children) there is no facet of your life or lifestyle that is insulated from the whims of a single person. No, you may not starve after a divorce, but, especially if there's a pre-nup involved, the "betterment" in your life will always be temporary gain during the length of the relationship while his will be a permanent one.
Now, I'm not saying women shouldn't go to these parties or sleep with these men if they want to, or that considering a man's private jet ownership when debating about whether or not you want to sleep with him is an immoral choice. But saying "This is a built-in option for women that men don't have... the rest of us poor schmuck dudes actually have to go to work everyday" is an incredible simplification that makes the two choices sound like equivalent things, when they're absolutely not.
On a side note: The presence of these particular sex parties, and the fact that they're so closely intertwined with business in Silicon Valley, I think is an problem. As the article paints it, there's sort of a "damned if you do and damned if you don't" issue that they're introducing for women working in certain companies or who are seeking VC funding.
Surely there's some compromise middle ground? Let me download "safe-curl-bash" (scb) that only runs a script if it's trusted in some manner? Maybe the checksum matches from a crowdsourced database.
"Sorry only 9 people have declared this script valid and your threshold is 100. Here's a cat of the script and we will ask you if it looks valid or not or don't know."
I also think it's a bit more realistic than the, "anyone who does this should be reading the script first to check that it's safe." Yes, and I check the passenger jet for flaws before I board, too!
Just spitballing.
The simple solution here is not to use curl/execute with a pipe. Just wget to save the file and check it locally (rather than through a browser) before executing.