On the start page the now also tell me the group/discussion updates.

That's nice.
My thoughts on IT, the internet, mobile, open source etc.


Just listened to the most entertaining podcast from the O'Reilly Emerging Telephony Conference (from IT conversations): Tero Ojanperä (CTO of Nokia) made my day with the following line:
We [Nokia] have been long time advocate of the openness.
Bruhaha. And to prove my point:
Porting between S[eries] 60 and open source will be really easy...
Porting between open-source and anything... just shows their mind set
Apart from that it just shows a totally uninspired Nokia when it comes to internet and mobile.

Yet another software update for the Nokia 6233, v 5.43 to replace my 5.11
That's bad.
Hello Roman
I'm Little MOO - the bit of software that will be managing your order
with us. It will shortly be sent to Big MOO, our print machine who will
print it for you in the next few days. I'll let you know when it's done
and on its way to you.
Please do not remove the photos you have chosen from your account until
your order has been printed, or some pictures may come out blank.
You can track and manage your order at: http://www.moo.com/account
Please note, as your order will be shipped via Royal Mail First
Class/Airmail, it should be with you in around 10 working days, but it
won't have a tracking number.
Remember, I'm just a bit of software. So, if you have any questions
regarding your order please first read our Frequently Asked Questions
at:
http://www.moo.com/help/
and if you're still not sure, contact customer services (who are real
people) at:
http://www.moo.com/service/
Thanks,
Little MOO, Print Robot
MOO "We love to print"
Order details as follows:
There's a beautiful princess, prisoner in the highest tower of a castle, guarded by a mighty dragon, and a fearless knight must rescue her…
This is how each language would manage to rescue the princess from the hands of the dragon

