Ivan’s private site

April 5, 2010

Interactive fountain

Filed under: General,Hungary,Private — Ivan Herman @ 7:23
Tags: , ,

A new toy in Budapest, Hungary: an interactive public fountain. Imagine a rectangle (about 10 by 5 meters) with jets of water shooting vertically up into the air at the perimeter. It looks like a room with walls of water. You approach the wall, and a small portion of that wall opens like magic (some parts of the jets stop working), you enter the room and the wall closes behind you (ie, the jets start working again). The same happens if you want to leave the room; you just approach the wall which gracefully opens to let you through. See the picture (click on it to get a somewhat larger image); it shows what happens…

That is whole idea. Simple but great; of course, many people enter the room at various places and various times, some of the jets are not yet in full force, etc, so it gives the fountain and ever changing aspect. When I saw it (yesterday) it was fairly cold outside, but I see in advance that in summer heat this will really be great fun!

As a techie: I tried to find and see the sensors that are, obviously, under your feet both inside and outside the water wall somewhere under your feet. I guess the trick is to have these sensors placed in a way that you do not see them at all to make it all really feel like magic. And indeed, though I tried, I did not see them…

Nice stuff!

February 27, 2010

Digital memories (or the lack thereof)?

Filed under: General,Private — Ivan Herman @ 18:15

A few weeks ago I visited my mother in the south of France. By moving around some furniture at her place we stumbled upon a bundle of old letters. Letters written by long gone friends from right after the War, i.e., around 1946, for example from  young American soldiers who were in Paris at the time when my mother was a student there. It was touching and also nostalgic to look at these old envelopes, written in a style and in a handwriting that that is really not of this time and age any more. But it is part of my mother’s life and hence, in some way, of mine, too.

However: what will I show to my son when I reach my mother’s age? I actually did write a some letters to my wife; after all, our relationship precedes the e-mail era. But we certainly do not do it any more. And my son’s generation clearly does not even know what it means to write handwritten letters to friends or family. It is all skype and facebook and email: although these can be archived, these messages are nevertheless inherently ephemeral.  What will he show to his children? We seem to loose something essential… and I am not sure what to put in its place.

December 29, 2009

Stories of a move (from WindowsXP to Mac) Part II

Filed under: Private,Work Related — Ivan Herman @ 13:08
Tags: , ,

A few days ago I wrote a note on my move from Windows XP to Mac. I received some comments since, and have also discovered some additional tricks; maybe it is helpful if I write a follow-up… It serves as a set of notes for myself but, if it is useful for anybody else, all the better!

First of all, as one of the comments by Daniel Grace to my previous note made me understand, I could have used the installation DVD I got with my machine to install Xcode, instead of getting on the Web for that. My impression was that this DVD is there only when one has to re-install Snow Leopard, hence I did not really consider this. My bad, I could have saved some transfer time…

