Posts tagged ‘IBM’

The irony of advertising

ScreenShot063.png

I’ve been told that in the broadcast media, there are contract clauses that stipulate what ads can run side by side. For instance, if you are Honda, you probably don’t want the TV network running a Toyota Prius ad right next to your Civic Hybrid spot.

I’m guessing the same rules do not apply to web advertising. I don’t think it was coincidence that sitting right next to the article about IBM/Lotus Sametime telephony integration was a video ad spot for Microsoft VoIP. Something tells me the marketing guys are both sides will get an earful – The blue team may want to call in sick while the red team is probably getting high-fives.

“Working” with 1024×768

I’ve been playing around with Lotus Sametime 8.0.1 a bit. I’ve installed both a temporary Meeting Room Server and the client. However, I still need Sametime 8.0 client for my office work. The solution has been to run two Sametime clients *at the same time* (nice pun, huh?)

Here is what my desktop looks like …

I am running Lotus Notes 8.01 (basic) with a little template tweaking to give me my 7 day calendar on the left. I then have places Sametime 8 *and* Sametime 8.0.1 on the right – each with different plug-ins and logged into different communities.

Eventually I’ll switch everything to Sametime 8.0.1 once our company enables support for it.

An open source social software offering

Looks like WordPress is flexing its open source code base to good use …

BuddyPress – A Wordpress MU Based Social Network Platform – will transform a vanilla installation of WordPress MU into a social network platform, something that represents more of a community building tool, or niche social network.

BuddyPress removes the main focus of WordPress MU away from blogs, moving it more towards the actual member themselves. A BuddyPress installation consists of a main community home page, which could either be an actual blog, or a syndication of all the activity of the community members.

BuddyPress contains all the features you’d expect from WordPress but aims to let members socially interact. The standard features of BuddyPress include: Extended Profiles,Personal Blog,Private Messaging, Friends, Groups, The Wire, Status Updates, and Albums. As each one is a separate plugin, admins can’t pick and choose which components they want and don’t want (or add new plugins).

The idea of an open source extensible social network solution has a lot of potential. I don’t think it would replace a Facebook or a MySpace service primarily because of scale. But it could be very applicable to groups or companies wanting to deploy their own social networking solution.

Editorial: Personally, I’m not sure why one of the big enterprise software companies has not done an open source social software offering. The basic features of social software are pretty boring so why try to sell those. The interesting bits are the multitude of directions the software can expand. And software companies are all about the 80% base not the 20% uniqueness. Plus, the meat and potatoes is the database and the application server and all that other IT gobbly gook. Open source the social software and sell scalable databases, storage, etc. At least that’s my take of things.

Anyway, with the combination of the very stable and tested WordPress codebase anchoring BuddyPress, I expect we’ll see a number of plugins developed to extend the feature set.

Solaris + MySQL = a web hosting union made in heaven

Today, Sun announced its intent to acquire MySQL AB. This is a very interested announcement for a number of reasons.

I’ve been curious when MySQL would be acquired. I have read a number of accounts that it would not happen and MySQL AB would rather go public. I bought most of the arguments in favor of those rumors and had a few arguments of my own. First, I could not see MySQL being bought by one of the large database providers. There would be too much risk that the openness of MySQL would be lost or at the very least not as trusted. Next, none of the large database companies truly get open source and the necessary business model behind it. So, the Sun announcement was very interesting to me because it addresses both of those concerns. Sun is not a big database company so MySQL is not likely to be subsumed and lost. Further, Sun has proven it can make a business with open source technology. It’s Linux platform is a good example (and hopefully Java will be too one day).

More interesting is what a Solaris + MySQL package could mean. In the WebOS ecosystem, this union bumps Sun further up the evolutionary tree. Late last year, Red Hat announced the inclusion of virtualization technology into the core. At the same time, Red Hat and Amazon announced its intent to use Red Hat for “Amazon Web Services” and its elastic computer (or cloud computing or CPUs for hire, however you like to look at it). the Amazon+RedHat alliance moved that partnership up the evolutionary tree.

So that begs the question, where does this leave the other big players like Google, Facebook, and [Sales]Force.com not to forget the current generation giants. That could well be the billion dollar question (or as Carl Sagan might say, “billions and billions”).

Secure corporate email on an OLPC ?!

In a word – “Yes”.

It turns out it only takes a mild obsession to figure out how to get IBM’s Mobility Connect client (aka Lotus Mobile Connect) to run on an OLPC XO. the steps – as best as I can remember are:

  1. copy all of the IBMwc*.rpm files to a USB stick
  2. insert the stick in one of the OLPC USB ports (we will call this location ‘/media/USBSTICK’)
  3. open the terminal activity
  4. >su

    dwa-screenshot.png

  5. #yum install perl.i386
  6. #yum stdc++.so.5
  7. #cd /media/USBSTICK
  8. #rpm -vi gsk7bas-7.0-3.18.i386.rpm
  9. #rpm -vi IBMwc-nls-6.1-1.0.i386.rpm
  10. #rpm -vi IBMwc-ppp-6.1-1.0.i386.rpm
  11. #rpm -vi IBMwc-https-6.1-1.0.i386.rpm
  12. #rpm -vi IBMwc-6.1-1.0.i386.rpm

When you are ready to connect to the corporate network:

  1. open the terminal activity
  2. >su
  3. #wclient

The use of “su” may not be necessary

I should note, Domino Web Access 8 is not totally happy with the OLPC Browser. I’m not sure if it is too much JavaScript, too much behind-the-scenes XML transfers and processing or what. With DWA8 ‘lite’ I was able to read mail, compose a message (but the rich text widget had a hiccup), and save the email. the “send” button did not work. Some day, while sitting on hold I’ll have to figure this out further.