February, 2009 Archive

So many authentication options

Thursday, February 12th, 2009

Image via CrunchBase Twitter just announced they are supporting OAuth. Why is this cool? Well, now you can share applicationsĀ  with Twitter without asking the user to log into twitter. Very cool indeed.

Native thread support in Ruby’s latest version

Monday, February 2nd, 2009

Image via Wikipedia It looks like Ruby version 1.9.1 supports native threads and fibers. Fibers are a 'lightweight' approach when you don't need full threads. It sounds like fibers are not preemptive, so they have to yield to other fibers as opposed to threads that can run in ...