Ask HN: Linux laptop with MacBook-like build quality
31–40 of 92 posts
Re: Ask HN: Linux laptop with MacBook-like build quality
#32I run Linux on a slightly modified Chromebook. It seems solid to me, but I never owned a MBP. It has all of the things I care about: - 1080p IPS display (13.3" screen) - SSD - 4GB of RAM - Fast enough to handle real work loads (lots of browser tabs, running large Rails apps in Docker, streaming music, etc.) - SD card and USB ports The whole thing was $350 USD and it's under 3 pounds. Details are at: https://nickjanet…
Re: Ask HN: Linux laptop with MacBook-like build quality
#33MacBook Pro 2015. I've used ArchLinux on this with no issues. Used a 2013 MacBook Air before that, same OS (I actually used `ssh | dd` to just copy the image, rather than reinstall anything). The MBA needed non-kernel driver (which was a breeze to install anyway). The MBP uses an in-kernel one, so no issue there. It doesn't get more MacBook-like than that. :P
Re: Ask HN: Linux laptop with MacBook-like build quality
#34The only real problems I have is the touchpad (currently tweaking synclient to get it just right) interfering while typing occasionally, and the completely crappy experience with the Thunderbolt docking station (it rarely goes perfectly when docking/undocking, but even if it does, sometimes the displays refuse to wake up while docked).
All that said, I really dig it. I've had two macbooks in the past, and can honestly say this machine is a FAR better experience and much more cost effective.
Re: Ask HN: Linux laptop with MacBook-like build quality
#35I bought a 'shell' of a Thinkpad X220 on eBay for ~£66 ($85) and then bought an SSD, 8GB RAM, Wifi module, 9-cell battery. All in, about £120 with some smart shopping. Replacement parts (such as a palm-rest from dropping it off the sofa) cost a few quid, and that's if you manage to absolutely deck the thing. It's happily chugging away with Debian, all components work OOTB. Got to recommend a used Thinkpad, and advise…
Re: Ask HN: Linux laptop with MacBook-like build quality
#36I bought a 'shell' of a Thinkpad X220 on eBay for ~£66 ($85) and then bought an SSD, 8GB RAM, Wifi module, 9-cell battery. All in, about £120 with some smart shopping. Replacement parts (such as a palm-rest from dropping it off the sofa) cost a few quid, and that's if you manage to absolutely deck the thing. It's happily chugging away with Debian, all components work OOTB. Got to recommend a used Thinkpad, and advise…
Re: Ask HN: Linux laptop with MacBook-like build quality
#37Dell XPS 13, build quality is great, next day on-site service is unbeatable.
Love the build quality, feels very portable; unfortunately the trackpad lets it down. Are there any laptops with comparable trackpads to an MBP?
Re: Ask HN: Linux laptop with MacBook-like build quality
#38Re: Ask HN: Linux laptop with MacBook-like build quality
#39Dell XPS 13, build quality is great, next day on-site service is unbeatable.
Re: Ask HN: Linux laptop with MacBook-like build quality
#40MacBook Pro 2015. I've used ArchLinux on this with no issues. Used a 2013 MacBook Air before that, same OS (I actually used `ssh | dd` to just copy the image, rather than reinstall anything). The MBA needed non-kernel driver (which was a breeze to install anyway). The MBP uses an in-kernel one, so no issue there. It doesn't get more MacBook-like than that. :P
shh | dd? How does that work? Please say more.
ssh old_mac "dd if=/dev/sda" | dd of=/dev/sda