free hit counter

Friday, June 25, 2010

Pie Menus are back



I don't know why I had such a hard time finding the QT4 version of the Pie Menu widget.


Pie Menu — Qt

Most of the references on the intertubes point to the old at 3.3 commerical solution.

Monday, June 14, 2010

shanzhai!



I knew about the gray market in China for cloned, counterfeit, or other wise dubious electronics for the burgeoning Chinese middle class, but didn't know it had it's own term: shanzhai

This EETimes article talks in detail about how shanzhai has evolved in the last few years: Inside a Shan Zhai GPS unit and the back door to market leadership


This is why security in embedded systems is important. Even if, as the article above contends, the shanzhai industry is moving beyond cloning other people's IP and innovating on their own, there is a group of companies with proven track records in doing what ever it takes to get the BOM cost of a device down into the range that will satisfy the huge demand from the Chinese middle class.

As a side note, Ideo even identifies shanzhai as a design pattern!

Labels:

Tuesday, June 08, 2010

qt on unbuntu VPS


sudo apt-get install build-essential git-core xemacs21 libx11-dev libxpm-dev x11proto-xext-dev libice-dev libsm-dev libx11-dev libxext-dev libxp-dev libxt-dev libxtst-dev

git clone git://gitorious.org/qt/qt.git qt-master
git clone -l qt-master qt-4.6.2
git checkout v4.6.2
cd qt-4.6.2
./configure -opensource -L/usr/lib -I/usr/include -prefix /usr/local/qt/4.6.2