25th
From the creators of the ultrasimple todo list.
The CIA, FBI and the National Security Agency are encouraging their staff members to use a new social-networking site called A-Space.
Reddit has rolled out descriptive search-engine friendly URLs to their story pages.
old : http://www.reddit.com/comments/6t3mm
new : http://www.reddit.com/comments/6t3mm/Ask_Programming_What_language_did_you_first_start/
Tumblr did the same some time back.
This is a simple PHP script to interact with the Twitter API and update the user’s status. Unlike most other samples, it does not use cURL or any other dependency.
$msg = 'Your message here';
$out="POST http://twitter.com/statuses/update.json HTTP/1.1\r\n"
."Host: twitter.com\r\n"
."Authorization: Basic ".base64_encode ('username:password')."\r\n"
."Content-type: application/x-www-form-urlencoded\r\n"
."Content-length: ".strlen ("status=$msg")."\r\n"
."Connection: Close\r\n\r\n"
."status=$msg";
$fp = fsockopen ('twitter.com', 80);
fwrite ($fp, $out);
fclose ($fp);
Note that this script does not store or process the response.
Ourownbook, a user-edited book, has decided to put the Infinite Monkey Theorem to the test.
An infinite number of monkeys with an infinite number of typewriters and an infinite amount of time could eventually write the works of Shakespeare.
The book is about Srijan, a rags to riches to evil and back story. The draft makes for an interesting read with some interesting adjectives,
He didn’t know why but he started following her to her home, spellbound, impressed and surprised !
physical impossibilities,
As the night gave way to dusk ..
logical flow of ideas,
His father wanted him to be a great person. He himself was a nice person
classic Indian English,
His nights were going sleeplelss [sic].
profound wisdom,
Choices make people and people make choices.
Ralphesque English,
Now, he had realised that any obstacle in life can be overcomed [sic] easily.
more profound wisdom,
Girls always fall for smart dudes.
fancy disease names,
The doctor got the confusion.
and some crisp deduction.
The sun is classified as an alternative energy resource. That means it will never end.
Six degrees of separation is the theory that any two people in the world are connected in some way by no more than six people. The same idea applied to Wikipedia articles.
Arkut (not Orkut) is bigger than Twitter in India according to Google Trends. If only Google did not steal all the search traffic.
Gravatar, the cross-blog avatar service, now supports the super-cool Identicon as a fallback.