Ask HN: How do you like developing on an M1 Mac so far?
1–10 of 135 posts
I know VMs don't work for it yet. How has been otherwise programming on a mac with arm chip?
Re: Ask HN: How do you like developing on an M1 Mac so far?
#2I was literally just coming on here to ask this question! Specifically, whether or now homebrew is happy with the m1.
Re: Ask HN: How do you like developing on an M1 Mac so far?
#3No OP but looking for people with any reactions on using Docker, Node or Python on the M1? Likely going to get an M1 mini at some point.
Re: Ask HN: How do you like developing on an M1 Mac so far?
#4Web development - works great through Homebrew and Rosetta. Native versions are available of most JetBrains IDEs, and I can't really complain. However, my workflow doesn't use Docker, so I can't speak to how well that works.
Re: Ask HN: How do you like developing on an M1 Mac so far?
#5I think it'll be another month or two at least before doing scientific programming will be pleasant due to the lack of support from e.g. numpy and hacked versions of gfortran being used for R.
Re: Ask HN: How do you like developing on an M1 Mac so far?
#6I mostly work in VSCode, the latest insiders build work much faster compared to my 2019 MBP. Browsing is also significantly faster with Chrome.
I have tried the Docker beta, it runs well, even with 8gb, but being limited to ARM images limits its use.
Re: Ask HN: How do you like developing on an M1 Mac so far?
#7No OP but looking for people with any reactions on using Docker, Node or Python on the M1? Likely going to get an M1 mini at some point.
Stuck on a docker tech preview on my M1, it works but only with arm64 images. Docker for me is the main crux to get me to use the M1 as my daily driver. Python works fine, node as well, but I don’t like modifying my environment and like to encapsulate it in docker (docker everything) and so far I’m not 100%. Docker works like I said, but it’s still a WIP and all. I think Q2/Q3 of this year we’ll see more mainline support.
Re: Ask HN: How do you like developing on an M1 Mac so far?
#8So far have been very happy :)
Still waiting on native VS Code but rosetta works fine.
Recently after several big apps like Chrome, iTerm and Slack updated to native binaries everything has been _very_ smooth.
I use docker heavily with zero issues - arm64 or amd64.
Re: Ask HN: How do you like developing on an M1 Mac so far?
#9It’s pretty amazing. I’ve had it since launch and it was rougher at first, but at this point most things are native. I really miss having a Windows VM and I opted for 8gb RAM which means a lot of swapping and I’m a little worried about the NVMe drive failing.
Re: Ask HN: How do you like developing on an M1 Mac so far?
#10No OP but looking for people with any reactions on using Docker, Node or Python on the M1? Likely going to get an M1 mini at some point.
I couldn't get pymssql and pyodbc to work, but I didn't try very hard. Other than that, most things I use have no issues.