After playing nethack for about three years, bitplane the wizard finally ascended to the status of Demigod.
Nethack is by far the most difficult yet addictive game I have ever played and although I rate it highly, I don’t recommend it unless you’re a glutton for punishment.
My three year addiction isn’t over yet, I think I’ll play another role next time I have a spare few.. uh.. days.
Category: Junk
My first ascension!
Songs in code
I’m a bit late on commenting on this Twitter meme as it’s over a month old, like all memes it’s a variation of something as old as the Earth and just recently revived. The concept is simple, just write a song lyric or title as a code snippet, set it as your status and share with others by linking the #songsincode hashtag. That’s all.
Someone’s even made a database of all the posts where you can vote on the entries. Most are boring and just consist of lyrics padded out by punctuation, but there are some quite creative, non-obvious ones which use programming constructs to infer the lyrics. Here’s mine…
(Hover over the links for spoilers)
class BillieJean : public girl { int i; relationship lover; public: BillieJean(relationship &me) : lover(!me), i(1) {} };
body() { print '<body>' . body() . '</body>'; } love() { body(); }
/* mon = 255; tue=wed=0xaaaaaa; */ if (friday) love.insert(me);
GET /back.html HTTP/1.1 HTTP/1.1 301 Location: /you_once_belonged.html
Some of my favourites (with slight edits):
video$ kill -9 `ps -ef | grep radio*`
by brozow
int main() { return -1; get_Satisfaction(); }
$live = ($you==true) ? false : false;
by o_Freud_o
$i = '<HTML><HEAD></HEAD></HTML>';
by whybird
class City : Rock, Roll {};
by alexmdac
try { get(WHAT_YOU_WANT); } finally { get(WHAT_YOU_NEED); }
by rickgrundy
/dev/null << shout();
by plikrg