• Lulzagna@lemmy.world
    link
    fedilink
    arrow-up
    12
    arrow-down
    5
    ·
    10 hours ago

    Same here, except Mac is no better. I was forced to use one at my last job, I’d sooner code on Windows

    • witness_me@lemmy.ml
      link
      fedilink
      arrow-up
      3
      arrow-down
      1
      ·
      7 hours ago

      I write code on a Mac and I disagree with you vehemently. It’s way better than windows.

      • Lulzagna@lemmy.world
        link
        fedilink
        arrow-up
        3
        arrow-down
        1
        ·
        edit-2
        5 hours ago

        Ya, it’s wonderful having your entire organization not able to share their screen one day, and there’s no package manager, and needing several multi gig xcode binaries to install node dependencies and they change on new releases and it’s not transparent at all, and docker runs like shit because it’s virtualized, and everything is a memory hog. That’s just what I remember - I used to have a text document where I tracked every issue, I think it was almost 100 items long.

        I absolutely fucking hate Windows, but doing web development on a Mac is a fucking nightmare and takes the cake. I’ve been using Linux for over a decade now and will never look back.

        Edit: oh I just remembered the time osx broke all of our local development urls and we had to change them

        • witness_me@lemmy.ml
          link
          fedilink
          arrow-up
          2
          ·
          5 hours ago

          My experience is not the same as yours.

          1. Screen share issues: I’ve never experienced this. I screen share often and have for years without issues.

          2. Package manager: homebrew and Mac ports exist and work well. Both apple and Microsoft have their app stores but they’re not package managers. That’s common on linux, but it doesn’t hamper installing from a central place like home brew.

          3. Docker: you’re probably referencing the cpu architecture change and having to run in compatibility mode. That’s not an issue anymore. Docker containers can be built for multiple targets, and even older ones running via a translation layer work even if it’s not optimal.

          I’m not trying to minimize your experience, but it is not indicative of what the average developer on a Mac will experience.

          The one annoyance I can agree with is having to download a new version of Xcode whenever the OS is updated.

          I’ve used windows and I abhor it for development work personally. If I could get a Linux machine at work I would, but corporate management software is not in the same state on Linux as it is for other systems.

    • kungen@feddit.nu
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      7 hours ago

      Nah, macOS isn’t great, but it’s nowhere near as bad as Windows. You can at least use Homebrew etc without needing to get permissions to install WSL2 and such.