Update: You may also want to look at: MySpace Hack: How To View Any Users Private Videos.
Recently Samy [samy at namb dot la] released a worm ["Samy worm" or "JS.Spacehero worm"] in MySpace, popular social networking platform like Friendster, which caused him to be added as hero to millions of MySpace users ("but most of all, samy is my hero.") as well as add him as their friend, all without their explicit permission.
After flooding the Network, MySpace stepped in and fixed the hole. Samy is still "hero" to millions of MySpace users in their profile.
The purpose of this article is to highlight the security issues exposed by this worm. It is definitely not limited to MySpace alone and the worm propagated not due to MySpace's fault but fault of browser like Internet Explorer. And the flaw is waiting to be exploited in several other web applications of similar nature like Ryze or LinkedIn etc.. In the remainder of this article I will summarize the modus-operandi of his script and suggest on ways to protect your web application against such attacks.
Online self-publishing house Lulu has announced the Blooker Prize - first-ever literary award for "blooks," books based on blogs or Web sites.
Biblical Curse Generator - Now you would never run out of juicy insults, O thou denizen of the underworld, with this javascript based curse generator. Lets also see how you can make one for your weblog.
I had to sort and uniq (create a unique set of strings) a large list with lots of duplicate. My options were to write it in Java or download cygwin and run: cat file | sort | uniq > result
Cygwin download never works for me. After I spend lots of time selecting a juicy list of utilities, it always fails somewhere in the download process. I liked it much better when it was a single download.
I opted for Java route naturally. After all it was just a single line of code really.