Hacker News new | ask | show | jobs
by mcv 2798 days ago
ThinkPads have always been known for their extreme reliability. Not officially ruggedised, but close enough for most people.

MacOS isn't as good as it used to be, in my opinion. I currently have a 2011 Macbook Pro, but I'm pretty sure my next laptop is not going to be a Macbook. I'll use this one until it wear out, but after that, ThinkPad is definitely high on the list. I'm just looking for a Linux distro that does basically what OS X does. Or did. I'm not happy with Apple's direction lately.

1 comments

I intend to slug it out with Windows 10 if I switch from MacBook to ThinkPad.

I love Linux (Arch/KDE enthusiast) but there are benefits to Windows too: it generally has better support for gaming, gamedev (all the gamedev live streamers I follow seem to be perfectly productive with Windows), C# development, Adobe apps, and deeper hardware integration (biometrics/Windows Hello and touchscreen support). There still seems to be a huge stigma with using Windows in some developer communities, but I think I can live with that…

Does Windows come with a better command line shell yet? That's the big thing keeping me away. There's just so much unix-based tooling (works on both Linux and Mac) that I don't want to go without.
Yes, there is the Windows Subsystem for Linux (WSL), which is a compatibility layer for running Linux binaries natively on Windows:

https://www.hanselman.com/blog/TheYearOfLinuxOnTheWindowsDes...

https://github.com/sirredbeard/Awesome-WSL

https://docs.microsoft.com/en-us/windows/wsl/install-win10

I haven't switched to Windows 10 full-time yet, but WSL works remarkably well whenever I've tried it.

Cmder (http://cmder.net/) and ConEmu (https://conemu.github.io/) are pretty decent terminal emulators and Terminus (https://eugeny.github.io/terminus/#header ) looks promising too. (It's hard to beat iTerm, though.)

My other concern with Windows 10 was security and viruses. Last time I used Windows every day (~1999!) that was a huge concern, but it seems to be less of one now. Most seem to consider using the standard Windows-supplied virus checker just fine if you're not torrenting dodgy stuff and opening strange email attachments.

The following guide (from the @SwiftOnSecurity twitter author) was helpful:

https://decentsecurity.com/#/securing-your-computer/

It contains much the same advice for Windows that you'd expect to see for keeping macOS secure too — keep stuff up-to-date, encrypt your drives, don't try to disable User Account Control or Device Guard (like Gatekeeper on Mac).

I've found that chocolatey (https://chocolatey.org/) is a great replacement for brew, Laragon (https://laragon.org/) is a good alternative to Valet, and Autohotkey (https://autohotkey.com/) is unrivaled for general system automation. (See Tom Scott waxing lyrical about Windows and AHK here: https://www.youtube.com/watch?v=lIFE7h3m40U ).