Archive for September, 2006

Extending Ruby…quickly

Monday, September 25th, 2006

I posted to the ruby-talk mailing list asking why the alarm() syscall isn’t available in Ruby. Logan Capaldo responded…by adding it.

% cat alarm.rb
require ‘dl/import’
module Alarm
extend DL::Importable
if RUBY_PLATFORM =~ /darwin/
so_ext = ‘dylib’
else
so_ext = ’so’
end
dlload “libc.#{so_ext}”
extern “unsigned [...]

Pawsitive Approach moves to Rails

Wednesday, September 20th, 2006

First day of school

Saturday, September 16th, 2006

Sure, he likes it now

Friday, September 8th, 2006

Fixing wordpress handling of code

Thursday, September 7th, 2006

Fixing my BSD PPPoE connection

Thursday, September 7th, 2006

Vegetarian…bacon?

Thursday, September 7th, 2006

CALEA Craziness

Thursday, September 7th, 2006