Watched a demo of Google wave.
Frankly, am not very excited... :-|
Somehow I don't like the idea of 'browser-as-the-operating-system', or even 'browser-as-the-platform'. I am not a believer yet. Will not be as long as the browser windows have those forward, back, and reload buttons.
Would rather like to see (desktop-)applications that are seamlessly network enabled. Without having to fiddle around with "XmlHttpRequest" or some such shit. And not using "java.net.url" or some very low level stuff either. That's just me.
Monday, June 8, 2009
Friday, May 29, 2009
Thursday, May 28, 2009
KDE on Windows...
Installed KDE on Windoz Vista...
Jus' for the heck of it...
Installed digiKam too... Gotta play around with it.
Can't afford anything other than the free PDF reader from Adobe, leave alone Illustrator, Photoshop, Lightroom. :-(
Adobe converts the US prices to Indian prices by multiplying with the exchange rate of the moment. All their products invariably will remain way too expensive for someone like me as long as the exchange rate is above one :-(
Jus' for the heck of it...
Installed digiKam too... Gotta play around with it.
Can't afford anything other than the free PDF reader from Adobe, leave alone Illustrator, Photoshop, Lightroom. :-(
Adobe converts the US prices to Indian prices by multiplying with the exchange rate of the moment. All their products invariably will remain way too expensive for someone like me as long as the exchange rate is above one :-(
Monday, May 18, 2009
Stock markets halted...
Apparently for the first time in the history for hitting the upper circuit... Just what an election result can do...
Talk about fundamentals... :-)
The bulls, and speculators are back... big time... at least for the time being.
Talk about fundamentals... :-)
The bulls, and speculators are back... big time... at least for the time being.
Wednesday, May 13, 2009
Java to Scala...
Interesting, and cool... :-)
in Java to
in Java to
in Scala.
From the article "How Scala Changed My Programming Style" by Bill Venners.
boolean nameHasUpperCase = false; // This is Java
for (int i = 0; i < name.length(); ++i) {
if (Character.isUpperCase(name.charAt(i))) {
nameHasUpperCase = true;
break;
}
}
in Java to
boolean nameHasUpperCase = !name.toLowerCase().equals(name);
in Java to
val nameHasUpperCase = name.exists(_.isUpperCase)
in Scala.
From the article "How Scala Changed My Programming Style" by Bill Venners.
Wednesday, April 8, 2009
Stock market...
Stock market experts are one too many, on TV, here in blogosphere, in print media... I also have doled out unsolicited advice on the market conditions to people who are generally too gullible to take me seriously.
If the BSE index is up, and Dow Jones is down, the economies are not linked, if both head south or go up, markets are linked. Interesting. It is linked, then it is not linked, linked not linked, not linked linked, linked not linked. Repeat fast enough.
The current theme is whether the market has bottomed out or not... One day it has, the next oh, it ain't... it has, it ain't, it has, it ain't...
Bloody irritating... even blogging about it.
If the BSE index is up, and Dow Jones is down, the economies are not linked, if both head south or go up, markets are linked. Interesting. It is linked, then it is not linked, linked not linked, not linked linked, linked not linked. Repeat fast enough.
The current theme is whether the market has bottomed out or not... One day it has, the next oh, it ain't... it has, it ain't, it has, it ain't...
Bloody irritating... even blogging about it.
Thursday, January 1, 2009
Intel powered... Harpic...
Intel powered Harpic, Intel powered MDH Masala... WTF!!
Of late, the "Intel powered" tag line in television ads about laptops with an Intel processor inside comes before the ads themselves. So if an ad for the Harpic or MDH Masala which does not have a tag line is followed by a Compaq or HP laptop ad you will get to see this nice blending effect.
Intel powered Harpic... Cool... I guess it will ensure that Harpic, and MDH have WiMAX capability out of the box pretty soon.
Interesting!
Of late, the "Intel powered" tag line in television ads about laptops with an Intel processor inside comes before the ads themselves. So if an ad for the Harpic or MDH Masala which does not have a tag line is followed by a Compaq or HP laptop ad you will get to see this nice blending effect.
Intel powered Harpic... Cool... I guess it will ensure that Harpic, and MDH have WiMAX capability out of the box pretty soon.
Interesting!
Subscribe to:
Posts (Atom)
