Beautiful compilation of 1 second long videos
debug mobile web pages easily with a simple JavaScript remote console.
If you code in JavaScript with TextMate make sure to install JavaScript Tools TextMate Bundle.
This bundle will, among other things, run JSLint each time you save a file and show you the amount of errors and warnings in that file.
Install it with just two lines and enjoy it :)
git clone git://github.com/johnmuhl/javascript-tools-tmbundle.git javascript-tools.tmbundle
open javascript-tools.tmbundle
Twitter Stream Echo
by ernesto-jimenez on 05/2/2011I wanted to code several scripts that would consume the Twitter Streaming API to get different stats with live data.
The Rate Limiting for the streaming API only allows one connection per IP address and blacklists IPs doing excessive connections:
Each account may create only one standing connection to the Streaming API. Subsequent connections from the same account may cause previously established connections to be disconnected. Excessive connection attempts, regardless of success, will result in an automatic ban of the client’s IP address. Continually failing connections will result in your IP address being blacklisted from all Twitter access.
I coded a small TCP service establishes one single connection to the Twitter Streaming API and echoes all the tweets to any client connected to the socket at /tmp/tweets.sock
.
It allows you to consume the streaming API from several scripts in your computer with one single connection to Twitter and being able to restart the scripts without reconnecting to Twitter.
You can find the Twitter Stream Echo service in github.
To simulate a far away server, add RTT time to the localhost device.
(Source: aitorgarciarey, via aitorgarciarey)
“There was a time when three people at Google could build a world-class product and deliver it, and it is gone,” Mr. Schmidt said.
Now a Giant, Google Works to Retain Nimble Minds - NYTimes.com (via missha)
(Source: The New York Times, via missha)
Cómo pueden hacer ministra de sanidad a una ignorante que usa una Power Balance?
Something is terribly wrong with Spanish Universities
by ernesto-jimenez on 14/10/2010I got this e-mail today:
Hola,
Me pongo en contacto contigo porque creo que me puedes aconsejar y echar una mano, estoy ahora mismo buscando informacion, te comento yo he estado haciendo un curso de Ruby on Rails..pero me he dedicado a programar un blog, y ahora como proyecto fin de carrera mi tutor me ha aconsejado realizar un portal de juegos… concretamente me ha propuesto por ahora hacer un parchis, como muy visual que sea multijugador, que no puedas jugar contra maquina…
Y era para ver si me pudieras ayudar, es que no se ni como empezar ahora mismo…mi idea era a la vez tambien ir escribiendo un blog, para poder ayudar a otras personas.
¿Me ayudarias?Gracias ante todo
Rough translation:
Hello,
I am contacting you because I think you can give me some advice and help me out, I’m now looking for information, I’ve been doing a course in Ruby on Rails.. but I’ve been programming a blog, and now my tutor advised me to develop a game portal for my degree’s final project … He has actually offered me doing a parchis, very visual and multiplayer, where you can’t play against the machine …
I wanted to check if you can help me out. Right now I don’t even know where to start… My idea wat to write a blog while I’m developing the project in order to help other people.
Would you help me? Thank you
Something is terribly wrong with Spanish Universities when final-year students don’t know where to start with their final projects.