smart stuff http://www.approximity.com/cgi-bin/blogtariAgile/index.rb Approximity: smart stuff en-us Approximity smart stuff http://www.approximity.com/ http://www.approximity.com/public/images/apxBlue_s.png Welcome in service hell! http://www.approximity.com/cgi-bin/blogtariAgile/index.rb/MacOSX/GreatCustomerService.rdoc Imagine this .. I buy a mac mini online .. all goes well .. I get a confirmation code and wait and wait an no parcel arrives .. then I login and see the order is cancelled. Do you think they would bother to email or call me to tell me that they cancelled the order? Thank you Apple. NeXT and NeXTStep http://www.approximity.com/cgi-bin/blogtariAgile/index.rb/MacOSX/NextStep.rdoc A very long <a href="http://lowendmac.com/orchard/06/1220.html">read</a> about my old love :-). <p> <img src="http://www.w3.org/Icons/Member/NeXT.gif"> </p> Burning a cd from an iso image from the commandline http://www.approximity.com/cgi-bin/blogtariAgile/index.rb/MacOSX/BurningISOFromCommandLine.rdoc OS X can do, it too :-) Insert a blank cd, and off it goes :-). <pre> hdiutil burn image.iso $ hdiutil burn KNOPPIX_V5.1.1CD-2007-01-04-EN.iso Preparing data for burn Opening session Opening track Writing track .............................................................................. Closing track .............................................................................. Closing session .............................................................................. Finishing burn Verifying burn... Verifying ............................................................................... Burn completed successfully ............................................................................... hdiutil: burn: completed </pre> <p> Good old trusted linux does it with cdrecord :-) </p> <pre> cdrecord speed=2 dev=0,1,0 -data sol-9-install-sparc.iso </pre> OSX filesystems http://www.approximity.com/cgi-bin/blogtariAgile/index.rb/MacOSX/OSXfs.rdoc Great <a href="http://www.kernelthread.com/mac/osx/arch_fs.html">link</a> at kernelthread.com. I am playing with webdav in rails these days .. so I had to learn about webdav :-) Fun with Spotlight http://www.approximity.com/cgi-bin/blogtariAgile/index.rb/MacOSX/hotspot.rdoc Thank to Sven C. Koehler for the following scripts. He uses spotlight to datamine the Enron email data :-). <p> # convertEnronEmail </p> <pre> #!/usr/bin/perl -0p s/^M//gsm; ($date) = /^(Date: [^\n]+)/sm; ($from) = /^From:\s*([^\n]+)/sm; print &quot;From $from @{[scalar localtime]}\n&quot;; s/\Z/\n/; </pre> <p> #enronEmailsForKeyword </p> <pre> #! /bin/sh mdfind &quot;kMDItemTextContent == '${1+&quot;$@&quot;}'&quot; | grep /enron/ </pre> <p> #enronGrep </p> <pre> #! /bin/sh enronEmailsForKeyword ${1+&quot;$@&quot;} | xargs grep ${1+&quot;$@&quot;} </pre> <p> #enronMailBoxForKeyword </p> <pre> #! /bin/sh enronEmailsForKeyword ${1+&quot;$@&quot;} | xargs -n+1 convertEnronEmail </pre> <p> #enronThreadForKeyword </p> <pre> #! /bin/sh enronEmailsForKeyword ${1+&quot;$@&quot;} | xargs cat </pre> WireTap http://www.approximity.com/cgi-bin/blogtariAgile/index.rb/MacOSX/wiretap.rdoc <a href="http://www.ambrosiasw.com/utilities/">WireTap</a> is a utility that allows to record anything that your Mac plays. Snapz Pro is the same thing for video. WireTap costs $19 and Snapz Pro $20. Free trial versions of both can be <a href="http://www.ambrosiasw.com/utilities/">downloaded</a>. Google Earth for OS X http://www.approximity.com/cgi-bin/blogtariAgile/index.rb/MacOSX/GoogleEarth.rdoc I admit this post is late, but better late than never. <a href="http://earth.google.com/download-earth.html">Grab</a> Google Earth and enjoy it. Adium: instant messaging http://www.approximity.com/cgi-bin/blogtariAgile/index.rb/MacOSX/Adiumx.rdoc <a href="http://www.adiumx.com/index.php">Adium</a> is a free instant messaging application for Mac OS X that can connect to AIM, MSN, Jabber, Yahoo, and more <p> <img src="http://www.adiumx.com/images/logo.png"> </p> <p> After some searching and experimentation I recommend Adium on os X. On Linux I prefer <a href="http://gaim.sourceforge.net/">gaim</a>. Adium uses libgaim. </p> Screenshots on OS X http://www.approximity.com/cgi-bin/blogtariAgile/index.rb/MacOSX/Screenshots.rdoc In a nutshell: <ul> <li>the entire screen: Command-Shift-3 </li> <li>region of the screen: Command-Shift-4; Then click and drag the cursor to mark the area you want to capture. </li> </ul> <p> The files are normally saved as Picture-* on the Desktop. </p> <p> Further reading: <a href="http://www.macdevcenter.com/pub/a/mac/2003/02/28/screenshot.html">MacDevCenter</a> about more fancy capturing using timers, etc. </p> A good OS X blog http://www.approximity.com/cgi-bin/blogtariAgile/index.rb/MacOSX/goodOSXWebsite.rdoc Thanks to Sven C. Koehler for the link. <a href="http://www.macosxhints.com/index.php?topic=pick">www.macosxhints.com/index.php?topic=pick</a> <p> A few months ago I did buy a mac mini. My excuse to my girl-friend was that it would make less noise than my hyper big server. The mac mini looks really nice and OS-X is cute, too. I got to admit, I do love the GUI and the poor fact that most things like WLAN, etc. seem to work out of the box. But the definite downside is that coming from Debian/Gentoo/Suse I got some expectations towards the development tools. Now I waste hours installing fink, etc. .. fighting with different philosophies, but I still enjoy the new journey. </p> RDoc Dashboard Widget http://www.approximity.com/cgi-bin/blogtariAgile/index.rb/MacOSX/RDOCDashboard.rdoc This Mac OS X 10.4 (Tiger) Dashboard Widget is designed as a quick reference tool for Ruby programmers. It is able to display RDoc generated API documentation from any web source. <img src="http://widgets.precisionis.com.au/RDocWidget.jpg"> <p> <a href="http://widgets.precisionis.com.au/">widgets.precisionis.com.au/</a> </p> Good article about Tiger http://www.approximity.com/cgi-bin/blogtariAgile/index.rb/MacOSX/Tiger.rdoc My girlfriend told me to get a computer that makes less noise .. so I took the opportunity to buy a Mac-Mini and to have a nice computer to play with :-). <p> Thanks to Sven for emailing me this link .. a good overview article about Tiger. <a href="http://arstechnica.com/reviews/os/macosx-10.4.ars">arstechnica.com/reviews/os/macosx-10.4.ars</a> </p>