DEV Community

Discussion on: The new MacBook Pros are overpriced

Collapse
 
andrewmackrodt profile image
Andrew Mackrodt • Edited

The XPS has slightly better thermals than the early 2018 Spectre but still hits thermal limits quickly. Notice how the MBP uses a different processor to every Windows 13" and 14" ultrabook on the market, it's base speed is also higher. Despite this and the fact the MBP CPU draws more power, battery life in Mac OS is superb.

WSL's main performance issue is related to file io. Something like 'git status' is much slower than native performance. Expect 'npm install' to be much slower than if you were on Mac OS or native Linux. To make the performance issue worse, the terminal experience in Windows requires manual setup to get something that kind of works, i.e. interactive applications (I recommend running wsltty via conemu).

Further to this, WSL does not always work correctly, e.g. I've had problems with multiplexed SSH connections and agent forwarding. Expect to have to downgrade binaries manually.

Thread Thread
 
rhymes profile image
rhymes

WSL's main performance issue is related to file io. Something like 'git status' is much slower than native performance. Expect 'npm install' to be much slower than if you were on Mac OS or native Linux.

npm install is already slow per se :-(

Further to this, WSL does not always work correctly, e.g. I've had problems with multiplexed SSH connections and agent forwarding. Expect to have to downgrade binaries manually.

It's like ending up with a worse linux on top of Windows.

My brain is currently moonwalking out of that place :D