

What. What?? Finder is the fucking worst. It doesn’t have a sensible tree view, does it?
What. What?? Finder is the fucking worst. It doesn’t have a sensible tree view, does it?
I think everywhere I’ve worked has said “we have 20% time for tech debt” but has never actually done that. It’s always “we need to ship this by end of week” and “the CEO wants us to add the thing we said we’d cut so we could make the deadline”.
Removed by mod
Right. You can’t pick the lesser evil in the election today, then go do nothing, and expect good outcomes.
Harm reduction has a place but it’s not the whole solution
At one of my old jobs, we had a suite of browser tests that would run on PR. It’d stand up the application, open headless chrome, and click through stuff. This was the final end-to-end test suite to make sure that yes, you can still log in and everything plays nicely together.
Developers were constantly pinging slack about “why is this test broken??”. Most of the time, the error message would be like “Never found an element matching css selector #whatever” or “Element with css selector #loading-spinner never went away”. There’d be screenshots and logs, and usually when you’d look you’d see like the loading spinner was stuck, and the client had gotten a 400 back from the server because someone broke something.
We put a giant red box on the CI/CD page explaining what to do. Where to read the traces, reminding them there’s a screenshot, etc. Still got questions.
I put a giant ascii cat in the test output, right before the error trace, with instructions in a word bubble. People would ping me, “why is this test broken?”. I’d say “What did the cat say?” They’d say “What cat?” And I’d know they hadn’t even looked at the error message.
There’s a kind of learned helplessness with some developers and tests. It’s weird.
Every time I see this I think about opportunity costs. What got skipped in favor of this dubious effort?
Monogamy? Suck it up. Focus on the good things in your life.
Non monogamy? See if they’re also open, and ask them out.
If we were all in the room, we could strangle Sam Altman or whatever other capitalist dog was calling the shots.
Any plan that depends on “and then the common person develops discerning taste” is doomed to fail. Especially considering that even people who are usually picky might enjoy something basic from time to time
I was going to say something similar to that too. Specifically, the consolidation of power means there’s less smaller companies taking risks. You’d think a big company with Disney money could afford to be weird and experimental, but that doesn’t seem to be the case.
I say this despite enjoying superhero movies
Others have touched on this but this also feels downstream from the capitalist hellscape. Most people don’t have a lot of spending money. Movies are pricey and a bad money:time ratio.
I bet if wages were up, more people would go to the theater. I don’t want to spend $40 to watch a movie and eat popcorn, but I’d consider it for $3.
Sometimes I think about the billions of dollars of wasted productivity caused by Outlook being so bad at rendering email.
Also frustrating: how end users don’t care. You can explain how Uber mistreats employees or Airbnb causes rents to rise double digit percentages, but they’ll just be like “oh but it’s convenient”.
Twitter is a Nazi bar but “it has such good memes!”
If people cared just a little more, things could be so much better.
If you think ‘voluntary’ is acceptable for anything important you want corporations to do, you have no business making decisions about real life. If it’s voluntary, they’ll only do it if it benefits them.
Apply it to healthcare, science, finances, and the world will become a better place, especially in healthcare.
That’s all kind of moot if we continue down the capitalist hellscape express. What good is an AI that can diagnose cancer if most people can’t afford access? What good is AI writing novels if our homes are destroyed by climate change induced disasters?
Those problems are mostly political, and AI isn’t going to fix them. The people that probably could be replaced with AI, the shitty “leaders” and such, are not going to voluntarily step down.
There’s a shared theme with like all of humanity’s woes: people don’t care that much.
From pollution to injustice to shitty websites, if people cared just a little more the problem would be dramatically reduced or even eliminated.
But so many people are just apathetic. Overwhelmed and checked out.
true, though sometimes i find the more verbose style easier to read, and more maintainable (eg: you want to do something else in the block, you can just add a line instead of changing your ternary / etc). Small things
Depends on how it’s set up. If the setting is going into the env it’s a string, so I’d expect some sort of
if os.getenv("this_variable", "false").lower() == "true": # or maybe "in true, yes, on, 1" if you want to be weird like yaml
this_variable = True
else:
this_variable = False
Except maybe a little more elegant and not typed on my phone.
But if the instructions are telling the user to edit the settings directly, like where I wrote this_variable=True, they’d need to case it correctly there.
Is the backend Python and the frontend JavaScript? Because then that would happen and just be normal, because Boolean true is True
in python.
I guess most everyone else that works at microsoft is cool with this.
Saint Luigi guide us.