Or do they check Xing or LinkedIn to see how I am connected in my job?
It might be possible to find indicators on how secure my job (in general) is, or how easy I find a new one, etc...
Does my insurance company check the internet? E.g. flickr to find out how much I'm travelling abroad?
Does anyone look at myspace or (more likely) facebook?
Do they learn from the information I give them anyway?
IBM joins the OpenOffice.org community to develop and promote OpenOffice.org technology
The step from doing something on ONE item to doing it on MANY items is the hardest.And there's an add-on:
Moving from ONE to TWO (in the above sense) is more complex than from TWO to MANY (unlimited).The reason for the latter is that (to me) "2" is still not as generic as "n", or as I like to put it:
2 is just a special case of 1quite often if you (in code) have to do something specifically twice, you don't use any loop or iteration construct, you just do it twice.
Now I just discovered a service, that cross-links the various ISBNs for what we consider the „same“ book:
OCLC Openly Informatics
The service is quite simple – you pass in an ISBN and get a list of ISBNs that reflect related editions of this book. There's a nice FAQ ( pdf) for it.
Try this link for the latest (and hopefully last) Harry Potter.
It is not a total solution to m³'s problem, but seems to be an incredible useful service by the OCLC – the Online Computer Library Center.
A good programmer working intensively on his own code can hold it in his mind the way a mathematician holds a problem he's working on. Mathematicians don't answer questions by working them out on paper the way schoolchildren are taught to. They do more in their heads: they try to understand a problem space well enough that they can walk around it the way you can walk around the memory of the house you grew up in. At its best programming is the same. You hold the whole program in your head, and you can manipulate it at will.Read the whole essay Holding a Program in One's Head.
JAVA is a technology whose value is near infinite to the internet, and a brand that's inseparably a part of Sun (and our profitability). And so next week, we're going to embrace that reality by changing our trading symbol, from SUNW to JAVA. This is a big change for us, capitalizing on the extraordinary affinity our teams have invested to build, introducing Sun to new investors, developers and consumers. Most know Java, few know Sun - we can bring the two one step closer.And no, it is not April 1st.
Common (if not so recent) wisdom says, that the „old media“ (esp. newspapers) don't like the „new media“, esp. everything that brags about „ user generated content“.
Today, however, I noticed that my favorite newspaper, Der Standard, uses the Flickr Camera Statistic to pimp up an article about the new Canon dSLRs.
No that bad after all, the Web 2.0, right ?
Sun and Synchronica just announced that they are about to add Synchronica's SyncML solution to their communications software portfolio ... at least that's how I read the press release:
Sun plans to use the core SyncML synchronization engine and the back-end connectors of the Mobile Gateway product to synchronize SyncML enabled devices with the Sun Java System Communications Suite or Sun Java System Application Platform Suite. Furthermore, Sun intends to use the provisioning module (OMA CP) enabling over-the-air configuration of mobile devices, reducing the need for manual device configuration. In addition, Sun is planning to use Synchronica's SyncML clients for Windows Mobile/Pocket PC and Palm OS enabling industry-standard synchronization on Smart phones that do not support SyncML out of the box.
That would be great, especially given the huge installed base of the Sun communications products (mainly the Mail Server) with ISPs and Telcos.
"[...] they are always gonna be making new stuff, so I'm always gonna be buying new stuff."
Why is it that a good share of the media coverage of the Sun IBM Solaris deal got it wrong.
E.g. Der Standard (my favorite print newspaper) talks about a „server alliance“ between „rivals Sun and IBM“ ...
Others do as well (maybe Der Standard just copied from AP, with a similar line
„Two longtime rivals in computing, IBM Corp. and Sun Microsystems Inc., plan to cooperate on server technologies, a move that could put pressure on their joint competitor Hewlett-Packard Co.“
If you haven't read of the agreement before, you probably think hardware... right ?
But its not about HW, its only about IBM reselling („OEMing“) the Solaris Operating System for its x86 line of servers. It is a big deal, but not a HW collaboration. And it will put preasure on HP (at least I hope so).
Ninotech Path Copy is a shell extension for Windows 95, 98, NT4, 2000, and XP that enables to copy the path of a file or directory to the Clipboard. You can then paste the path in to your document, e-mail, etc. You copy the path of a file or directory by right-clicking it in the Windows Explorer and choosing Copy Path from the context menu. The context menu then offers nine standard ways of copying the path, in addition to the user defined copying methods that you create yourself:
and you can pick whether you want to shortname or longname of the file, or the full path, or the full network path (UNC), ... Great.Finally, as with all smartcards used for online authentication, the need for smartcard readers to access the digital certificate. However, it may be that widespread availability of smartcard readers (one for every computer) is not a problem in Austria.Given the current acceptance of the Bürgerkarte with citizens (or rather lack there-of), one can easily see that the burden of the card reader is indeed still a problem in Austria.

Yet another windows customization reminder:
Since I frequently have to open a command prompt right from the folder that I'm on in explorer, I'd like to have a context menu entry for folders that does this.
Here's the way to do it:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\Command Prompt]
@="Command Prompt here"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\Command Prompt\command]
@="Cmd.exe /k pushd %L"
Other ways to do it and more tipps in that category can be found here.
"By right-clicking on the address bar, you can set it to auto-correct your errors, or you can have it ask you before making any corrections."

Task: How do I get any (arbitrary) folder into the short-cut bar in the Open/Save-As Dialog in Windows (XP) ?
Not just History, My Documents, My Computer, ... no one needs those.
Answer: First of all, one has to know (i.e. find out) that this short-cut bar is referred to as "places bar" and those folders listed there would then be places.
This way it is much more effective to google for.
The places bar is defined in the registry under HKEY_CURRENT_USER\ Software\ Microsoft\ Windows\ CurrentVersion\ Policies\ comdlg32\ PlacesBar
and consists of 5 entries (this seems to be fixed in the code, I could not find any reference to changing the number of entries),
called Place0-Place4.
For each place you can (read: have to) define its location in the filesystem or a handle to well known or pre-defined windows places.
You must enter the predefined places as numeric values (DWORD), e.g. My Pictures=39, Desktop=0, etc.
There are places on the web, where those values are listed.
I show an excerpt from here. at the end of this post.

