gpoul's Out Of Memory Blog http://gpoul.strain.at The postings on this site are my own and don’t necessarily represent IBM’s positions, strategies, or opinions. Fri, 13 Aug 2010 07:05:39 +0000 en hourly 1 http://wordpress.org/?v=3.0.1 Google Nexus One http://gpoul.strain.at/2010/08/13/google-nexus-one/ http://gpoul.strain.at/2010/08/13/google-nexus-one/#comments Fri, 13 Aug 2010 07:05:39 +0000 gpoul http://gpoul.strain.at/?p=961 I’ve now been using my N1 since Thursday May 27 and given that my posting about the iPhone titled Things to fix in iPhone 2.0 had such high impact, I might as well finish writing this one ;-)

In general I’m very pleased. I don’t like the fragmentation in the Android handset market, but that’s maybe just me. On Android the Alarms still work when the phone is muted. The options that are provided are pretty nice and I especially enjoy the fast switching of input-locales, which switches keyboard layout and dictionary between German and English.

So what’s annoying?

  • When contacts are joined and the names differ the one that is selected to be joined will be ignored. This is a reasonable behavior and was only fixed in froyo issue 6067. What’s still annoying is that to do this with Facebook contacts you need to go into the Facebook app to import all friends into your contacts because otherwise the names you don’t have in your address book will not be displayed and later turn it back off. Is that a workflow I want to tell someone how to do? This is crazy.
  • Graphical emoticons in the messaging and gtalk apps can’t be disabled. Not sure if there are any plans to fix that or when.
  • Integration with Flickr is lacking and is much behind Picasa. Still, I like Flickr much better than Picasa.
  • Miles/KM usage is confusing in Maps and other applications and there doesn’t seem to be an easy way to configure it.

Apps I installed and plan on using:

  • Adobe Reader
  • CheckMyTrip
  • Facebook
  • Goggels
  • Maps
  • Talk
  • Shazam
  • Twitter
  • Calendar and Gmail
  • Finance
  • Mein A1

Missing for me:

  • Public transport timetable app. ÖBB (Austrian Train Agency) made the stupid decision to no longer provide timetable data for public transport to Google, so this is not available in Google maps anymore.
  • Billig Tanken (as available for the iPhone) or a similar application to find the nearest & cheapest gas station.
  • Movies app to find what movies are on and to book tickets. – Movie Finder and the Flixster app look cool, but don’t support Austria.

Interesting apps I’m not currently using:

  • Yelp – very US-centric, but might be interesting when on vacation there
  • OpenTable – too limited in Austria; maybe useful in other countries
  • cab4me – interesting idea, but I didn’t ever have the need for something like that
  • Astrid – the ultimate todo app, but I’m currently trying not to use todo lists anymore :-)
  • NewsRob – I currently don’t really see the point in reading RSS feeds on a mobile device
  • WordPress – Yes, you can blog from your phone, but why would I? Maybe for getting alerts for comments and replying to them, but I already get e-mail notifications anyway.
  • ConnectBot

Mobile web sites I bookmarked:

Want to know more about my life on Android? Do you have any other questions about the N1? I’ll be more than happy to answer any of your questions about Android and the N1 in the comments.

]]>
http://gpoul.strain.at/2010/08/13/google-nexus-one/feed/ 0
IBM zEnterprise 196 http://gpoul.strain.at/2010/07/25/ibm-zenterprise-196/ http://gpoul.strain.at/2010/07/25/ibm-zenterprise-196/#comments Sun, 25 Jul 2010 08:05:30 +0000 gpoul http://gpoul.strain.at/?p=987 On Friday we announced our new IBM zEnterprise 196.

While many things are new I believe the most important change was that for the first time ever we bring the management of the IBM System z down to distributed workloads. zLinux was already a great way to run Linux workloads on System z, but with this capability we make it possible to manage workloads through a single system and use the capabilities of System x blades to extend mainframe capabilities and their associated management capabilities into distributed CPU-intensive workloads.

I find it highly interesting that a major enabler for this integration was the wide adoption and availability of a key mainframe technology on x86 systems – virtualization.

The introduction to zOS course I’m taking is getting more and more timely by the day :-)

You can read more about the hybrid support of the zEnterprise in Jim Porell’s guest post on our Smarter Planet blog.

]]>
http://gpoul.strain.at/2010/07/25/ibm-zenterprise-196/feed/ 0
WebSphere Application Server V8.0 Beta http://gpoul.strain.at/2010/07/05/websphere-application-server-v8-0-beta/ http://gpoul.strain.at/2010/07/05/websphere-application-server-v8-0-beta/#comments Mon, 05 Jul 2010 16:03:50 +0000 gpoul http://gpoul.strain.at/?p=982 The WebSphere Application Server V8.0 Beta is now available.

