Thursday
22Oct2009
Double Shot #567
Thursday, October 22, 2009 at 12:43AM
It's interesting working with clients who are passionate about URL structure.
- Introducing BERT and BERT-RPC - GitHub's new binary data serialization and RPC protocol. They may have invented the ruby of RPC.
- Devise: flexible authentication solution for Rails - Built on top of Warden. I'm not personally sold on pushing authentication down into Rack, but if you are this engine is probably worth a look.
- Pimping out git log - An alias to get nicer command line displays.
in
Double Shot
Double Shot 
Reader Comments (1)
Would a standard way to do binary in JSON (e.g., BASE64 encoded blobs) not be a better way forward than YAP (Yet Another Protocol)?