• 0 Posts
  • 2 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
    16 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.


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