Showing posts with label open source. Show all posts
Showing posts with label open source. Show all posts

Saturday, December 06, 2008

Symbian going open

A lot has been written in what regards to Symbian becoming an open-source operating system. The scheduled moment for that to become true seems to be 2010. In the meantime, some facts prove that they are taking it really seriously.

For example, the new Carbide C++ 2.0 has just been released for free. A bit sad for spending money this year on some Carbide Pro licenses, but a step forward into openness. Next step: kill Symbian Signed (or at least, seriously re-think of it).

[EDITED 2009-01-21: This post was written long ago but it was saved as a draft and not published -do not know why-. Published now! :-) ]

Thursday, September 04, 2008

Google Chrome

We have a new browser in town. If everything in the comic book is true, I think I'll change my default browser. Already waiting for it on Linux. And on maemo? :-) I wonder how a tab-model and plugin-model based on processes suits to a resource-limited machine. All my life in the university teaching me about how good multithreading is and in the end they sell that everything in its own process is better. Jokes asides, it is the same old story, more usage of resources for the sake of security and stability. I bet that a good multi-threading model would be able to do the same with no bugs is the best, but I guess we have all surrendered to the idea of making software without any bugs.

I'll test it in depth in the next days and then see whether I change the default to Chrome.

Ah, and it is great that it is based on open-source and it is open-source itself. Other browsers can take benefit of it, as Chrome has taken benefit from other open-source browsers. Will V8 become the "de-facto" standard in Javascript VMs?

Time will tell about all of this.