• 2 Posts
  • 44 Comments
Joined 1 year ago
cake
Cake day: June 20th, 2023

help-circle







  • Yeah, wireless Android Auto is great, although I’ve noticed that it’s fairly battery-intensive.

    I’ve only used it on rental cars. My own car says that wireless Android Auto is supported, but I’ve never gotten it to work, and I think the on-screen message saying it should work is actually a bug. Probably because they have the same (or very similar) code running on newer versions of my car which do support wireless Android Auto.












  • effward@lemmy.worldto196@lemmy.blahaj.zonerule
    link
    fedilink
    English
    arrow-up
    2
    ·
    9 months ago

    Most scripting languages are interpreted, not compiled. It’s not a criticism of them, but it is a tradeoff that is good to understand.

    It seems like you are the one who is conflating terms like “script kiddie” with “scripting language” and adding some negative connotation that isn’t necessarily implied.

    Scripting languages are usually easier to learn, have simpler syntax, and abstractions that hide complexity. These make them easier to get started in, but the downside is they are generally slower (performance-wise) than their compiled counterparts.