DEV Community

Cover image for I ❤️ My "New" 2013 MacBook Pro
Henrik Sommerfeld
Henrik Sommerfeld

Posted on • Originally published at henriksommerfeld.se

I ❤️ My "New" 2013 MacBook Pro

This is a story about my personal computer (PC) experience, from the 1990's up to my new love for a six year old laptop.

In November 2019 my wife bought a new laptop (MacBook Air) and I took over the old one. It's a 2013 MacBook Pro that I have borrowed a few times for debugging web pages on iOS, but beyond that I don't have much macOS experience. I saw the opportunity to take it and learn macOS for real for the first time.

History

I grew up with DOS (Disk Operating System, not Denial of Service) and Windows during Microsoft's glory days of total dominance in desktop computing. Computers were fascinating by themselves without thinking about alternatives to Windows for Workgroups 3.11.

It strikes me that we sometimes talk about Desktop and Mobile nowadays. By Desktop we then mean Laptop. Those were once two different things.

At university, a new world of Solaris and Linux came to my awareness. I ran Slackware as my primary OS for quite some time when the computer was mostly used to learn computers. For that use, it was perfectly fine to spend most of the time in config files and compiling custom kernels.

Student room in yearly 21 century with 14 inch computer monitor and 14 inch TV

My student room with a computer on the floor, a "full tower", and some other important equipment.

I found this photo of my student room, probably from 2002 when I was moving in. It reveals a bunch of important equipment at the time:

  • Two purchased versions of Suse Linux (I remember that was my entry drug to Linux)
  • A bunch of computer related books, of which I can read "C++" on one of them
  • A 3.5" floppy disk 💾
  • Large number of CD's for...2002's version of a film offline watch list.
  • A bottle of Jägermeister

As I started working after graduation, Windows was again the default choice and still is where I work today. Especially as a .Net developer specialised in SharePoint, Windows was a requirement, not a choice.

My New Mac 😍

My new MacBook Pro is fantastic. It runs the latest version of macOS (Catalina) and I'm automatically logged in with my Apple Watch! I'll mostly compare this machine to my work laptop, an HP EliteBook 840 G5 from 2018 (that has a fingerprint reader, that is disabled by a domain policy).

Shell

I use Oh My Zsh which is unsurprisingly quite like its PowerShell counterpart oh-my-posh, that I'm used to. With just a couple of lines (below) in my ~/.zshrc, ZSH feels like an upgrade.

plugins=(git zsh-nvm zsh-autosuggestions)
source $ZSH/oh-my-zsh.sh
alias ls="exa"
autoload -U compinit
compinit

Text in the terminal also look great (I've always wondered who at Microsoft decided that red error messages on dark blue background was the way to go).

Even emojis work! I had to pause for a moment after my first Homebrew installation and admire the beer mug 🍺 The emojis look good too, there is no thick black border around them, amazing!

Aesthetics

It's not just emojis, everything looks good. It's like there is only one design system used, even for third-party apps. I can't even find an ugly icon, nothing that reminds me of my days as a student.

Package Manager

Hombrew is great and the given choice. Being able to install and uninstall both CLI tools and GUI apps of current versions through the command-line is great. I've only used Homebrew for about two weeks now, but I haven't once seen a big chunk of red XML in the console (like I occasionally do with Chocolatey).

I've saved my currently installed apps in a Brewfile (with brew bundle dump) as a reference. If I install from scratch next time, I guess I'll copy that file, make some changes and run brew bundle – all done.

Performance

Performance is better than I expected, CPU load is lower than on my HP laptop, doing roughly the same things. I have a few Electron apps running and I've mostly been fiddling with a Gatsby project. I was a bit worried about RAM, since the Mac has 8 gb and the HP has 16, but so far so good. I even installed Adobe Photoshop 2020 and have used it for simpler edits. I'm sure it will be slow for heavier use, but since I have a licence, I might as well use it. What I'm not running on the Mac is WMI Provider Host and Antimalware Service Executable, which is using a significant amount of resources on my Windows machine.

Trackpad

Have you heard a reviewer on YouTube reviewing a Windows laptop and not comparing the trackpad to the Mac's? I haven't, and there's a reason for that - it's great!

Display

The display on my 2013 MacBook Pro is so much better than on my 2018 HP EliteBook. Colour, sharpness, brightness, everything. Sure there are Windows laptops with great displays, but the plethora of Windows laptops with non-great displays often attract those responsible of budget (maybe at your employer).

iMessage

Since I was already an iPhone user, having iMessage on the computer is great. I've been trying to get people to write to me through WhatsApp or Facebook Messenger before, so that I could reply from my computer, but iPhone users keep going back to iMessage.

The Future

Looking ahead, I can see myself continuing with Macs. The high prices, brittle keyboards, dongle dependency, replacing Esc and Fn keys with Touch Bar etc, have kept me away from Macs. None of those problems exist on my 2013 MacBook, and if Apple continue in the direction set by the 16" MacBook Pro of making their products better, I might buy one when this 2013 one goes to its final rest.

Latest comments (0)