Web 2.0 Annoyances



I don’t understand what the deal is with not having a simple, non-javascript, non-flash, plain HTML login form on the front page of websites where most (all) content require authentication. Twitter, linkedin, flickr, (to name a few) are all guilty of this. I do not like staying signed-in to any of these services and have my browser clear their cookies after every session.

Its not lack of real estate, most of them find space for elaborate sign-up forms. All I ask for is a simple one line login form which shouldn’t take more than 24×240 pixels. While we’re at it can we all agree to set tabindex=1 on the username field so that I don’t have to tab over a gazillion times?

Why MSFT and YHOO are MFEO



More genius:

[14:45:27 jaidev@~]$ host -t mx yahoogroups.com
yahoogroups.com mail is handled by 10 mta2.grp.vip.scd.yahoo.com.
yahoogroups.com mail is handled by 20 mta1.grp.vip.re1.yahoo.com.
yahoogroups.com mail is handled by 30 mta12.grp.scd.yahoo.com.
yahoogroups.com mail is handled by 30 mta13.grp.scd.yahoo.com.
yahoogroups.com mail is handled by 30 mta14.grp.scd.yahoo.com.
[14:45:31 jaidev@~]$ telnet mta2.grp.vip.scd.yahoo.com 25
Trying 66.218.67.194...
Connected to mta2.grp.vip.scd.yahoo.com.
Escape character is '^]'.
220 yahoogroups.com ESMTP
helo <censored>
250 yahoogroups.com
mail from: <censored>
250 ok
rcpt to: <censored>@yahoogroups.com
250 ok
data
354 go ahead
Subject: Photos
.
554 we cannot accept this message because it appears to contain virus (#5.7.1)
quit
221 yahoogroups.com
Connection closed by foreign host.

Yahoogroups just refuses to accept emails with a subject line containing just Photos. Wow, my spamassassin setup is better than that.

ATMs on Trains



Is it just me or does this seem like a badly thought out one? I’m not questioning its feasibility or anything – throw a billion people at any venture and it is bound to be a success or rather won’t be a miserable failure. But, given how crowded our trains are, and how unsafe they feel at most times, I wonder how many people would dare withdrawing any amount of money in full view of a hundred people with whom they’d have to spend the next few hours / days. The other ATMs are different as one isn’t obliged to stick around the ATM and with the people around the ATM.

My evil mind already has a game to spook the users. Hang around these ATMs, the moment somebody uses it, follow them back and note down their seat numbers. On a 48 hour train, its bound to give them a couple of sleepless nights!

Mysterious Email Client Settings!



Just when I thought I was having a good start to the week -

Jaidev:

There is some custom setting on your email client which is adding “|” characters and makes it pretty hard to follow the history of email. See below. Would appreciate if we can do something there.

Thanks
~~~~~~

I spent a good amount of time thinking what my response should be –

Eventually I chose discretion over valour and decided to post it here instead. Somebody in this industry has got to figure out what to do with pointy haireds‘ time.

Stupidity Never Sleeps



Yes, I’m back to ranting about everybody’s favourite e-mail address vendor bank. Citibank’s online banking code goes something like this –

switch ($input) {
        case x:
                /* User wants what we want him to want. Ooooh baby!
                  * We love him. Lets give him what he wants. */
                $email = lookup_email ($user);
                send_email_address_to_spammers ($email);
                handle_user_request();
                break;
        default:
                /* Uh, oh! I don't think we'd ever be here. */
                $email = lookup_email ($user);
                send_email_address_to_spammers ($email);
                do_logout ($user);
                break;
}

So every time I select something that they didn’t expect, I get logged off. This, of course, is browser dependent which makes it all the more stupid. Is this paranoid programming?

Wait, there’s more stupidity. RBI introduced real time fund transfer between banks called RTGS. Citibank, of course, has to screw up this simple facility. They decided to make a cool drop down box to help us choose the bank and the branch. Now I know that there are strong emotions regarding the change in Bangalore’s name to Bengalooru, but Citibank takes it to an entirely new level. If you don’t find your bank / branch under one version of the city’s name, you’re expected to try another variant. Thats not all, they even list suburbs like BANNERGHATTA and JAYANAGAR. Citibank somehow managed to screw up the presentation of a simple simple list published by the RBI. I don’t know if Bangalore is known by another mysterious name, but I didn’t find HSBC Bangalore in that list!

Next Page »