So here are some other smallish tricks and discoveries

  • You can recycle a bunch of hardware goodies that you might have had for your PC:
    • My mouse works out of the box and, in contrary to the popular belief, the right click also works automatically. Nothing to do…
    • I also have a cheap Logitech USB keyboard: just plugged it in and it worked. The ‘Windows’ key (the one with the Windows Logo, ironically) maps to the most typical Mac key, the one with this curved symbol and usually referred to as ‘Cmd’; the ‘Alt’ and the ‘Ctrl’ are simply reused.
    • Actually… the default keyboard setup, though works, is not ideal. There are indeed some unfortunate small differences in the physical layouts (I use a US keyboard): the horizontal order of the ‘Cmd’ and ‘Alt’ keys are reversed compared to the laptop‘s own keyboard and the ‘~’ character and the ‘±’ characters are also switched. Disagreeable, because one‘s fingers get messed up. But the flexibility of the Mac comes at your rescue for the command keys. Indeed: go to the Keyboard setup in the system preferences, click on the “modifier keys”, be careful to choose the right keyboard on the top menu, and change the setting. I switched the command and option keys and, voilà! it is exactly like on the laptop.
    • I also switched the default setup for the laptop’s keyboard so that the function keys would behave, by default, like the external keyboard’s function key (instead of the built-in facilities like dimming the screen). This helps my fingers remembering the right usage… If you begin to use things like Exposé (most of us have already seen Mac users displaying a small version of all windows on the screen to switch quickly among them, that is the one!) it is good to have the same keyboard setup than on your external keyboard. You can do that change in the ‘Keyboard’ setup panel, too.
    • I also have a small Polycom® Communicator C100 that I use for Skype: although the Polycom site claims that it is usable with Windows only, that is actually not true. I plugged it in and it works. The only thing you cannot do is to start up Skype using the button on the device. Big deal.
    • One difference, though, that cannot really be handled: the PC-s, usually, have two slots for headphones, ie, one for listening and one for the microphone. If you want to use a headphone on the Mac for Skype, for example, you will have to invest into a separate headphone with USB. Which is unfortunate because the Mac laptop has only two USB slots, which is not much these days. That being said, the mike of the laptop itself may be good enough, in which case any headphone will do for listening.
  • I need accented characters, plus some other special characters like quote marks or ellipses. Most West-European characters (e.g., for French or German) are available using a two-key solution. For example, to type the character ‘ü’, you have to type ‘Alt-u’ then ‘u’. You also have a help tool: go to the Language & Text setting and choose the ”Keyboard & Character Viewer”. You should also click the ”Show input menu in menu bar”. You will get a symbol on the upper right hand corner of the screen and you can then get a virtual keyboard on your screen which shows what you have to type. The rest is just trying and getting used to. B.t.w., you can also add other keyboard types; e.g., I checked the Hungarian keyboard, too. What happens is that using the same menu item you can change the keyboard to be Hungarian. Although the physical keyboard remains the same, using the virtual keyboard you can get characters like ‘ű’ or ‘ő’. A bit convoluted (better use a real Hungarian keyboard for this case) but can be helpful in some cases.
  • The Mac user interface, e.g., the Finder, is the land of keyboard shortcuts. It will take many weeks before I get used to all of them. If you do have David Pogue‘s book, keep the relevant appendix under your pillow. The possibilities in getting around in the Finder are rich and well worth getting used to.
  • One of the tiny goodies: if you want to have your shell windows’ title to show the directory you are in, add this to your profile (I use bash, so it is in ‘.bash_profile’:
    PROMPT_COMMAND='echo -ne "\033]0;${PWD/#$HOME/~}\007"'

    A bit cryptic, but it works… (thanks to Carine and Coralie).

  • As Karl said in his comment, some GNU software, that are usually installed on a Linux box or with cygwin (e.g., wget) does not come installed. But downloading the source code from the GNU site, going through the configure+makefile dance seems to work. I tried it with wget, although I had to run the configure script with –prefix=$HOME (ie, install the program in my home directory, not into /usr/local). I presume that this is related to the super user vs. administrator account that I noted in my earlier blog.
  • Of course, there are programs that crash or have otherwise strange behavior although, truth must be said, until now I had only problems with Thunderbird (in combination with some extensions) and with Komodo Editor, i.e., not with Mac software (I know, this will come:-). It is therefore good to know about the “Force Quit” menu entry under the Apple menu (upper left hand corner). It gives you an easy way to shoot a program.
  • OpenOffice (or its Apple equivalent, NeoOffice) is fairly easy to find and well documented. I had more difficulties finding LaTeX, but I found, after all MacTeX. It is a fairly standard (though large) Mac distribution and it seems to work (add /usr/texbin to your Path variable if you want to use it from bash).
  • Bluetooth is always black magic. I paired the Mac with my Nokia and (with the extra driver I had to install, see my previous blog) it synchronizes and I can also browse the content of the phone (submenu for the small bluetooth sign on the upper right hand corner), send files to and from. Great. But I also paired it with my EEE PC (runing Linux); I can send files to the EEE PC but not from. No idea why (this worked without problems on Windows).

December 22, 2009

Stories of a move (from WindowsXP to Mac)

Filed under: Private,Work Related — Ivan Herman @ 20:46
Tags: , ,

A few days ago my laptop has changed. After about 13-14 years of Windows usage I decided to take a deep breath and change for a Mac running Snow Leopard. I was never a pure Windows user in the sense that the first thing I always did was to install cygwin to give me a pseudo-Unix environment on Windows (I had used various Unix look alikes for about 15 years before and I still use various linux boxes on and off). Also: I stopped at Windows XP, never used Vista or Windows7 (I have heard that some of the features I found on the Mac are now around on those, too). Finally, I am a computer person, working on and with computers, so I do need some features that the lambda user does not. I thought writing down my journey may be useful for others.

A dear friend and colleague of mine used to say “I know the jungle, and therefore I am afraid of the jungle”; ie, with all the praise you hear about OS 10, I was still a bit weary and expected hiccups. And there were of course small issues, essentially finding the right information; some of my colleagues both at W3C and at CWI were of a great help. And, of course, when you do not find something, there is also a google search, which often yields the answer. And the bottom line of my 3 days’ experience: this jungle is friendly:-)

