• 0 posts
  • 16 comments
Joined 1 year ago
Cake day: June 19th, 2025
  • 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.

  • My team has a product repo and it’s fantastic. Instead of a monolithic repo across all teams, it’s limited to just the work my team does. About 5 applications and their related libraries and tools are all in the same repository, making it super simple to share related code amongst the 5 applications we maintain in it.

    We have a couple other separate repos that have nothing to do with our applications (ELK stack and docusaurus)