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

help-circle

  • jedibob5@lemmy.worldtoLemmy Shitpost@lemmy.worldbmw
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    24 days ago

    I’ve seen the stereotype of Altima owners being bad/dangerous drivers around the internet a few times, and I’m curious as to how it developed… The Altima always struck me as a pretty typical mid-size sedan, so I’m not sure what about it would attract a higher proportion of bad drivers over other similar vehicles, or why people would zero in on bad Altima drivers over anyone else.

    Since I’ve learned of the stereotype, I have periodically noticed Altima drivers doing stupid things, but I also see a lot of Altimas and a lot of dumb drivers in general, so I haven’t been able to tell if the incidence of bad drivers in Altimas is higher than the norm.


  • Javascript’s type coercion is rather insane, yes, but there is an actual, practical reason it’s done. JS, having been designed to be run in web browsers, wants to avoid blowing up and crashing at all costs. If it gets an unusual type comparison, usually the result of a bug, it tries to return something, such that the script can continue running if at all possible. In JS’ mentality, keeping a page running, even if it might not completely function properly, is preferable to throwing an unhandled exception and completely crashing it.

    Whether or not that is the right approach is debatable, but there is at least some logic to it. Personally, I think that the proliferation of Node letting JS run outside of browsers exacerbates a lot of JS’ issues, but TypeScript does a lot to make it look like a more sensible language.



  • I don’t think Morrowind needs a remake. A remake would likely try to smooth over the game’s rough edges, but the rough edges are a big part of what makes the game actually work, imo.

    Now, at this point I don’t think I trust Bethesda enough to get an Oblivion remake right, either, but Oblivion was very much held back by technological limitations of the time, and in my opinion it hasn’t aged very well. I can at least see the potential of an Oblivion remake where they don’t have to be concerned about how much they can fit on an Xbox 360 disc.



  • jedibob5@lemmy.worldtoProgrammer Humor@lemmy.mlBefore and after programming
    link
    fedilink
    English
    arrow-up
    75
    arrow-down
    1
    ·
    10 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.




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


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




  • I don’t think online resources are necessarily a replacement for in-person classroom instruction, and even if they were, it’s not a reason to take the option of home ec classes away from those who want it.

    That said, I think it’s at least a good thing that so many good internet resources on cooking exist, and it helps mitigate the problem to some degree. Still, it takes time and energy to seek out those resources, learn from them, and put them into practice. Not easy to do for anyone who has been worked far past the point of burnout and are still just scraping by.


  • '90s-'00s McDonald’s primarily appealed to kids, as the colorful characters and Happy Meals were a big part of the draw.

    '10s-'20s McDonalds has pivoted to marketing towards adults, in part because they had come under fire for marketing greasy, oversalted calorie bombs to children as the US obesity epidemic took off. The other reason is that mid-to-low income adults became a much more lucrative demographic after decades of wage stagnation basically created an entire generation that’s too tired and overworked to cook for themselves but too poor to go out to eat anywhere else.