by David Orriss Jr | Jun 10, 2012 | Mac OS X, Programming, Ruby
While tinkering with Ruby 1.9 in TextMate I found that Ruby was segfaulting on the TextMate Ruby Bundle output screen. /Users/codethought/Applications/TextMate.app/Contents/SharedSupport/Bundles/Ruby.tmbundle/Support/RubyMate/catch_exception.rb:16: [BUG] Segmentation...
by David Orriss Jr | Nov 23, 2011 | Grails, Groovy Language, J2EE, Java, Rails
Grails is an open-source, rapid web application development framework that provides a super-productive full-stack programming model based on the Groovy scripting language and built on top of Spring, Hibernate, and other standard Java frameworks. At least that’s...
by David Orriss Jr | Dec 1, 2010 | General, Mac OS X, Windows
Does that title sound familiar? My wife and I got an email this morning from my father that read as follows: Subject: I’m writing this with tears on my eyes !!! Hello, I’m sorry for this odd request and I’m writing this with tears on my eyes due to...
by David Orriss Jr | Nov 27, 2010 | Mac OS X, Programming
A subject that has been visited plenty of times is having an “Open Terminal Here” ability from the Finder. For developers, it’s a easy way to look at files or folders and then jump quickly to a shell for the folder and execute shell commands (like mv...
by David Orriss Jr | Jan 27, 2010 | Programming, Rails, Ruby
I’m sure you’ve probably seen this question in your programming classes.. I decided I wanted to play with Ruby again and was remind of this problem, so thought it might be fun as a simple exercise to do this in Ruby. The problem is to take a long integer...
by David Orriss Jr | Jan 27, 2010 | Programming, Ruby
While I was getting some old Ruby code of mine out to convert ruby code to pretty HTML-formatted code suitable for blogging from Wolfman’s Howlings I got the following error: $ ./ruby2html.rb ./ruby2html.rb: line 9: require: command not found ./ruby2html.rb:...
by David Orriss Jr | Jan 24, 2010 | Hardware, Mac OS X, Operating Systems, Windows
Do you own a Macbook Air or other modern Apple and want to install and use Windows 7 ala Boot Camp? If so, you may have encountered the dreaded “Boot Camp x64 is unsupported on this computer model” error dialog when trying to run the provided Snow Leopard...
by David Orriss Jr | Dec 21, 2009 | Android, Java, Mac OS X, Operating Systems
For some reason the ROM Images for the Android Dev Phone 1 have the links missing from the main ADP-1 download site. When you go to http://developer.htc.com/adp.html You’re greeted with a table of ROM images and file names but the links have been removed: (You...
by David Orriss Jr | Nov 29, 2009 | J2EE, Java, Mac OS X, Operating Systems
EDIT: This no longer works as of 10.6.5 without some additional tweaks. I have to update the post accordingly. In an amazing moment of WTF I discovered this morning that after installing Mac OS X 10.6 (aka Snow Leopard) that the only version of Java running on it was...
by David Orriss Jr | Nov 21, 2009 | Java, Mac OS X, Operating Systems
Along with so many others, I upgraded to Snow Leopard. Overall the upgrade went without a hitch. However, I noticed that my Subversion repository was no longer available from Subclipse or via the Web Browser. Not good. So I did some digging around and upon finding...