• 0 Posts
  • 11 Comments
Joined 1 month ago
cake
Cake day: September 5th, 2024

help-circle
  • rust is a systems/low overhead programming language. really not much of a point comparing js/ts and rust, since js is much higher level. you should be comparing it with c, c++, zig, maybe nim, etc

    you also imply it’s pointless to have a language geared towards performance because computers are better now, but 1) programs run on more than just personal computers and you wouldn’t run js in an embedded system and 2) just because your computer can put up with poor performance and resource waste doesn’t mean that it’s sensible to do so (hello electron)

    also, rust does more than just cosmetic improvements. it adds a layer of statically guaranteed memory safety that no other commercially viable programming language that i know of has. even if its syntax looked like ancient eldritch runes, it would still be an attractive language. the fact that it manages to do more than other languages while still having a decent syntax is amazing

    you can dislike rust if you want that’s fine but you don’t need to try to shit on it just bc it’s not your cup of tea



  • as a brazilian, i have a few ideas as to why latam participation in the survey was so low and i don’t think it has much to do with low linux usage

    1. lemmy isn’t very popular in brazil yet, even inside the brazilian fediverse. my current instance is a few months old and it is one of the first brazilian lemmy instances

    2. unlike europeans, the overwhelming majority of brazilians is monolingual. only 5% of brazilians have any level of english knowledge and 1% are proficient. even if lemmy was popular in brazil, most people wouldn’t even see the survey anyway

    i don’t know for sure about the rest of latam (and the global south for that matter), but I’m willing to bet both of these points apply







  • bunitor@lemmy.eco.brtoLinux@lemmy.mlA word about systemd
    link
    fedilink
    arrow-up
    36
    arrow-down
    10
    ·
    16 days ago

    at least this guy recognizes systemd isn’t (just) an init system

    “it attempts to do more” yeah. that’s the point. that’s a good thing. a single source of truth for system background services. background systems used to be a fucking mess and then systemd fixed it. this is why it is the de facto pid 1

    i wish people just quit whining