

Not as familiar with WordPress, but if that’s the case, yeah, I don’t have high hopes for this going well…
Not as familiar with WordPress, but if that’s the case, yeah, I don’t have high hopes for this going well…
Not as drastic as the headline makes it out to be, or at least so they claim.
“We acquired Tumblr to benefit from its differences and strengths, not to water it down. We love Tumblr’s streamlined posting experience and its current product direction,” the post explained. “We’re not changing that. We’re talking about running Tumblr’s backend on WordPress. You won’t even notice a difference from the outside,” it noted.
We’ll see how that actually works out. Tumblr’s backend has always seemed rather… makeshift, so I’m curious to see how they manage to do that. Given Tumblr’s technical eccentricities, a backend migration could probably do a lot of good for the functionality of the site, if done properly. I have my doubts that WordPress’ engineers will be given the time and resources to do a full overhaul/refactor though, so I’m fully expecting even more janky, barely functional code stapling the two systems together.
A lot of the far-right chuds that would take Putin up on this offer are well above combat age. Now, using these people to make up the labor shortfall caused by the Ukraine war? I can absolutely see that one.
Either that, or he’d just pamper them in exchange for utilizing them as propaganda mouthpieces for his regime.
Just block it, damn
Is this implying that a publicly-traded corporation whose software is installed on millions of computers around the world has the same level of agency and responsibility as a preschooler?
I mean, yes, Microsoft bears responsibility for blindly accepting whatever deployment package CrowdStrike gave it and immediately yeeting it out to 100% of customers via Windows Update without any kind of validation or incremental rollout, and should probably be sued for it. That still doesn’t negate the complete and catastrophic failures at every step of the development process on the part of CrowdStrike. It takes a lot of people to fuck up this bad.
Is the 4x10 really worth the extra day off? Tbh I’m not sure it would work very well for me… I find just one 10-hour day to be kinda draining, so doing that 4 times a week every week feels like it might just cancel out any benefits of the extra day off.
Don’t most indemnity clauses have exceptions for gross negligence? Pushing out an update this destructive without it getting caught by any quality control checks sure seems grossly negligent.
Reading into the updates some more… I’m starting to think this might just destroy CloudStrike as a company altogether. Between the mountain of lawsuits almost certainly incoming and the total destruction of any public trust in the company, I don’t see how they survive this. Just absolutely catastrophic on all fronts.
Huh. I guess this explains why the monitor outside of my flight gate tonight started BSoD looping. And may also explain why my flight was delayed by an additional hour and a half…
“Product Degradation” has been the modus operandi for nearly every online service for like 10-15 years now, but it’s the Gamepass price increase is what got the FTC’s attention? Where was the FTC when the movie/TV streaming service market balkanized itself in an arms race to reinvent cable?
Granted, I doubt the FTC could really do anything meaningful to stop enshittification given that corporations are effectively above the law these days, but it’s been blatantly obvious that this was going to be Gamepass’ strategy from day one. If this actually surprised anyone at the FTC, they really haven’t been paying attention.
If it weren’t for the political realities of how voting works under first-past-the-post, the progressive wing of the Democratic party could have easily split off into a separate party whose younger leadership and willingness to push for actually-meaningful change could probably have run circles around the Dems at this point.
…Man, I really wish I could vote for a presidential candidate that I actually believed in, instead of this “vote for the status-quo neoliberal or democracy dies” bullshit.
Yeah, I guess “black tea” is a bit of a misnomer. It’s probably just simpler to share the terminology with coffee though
Coffee is just too bitter for me unless I overload it with way more cream and sugar than is healthy. At that point all the caffeine and sugar makes me way too jittery. On the other hand, I enjoy drinking tea black, so tea it is.
Jesus fucking CHRIST
It’s honestly incredible that Bing even still exists, much less is still being actively being pushed by M$
Good to see they’re branching out with their business model. Can’t just commit to a single strategy these days. Sometimes it helps to rebase your priorities to avoid creating new issues.
Ok, bad jokes aside, how did it taste?
Bugs in tests aren’t necessarily exceptions. You could be incorrectly setting up your function inputs, or just making the wrong assertions.
I don’t really get how “overt racism in a job description” is programmer humor, but alright
The whitespace doesn’t bother me. Any IDE worth a damn will manage that for you. As for the type system, yeah, I strongly prefer static typing, but for simpler projects I can see the convenience of it.
My real issue with Python comes with managing a development environment when multiple developers are working on it. Dependency management in Python is a headache, and while in theory, virtual envs should help with synchronizing environments from machine to machine, I still find it endlessly fiddly with a bunch of things that can go wrong that are hard to diagnose.
Python is great for small scripts, proofs-of-concept, and such, but I wouldn’t write anything more heavy-duty than that in it.