• ipkpjersi@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    If you save it on your computer instead of on their servers, how could they possibly be expected to analyze your data? Come on now, be reasonable!

  • Zink@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    Insert “use Linux” joke. But I’m absolutely serious when I say that using my company’s M365 stuff using the web versions in Firefox on Linux is pretty pleasant.

    • Scrollone@feddit.it
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      Hmm, in my experience Microsoft 365 on Firefox (Linux) works horrendously.

      I’m a Firefox user, but when I need to work on OneDrive or Outlook Web I open Chrome because it works way better. And that’s a shame.

  • Swarfega@lemm.ee
    cake
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    Use Cryptomator. You can then use any cloud storage provider knowing they can’t read your files.

      • dependencyinjection@discuss.tchncs.de
        link
        fedilink
        arrow-up
        0
        ·
        1 year ago

        Not always an option.

        We use windows at work, which is annoying as a software developer, and I WFH three days a week. I need some files available on both machines and cloud is the best option. I’m not about to be taking a flash drive between home and work.

          • dependencyinjection@discuss.tchncs.de
            link
            fedilink
            arrow-up
            0
            arrow-down
            1
            ·
            edit-2
            1 year ago

            We use it on Azure, but I don’t always want some files in version control. I might just want things for myself to share across both machines.

            Plus I really don’t care what Microsoft is or isn’t tracking on my work machines. If my company is satisfied with us using everything Microsoft then who am I to complain.

            For reference on what we use of Microsoft:

            • Azure for Git, BlobStorage, hosting, database storage, etc
            • Office Suite - never imagined I would work so much on excel as a dev, but every project so far has required reading from or writing to excel.
            • Visual Studio Professional
            • C# .net and entity framework
            • Typescript mainly with React
            • Teams
            • One drive
            • CoPilot integration in Visual Studio Professional, which saves countless hours in writing code, as it learns your standards. It’s like Intellisense on steroids.
            • SQL Server Management Studio

            There’s probably more that I can’t think of right now. We have an honourable mention of GraphQL as a wrapper for our API.

  • exanime@lemmy.today
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    We have this shit at work, they make it incredibly hard to get a fucking attachment as a real attachment instead of a link to their cloud

    Specially annoying since my organization is “geofence” but we work with people all over the world… So MS insists on switching attachments to links nobody can open outside my country

    • BearOfaTime@lemm.ee
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      1 year ago

      Blame your company for not configuring that shit, or choosing to let MS handle it all.

      Personally, no company should be using Office 365 and external mail. Bring that shit back in house.

      No Know (wtf autoincorrect?) why bringing it in house costs more? Because it’s worth it, for the control.

  • cygon@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    Stage 2:

    Documents folder? You want to rule my whole computer, dictate some nonsensical folder structure and then you act like, out of the goodness of your heart, I can have this little set of folders, deep in your weird structure, to store my stuff? And you’re even telling me how to sort it? On my own hard drive connected to my own computer?

    • Buddahriffic@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      And then at some point, games started saving inside documents. Ok, it makes sense to have game save files in a user area instead of a subfolder in the game install area, but they aren’t documents. Just make a new game saves folder or something like that, don’t just stick all my game save files in the same area, cluttering up my own organization.

      Though I did solve it kinda by just making a new documents subfolder in my documents where I put my actual documents.

      • adarza@lemmy.ca
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 year ago

        “%userprofile%\Saved Games” exists, but most games that i’ve seen don’t use it by default, or even can’t use it due to its own shortcomings.

        • Buddahriffic@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          Yeah, ultimately the issue is probably more about an attempt to go from a completely unmanaged file system where it was just big free for all with the hope everyone would behave nicely to a more managed design that still needed to maintain backwards compatibility with the old system where there were a slew of programs that depended on a bunch of undocumented behavior.