First of all, the book of David Pogue, “Switching to the Mac: The Missing Manual, Snow Leopard Edition”, was of a great help (as an aside, kudos to O’Reilly that all their books are available as electronic only, too…). That book, plus some chats with my colleague Jack Jansen at CWI gave me some information in advance that may not be absolutely obvious at first. As an example, and in contrast to Windows or Linux, the “thing” you click on when starting a program is not an executable, but a special folder, that carries everything the program needs. This why installing a program, moving it around, etc, becomes so much more easier than on a Windows; no trace of that damn registry that makes re-installation and uninstallation so complex there.

So here are some of the issues I did hit, however (I do not want to spend time on installing, say, Thunderbird. That just goes smoothly and is well documented…)

  • Snow Leopard does not come with CVS installed. Bugger. However, after poking around on the Web, I found out that you have to install the XCode tools from the apple developers’ site. You have to register as a Mac developer (it is free), installation is simple, and it does install CVS. To be honest, I am not sure what else is installed…
  • There is an installed Apache server on the machine (to be precise, Apache 2), but it is fairly well hidden. I expected to find it as a program to be started from the command line (that is the only way I could get it reliably working on Windows for various reasons) but that is not the case. Apple->System Preferences->Sharing gives a bunch of preferences, and you have to check the “Web Sharing” box to start the server (not really obvious, I must say). Then it almost works, except for PHP: luckily, I found a blog item from Kev Chapman that gives details on how this should be done. Essentially, the http.conf should be changed (good I found it because I had my own extra settings to add).
  • Although the machine is mine and I am an administrator, I am not a super user automatically. One has to use, say the sudo commands in some rare cases. I have seen that in Linux, but is unknown to an average Windows XP user… something to get used to.
  • Coming from cygwin I was used to be able to start up an editor for a specific file from bash (it was not always easy to set that up in Windows, but that is another matter). After my queries, a bunch of colleagues at ran to my rescue (thanks to Coralie, Bert, Yves, Carine, Thomas from W3C and Jack from CWI) telling me that the open command can be used to open a file with its default “handler”; even better, it can even be overridden. Eg, to open a file with the Komodo Editor, one can say open -a /Applications/Komodo\ Edit.app fname and off you go.
  • I was of course a bit wary of the old files moving over from the old environment. No real problem. The only slight issue I had was with iTunes: I expected to simply move my sound files, set iTunes to take that as its library. Nop. You have to import the sound files to the local iTunes set up. No big deal, just takes a bit of time with the 40+GB of music I have on my disc. All other moves were just a piece of cake from my external PC hard discs.
  • At first my Nokia E90  did not synchronize with iCal and Address out of the box. Thanks to Thomas I found out that one has to install an extra driver from the Nokia site and then it works.
  • The only failure: my old, HP printer+scanner does not work as a scanner (although it works without problems as a printer). Unfortunately, Snow Leopard has scrapped this old, 10 year old model from its list. Nothing I can do about it. A little investment to come…
  • It took me a while to find out how to use the Mac with an external display and only the external display (eg, with the lid of the Mac closed). After a while (and poking around the Web) I found out: you set up the external display with mirror (that is relatively straightforward), then you close the lid (ie, the Mac goes to sleep) then you, say, hit a key on the external keyboard, put something into the USB slot, or something similar. Ie, you wake the system up with the lid closed; it will use the external screen. I found that a bit convoluted (maybe there is a better way), this is usually a matter of a function key on Windows…

Of course, I had to install a bunch of extra software. This is largely a matter of taste, though, not really of a major interest here. Many programs (Komodo Editor, Mendeley desktop, Skype, browsers like Opera or Firefox, mailer like Thunderbird) have a version for both Windows and Mac, so that was an easy choice for now. I found Colloquy as an IRC client; it seems to work well. I found the ease of the backup system (TimeMachine) remarkable; backup has always been such a complicated issue on Windows…

Many people told me that once you have transferred to a Mac, you do not look back. I cannot say that yet,  of course, but the transfer has been remarkably smooth.  Maybe these notes will make it even easier for others…

