Ruby

HomeRuby

tensorflow-ruby – Seattle.rb Presentation

This evening I gave a talk about tensorflow-ruby to Seattlerb, the oldest Ruby group in the world I volunteered a month ago to give a presentation - I knew a deadline would...

A Little Ruby, A Lot of Objects

To really understand Ruby you need to understand its Class/Object model And to do that, read Brian Marick’s mini-book “A Little Ruby, a Lot of Objects” It’s modeled after...

Building Ruby 1.9.1 on Windows

As noted else where, ruby 191 hasn't exactly bounded out of the gate That's not particularly surprising, considering 191 has been available for only a...

libxml-ruby reaches 1.0!

A mere seven years after its inception, libxml-ruby has finally reached version 10 libxml-ruby provides ruby, via the libxml2 libary, the super fast, feature rich xml parser...

Resurrecting libxml-ruby

There is general discontent with the state of XML processing in Ruby - see for example here or here An obvious solution is to use libxml However that has been a non-starter...

Fun With Here Documents

Today I was fixing up some inefficiencies in Rail's Postgresql adapter (more about that in a later post), and came across this strange looking code: def tables(name = nil) ...

Tick, tick, tick

While analyzing Rails performance, I stumbled upon the fact that parsing timestamps in ActiveRecord is very slow (I'll post more about that in an upcoming blog) A bit of...

Top