• 3 Posts
  • 1.06K Comments
Joined 2 years ago
cake
Cake day: June 16th, 2023

help-circle



  • 100% true, and a great counterpoint.

    Copium/denial

    That’s well beyond even power user (imo) and into the forensic analysis realm though, where you should probably be using dedicated tools. I’m pretty sure there are still ways around this, ways to back up and restore the ACLs, but I haven’t ran into a need to not touch the modified timestamp in the decade or so I’ve been doing tech work professionally nor in the decade before as simply a young enthusiast. There’s still ways around that timestamp too, and arguments to be made that adjusting the ACL is touching metadata rather than the file itself.

    I do what I can to stay out of ACLs at my workplace.

    Windows ACLs are far more complicated than they have any right to be, and file perms are generally far simpler on Linux.


  • wizardbeard@lemmy.dbzer0.comtomemes@lemmy.worldWho's in charge?
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    5 days ago

    100% valid choice. I’d argue that it’s even the correct one.

    That said, those specific examples are all “solved”. My issue is that the overwhelming amount of Linux pushers here tend to act as though those issues are literally unsolvable.

    The ads are nearly all controlled from a single yes/no switch a single level deep into the settings menu. And that switch has not been reset by updates in at least four years. Since I’ve joined lemmy, every single “Microsoft is pushing more ads into Windows” article I’ve seen has been talking about ads controlled by this same singular switch.

    Things like the pushing of the Microsoft account and Recall are mostly avoided by using their Professional SKU/License/OS version and using GPO to disable those features. Or to take specific steps during install. You have to use the tools they have for corporate customers that have specific legal guidelines that prevent them from being able to use whatever MS’s new revenue extraction trick is.

    Bullshit? Yes. Should anyone have to do this shit to have a decent OS? No.

    But if you’re savvy enough to navigate Linux, you’re more than capable of navigating this shit on Windows. It’s not impossible.


  • wizardbeard@lemmy.dbzer0.comtomemes@lemmy.worldWho's in charge?
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    2
    ·
    edit-2
    5 days ago

    I work in this space profressionally. Systems administrarion, architecture, design, and integration. Please take your single sentence “hot takes” elsewhere.

    Windows is far from “a shitty product” or “broken”. It is developed by horrid anti-consumer motherfuckers out to extract as much profit as possible from their least profitable user base: home users. Evil as hell, sure, but so is nearly every large corporation that makes shit that fills your personal hovel you call home. If that makes them untouchable for you, that is a great choice. But that does not factually impact the usability or usefulness of the product.

    Linux is awesome and necessary. Open source is the only way this whole mess keeps working far into the future, and I am no stranger to compiling shit from source and submitting pull requests.

    My problems with the Linux community, specifically on Lemmy, are these: Linux is not “just easier” and depressingly still not ready for the average consumer unwilling to tinker. The overwhelming majority of complaints about Windows so frequently posted here are solved problems that people pretend are entirely unfixable, or refuse to learn how to fix. For many people venting about their computer, it would be easier to direct them how to fix what they have rather than try to use it as an opportunity to push your religion OS of choice.

    If you can manage Linux, I promise that “fixing” a Windows install is well within your reach. Plenty of problems with it, but “broken”? “Unusable”? Take a look outside at the majority of the world, or even the fucking Steam user statistics and get back to me on that. More than good enough for the overwhelming majority.




  • Exactly. It’s a matter of scale as well. The “No eat… only focus” isn’t “Oh hey, I was having so much fun I’m having lunch an hour late”. It’s more like “I’m not sure I was even having fun, I was just FOCUSED. Now it’s multiple hours past the time to eat, I’m in strong physical pain due to intense hunger and feel off balance/sick from the tanked blood sugar.”

    How often, how extreme, how much of it is a concious choice vs something you can’t stop even if you are aware it’s happening.

    Much like other neurodivergences. Most symptoms will be stuff that even neurotypicals experience occasionally, which leads to “I feel sad sometimes too. Have you just tried being happy?”.



  • If you take nothing else from this thread: That’s not “just autism”.

    And the goal of working with a professional wouldn’t be to “delete your autism” like holy shit lmao that is so off base I would think you were a shitposter if I hadn’t met other people like you before.


    There are dangerous thought patterns, shit that does nothing but erode your trust in the existence of an external reality. I don’t have the proper words to describe the level of danger to yourself and those around you that you can cause if you don’t believe foundational aspects of external reality.

    This is really something you need to discuss with professionals.


  • Buddy, given your relatively basic questions and how you’re posting to every single fucking vaguely relared community, I would highly suggest you do some studying on just… basic computer concepts and how to use them. Not sure what resources are out there anymore, but maybe some basic “these are the parts of a computer, these are programs and how they work” stuff from the 90s. They used to do middle school classes on how to properly use google and other seaech engines to find trustworthy information for citing in research papers. I seriously suggest you start there.

    Then, after you understand the basics maybe you start trying to understand how all of that works in regards to security and the concept of trust in the software you install and run.

    Spoiler alert: Computers are not designed with any sort of “zero trust” architecture like you seem to be shocked that they don’t have. Things are not sandboxed, segmented, or otherwise prevented from accessing other stuff as a general rule.

    This is why one of the bare minimum basics is “don’t run anything you don’t trust”.





  • You might have better results working with a doctor and getting perscriptions for the mind altering drugs that assist you.

    Trying to trust your own brain to self assess what works and doesn’t while actively messing with its chemistry it uses to do that assessment… it can work, but it’s definitely choosing to do it on hard mode.



  • Harsh question: Do you have a real need to prevent this data from being collected, or are you investigating just for funsies best practice advice? There are a lot of posts like this where people overestimate the threat model they have and insist on needing to block things that are nearly impossible to, or at least have significant tradeoffs like you are dealing with now.

    Javascript is also not the only source that sites can use for these pieces of info from your machine. Local time in particular can be estimated by looking up the rough location of your IP address then matching to a time zone.


    Anyway.

    I would assume you could technically fork localCDN (replaces remote javascript libraries with local copies) and then manually edit the local javascript library copies to remove the calls you are concerned about.

    There’s also options like uBlock Origin’s methods of only whitelisting specific scripts. Much more flexible than NoScript. You can block scripts that are third party and only allow site specific ones fairly easily, without digging deep into the settings.

    Bear in mind that your specific combination of installed extensions can also be a unique identifier though.