• 0 Posts
  • 23 Comments
Joined 10 months ago
cake
Cake day: January 30th, 2024

help-circle


  • Even though most of the specifics you point to are wrong, it’s a good point overall:

    Rust, being #1, should be better than all other languages. The fact that it’s just decent makes it seem overhyped, and all the downvotes on haters make it look like a cult.

    Back when it was small, the cult-like following was OK. But now that the language is becoming more mainstream I think the Rust evangelizers need to tone it down a bit or they risk pushing people away.

    On your point, TypeScript is a decent language too. There can be two good things.




  • Apologies for the tangent:

    I know we’re just having fun, but in the future consider adding the word “some” to statements about groups. It’s just one word, but it adds a lot of nuance and doesn’t make the joke less funny.

    That 90’s brand of humor of “X group does Y” has led many in my generation to think in absolutes and to get polarized as a result. I’d really appreciate your help to work against that for future generations.

    Totally optional. Thank you










  • kersplomp@programming.devtoPrivacy@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    edit-2
    3 months ago

    If by “when asked” you mean “given a search warrant with very clear evidence that this man had stolen a car”, then… Yes? I’m not sure what you’re trying to prove here.

    The ex-boyfriend had signed into the guy’s phone. It’s not like the police just cast a wide net and randomly got his data.



  • kersplomp@programming.devtoPrivacy@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    21
    arrow-down
    8
    ·
    edit-2
    3 months ago

    Re 1: People keep lumping Google with Amazon and Meta, but Google does not sell your private data and alerts you if it finds out the government to accessed your data. People keep assuming that because the general tech community sells data that Google does it too, but check their privacy policy or just ask anyone who’s worked there. They don’t.

    User data at Google is locked up tighter than fort knox. That’s why the Snowden leak was such a huge deal, because the NSA was taking advantage of a security flaw that Google didn’t know it had to scrape user data. Google patched it immediately after they found out.

    Amazon, Meta, and Uber, are much less scrupulous.




  • I’ve been a big fan of monorepos because it leads to more consistent style and coding across the whole company. It makes the code more transparent so you can see what’s going on with the rest of the company, too, which helps reduce code islands and duplicated work. It enables me to build everything from source, which helps catch bugs that would only show up in prod due to version drift. It also means that I can do massive refactorings across the company without breaking anything.

    That said, tooling is slowly improving for decentralized repos, so some of these may be doable on git now/soon.