(I have received some useful comments since the original version of this blog. In case you face the same transition problem as I did and you read this blog, make sure to read the comments! See also a continuation blog…)

October 16, 2009

Seduce with free services?

Filed under: General,Private,Social aspects,Work Related — Ivan Herman @ 8:01

I ran into this two times in a week. I hope it is just a coincidence…

The story is simple. You find some service on the Web which looks nice and helpful. There are various options: you may take a minimal service, which is free of charge, or you can also choose extra services for a fee. It sounds like a decent choice: if the minimal service fits your needs, you are happy, if you need more, you pay something. I presume we all use services like that.

But then… if you take the free option, you may get a mail after 2-3 years’ of  usage saying that sorry, the free service is discontinued next month; you are welcome to upgrade for the paying service, otherwise, well, good bye. As I said I got this type of mail twice in a week: one from a service giving a minimal synchronization of my phone’s calendar with Google’s, the other providing a simple email certificate for signing my mails. On a matter of principle I will not upgrade; I do not find this approach really acceptable.

So… will Gmail, WordPress, or other similar services decide that they have attracted enough customers, they can now start charging? As I said, I hope this was just a coincidence and not some sort of a general direction…

June 28, 2009

“Because a country using only one language and having only one custom is weak and frail”

Filed under: General,Hungary,Private — Ivan Herman @ 12:27
Tags: , , ,
Saint Stefan
Image via Wikipedia

I have already blogged a few weeks ago on the sad success of right wing extremist parties in Europe. One of the toughests and, in my view, most frightening one among those is the Hungarian “Jobbik” party, with its openly racist, anti-Semitic message. Being Hungarian, I feel embarrassed and saddened by their success… However, a new Facebook group, set up recently to fight against this Hungarian phenomenon, has made me realize a sad irony, too.

One of the historical figures of Hungary is St Stephen I of Hungary, the first king of Hungary. He established the Kingdom of Hungary more than a 1000 years ago, ensuring the future of his nation. As such, he has become, among others, the reference point for all nationalists and, of course, racist movements in Hungary.

St Stephen had a son, Prince Emeric (Imre); and St Stephen wrote a text to prepare his son to play his a role as a king. This old text, known as “Saint Stephen’s admonitions to his son Emeric”, is available on the Web thanks to the National Library of Hungary (sorry, only in Hungarian, I could not find an English translation). It consists of 10 general admonitions, the 6th being on the role of foreigners (the text actually uses the word “guests”) in the country. It would be a bit long to translate, but the title of this blog may be the most important sentence of the paragraph:

Because a country using only one language and having only one custom is weak and frail

(If you are interested by the original: “Mert az egy nyelvű és egy szokású ország gyenge és esendő.”)

Wise words coming from the “dark” middle ages! Worth for a number of people, from the Netherlands to Hungary, to think about…

Reblog this post [with Zemanta]

June 8, 2009

The right-wing extremists on the move…

The right-wing extremists on the move—in Austria, Hungary, Romania, Bulgaria, Greece, Denmark, the Netherlands. It is a shame— for the large people’s parties and for the voters, which did not participate in the elections.

This is a quote from a blog published on the Web site of the German ZDF television (see the German original). I couldn’t agree more. I live in the Netherlands, where Geert Wilders’ rasist party became one of the strongest parties in the country; I carry a French passport and the Front National will still send representatives to the EU Parliament in the name of France; and I also carry a Hungarian passport and the local right wing “Jobbik” party of Hungary has made a breakthrough yesterday evening. This is not a good day…

(Somme “nuggets” from the declarations of the EU representative of Jobbik: “I would be glad if the so-called proud Hungarian Jews would go back to playing with their tiny little circumcised tail rather than vilifying me”,…“We had a dream that we would not become a second Palestina. This dream has just come true…”. Wonderful…)

One can of course be optimistic: these movements come and go, they are in a minority. And I hope optimism is till o.k. But when I see these people marching on the streets of Budapest where I grew up, or when, as a foreigner in the Netherlands, I am indirectly accused by an official party of stealing the job of locals, then, well, it is not easy to keep up my optimism…

March 14, 2009

The art of consensus… in standards and in politics?

When you work at, or with W3C (or any other standard setting organizations, for that matter) there is always a discussion on the pros and cons of consensus building. It is hard to achieve, not always pretty, and it is certainly one of the reasons why the process slows down. But most of the participants also recognize the benefits, too. It is nevertheless not always easy to strike the right balance between consensus and speed, that is for sure.