Now I'm pretty sure that - like me - you don't just want to have any of those folders there, but something
else, like "D:\download" or whatever. In that case you make a String (instead of the DWORD) and just enter the name of the folder ("d:\download") as the value.
My placesbar at home looks like this (on my business laptop I have more "personal" places defined than just one) and the
registry (ready to import ;-)) like this:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\comdlg32\PlacesBar]
"Place0"="d:\\download"
"Place1"=dword:00000000
"Place2"=dword:00000005
"Place3"=dword:00000011
"Place4"=dword:00000012
There are also tools on the web that help you create the respective registry entries. All you have to do then is, copy/paste those to your computer and import the resulting file into the registry.
There you go, quite easy actually.
Here are some of the folder definitions:
| Folder | Hex | Decimal |
| Desktop | 0 | 0 |
| My Computer\Control Panel | 3 | 3 |
| My Computer\Printers | 4 | 4 |
| My Documents | 5 | 5 |
| Favorites | 6 | 6 |
| Recent | 8 | 8 |
| My Music | d | 13 |
| My Videos | e | 14 |
| Desktop | 10 | 16 |
| My Computer | 11 | 17 |
| Network Neighborhood (My Network Places) | 12 | 18 |
| All Users\Start Menu | 16 | 22 |
| All Users\Start Menu\Programs | 17 | 23 |
| All Users\Startup | 18 | 24 |
| All Users\Desktop | 19 | 25 |
| Application Data | 1a | 26 |
| USERPROFILE\Local Settings\Application Data\Microsoft\CD Burning | 3b | 59 |
Seems to be the week of network storage: both Google and Microsoft launched storage related services; with Google it is just the option to buy (!) extended storage for Gmail and Picasa. Microsoft's Live SkyDrive is a „regular“ network storage offering, like XDrive and others already offer – just smaller.
Sounded more promising when I read the headlines ... ;-)
The Burton Group hosted a User-Centric Identity Interop at the Catalyst Conference in San Francisco during the week of 23 - 29 June 2007; a public demo session was held on the evening of Wednesday 27 June to showcase the accomplishments of the participants in this event.
Finally there is a new software version for the Nokia 6233 out: V 05.10 (check it at http://www.nokia.com/A4305060).
This fixes my problem with the previous release (4.91) which would not allow Google Maps Mobile to connect to the network. Now it works again...
One of our most important goals is to enhance the lives of Thunderbird users. We don’t know if we’ll ever have, as Mitchell states, “enough [people] to compete with other players for a consumer based product.” But we do know that millions of people use and depend on Thunderbird every day, and with dedicated resources and focus, we know that we can enhance the lives of millions more.Additionally, we want everyone to know that each developer, localizer, and tester means a great deal to us, and every contribution to Thunderbird is valued and important. Adding just one person to the effort, for example a dedicated Thunderbird build engineer, will make a huge difference. In fact, just that one person would have enabled us to release Thunderbird 2.0 a couple of months earlier.
of the current document (not the DOM) in the sidebar... So you essentially get the same effect Acrobat Reader has with the what they call the bookmark view , but for web/html pages.This is quite useful for huge (unstructered) HTML documents that are still structured enough to have proper headings defined (i.e. the h1, h2, ... tags)
I found this thanks to GullFOSS who use it as a better way to navigate the OpenOffice Developer's Guide:
Try it out and browse for example the Text Documents chapter of the Developer's Guide and press alt-o. I am sure you will like it.
Thanks...
.. and yes, the OOo Developer's Guide needs some more structure.
"Mozilla has been supporting Thunderbird as a product since the beginning of the Foundation. The result is a good, solid product that provides an open alternative for desktop mail. However, the Thunderbird effort is dwarfed by the enormous energy and community focused on the web, Firefox and the ecosystem around it. As a result, Mozilla doesn't focus on Thunderbird as much as we do browsing and Firefox and we don't expect this to change in the foreseeable future. We are convinced that our current focus - delivering the web, mostly through browsing and related services - is the correct priority. At the same time, the Thunderbird team is extremely dedicated and competent, and we all want to see them do as much as possible with Thunderbird.
We have concluded that we should find a new, separate organizational setting for Thunderbird; one that allows the Thunderbird community to determine its own destiny."

"The Sun ODF Plug-in for Microsoft Office allows users of Microsoft Word, Excel and Powerpoint the ability to read, edit and save to the ISO-standard Open Document Format. The ODF Plug-in is available as a free download from the Sun Download Center (SDLC). "Download the ODF Plug-in.
ul li p {
display:inline;
}
To set the appearance or a paragraph that is nested within a list item of an unordered list to “inline” instead of “block”, so it no longer starts on a new line.
Hope this works now, I hate the manual edit...
"Read / write ZFS beta for Leopard reportedly sent to developers"
„Miscellaneous“ is a container or category, but not a tag.
Meaning: if you really need to categorize things, i.e. you have to stuff them into a physical or virtual container, you sooner or later end up with a „Miscellaneous“ category (drower, folder, ...). That's because, if things need a container (...) you have to invent one for things that don't match your other containers. Check your kitchen or basement for proof.
Tags (as used by Google, Flickr, del.icio.us, ...) are not containers as such. They don't hold anything. Things can be tag-free (maybe they shouldn't, but they can). So there is no need for a „misc.“ tag.
Do never create a „Miscellaneous“ tag. It does not make sense.
Quite interesting (at the end of the interview) are David's and Phil's thoughs on egoistic (my word) and altruistic (their word) tagging, i.e. if you tag only for yourself (the early days of del.icio.us according to David) you will and should pick other tags than when you tag for others as well („ social“ tagging).
Listen in.
"Welcome to eNormicom!
Look, we don't want to waste your time...or ours.
You must be determined to create massive economic results in the next 10 minutes. Ready? Then read on.
It takes a lot to differentiate your brand in today's 'me too' world of electronic business solutions. At eNormicom, we create and develop campaigns that break through the chatter clearly and consistently.
Is your company having an e-dentity crisis? Then you need the eNormicom Image Bucket Program™..."
via Doc Searls
I just changed the template for this blog slightly, to make better use of the screen width.
So if you see any problems with alignment or on „legacy“ screens with less then 1024 pixels width just let me know.
Finally I got hold of the Sun Weblog Publisher for StarOffice – the one that now works with the new blogger ... This entry is to test this assumption. Seems to work.

