Upcoming Facebook for iPhone interface. Touchscreens FTW!
Sunday, August 31, 2008
Saturday, August 30, 2008
Googtaculous
Rewrite javascript_include_tag to use google’s host versions of prototype and scriptaculous
Friday, August 29, 2008
RubyCAS Server
Single sign-on authentication for enterprise web apps
Abyssoft Teleport
Remote control multiple Macs.
Thursday, August 28, 2008
Serving static files with Django and AWS
Yes, I’m a Rails guy, but I love anything that make me smarter about site architecture. This blog post certainly qualifies.
Zeep Mobile - A Free SMS API
…free, but ad-supported
Wednesday, August 27, 2008
'SUP
Simple Update Protocol.
Tuesday, August 26, 2008
god
Process and task monitoring done right
daemon_controller
A library for robust daemon management
Untitled
I had versions 1 & 2. Actually, I still have a working version of 2, but one LED is burnt out.
Edge Rails: Simpler Conditional Get Support (ETags)
I might’ve posted this before, but it’s worth re-posting.
Rails 2.2 Will Be Threadsafe
Finally, though Ruby continues to be a stumbling block. Ha!
Sunday, August 24, 2008
Saturday, August 23, 2008
Friday, August 22, 2008
Amazon EBS (Elastic Block Store)
Finally. Persistent storage.
Wednesday, August 20, 2008
Saturday, August 16, 2008
Friday, August 15, 2008
Note to self: Reveal Password Fields (Firefox)
Copy and paste in address bar of page:
javascript:var els = document.getElementsByTagName(‘input’); for(var x=0; x<els.length; x++){ if(els[x].type.toLowerCase() == ‘password’ ){ var test = els[x].type = ‘text’;}}
Wednesday, August 13, 2008
Tuesday, August 12, 2008
Monday, August 11, 2008
Note to Self: VMWare Boot delay (inc. Fusion)
Edit the .vmx file to add:
bios.bootDelay = “boot delay in milliseconds”
Sunday, August 10, 2008
Saturday, August 9, 2008
Friday, August 8, 2008
Volumizer
Mac OS X: Put your drives in your dock.
Thursday, August 7, 2008
JDarkRoom
An oldie, but a goodie.
Wednesday, August 6, 2008
Saturday, August 2, 2008
Mechanize
From the site: “The Mechanize library is used for automating interaction with websites. Mechanize automatically stores and sends cookies, follows redirects, can follow links, and submit forms. Form fields can be populated and submitted. Mechanize also keeps track of the sites that you have visited as a history.”
Resourceful
Resourceful provides a convenient Ruby API for making HTTP requests
HTTParty
Consume APIs in Ruby like it’s a party! Via Ruby Inside.
deprec
From the site: “Deprec is a collection of automated recipes, written in Ruby, for installing, configuring and controlling services on remote servers.”
Fail Fast (PDF)
via Ryan Bates of Railscasts.com, as a comment on this article.
Friday, August 1, 2008
Why Twitter Still Wins
During a discussion with a CEO at a former employer, I began to explain why APIs were important, and pointed to Twitter as an example of how an API can mean the difference between leading and following. He told me that, other than developers, no one cares about or understands APIs, and therefore they weren’t important. He wasn’t able to see past the tactical implementation, understand the basic concept, and extrapolate out a few steps.
I left that company.