Monthly Archives: September 2006

Acquicor buys Jazz Semiconductors

I wrote about Acquicor in March and the company has now filled it’s purpose and bought Jazz Semiconductors for $260 Million. As a reminder, the company was formed simply to buy another company. That’s called SPAC, special purpose acquisition corporation. :) (source)

Technorati Tags: , ,

Now a Jajah Member

Ok, I couldn’t resist anymore after this post on Techcrunch. It talks about the new app that Jajah has just released which is a kind of plugin for your mobile phone, or for my Nokia N70 at least. It simply reroutes my calls via Jajah, making international calling a lot cheaper. I already have a phone flatrate but this only applies for germany. I will have to turn it off while being in Germany and calling people in Germany. But to EU countries and the USA it costs me 69 cents per minute with Base and 15 cents per minute with Jajah. Now that’s nice.
Dear people of Jajah. It would be nice if I would be able to configure the plugin to where it applies. All of +49 should be off limits for the app because Base is just cheaper for me.
Update: Just had a chat with Frederik Hermann, who is currently at DEMO in the US and Marketing Manager for Jajah. When he called it was close to 1am his. After a short chat about the people we are both connected to on OpenBC, and general talk about Jajah, he quickly explained to me how the Jajah client behaves.
The thing is that all my worries are settled. In the main settings you can set your own international prefix, 49 for me. This means that for all numbers that are +49, the Jajah plugin will not do anything. Then there is a kind of include list in the settings. This routing table holds “+*” and “00*” as default settings, meaning that it will handle all calls (ex. those with country code from your own international settings) that look like the above. Very nice indeed. So if I would just like Jajah to handle my calls to certain numbers, I could do that.
Oh the mobile carriers will get pissed at this. But Jajah seems to be developing nicely, and have their development in Israel, who seem to be doing a nice job. As I heard now the founders are not really living in the US… mainly because they don’t live anywhere due to the amount of traveling to exotic countries :) Looking forward to seeing more from them. Thanks again to Frederik for taking the time late at night, from a conference none the less.
Update 2: Seem like Sarik Weber is going into a similar space. He is leaving OpenBC, having been their first employee, and is starting something in the mobile space around cheaper calls. See more here.
Update 3: Sarik Weber is starting a company called cellity, a least cost router for your mobile phone. Registered.
Technorati Tags: , , ,

OpenBC becomes Xing

After Lukas blogged it at Gründerszene, and the comments making sure everyone knows it’s true with some interesting links, it is now official. OpenBC will become Xing. I hope to learn a bit more about this new name soon, but for now I have to say I like it. Marketing people will surely like it because it’s a lot more brandable. And the new slogan: “Powering Relationships” is a good one. With a new site coming soon, there are probably some interesting things to come. Looking forward to seeing them managing the name change which will surely not be easy. At least they are already on the frontpage of Technorati with all the bloggers writing about it.
As of <a xhref=”http://www.google.com/search?q=define%3A+Xing&start=0&ie=utf-8&oe=utf-8&client=firefox-a&rls=org.mozilla:en-US:official&#8221; mce_href=”http://www.google.com/search?q=define%3A+Xing&start=0&ie=utf-8&oe=utf-8&client=firefox-a&rls=org.mozilla:en-US:official”>Google define: Xing</a> this is the definition:
<I>One of the Twelve Symbols of Sovereignty, the constellation of three stars is a symbol of the cosmic universe. The universe, as personified by the Emperor, is an unending source of pardon and love.</I>
Big Name :)

Technorati Tags: , , ,

Apple Teleportation

From time to time Cringely has some great posts and this time Beam Me Up has me thinking again. He talks about iTV and that there is an USB port on the machine. Attach an iSight camera and you can do Video Conferencing via your HDTV. Now that is cool indeed. If it’s true.

Technorati Tags: , , ,

Porsche GT Tested

Consul’s World posted a video from Top Gear where they tested the Porsche GT. To be exact, Jeremy Clarkson tests it and he is, by far, the best car reviewer I have ever witnessed. Enjoy.

Technorati Tags: ,

mega zuccini


mega zuccini, originally uploaded by owt.

headset galore


headset galore, originally uploaded by owt.

Potentially interesting search results

Want to find some interesting stuff? Search for confidential “do not distribute” on Google. You might want to add a company name behind that ;)

Technorati Tags: , ,

we have our logo in front of the building

Google Revealed

