point is, none of our "personal lifestyle decisions" - not eating meat, not mining bitcoin, not using chatgpt, not driving cars - are a drop in the bucket compared to standard practice overseas manufacturing.
us privileged folks could "just boycott", "buy renewable", "vote with your wallet", etc, but sales will move to a less developed area and the pollution will continue. this is not to say that the environment isn't important - it's critically important. it's just to say that until corporations are forced to do things the right way, it's ludicrous to point fingers at each other and worry that what we do day-to-day is destroying the planet.
“Why worry about your town’s water quality when some countries don’t have access to clean water?”
“Why go to the dentist for a cavity when some people have no teeth?“
“Why campaign for animal rights when there are some many human rights abuses going on?”
But sometimes, I want to put something on in the background that doesn't call attention to itself, but just sets a mood. I don't want Brian Eno or Miles Davis because then I'd be paying attention -- I just want "filler".
And I have absolutely no problem with Spotify partnering with companies to produce that music, at a lower cost to Spotify, and seeding that in their own playlists. If the musicians are getting paid by the hour rather than by the stream, that's still a good gig when you consider that they don't have to do 99% of the rest of the work usually involved in producing and marketing an album only to have nobody listen to it.
The article argues that this is "stealing" from "normal" artists, but that's absurd. Artists don't have some kind of right to be featured on Spotify's playlists. This is more like a supermarket featuring their store-brand corn flakes next to Kellogg's Corn Flakes. The supermarket isn't stealing from Kellogg's. Consumers can still choose what they want to listen to. And if they want to listen to some background ambient music that is lower cost for Spotify, that's just the market working.
It feels like this is the sort of tool one needs (very) infrequently, and those cases don’t seem like the sort of thing where seconds really matter. I think it’s plenty good enough.
I prefer to focus on how grateful I am that the author has made this and published it for free.
https://arxiv.link/https://dailymirror.co.za/2021/05/11/the-...
What century are Mozilla living in? Most, even simple forms, don't use <form> elements and submit buttons anymore, they're all aJax. Therefore this workaround will be commonly bypassed.
People can debate if this is a good or bad thing, but ultimately the problem remains: This change will cause unexpected behavior when maxlength-ed stuff no longer obeys on thousands of popular websites.
Even if sites check it server-side, that doesn't mean the user experience isn't substantially degraded relative to obeying HTML standards.
Their justification for this change is nonsensical too:
> This change mainly aims at preventing an unexpectedly truncated password from being saved.
So why not limit it to input type=password? Heck why include textareas in this change, who is using a textarea for a password box?!