via TechCrunch
In the year 2014, The New York Times has gone offline.
The Fourth Estate's fortunes have waned.
What happened to the news?
And what is EPIC ?

If I were to convince my publisher to make this available under Creative Commons would folks find this noble or throw daggers? Maybe I should put my money where my mouth is and make a strong commitment. If 50 bloggers trackback to this blog entry, I will ensure this happens by August 1st.This is something to support - creative commons at work...

Hopefully this is the last time we'll be forced to post on this topic, but we're not holding our breath: now InformationWeek -- which quoted an Apple executive this morning stating the polar opposite -- is reporting that Sun's ZFS file system IS in fact included in Leopard, albeit with a number of huge caveats. According to a company spokesperson seeking to clear up Brian Croll's "misstatement," while HFS+ continues to be the primary system used in OS X, ZFS has been coded in as a latent, "read-only option available from the command line." An IW reader claims to have accessed the system through Disk Utility's Erase menu, and states that "ZFS is only available on non-boot drives on Sun systems, so this is also the case for Leopard" -- seemingly reinforcing Croll's later assertion that Apple is really only "exploring it as a file system option for high-end storage systems with really large storage." So there you have it: Sun's Jonathan Schwartz wasn't pulling our leg after all, even if ZFS fanboys won't be pleased with the (presumably) final word on this.This is getting more fun than I previously thought...
"Sign one more up for the browser war, Apple is shipping the third version of its well received Safari WebKit-based browser over to foreign shores to duke it out with the likes of IE, Firefox and Opera... on Windows."Even engadget don't seem to take it seriously...

"Senior director of product marketing for the Mac OS Brian Croll told IW point blank that 'ZFS is not happening,' contradicting Schwartz's assertion that his company's 128-bit file system would be bringing goodies like built-in data integrity and virtual storage to the iMac and friends."well, the rumors were to good to be true... even by my big boss.
"Is ZFS Apple's secret weapon?Well the most comfortable (unix) filesystem on the planet would make sense on the mac, wouldn't it...
Sun spilled the beans about ZFS and Apple's upcoming OS X update, but what is ZFS, and how integral is it to Leopard?"
(for full disclosure: I'm a Sun Microsystems employee)
We are hearing a LOT of chatter about a possible Xing-Plaxo merger in the $250 million range. The deal makes some sense - newly public Xing is headquartered in Germany and hasn’t gotten much traction in the U.S. where it competes directly with LinkedIn. Plaxo, with a very strong U.S. presence, could give them the opportunity they need to attack this market."