top | item 34416150

(no title)

swe_dima | 3 years ago

These new ARM chips are almost perfect, the only bad part is... ARM.

Most backend devs these days use Docker, and serious Docker usage on M1/M2 macs isn't really possible due to bugs and super slow performance.

I was doing benchmarks and for our workloads images would build several times slower as well as our test suites.

We had many devs in our company buy the shiny macbooks only having to return them due to incompatibilities with Docker.

My computer journey was Windows -> Linux -> Macos, now more than decade later I am returning back to Windows, because WSL is a total blessing.

discuss

order

jstx1|3 years ago

I don't know what you mean about Docker - in my experience it runs just fine on M1.

inadequatespace|3 years ago

You must be jocular then. He said serious usage. (In all seriousness, I’ve had few problems as well. Sometimes I have to muck with base images but it’s not a showstopper)

runjake|3 years ago

They are talking about running production x64 Docker containers, which is slow on M1.

If you're using ARM64 containers, then it works pretty well, for the most part.