I realized the other day that some of the political and economical discussions these days provide nice analogies. As we all know, the economical turmoils of the past few months force all governments around the globe to do something. But there is no agreement on what this “something” is; all governments are frenetically trying to give it some shape. This is also true in the country where I happen to live, namely the Netherlands. A few weeks ago the government made some dramatic announcements on the possible effects of the crisis, and also declared that major changes have to be done in the economic and social fabric of the country. And since then? Well, enter the typical Dutch approach: consensus building.

One has to know a little bit how the political system works in this country. There are elections, of course, and various parties make all kinds of promises before those. But after those elections comes the next phase: building a coalition (it never happens to have one party gaining an absolute majority). This coalition is based on building consensus. Future coalition parties come together, and they shape what is called a “government contract” (after all, this country built its wealth on trade!). This is a real contract, that all parties sign, and which reflect the consensus among the parties of what they can achieve together and what they cannot. Each party has to give up some of their electoral promises, but the whole country understands that and, as long as it is clearly stated in that contract, it is perfectly all right. From that point on, the government’s job is to, essentially, fulfil that contract. Of course, creating such a contract is a long process (last time around it took 5-6 months to build a government!). However, the result is that, comparatively, the stability of the Dutch governments, and indeed of society as a whole, is quite remarkable when compared to many countries around. In the 20 years that I have been here I have seen only a few minor strikes (nothing compared to France or Italy…), no major social unrest, and all this coupled with a relatively high living standard.

So to come back to the current state of affairs: the economic turmoils mean that, in fact, a new contract has to be signed because the old one has become, essentially, moot by the bank crisis. So the government parties and the major trade unions are now fiercely negotiating to find a new consensus. This has been going on for weeks and nobody knows what the outcome will be. Maybe I will have to work longer for my pension, maybe I will have tax reductions, maybe I will have to pay a higher tuition fee for my son… all these are on the negotiating table. What is interesting is to see the sharp contrast between this process and the way the crisis is handled in some other countries (like those that I follow more closely, ie, France or Hungary where the governments seem to take fairly one-sided steps without too much consultations with the rest of the society). The Dutch way is certainly way slower and, well, maybe more boring (it is more fun seeing strikes paralysing a whole country like France than just wait for these merchants to finish their negotiations:-) but, maybe, more beneficial on long term. We shall see of course, I may be wrong. But consensus building may prove beneficial again on the long run.

B.t.w., this Dutch way (which is also used in Belgium, actually) has even gained a name: this is the “polder model”, and it even has a Wikipedia page!

November 16, 2008

Classical Music and Improvisation (re: Gabriele Montero)

It was the French Classical Music channel (France Musique) that made me discover the name of Gabriele Montero. A great classical pianist from Venezuela (if a person like Marta Argerich says “I have rarely come across a talent like Gabriela’s. She is a unique artist.”, well, that means something). But what really caught my attention is that Montero does something very rare: she does classical music improvisation.

Musical improvisation has a strange history in Western classical music. There was a time when it dominated classical music: Bach was considered to be incredible improviser at the keyboard, and so were most of his contemporary musicians like Händel or Telemann. In fact, the tradition claims that some of Bach’s keyboard pieces are just the write down of his improvisations (the best known example is the “The Musical Offering” which includes a three-voice fugue for keyboard and which was probably the improvisation of Bach when he visited Frederick II of Prussia). And, in fact, even when playing “published” music a baroque artist was not only allowed to improvise a little bit here and there, but it was, sort of, expected from him.

But this tradition has disappeared. (I am not talking about jazz here. That is different.) Today a classical musician is supposed to follow the notes, the dynamics, the speed, etc, exactly as written down by the composer. Of course, this is not 100% true, musicians do have a great freedom of expressiveness, otherwise any machine would do. But it is certainly not allowed to deviate from the notes as written down in the music. Improvisation is not expected by the public, rarely practiced by musicians, not taught at conservatories. Actually, if an artist still does it, the “established” community of musicians will very often consider this as not “serious”, not worthy of a real classical musician… It requires a certain guts for a serious performer to do it in public.

