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.
Tags: Application programming interface, OAuth, OpenID, Twitter
Posted in Technology | 2 Comments »
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 ...
Tags: Java, language, Programming, Programming language, Ruby, Tools
Posted in Technology | No Comments »