Update 7/9: Andrew posted that the download is now fixed and he also included some helpful links to get started with trying the beta.

]]>
http://gpoul.strain.at/2010/07/05/websphere-application-server-v8-0-beta/feed/ 0
TA and IBM bring Cloud Computing to SMBs http://gpoul.strain.at/2010/07/02/ta-and-ibm-bring-cloud-computing-to-smbs/ http://gpoul.strain.at/2010/07/02/ta-and-ibm-bring-cloud-computing-to-smbs/#comments Fri, 02 Jul 2010 12:12:13 +0000 gpoul http://gpoul.strain.at/?p=979 Telekom Austria and IBM announced today that they agreed on a strategic partnership to provide managed services and cloud computing to small and medium businesses in Austria.

]]>
http://gpoul.strain.at/2010/07/02/ta-and-ibm-bring-cloud-computing-to-smbs/feed/ 0
Google command line http://gpoul.strain.at/2010/06/20/google-command-line/ http://gpoul.strain.at/2010/06/20/google-command-line/#comments Sun, 20 Jun 2010 16:13:13 +0000 gpoul http://gpoul.strain.at/?p=975 Every wanted to script Google services? Then you’ll have a lot of fun with GoogleCL, a Google command line tool based on the GData APIs.

]]>
http://gpoul.strain.at/2010/06/20/google-command-line/feed/ 0
You’re doing it wrong http://gpoul.strain.at/2010/06/19/youre-doing-it-wrong/ http://gpoul.strain.at/2010/06/19/youre-doing-it-wrong/#comments Sat, 19 Jun 2010 12:10:27 +0000 gpoul http://gpoul.strain.at/?p=972 Poul-Henning Kamp in acmqueue:

On a modern multi-issue CPU, running at some gigahertz clock frequency, the worst-case loss is almost 10 million instructions per VM page fault. If you are running with a rotating disk, the number is more like 100 million instructions.

What good is an O(log2(n)) algorithm if those operations cause page faults and slow disk operations? For most relevant datasets an O(n) or even an O(n^2) algorithm, which avoids page faults, will run circles around it.

Besides being an interesting article, this is the first time I read about Varnish. I know lighttpd, but haven’t heard about Varnish before . Anyone ran into that before? Maybe even used it?

]]>
http://gpoul.strain.at/2010/06/19/youre-doing-it-wrong/feed/ 0
IBM to acquire Coremetrics http://gpoul.strain.at/2010/06/15/ibm-to-acquire-coremetrics/ http://gpoul.strain.at/2010/06/15/ibm-to-acquire-coremetrics/#comments Tue, 15 Jun 2010 16:10:10 +0000 gpoul http://gpoul.strain.at/?p=969 So the company that on April 3, 2006, bought the IBM SurfAid Analytics business from IBM Global Services is now going to be acquired by IBM Software Group. We already integrated their offerings into WebSphere Commerce in 2006 after we discontinued Tivoli Web Site Analyzer and it will be interesting to see how their product offerings will evolve as part of IBM Software Group.

]]>
http://gpoul.strain.at/2010/06/15/ibm-to-acquire-coremetrics/feed/ 0
Lombardi uses GWT http://gpoul.strain.at/2010/05/25/lombardi-uses-gwt/ http://gpoul.strain.at/2010/05/25/lombardi-uses-gwt/#comments Tue, 25 May 2010 20:56:58 +0000 gpoul http://gpoul.strain.at/?p=950 You learn something new every day. Looks like Lombardi uses GWT for Blueprint and the web portions (i.e. everything that’s not Eclipse-based) of Teamworks. There is a video on the GoogleDevelopers channel where Alex Moffat showcases Blueprint and describes why they chose GWT.

In addition they’ve also been demoing their solution as part of the Google I/O 2010 Sandbox this week.

btw: Lombardi is an IBM company.

]]>
http://gpoul.strain.at/2010/05/25/lombardi-uses-gwt/feed/ 0
Google Chrome Web Store http://gpoul.strain.at/2010/05/24/google-chrome-web-store/ http://gpoul.strain.at/2010/05/24/google-chrome-web-store/#comments Mon, 24 May 2010 14:15:16 +0000 gpoul http://gpoul.strain.at/?p=957 Google announced the Google Chrome Web Store last week. I wonder how they came up with that idea. I’m sure in some meeting the idea made perfect sense. In the real world? Not so much.

]]>
http://gpoul.strain.at/2010/05/24/google-chrome-web-store/feed/ 0
Google Storage for Developers http://gpoul.strain.at/2010/05/23/google-storage-for-developers/ http://gpoul.strain.at/2010/05/23/google-storage-for-developers/#comments Sun, 23 May 2010 10:20:03 +0000 gpoul http://gpoul.strain.at/?p=943 At Google I/O one of the minor announcements was a cloud based storage offering called Google Storage for Developers.

The product is still in beta and developers can currently sign up to be placed on a waitlist. Given this has been released more than two years after Amazon S3 I would’ve expected that it would not be limited to US developers and US data centers. In comparison to Amazon S3 it is also missing CDN integration, which I think would be very interesting for many, no matter if they also use AppEngine or not.

This was announced hours after Amazon S3 continued to innovate; announcing their Amazon S3 Reduced Redundancy Storage.

]]>
http://gpoul.strain.at/2010/05/23/google-storage-for-developers/feed/ 0