Month: July 2007

  • iPhone keyboard done better on Nokia N800….

    Well they said it can’t be done. They said the secret of the apple sauce was only known to Steve. Looks like Gustavo Sverzut Barbieri has it figured out. 1340 lines of code and you’ve got the Apple’s Ubercool keyboard on the N800…..gotta love open platforms.

  • Immediate delete for USB drives under OSX

    Okay so how many times have you “deleted” a file on a USB drive under OSX only to find out later that the storage is still tied up in .Trashes directory. Well there is a easy way to fix this. Open terminal, cd to your USB drives root directory (mounted under /Volumes) and issue the…

  • Find your Mac’s Serial number from CLI

    Okay couple of quick ways to find the serial number of your mac.ioreg -l|grep IOPlatformSerialNumber|awk ‘{print $4}’|cut -d \” -f 2orioreg -l | awk ‘/IOPlatformSerialNumber/ {print $4}’ | sed ‘s/\”//g’Very useful when you’re logged into your Mac remotely and call apple helpdesk with a issue.

  • Install OSX on a external disk without rebooting

    Normally if you wanted to install OSX on a external drive, you’d probably reboot, insert the DVD and boot off the DVD. Well turns out you really don’t have to do that. You can actually attach a external drive to your machine while it’s running OSX, insert the DVD and install OSX to the attached…

  • Couple of quick shell tips

    Okay these are bash goodies, so they’ll work in any environment. If you’re in a situation where you’re switching between two different directory paths over and over again, here is a quick tipcd – Another little annoyance that I’ve gotten around is when you want to edit a system file and you type in the…

  • Quickway to check your DNS settings under OSX

    This is another CLI command, so get your terminal ready. This gives you a quickway to check the DNS settings on OSX. Now one way is to just cat /etc/resolv.conf , but what if you wanted to see what the system is actually using (not just what it was configured for). Well scutil comes to…

  • OSX Directory Services from Command-line

    New day, new command. dscl is the command in question. It gives you access to Mac OSX’s Directory Services Command Line interface. Very powerful stuff for those of us who like the command line and hate to do the same task a million times. A useful example is the ability to grant Administrator privileges to…

  • Gravity Music….

    This is gotta be one of the coolest generative music projects. Make sure your browser has a working version of Java. Have fun and please don’t complain when you find out you’ve waisted your entire day at this site…….

  • Samsung: First LCD display to use DisplayPort Interface

    So we’ve been waiting for this for a while now. In Digital Cinema applications display technology throughput has always been a problem. Pumping ~10Gb/s of data to a screen is an issue, be it a projector and/or monitor. There have been a number of “hacks” to get these types of setups working (Dual or Quad…

  • Format Wars…

    There is a great article over on Cnet.uk talking about Format Wars. So you want to know what would have happened if BeOS didn’t cost $400 million….Well maybe “it would make BeOS the operating system of choice for Apple Macs. It would also prevent Steve Jobs from returning to that company. In turn, this would…