• 0 Posts
  • 29 Comments
Joined 11 months ago
cake
Cake day: July 22nd, 2023

help-circle










  • force@lemmy.worldtolinuxmemes@lemmy.worldTalking to normies about privacy:
    link
    fedilink
    arrow-up
    10
    arrow-down
    7
    ·
    edit-2
    4 months ago

    Okay then, I’ll ask you this. What can you demonstrate that you have prevented extremely large corporations or the government from doing with your information by replacing some of your services with “privacy-focused” services? Do you really think that, say, the NSA and Amazon don’t know you better than you know yourself regardless of your efforts? What do you think is prevented by using some isolated services while you still, no doubt, have most of your data being collected and used by other things?

    Could you prove that your life would be any different if, for example, every single piece of information Meta has about you that you don’t know they have were wiped off of their servers? Or that anyone here’s life would be different?

    The only thing I could imagine you could demonstrate is that targetted ads could be “worse”. Which is a non-answer, many peoples’ ads are completely inaccurate regardless, and ads aren’t such a good metric to base the government’s or Nvidia’s or whoever’s access to your data off of.

    Fact of the matter is is that, unless you’re mega-Amish, your efforts to prevent powerful entities from collecting your data are meaningless, they don’t work well, and without strong privacy laws it will forever be that way unless everyone suddenly agrees to only use FOSS user-friendly products and all the ISPs are replaced by good guys. I guess some people here have spent thousands of dollars and hours in an attempt to keep their privacy in their own hands in spite of that, so they have to convince themselves it does work… I don’t blame them, government corruption & corporatism has made me desparate before too.


  • force@lemmy.worldtoProgrammer Humor@programming.devIs this a Nut?
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    edit-2
    4 months ago

    Sorry what? Rust has literally been known for having some of the most useful compiler warnings imaginable. It’s like, a huge selling point. Misleading warnings are far and few, and usually it’ll literally point you at the exact tokens that caused an error and gives you a solution to fix it.

    Are you sure that your inability to write Rust isn’t caused by a lack of understanding of the language’s pointer/ownership/lifetime rules, or the type system? I would be inclined to believe that someone who mainly just uses Python (or any other GC’d language really, but especially extremely high-level/“low-code” dynamically-typed languages like Python/Lua/JavaScript) wouldn’t exactly be too good at those concepts, but they’re pretty important in the context of languages like Rust.




  • force@lemmy.worldtolinuxmemes@lemmy.worldTalking to normies about privacy:
    link
    fedilink
    arrow-up
    13
    arrow-down
    21
    ·
    edit-2
    4 months ago

    Much of the obsession internet people have over ““privacy”” is just a feel-good-about-themselves thing, rather than actually protecting themselves from their data being collected and used. If you’re posting on the internet, yes that includes Lemmy, there’s almost no doubt that any government and world-destroying corporation would have easy access to everything about you in an instant, even if you go out of your way to try to use services “focused on privacy”. You aren’t protecting yourself from anything by not using Google/Microsoft/etc. products.

    There is no “chipping away bit-by-bit” when it comes to this, it’s pretty much meaningless unless you’re nearly completely off the grid, to the point where you don’t even use modern technology. The worst you’re gonna do otherwise is fuck up targetted ads, but that’s not very hard to do considering Google apparently thought I was a pregnant woman looking for leather boots and beauty products when I still had ads on YouTube.

    I wish people would admit it’s really not about their privacy. Say it’s because FOSS services are better (because they are), say it’s so you don’t get spam from shitty sites you gave your email to, say it’s so you can fit in in your niche online communities, whatever. But 99.99% of people in “privacy” communities haven’t even put a dent in the data being collected from them by large entities, hell most people in these communities think VPNs will protect them from anything at all other than their parents or boss not noticing them being on porn sites (VPNs can help with privacy, but only under specific conditions that most people aren’t meeting)…




  • force@lemmy.worldtoProgrammer Humor@programming.devcodeStyle
    link
    fedilink
    arrow-up
    19
    arrow-down
    15
    ·
    edit-2
    4 months ago

    snake case for everything, pascal case for struct/enum/class/trait names, and screaming snake case for constexpr identifiers is the superior method of naming. FUCK camel case, java/c# naming conventions are dumb and stupid and cringe, rust did it right

    i’m in pain every time i use scala/f# or something and i have to actually interact with those HEATHEN java/c#-conformist identifiers