Well… and Gabriela Montero has the guts. And that is why it is worth remembering her name. There are a bunch of videos on YouTube; maybe the one I prefer is a baroque style improvisation on Debussy’s Claire de Lune. Quite amazing: improvising counterpoint on the fly… She also has some CD-s where she recorded improvisations she made on Bach tunes (“Bach and Beyond”) or Baroque tunes in general. If you are interested in classical music but you also want to hear something a bit… unusual, then it is worth checking out!

B.t.w., she also has a web site (of course :-) where one can submit her a tune, she would improvise on it and send back the result in MP3. I might check this out sometime…

October 4, 2008

Internationalization and smart phones: an unhappy marriage?

Filed under: General,Private,Work Related — Ivan Herman @ 18:01
Tags: , , , , , ,

I recently went through the process of renewing my mobile contract which (in Europe) is usually a good opportunity to update one’s phone. Although my previous (smart) phone, a Nokia 9300i, served me well, an upgrade to a newer model is always a good idea. However, it turned out to be more complicated than I thought…

The complication is that I am a little bit off the beaten track, so to say. I live in the Netherlands, but I usually work using English, and I have text (addresses, data) on my smart phone in Hungarian. This also means using characters specific to this language (ie, ű, ő). Ie, I need a system in English, but with the possibility to, somehow, type in those characters, too. I have lists of all my books, CD-s, etc, that I have been maintaining for many years and I’d like to have around on my smart phone. I would not think this is too much to ask…

Of course, following the hype, I looked at the iPhone. Although I must admit I do not really sympathize with the business approach taken by Apple for iPhones and its applications, I thought I would have a look nevertheless. But… Apple doesn’t speak Hungarian. Neither does it speak Czech, Croatian, and other Central European languages for that matter, except for Polish. This means that there is no way one can type in those characters (and I am not sure it could display them all right). With all the hype around the user friendliness of Apple I was shocked to see them forgetting about cca. 30-35 million people who would simply want to use their own language properly. Exit Apple’s iPhone…

Next stage was Windows Mobile based smart phones; after all, it claims to be Unicode based! And there are some very sexy models out there these days (like, the HTC Touch Pro or Samsung’s Omnia), which try to compete with the iPhone. So I had a look. Using an English model the system gives you the possibility to use a virtual keyboard, and this indeed gives the option of using a “symbol” pad containing all kinds of characters including my Hungarian ones. A little bit awkward but, well, one can live with it. So, for a moment, I thought I was sold! But then came the shock: there is no way one can get a Windows Mobile phone with an English operating system in the Netherlands! Providers can give you Dutch systems only. To add insult to injury, for some reason or other, the Dutch system does not include that extra symbol key pad. (Why?) Ie, even if I accepted to use a Dutch system, it would not be usable. Exit all Windows Mobile devices…

My next target was Nokias E90. A slightly older concept than these sexy new breed of smart phones, no touch screen, no animation but, after all, who really cares if otherwise it does the job? It is sold as an upgrade of the old 9300i (where I had no problem with those characters), so I expected to have all features I was looking for without any problems. Wrong…:-( The E90 (ie, Symbian S60, the operating system) indeed offers you a way to type in accented characters. But, as a default, only the Western ones… Ie, no problem typing in œ, or ç, but no ű or ő (or characters like ř, č, ł, to refer to non-Hungarian ones, too). Ie, the E90 is actually a step back compared to its predecessor, where typing in all these characters was not a problem.

Dead end? Well, almost. Thanks to my colleague, Steven Pemberton, we found out that Symbian gives you the possibility to switch languages via what it calls “writing aids”. This changes the available character set. The models sold in the Netherlands have English, Dutch, and… Romanian. Why Romanian I have no idea. But I was lucky: although the Romanian language does not use ű or ő, it so happens that there is a significant Hungarian minority living in Romania, so the character set for Romanian included those two characters, too. Ie, I was off the hook, but that was shere luck, not design. If I want to type in a, say, Czech character (eg, if I buy a new CD of Dvořak) then, well, I will have to do some copy paste:-( But I had no choice so, after all, I decided to live with that, and I am now the happy owner of a Nokia E90. Story ends.

Don’t take me wrong. For a bunch of other things the E90 is a very very good smart phone, has a much faster processor than the 9300i, Web access is really a breeze (it uses Safari, afaik), it looks and feels great. Ie, it serves my purpose after all. But I dream of a time when internationalization is not a pain but a natural part of these devices (or any other device, for that matter)…

Next Page »

Blog at WordPress.com.