• 0 Posts
  • 17 Comments
Joined 2 years ago
cake
Cake day: June 20th, 2023

help-circle
  • It’s important to remember that Jones is a grifter first and foremost. He has never sincerely cared about anything in his life beyond his own enrichment, and I don’t think this is a sign of him starting now. That said, I think it may still be significant that even hardcore grifters like Jones and Fuentes are starting to publicly speak against Trump. Grifters are always going to follow the money, so if Trump’s ship is sinking so fast that even Alex Jones sees it to be more profitable to start to move away from him, maybe the MAGA cult of personality really is starting to finally fall apart…

    Granted, that’s all speculation, and Trump has managed to defy every previous prediction of the fall of his influence, so I don’t want to jump to any conclusions here, but after the Canadian elections, I feel like I have a bit more reason to afford myself a little optimism for the future…


  • jedibob5@lemmy.worldtoProgrammer Humor@lemmy.mlBefore and after programming
    link
    fedilink
    English
    arrow-up
    77
    arrow-down
    1
    ·
    6 months ago

    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.




  • 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.


  • 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.