Reverberations

grep jackass

Posted in WTF, Web 2.0, humour by Brajesh on May 15th, 2008

Not A Bug…

Posted in Coding, humour by Brajesh on August 23rd, 2007

feature.jpg

[via Digg]

Award Winning Software?

Posted in Coding, WTF, humour by Brajesh on August 17th, 2007

The software awards scam

[...] “This program does nothing at all”…Even the name of the software, “awardmestars”, was a bit of a giveaway. And yet it still won 16 ‘awards’.

Real Programmers

Posted in Coding, Culture, humour by Brajesh on May 12th, 2007
Real programmers programs never work right the first time. But if you throw them on the machine they can be patched into working in only a few 30-hours debugging sessions.

Real Programmers Code of Conduct

Bulls**t

Posted in Asides, Coding, Culture, Freedom of Speech, WTF, greasemonkey, humour, javascript by Brajesh on April 28th, 2007

This fscking awesome greasemonkey script to uncensor the Internet. Ingenious.

Hope It Works

Posted in Coding, WTF, humour by Brajesh on October 6th, 2006

You code, and pray and hope that it works- as seen on Google Code Search.
More on Supr.c.ilio.us.

The Top Ten Lies of Engineers by Guy Kawasaki

Posted in Entrepreneurship, Essay, humour by Brajesh on April 29th, 2006

This another top ten list -’The Top Ten Lies of Engineers‘ by Guy made me smile and realize that it’s funny because it’s so true.

“This time we got it right.”

Gapingvoid on Stats

Posted in Statistics, humour by Brajesh on April 24th, 2006

gapingvoid traffic

*ROFL* - Link

memeorandum worth $500?

Posted in Money, Web 2.0, humour by Brajesh on March 25th, 2006

Apparently memeorandum is worth just $500 if we go by this list of bids to clone memeorandum. Gabe Rivera (the memeorandum creator) is tempted to bid himself, but doesn’t - as he lacks the killer 10 star feedback, but that doesn’t stop Matthew Chen of megite to bid. $10k for megite license looks lame in front of all those $500 bids though. I bet Gabe can’t compete with $500 bids :-). By the way, I love megite for sending all that traffic to this blog.

I can see so many Indian bidders there. One bid by someone who shares his first name with me.

Not showing ‘friendly’ HTTP error messages

Posted in Coding, humour by Brajesh on March 24th, 2006

Ever wondered how Internet Explorer shows the same “The page cannot be found” when it doesn’t find the requested page, while Firefox doesn’t. I found this little comment in one source page.

<--
- Unfortunately, Microsoft has added a clever new
- “feature” to Internet Explorer. If the text of
- an error’s message is “too small”, specifically
- less than 512 bytes, Internet Explorer returns
- its own error message. You can turn that off,
- but it’s pretty tricky to find switch called
- “smart error messages”. That means, of course,
- that short error messages are censored by default.
- IIS always returns error messages that are long
- enough to make Internet Explorer happy. The
- workaround is pretty simple: pad the error
- message with a big comment like this to push it
- over the five hundred and twelve bytes minimum.
- Of course, that’s exactly what you’re reading
- right now.
–>

Apparently, IE comes configured to “Show friendly HTTP error messages” which replace the server’s normal error messages. Nothing profound about it, just a little eureka.