Posts tagged culture
Nokia should Learn, not Teach
Jun 15th
From Slashdot:
Nokia Urges Linux Developers To Be Cool With DRM
superglaze writes in to note that according to Nokia’s software chief, its plans for open source include getting developers to accept things like DRM, commercial IP rights, and SIM locks.«[Ari] Jaaksi admitted that concepts like these “go against the open-source philosophy,” but said they were necessary components of the current mobile industry.
“Why do we need closed vehicles? We do,” he said.
“Some of these things harm the industry but they’re here [as things stand]. These are touchy, emotional issues, but this dialogue is very much needed. As an industry, we plan to use open-source technologies, but we are not yet ready to play by the rules; but this needs to work the other way round too.”»
So, Nokia wants to EAT using the knowledge and the software that the Open Source Community created… and, at the same time, change it’s culture and impose concepts that are COMPLETELY against the Open Source “philosophy” itself. Interesting…
Instead of learning of the quality of what the Open Source community is capable of doing using a development model built around “equality and quality”, they want to teach/impose? And to who? To the Trolltech employee? They are free to do so… but this does not mean that the rest of the Community will change its mind.
QT? There is KDE that has a foundation to protect it PLUS there is always the Fork option
.
Think about XFree86 and X.org: nowdays they lost all the users… because of the stupid decision of changing the license.
Sorry mates, this is not the right way. And now you are not the only player any more: still the biggest… but this is changing, and the Q4-2007 + Q1-2008 says that more than anything else.
Source: Pollycoke.
How Google works
Apr 17th
I was looking for info about MapReduce and I thought that would have been a good idea to take a look at the Tech Talks published by Google. Here we go.
Title: 2007 Seattle Conference on Scalability: MapReduce Used on Large Geographic Data Sets
Location: Google Tech Talks June 23, 2007
Speaker: Barry Brumitt, Google Inc.
Abstract: MapReduce is a programming model and library designed to simplify distributed processing of huge datasets on large clusters of computers. This is achieved by providing a general mechanism which largely relieves the programmer from having to handle challenging distributed computing problems such as data distribution, process coordination, fault tolerance, and scaling. While working on Google maps, I’ve used MapReduce extensively to process and transform datasets which describe the earth’s geography. In this talk, I’ll introduce MapReduce, demonstrating its broad applicability through example problems ranging from basic data transformation to complex graph processing, all the in the context of geographic data.
Other than just the topic of MapReduce technique itself, this guy, Barry Brumitt, gives an hint of “how things work” in Google (developer wise). And it’s not boring at all: is actually quite funny.
