Uncategorized


Its more like the meet the expert day of Brainshare.   Each vendors get a room where they can showcase their products and talk to customers; you can attract more people if the food and drinks are better in your room!!!

Presentations also started today.  I must admit that the sessions were targeted mostly towards CTOs and CFOs.   These are not very technical in nature, but strategic and direction centric.  There were case studies by organizations and early adopters of cloud.  The day started with a number of presentations from Burton Group on Application architecture for the cloud.  A few interesting suggestions were:

  • Consumers should build their applications by consuming various services available in the cloud rather than building themselves
  • Simply migrating applications is not a a Cloud Application Architecture
  • Lack of clarity and hype slows adoption of cloud and increased skepticism
  • Bill Peter of Intercontinental Hotels Group said SLAs not sufficient in Public, one of the main reasons they went ahead with private cloud
  • Eli Lilly came up with the challenges they faced while moving to cloud

Vendor Hospitality Suites is one of the attractions for this conference.   Vendors are given a chance  to demonstrate their technologies and talk to customers here.  Novell was unveiling the Cloud Security Services.  Novell was given a room and a demo place in the interoperability lab where Novell demonstrated SSO to PivotLink through NCS.

Novell NCS Kiosk

Tom Cecere talking about NCS in the vendor lightning round

Tom Cecere explaining the product to a number of potential customers

Dale Olds and Mike from PivotLink talking to some of our Quest friends

Here is a podcast from Entrepreneurial Thought Leader series. This is delivered by Tom Kelly, author of “The Art of Innovation” and co-founder and GM of IDEO, world famous design center. Various researches show that you need to have 5+/-2 mental or behavioral habits that help you to be an innovator for life. He talks about the following 5 habits:

  • Think like a traveler
  • Treat life as an experiment
  • Cultivate an attitude of wisdom
  • Use your whole brain/Tortoise mind
  • Follow your passion

Tom Kelly is terrific writer and presenter. I personally like his books and presentations.
Listen to the audio or watch the video when you get time.

It’s been a while since I visited Valley School. I decided to try my luck today morning.  I met Basavaraj on the way to Valley school. I could find a few birds on the way to Valley school. Success rate was near to zero inside the school. Here are some photos from today’s trip.

 

I’ve been exploring ways to encode videos and create playlist for my Nokia N96 without using Nokia’s PC Suite. I use openSUSE11.1 and hardly boot into my dual boot windows. Nokia implements usb storage and so E:\ gets mounted as a USB volume in linux. You can copy or move music and video files easily once the volume is mounted. I use the following code to create a playlist once the music files are copied. I’m still trying to figure out a way for this playlist to appear in Nokia’s Music player. Currently, I use the file manager, browse to the playlist and play from there.

#!/usr/bin/perl -w

# Utility to create a Nokia playlist
# Usage: nokia-playlist.pl .....
# Not much error checking. Make sure the first file is always the playlist file
# Also, this script needs to be executed from the directory where mp3 files are present.
# playlist name can contain a directory name, but mp3 files should always be in the current directory.
# This script assumes that all files are in a directory called Music in your Nokia's Mass Storage drive (E:\)

use Cwd;

#
# Get the current working directory. Change the directory seperator or '\' and prepend E:\
#
sub getCurrentWorkingDirectory
{
$_ = getcwd;
chomp;
s{;.*$}{};
s{^a:}{^E:};
s{/}{\\}g;

if (m{=[0-9A-F]{2}}) {
s{=([0-9A-F]{2})}{chr(hex($1))}ge;

my $s = eval { decode('utf-8', $_); };
$_ = $s unless ($@);
}
#
# Note: Change the following line if you have a different directory or drive structure.
#
s/.*\\Music[\\]??/E:\\Music/;
print "Directory is $_\n";
$_[0] = $_;
}

print "Number of arguments: $#ARGV \n";

my @files;
my $playlist = $ARGV[0];
my $PLFH;
if ( ! -e $playlist )
{
print"Playlist file $playlist does not exist. Creating new...\n";
open(PLFH, ">$playlist");
print PLFH "#EXTM3U\n";
}
else
{
open(PLFH, ">>$playlist");
}

foreach $argnum (1 .. $#ARGV)
{
if ( -e $ARGV[$argnum] ) { push (@files, $ARGV[$argnum]); }
else { push(@files, <$ARGV[$argnum]>); }

}

$pwd = getCurrentWorkingDirectory();
foreach (@files) {

# $_ = $file;
print PLFH '#EXTINF:0, -';
print "...Adding $pwd\\$_ . \n";
print PLFH "$pwd\\$_";
}

close(PLFH);

It has been a while I blogged something constructively.  I know it doesn’t take much time.  Its just a sheer laziness of jotting something down that I have been doing.

Many things changed in the last 3-4 months.  Some of the important events in my life (that I think worth sharing) are

I know that I have to write about each of these events.  Just wait and watch this space.  There are more to come….

Anu and myself have been planning for a long time to visit Kabini.  We have heard a lot about Orange County and JLR.  Finally, we decided to take off to JLR Kabini for a week-end.  It was also Anu’s birthday.

Route to Kabini is very easy.  You hit Mysore Road, and just before Mysore city, take the Ring Road (Right turn while coming from Bangalore) and turn towards HD Kote.  The route all the way to Kabini is good.  There will be a deviation once you hit the forest range.  This is around 15kms all the way to JLR.  We took around 3hrs 30mins to reach JLR from Bangalore.

Everything is pretty much organized at JLR.  They will tell you which Jeep to take for the Safari and what time it starts.  You will miss the safari if you are not on time!!! The roads inside the forest are horrible.  You will never enjoy the safari unless you get a good jeep. (Try to take one of those Tata pickup).  In the evening, one can take a Jeep Safari or a safari in the Riven on a motor boat.  We decided to take the Jeep safari as wild life is not that active near water hole at this time.

Though we stayed for two days, our trips inside the forests were not very productive. We hardly noticed any animals except a lot of spotted deers and occasional elephants.  The right time to visit this place would be summer.

Fact file: JLR Kabini is around 230kms from Bangalore
Route: Have a look at my route map.
Here are some photographs from Kabini