contact luis

luis is a co-founder and social software architect at Infinite.ly. he likes building small web toys a whole lot. More ...

quick links to the good stuff

  • 25 First Dates 25 May 2009
  • True Crime: Confessions of a Criminal Mastermind 17 Feb 2009
  • Finding Your Soul Mate: A Statistical Analysis 27 Jan 2009
  • Sex and Schrodinger's Cat 07 January 2009
  • An Extended Rant on Heroes 26 September 2008
  • Zero Barrier 05 May 2008
  • Sweatshop Blogging Economics 08 April 2008
  • The Doomsday Singularity 25 February 2008
  • Piracy and Its Impact on Philippine Music 21 January 2008
  • The Manila Pen-etration by the Hotelier Antonio Trillanes 29 November 2007
  • Journey of a Thousand Heroes 17 December 2006
  • Shake, Rattle & LOL 30 December 2005

@helloluis on Twitter

    elsewhere online

    • LinkedIn
    • Facebook
    • Last.FM
    • Del.icio.us
    • Flickr
    • Plurk
    • Multiply
    • Stumbleupon

    guttervomit

    • 16

      The Big Switch

      2 Dec 2006

      .. or "Macs from a Windows perspective"

      A Mini-series of Indeterminate Length 

      I’ve had my Macbook Pro for almost two weeks now and I think I’ve had enough experience with it that I can make some fairly decent comparisons between OSX and Windows XP, from the viewpoint of someone who has just recently switched. In terms of know-how, I have a small bit of experience with Linux (I dual-booted the TabletPC with Debian for a little while last year) and my Windows knowledge spans a 12-year saga. My only Mac experience prior to this laptop was limited to a 3-week internship back in college (I was using OS9 on a G4). This series of entries will be devoted to the various differences and interesting issues I’ve encountered as I slowly transition my workflow and codebase on to the new system. As much as possible, I’ve decided to keep this series layman-friendly, except for those few occasions where a visit to the commandline is unavoidable.

      So let’s get started!


      1. Ye Olde Apple Key. It’s interesting the difference that one key on a keyboard can make. On a Mac, the Apple key is in the same place as the Windows key on a PC, but it does a heck of a lot more. Most Windows users will be familiar with basic text-editing keyboard shortcuts like Ctrl + Z, Ctrl + X, Ctrl + C, Ctrl + V. Replace the "Ctrl" with "Command" (which is the correct term for the Apple key), and you’ve got your Undo, Cut, Copy and Paste, respectively. Where this gets interesting is when you delve a little deeper. In Windows, we type Alt + Tab to switch to a different running application. In OSX, we type Command + Tab*; we can also do Command + ~ to cycle between windows within the current application.

      Being a grizzled Windows veteran, one of the first keyboard shortcuts I tried to look for was the one to force the shutdown of errant applications. On Windows, you would normally do Ctrl + Shift + Esc to get a list of all your currently running applications, from which you would choose the one to stop. On MacOS, you would do Command + Alt + Esc. Interestingly enough, for all MacOS’s vaunted stability, I still do have to use this Force Quit dialog every now and then, particularly during those times when Firefox goes nuts. (Windows users, you’ll be happy to know that Firefox is an unstable resource hog on OSX as well.) Check out this guide for more Mac keyboard shortcuts.

      2. Maximize/Minimize. One of the most frustrating things for me during my first few days with the Macbook was double-clicking the title bar of an application and expecting it to maximize, i.e., fill up the entire screen. On OSX, this same action minimizes the window, which is the absolute opposite of what I wanted it to do. The curious thing is that there really isn’t a "maximize" command for Mac apps; at least, not exactly. There’s a little green (+) icon at the top left of each window which is I guess what you would call a "smart-maximize" button. All it does is resize the current window so that you can view as much of it as your screen will allow (it’s a bit hard to explain, but suffice to say that it doesn’t give you fullscreen view either).

      Other applications have a Zoom command in their menu bar, which will give you a close-to-fullscreen view, but not all of them. In other words, it’s very difficult to give full focus to a single application, unless you’re willing to manually drag the resize handle at the bottom right of each window. This took a lot of getting used to, particularly when all you wanna do is concentrate on one thing. Check out this discussion on mimicking the Windows maximize functionality with a custom keyboard shortcut.

      3. Folder Structure. If you’re an advanced Windows user, one of the most disconcerting things you will be faced with upon entering OSX-land is the folder structure at the root. On Windows, you’d have something like:

      • Documents & Settings
      • Program Files
      • Temp
      • Windows

      On Mac OSX, you have a slightly more complex structure:

      • Applications
      • bin
      • etc
      • Library
      • private
      • sbin
      • System
      • tmp
      • Users
      • usr
      • var

      *nix users will be right at home with this, because it’s text-book BSD (only the folders with capitalized first letters are OSX-specific). The folder "/Users" fulfills the same role as "/home" in any *nix system.

      So whenever you install an application, these are placed in /Applications and are represented as icons (although in reality they are complex directories). The cool thing about it is that all you have to do to uninstall any app is to drag its icon to the Trash, and the entire directory structure it represents is immediately removed. Contrast that to the Windows approach that involves either running the application’s specific uninstaller, or going to Add/Remove Programs in the Control Panel to remove it from there. Simply deleting the application’s folder in File Explorer doesn’t cut it, because Windows programs are notorious for dropping bits of themselves all over the file-system (not to mention the Registry). On OSX, each application gets one sub-folder, and that’s it. If it needs to add a file outside of /Applications, it asks for root-user permission first.

      skype_dmg.png 

      4. Installing Applications. This is the part of OSX that confused the living crap out of me before I realized that I was overthinking the process. Most applications you download for Macs are contained in single DMGs which are the equivalent of ISO files in Windows. DMG stands for "Disk iMaGe", which basically means that OSX treats it like a CD or a USB memory stick that you have just inserted (the correct term is "mounted").

      skype_install.png 

      Once you’ve mounted your DMG, you will typically see a window with two over-sized icons. One of the icons represents the application itself, while the other icon represents your Applications folder. Now, originally, I thought this was some kind of visual instruction, i.e., I was supposed to copy something from the DMG into my Applications folder. That was actually the correct interpretation, but I didn’t understand that the only action required was to drag the first icon onto the second icon.

      So in reality, what I was seeing in that window was the application’s codebase and a symbolic link to my Applications folder. Dragging the app to the folder was the graphical representation of installing the item. For small applications like Skype, the installation "process" was done as soon as you dragged the icon over. For larger ones, a progress bar would appear as the files were copied (I typically only saw a progress bar for Photoshop-sized applications; everything else completed in about 2-3 seconds).

      5. Launching Applications. Most people will already have seen that MacOS’s standard method for launching applications is a thin strip of icons at the bottom of their screen. This is called the Dock, and it’s what Windows was trying to duplicate with their "Quick Launch Bar". Like the Quick Launch Bar, none of the applications you install will get placed on the Dock unless you specifically say so (i.e., you actually drag their icon onto it), so it will never get over-crowded.

      The Dock is a very cute feature — I confess that it took me awhile to get tired of the magnifying animation as you moved over the various icons — but it’s certainly not the most efficient way to launch applications. After my first three days, I had changed my Dock’s default position to "hidden" and was launching all my apps using Quicksilver, which was a heck of a lot more efficient. Quicksilver is an application launcher, meaning it allows you to type the name of the app you want to run, instead of looking for it on the Dock and clicking on it. Why is this faster? Because Quicksilver learns what your favorite apps are, and can usually figure out what you mean within two or three letters.

      quicksilver_photoshop.png

      On my machine, I can invoke Quicksilver’s little launch bar by typing Ctrl + Spacebar, type "PH," hit Enter, and instantly launch Photoshop. The entire series of keystrokes takes about 1 second to do, which is significantly faster than hunting around for the Photoshop icon on the Dock (or even worse, from the Applications folder).

      Where Quicksilver really shines is in the various other tasks it can be taught to do. Right out of the box, it can be taught to run your email application whenever you hit Ctrl + Spacebar then type out an email address. Likewise, entering a valid url will load the address into your default browser. Or entering the first few letters of a video on your hard drive even. (Type "HOU" to get a list of House episodes, for example.)

      After some fiddling, I got it to do site-specific searches as well. For example, to do a search on en.wikipedia.org, I hit Ctrl + Spacebar, type "wiki", then type the search term. To do an Amazon search, I type "amaz"; to do a Thesaurus.com search, I type "thes". The great thing is that you can configure it to use the search box of practically any site you want; the sky is literally the limit.

      Quicksilver is, unfortunately, not a built-in application on OSX, but it’s free to download and is easily the best in its class. You can grab it here. (For Windows users, a number of decent clones are available. I used both Launchy and Colibri extensively on the TabletPC, and they were both pretty good.)

      6. Closing Applications. Another curious difference between Windows and MacOS is the fact that clicking the (x) on an application window doesn’t actually close the application. This is the same behaviour that mobile users experience on PocketPC devices, and can be a bit annoying if you don’t notice that it’s still running on the Dock. The only way to really kill an application in MacOS is to hit the keystroke Command + Q, or look for the Quit entry on the menu bar.

       

      Next up: Expose, the Dashboard, Spotlight and other cool productivity tools. 

      16 Responses to “The Big Switch”

      1. Poldo Says:
        December 2nd, 2006 at 3:03 am

        A tip regarding your problem with minimizing all windows opened. From the system preferences panel, you will find a configuration called Expose’. What’s interesting about this thing is that you can set a particular side of the screen to act as a hot key of some sort where you will be able to show the desktop (all opened windows moved through the edge of the screen and shows the desktop) and you can also specify a corner where all opened windows are arranged like a thumbnail for easy access. Pretty much like IE7’s Quicktabs.

        I have been working with Mac OS X for sometime now regarding our DTP projects, check out the system preferences (Windows equivalent is Control Panel). You’ll be surprised at the number of things you can customize according to your needs.

        ‘Have fun!

      2. luis Says:
        December 2nd, 2006 at 1:56 pm

        Uh, yeah, Expose and the other productivity enhancements were the subject of the next entry. And my problem wasn’t with minimizing windows (you could do that by pressing F11, or Fn + F11), it was in maximizing them.

      3. J Says:
        December 10th, 2006 at 12:22 pm

        welcome to the fold, luis. perfect timing to get your hands on a mac right now hehe

      4. tranny sex Says:
        July 8th, 2007 at 1:41 pm

        18 magazine

      5. nasty girl Says:
        July 8th, 2007 at 1:42 pm

        russian nudes

      6. ParisTale Says:
        July 8th, 2007 at 1:43 pm

        Adult Cams

      7. Big Cock Sex Says:
        July 8th, 2007 at 1:45 pm

        Bubble Butts Galore

      8. College Wild Parties Says:
        July 8th, 2007 at 1:46 pm

        Do Porn Stars

      9. Hard Porn Says:
        July 8th, 2007 at 1:47 pm

        Huge Real Boobs

      10. Virgin Lesbians Says:
        July 8th, 2007 at 1:49 pm

        Orgy Sex Parties

      11. Hot Campus Teens Says:
        July 8th, 2007 at 1:50 pm

        Studs

      12. Gay Bear Says:
        July 8th, 2007 at 1:52 pm

        Gay Big Cock

      13. Gay Blind Date Says:
        July 8th, 2007 at 1:54 pm

        Gay College Sex

      Leave a Reply

     

    categories

    • Home
    • Business (42)
      • Acquisitions (15)
      • Goin' Legit (61)
    • Media (53)
      • Artwork (13)
      • Books (22)
      • Comics (9)
      • Movies (142)
      • Music (102)
      • Photography (33)
      • Poker (10)
      • TV (30)
    • Randomness (301)
    • Site News (8)
    • Technology (69)
      • Games (14)
      • Hardware (113)
      • Social Software (45)
      • Software (131)
    • Tutorials (16)

    archives

    • April 2011
    • March 2011
    • February 2011
    • January 2011
    • August 2010
    • May 2010
    • April 2010
    • February 2010
    • January 2010
    • December 2009
    • November 2009
    • October 2009
    • September 2009
    • August 2009
    • July 2009
    • June 2009
    • May 2009
    • April 2009
    • March 2009
    • February 2009
    • January 2009
    • December 2008
    • November 2008
    • October 2008
    • September 2008
    • August 2008
    • July 2008
    • June 2008
    • May 2008
    • April 2008
    • March 2008
    • February 2008
    • January 2008
    • December 2007
    • November 2007
    • October 2007
    • September 2007
    • August 2007
    • July 2007
    • June 2007
    • May 2007
    • April 2007
    • March 2007
    • February 2007
    • January 2007
    • December 2006
    • November 2006
    • October 2006
    • September 2006
    • August 2006
    • July 2006
    • June 2006
    • May 2006
    • April 2006
    • March 2006
    • February 2006
    • January 2006
    • December 2005
    • November 2005
    • October 2005
    • September 2005
    • August 2005
    • July 2005
    • June 2005
    • May 2005
    • April 2005
    • March 2005
    • February 2005
    • January 2005
    • December 2004
    • November 2004
    • October 2004
    • September 2004
    • August 2004
    • July 2004
    • June 2004
    • May 2004
    • April 2004
    • March 2004
    • February 2004
    • January 2004
    • December 2003
    • November 2003
    • October 2003
    • September 2003
    • August 2003
    • July 2003
    • June 2003
    • May 2003
    • April 2003
    • March 2003
    • February 2003
    • January 2003
    • December 2002
    • November 2002
    • October 2002
    • September 2002
    • July 2002
    • May 2002
    • April 2002
    • February 2002
    • January 2002
    • December 2001
    • November 2001
    • October 2001

    friends

    • Dementia
    • Gabby
    • Gail
    • Gibbs
    • Helga
    • Ia
    • Ina
    • Jason
    • Kaye
    • Lauren
    • Lizz
    • Luna
    • Mae
    • Migs
    • Mike
    • Ryan
    • Sacha
    • Vicky
    • Vida
    • Yuga

    search

    notes

    Guttervomit v3 went online in January, 2008. It uses Wordpress for publishing, and was built largely with Adobe Illustrator and Textmate. Logotype and navigation is set with Interstate.