49
you are viewing a single comment's thread
view the rest of the comments
[-] BatmanAoD@programming.dev 0 points 3 days ago

MacOS and docker is asking for trouble.

That's a real problem! MacOS and Docker are extremely common for development, and a scripting language like Python should just work with them, not just at the language level (which is good enough) but in the ecosystem and tooling. The latter is what Astral is trying to improve.

[-] onlinepersona@programming.dev 1 points 2 days ago* (last edited 2 days ago)

I'm not talking specifically Python. Just macOS and docker. That combination has proven time and time again to be a massive timesink in every place I've seen it used. Devs can spend days (not joking, I've seen this happen multiple times) getting it setup for whichever purpose.

It went from all kinds of fancy wrappers around QEMU to claims that Rosetta and Intel docker would work, to Apple's VMs, docker's proprietary VM (after they dropped qemu), Ubuntu's Multi-pass, and that's where I stopped following the news. Every single one of these solutions claimed to be the best and they all ran into such massive problems that they needed hacks and workarounds and "novel" solutions.

And these weren't even for niche or hardware related stuff. Simply mounting the repository's folder or mounting a node_module folder absolutely killed performance on Macs because it wasn't direct hardware access or filesystem access but everything had to go through a socket or some sort from the VM to Mac. Anything with many files or file access completely tanked: java, Kotlin, C/C++, Rust, anything compilation, JavaScript and it's modules, Perl too.

One would expect the logical conclusion to be "Mac isn't the best development platform for Linux deployables" but instead a few glossy, rounded corners later and people cling on to it and then blame the tools for not adapting to Mac hacks.

Anti Commercial-AI license

[-] BatmanAoD@programming.dev 1 points 2 days ago

Well, that's fair; first-class support for running an actual Linux kernel, with the containerization support that implies, is one of the reasons I prefer Windows with WSL as a dev environment when using Docker (at least, in companies where the IT team won't just let you run native Linux).

this post was submitted on 14 Aug 2025
49 points (96.2% liked)

Python

7383 readers
17 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

📅 Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

🐍 Python project:
💓 Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 2 years ago
MODERATORS