Bookmarks for April 17th through April 18th

by mort

These are my links for April 17th through April 18th:

  • – Sign in with Twitter is the pattern of authentication that allows users to connect their Twitter account with third-party services in as little is one click. It utilizes OAuth and although the flow is very similar, the authorization URL and workflow differs slightly as described below.
  • TwitterAlikeExample – redis – Google Code – In this article I'll explain the design and the implementation of a simple clone of Twitter written using PHP and Redis as only database. The programming community uses to look at key-value stores like special databases that can't be used as drop in replacement for a relational database for the development of web applications. This article will try to prove the contrary.
  • redis – Google Code – Redis is a key-value database. It is similar to memcached but the dataset is not volatile, and values can be strings, exactly like in memcached, but also lists and sets with atomic operations to push/pop elements.
  • The Mobile City » Blog Archive » Locative media and the situationists
  • IP address geolocation SQL database :: IP Location Tools
  • brian – Introducing RR – I'm pleased to introduce a new Test Double (or mock) framework named RR, which is short for Double Ruby.