-
Archives
- July 2011
- July 2010
- April 2010
- July 2009
- June 2009
- February 2009
- January 2009
- November 2008
- October 2008
- July 2008
- June 2008
- May 2008
- April 2008
- January 2008
- November 2007
- October 2007
- September 2007
- August 2007
- May 2007
- April 2007
- December 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
-
Meta
Author Archives: andy
IR_Black on MacOS X Lion
Just upgraded to GM developer release of MacOS X Lion and noticed SIMBL TerminalColour plugin hack I use to get the right colors on the popular IR_Black theme was broken. The new terminal however finally allows you to actually pick … Continue reading
Snow Leopard + MySQL + Ruby + 64-bit = #fail
Running into the following error after your Snow Leopard upgrade? uninitialized constant MysqlCompat::MysqlRes Then the following build line for the mysql gem might fix it for you: ARCHFLAGS=”-arch i386 -arch x86_64″ \ gem install –no-rdoc –no-ri mysql ]] \ — … Continue reading
Microblogging FTW?
Haven’t updated this blog in quite a while. On the other hand I’ve been very active on Twitter. Going to hunt for a WordPress plugin that ‘reblogs’ the microblogging activity
EngineYard takes over the JRuby team
Wow, EngineYard is really stepping up! Have to wonder though what’s going on at Sun, is the whole thing now imploding?! Crazy!
Scala scripting continued
It took a day or two of blog reading and scala console try outs but I managed to create my first usable Scala script. import scala.xml._ /** Sequence number fix script. See http://fugamusic.com/docs/ingestion/ingestion.xsd **/ object FixSequence { var seq: List[Pair[Int,Int]] … Continue reading
Posted in scala
3 Comments
First stab at Scala scripting.. filters do not work like my Ruby brain thinks they do
So I decided to pick up the Scala language. Having done Ruby for a couple of years now Scala is one of the few, if not the only language that’s gotten me excited. Being a first class citizen on the … Continue reading
Installing new Ruby postgresql adapter on Leopard
I need to fix a project which uses PostgreSQL. On a fresh Leopard install with postgresql 8.3 installed from ports I ran into this problem: $ sudo gem install pg Building native extensions. This could take a while… ERROR: Error … Continue reading
Suriname
Currently enjoying some vacation in Suriname. Update: and back again (2009-03-06)
Typo -> Mephisto -> WordPress
First I tried Typo, then Mephisto and now this blog is running WordPress. As a Ruby fan I really wanted to use Ruby everywhere, 2 years ago. I’m now at the point where I just want working stuff (kids will … Continue reading
Passenger with RACK apps
I started converting various apps running on mongrel clusters over to Apache + Passenger. One component of our production system is implemented as as mongrel plugin so it kind of sucks tot keep mongrel around just for this part. The … Continue reading
Posted in rails, ruby
Leave a comment