April 2009
11 posts
4 tags
Few imperative language implementations perform TCO (tail call optimization);...
– Real World Haskell. p87
3 tags
Etymology of the "tukki" names
mejorquenada:
katiecruel:
Pensamos que los nombres tukkis vienen de la combinación de distintos nombres o cosas, cuando en realidad se originan del idioma inglés, ejemplos:
- Yuleisy: You lazy - Yujairy: You hairy. - Jonaiker: Yo! niker - Yonaika: (femenino de Jonaiker) Yo! nikah - Darnelsy: Darnell see - Nilson: Neil’s son - Greysi: Gray see - Raibeth: Ray vet. - Zuliveidy: Sue Lee Bay D. -...
4 tags
csi one liners
mejorquenada:
bbones:
Lowly Detective: “… and the victim was found with semen in his ears.” Horatio: “Then the victim must have … “ *sunglasses* Horatio: “… heard him coming.” *YYYYYEEEEEEEEEEEAAAAHHHHHHH!!!!*
This. Is. Priceless.
ROFLMAO for like 5 minutes…
4 tags
Progress on rails-auth (FacebookConnect Specs)
Right now I’ve finished the specs of the FacebookConnect strategy, everything working nice and dandy… Next to go, twitter_auth_strategy.
4 tags
rails-auth now with support to Facebook Connect
So, I’ve finished the implementation of the Facebook Connect strategy in my fork of the rails-auth project (I’ll be waiting for @myobie to merge that). It doesn’t have any specs on it yet because I haven’t figured out how to spec Facebook API, probably I would go with the basic stuff and just mock the cookies values in the request of the strategy (the part where the project...
3 tags
Dawn of OpenID, Rise of OAuth
Recently, I have been watching some blogs and sites, and I noticed this protocol called OAuth. Being a person that likes to study the technologies that involve digital identity, I went into the OAuth page, read the guide of OAuth from Hueniverse and after that I read the specification of the protocol.
As it seems the main purpose of OAuth is just to give authorization to consumer sites to access...
Progress on rails-auth (OpenID refactoring)
So today I uploaded the new implementation of the OpenID strategy using the open_id_authentication rails plugin, everything works as expected, I also made the generators for the file, let’s hope this makes it easier to deploy out-of-the-box.
3 tags
7 tags
Porting merb-auth to Rails 3
As the time pass by, I’m more concern about the future of the excellent quality code of the Merb project. One of the gems of Merb I thought I was going to miss the most was the awesome merb-auth (orginally created by @hassox). Because I don’t want to let go that wonderful authentication framework, I started recently to port that code to Rails. So in that way all the peeps in Rails can...