Stupid productivity comparisons between Linux and Mac
If you’ve been following me on twitter, you’ve already been tipped off that I recently got an older MacBook Pro. Since it came with Mac OS installed, I decided I would give it a fair, 30-day trial before I move it to Linux. I’m about 3 weeks in, and I’m logging my thoughts publicly so you can hopefully see benefit.
What I’m NOT comparing
In a word: speed. This was a significant hardware upgrade from my last computer, so I’m not going to say anything how everything is so much faster, smoother blah blah because it would’ve been anyway and that’s not useful to you or anyone. Also, virtualization: I know that I can get X or Y if I just use VirtualBox. I’m going to ignore that here for simplicity.
Tools
Before I make stupid lists, I should note that I was working on an Ubuntu Karmic Koala, so I had all of the pre-packaged nice-ities that come with that.
Now, in no order whatsoever:
- Dock – Mac has a built-in dock, Linux has AWN and Gnome-Do Docky. IMO, Linux wins barely because you have more options for customization.
- Terminal – Both systems have a built-in terminal. I’m a bash user and that came with both. One part where Linux shines is that a lot more tools build themselves to be launched by the Terminal by default. For example, try typing “which firefox” in the Mac terminal. Nope.
Ever since I’ve moved to my own server for my websites, I’ve wanted to reduce the number of HTTP requests per user as much as possible. Here is how I (and you) can use Python to shave 1 more request off that number.