sitting in the park
staring at the sky
i dunno why
i feel so dry
Folks, I have about 15 Google Wave invitations with me. Leave your GMail id in a comment on this post if you like to be nominated for an invitation.
I have always refrained from using IE (version 8), today was one of
those days I had to use it for some reason I don't remember now. While
on it, I have downloaded few files and I kept out for a while. Best
part comes now, I wanted those files, but I did not remember where
those files had gone in,nice and easy, there are easy ways to get to
it, I thought. I pressed CTRL+J (to see recent downloads) that works
just fine in both Chrome and Firefox, but it brought me favorites bar,
well, folks at Redmond did not think about giving the same experience
that users get on other browsers, perhaps they did it deliberately to
make IE distinct from others, and I had to go through the whole
history to find few files. There are more such annoyances in using IE
and those being reasons not to use IE. Of course,I don't have reasons
to prefer IE over Chrome or Firefox unless I need to visit something
that only works on IE. Someday, and that day may soon come, we'll say
RIP IE(edited version of a cue from The Godfather).
I have had a little problem with Cygwin environment settings on GNU screen sessions, the problem was all my settings are lost in screen sessions. To identify the issue, I tried to debug and found that my shell in the newly created screen session was different from my default shell (bash), hah, that explains why my rc files are not sourced in and my settings are lost. While I still am wondering why does screen use sh though SHELL is rightly set to bash, I just added "shell -$SHELL" line to my .screenrc file to explicitly select my current shell (which is bash) in new screen sessions. Same can be done achieved by specifying command line switch "-s $SHELL". (Thanks to the man page).