Just building a company, reading articles about how companies work obviously interest me. They have interested me before actually. So here is an article on InformationWeek entitled Google Revealed: The IT Strategy That Makes It Work that is really interesting.
Google’s programmers are 50% to 100% more productive than their peers at other Web companies, a result of the custom libraries Google developed to support programming of massively parallel systems, Arnold says. He estimates the company’s competitors have to spend four times as much to keep up.
That is the first thing I absolutely see as true. If you have a focus on IT then you will need to make your developers perform well. The thing is that this is not a linear equation. Sometimes developers have to do things that make you slower to make your faster. Our developers just worked on a MVC framework for JavaScript. Just putting JavaScript in the Views of cakePhp would have made us faster in the short run, but in the long run, the new solution is a lot better and already paying off now.
To wring every ounce of performance from its hardware, Google writes custom software–lots of it. Major innovations include MapReduce, a programming model to simplify processing and create large data sets; BigTable, a system for storing and managing massive amounts of data; Sawzall, an interpreted programming language for analyzing large data sets in a distributed computing environment; Google File System, a distributed file system for data-intensive applications; and Google Workqueue, a system that groups queries and schedules them for distributed processing.
Lots of innovation here. The problem is that we are both reading a writing a lot and that’s a different thing that a large read only system. I am not even sure if AdWords runs on the same system or if they need more of a standard database approach there. They probably still figured it out :) Google also has its own Web server that uses a CGI interface for linking in databases, which seems to be faster for them. Makes me think again about lighttpd which looks very promising.
Google also built its own CRM, which I can fully understand based on the CRMs that are out there, but are using Oracle Financials for the financial backend, which again I understand with that kind of stuff being a lot more standard without Google being able to do much about it.
Next interesting things is that Google uses a matrix like management structure with everyone reporting to different people at the same time, which in general is complicated and probably works a lot better for developers than sales people, but which can be made more manageable with technology. Above that, Google engineers switch projects every three months, which again needs a different management system. This is also one of the reasons they make sure that they hire interesting and intelligent people, because they have to get into new products fast.
Lots of small, short-lived projects mean traditional project management software based on task lists isn’t right for Google. For one thing, techies aren’t very good at cataloging how they spend their hours. What they are good at, it turns out, is writing up a few short sentences or snippets about what they do each day. Those get compiled in a database along with periodic updates from project leaders about a team’s deliverables. The project system tags the input by topic and routes to the appropriate people. “This is not hard AI,” Merrill says. Still, who else manages workers like this?
I really like that approach because task management isn’t perfect. As soon as your developers understand where you are going and what you are doing and what needs to get done, then the good ones pretty much know themselves what to do. With our agile approach we are at least going as far as not telling everyone what they need to do but just having task lists per sprint and everyone takes what they want to to, being responsibly for achieving sprint goals as a team. The employee review system is actually very 360 degrees, a lot more than with other companies but something you need for their matrix system.
Google employees use Linux, Mac OS, and Windows on desktop computers, depending on their needs and desires. Many use homegrown programs such as Google Desktop, Google Earth, the acquired Writely word processor, and the recently launched Google Spreadsheets. In general, if an employee wants certain software, he or she can request it through the company intranet without jumping through a lot of hoops for approval.
100% agreed. Don’t make somebody use something when they want to use something else. You just loose performance. We now have 2 windows laptops, to mac laptops and one ubuntu laptop here. Who am I to complain. I just need to make sure the internal system work with each of those systems. As the quasi CIO of Google says:
“Most people in my job try to control. ‘Here are the three things you can buy.’” Merrill explains. “I try to control as a little as I possibly can but make it easy to work within parameters that I know how to work with.”
And again agreed: The right approach, as Merrill sees it: Talk a lot; use data, not intuition; automate wherever you can. Ok, the intuition part is relative, mainly because since my last MBA course on Creativity, Innovation and Change, I am now 100% sure that intuition coupled with experience means that your full brain capability can make a lot faster and better decisions if you don’t try to put everything in hard numbers.
Then this bit on how they hire:
At Google, however, examples abound, such as the way the company decides on new employees. “No one can hire anyone here,” Merrill insists. “Hiring decisions are made by public groups. We all hire everyone.”
Again agreed, with that idea actually having come to my mind throughNerd Herding by Cal Evans.

Technorati Tags: , , , ,

Follow

Get every new post delivered to your Inbox.

Join 1,881 other followers

%d bloggers like this: