Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
# My Entry for the 140 character webapp challenge. # http://f055.net/article/the-140-character-webapp-challenge/ # Basically emulates a simple status update webapp (kind of like twitter lite) # in 137 characters of ruby: require'rubygems';require'sinatra';get("/"){r="<form><input name='t'></form>";t=params[:t];`echo '<hr>#{t}' >> t` if t;r<<`tail -r t`;r} # Tony Buser # tbuser@gmail.com # http://twitter.com/tbuser
This paste will be private.
From the Design Piracy series on my blog: