Live data from Hacker News

Ask HN: How do you like developing on an M1 Mac so far?

news.ycombinator.com

1–10 of 135 posts

Re: Ask HN: How do you like developing on an M1 Mac so far?

#6
I 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?

#7

No 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?

#9
It’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?

#10

No 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.
Post reply on HN