Posts tagged ‘“OS X”’

Going Indie

fedora.png

… as in independent developer. Great blog posts and videos – I got the links from a Cocoaheads talk in San Francisco in 2009, during WWDC. I included the original bit.ly links so it would easy to remember (plus the original links just in case the Libyan government cancels the bit.ly domain – haha)

  1. Indie Ethos (video) by Jonathan ‘Wolf’ Rentzsch [http://bit.ly/indie1] [original]
  2. How to become an independent programmer in just 1068 days by Gus Mueller of Flying Meat Inc. (maker of Acorn, an image editor) [http://bit.ly/indie2] [original]
  3. Indie Fever by Daniel Jalkut of Red Sweater Software (maker of MarsEdit, blogging software) [http://bit.ly/indie3] [original]
  4. Indie Fever by Michiel van Meeteren for Sofa (maker of Versions, a SVN client) [http://bit.ly/indie4] [original]
  5. Apple to Indie by Buzz Andersen (maker of BirdFeed, now Brizzly – a Twitter client for the iPhone). Good insights on what goes on inside Apple by a former Apple Engineer’s perspective.

Kernel Switcher for Mac OS X Snow Leopard

kernelswitcherThere are various command line ways to determine whether your machine running Snow Leopard is running the 64 or 32 bit kernel, and also the ability for you to switch kernels. I have gathered all those ways into this GUI utility that will show you what kernel you are currently running, and it will allow you to set what kernel you want to load at the next restart.

If your machine is not EFI64 capable, this utility will not work (it will check at startup). Even if your machine is EFI64 capable (some Mac Minis and MacBooks), the 64-bit kernel will not boot anyway (Apple restriction, apparently).

[UPDATE: Possible hack to get your non-sanctioned EFI64 capable machine to load K64, would be a good extension for my utility]

The utility will ask for admin privileges when you save your settings so it can set the boot arguments. To avoid any saving / admin prompts and to just close the window, just click on the red Close button on the window controls).

Download KernelSwitcher here. The full source is on Github with a MIT license.

Screenshot:

KS_Screen