Friday, January 27, 2012

Business model innovation


During the INSEAD Best of Management at World Knowledge Forum 2011, professor Karan Girotra gave an interesting introduction to "business model innovation". While nearly everyone will think that new technologies are the heart of most innovations, business model innovation is more important than technological innovation in term of generated growth. To give you a taste of this theory, some of the examples he takes to illustrate are:

    • Dell has produced tremendous growth and disrupted the PC industry by creating a new business model: selling customized products before building them. 
    • Better Place, an Israeli start up solved through a business model innovation two problems of current electric cars: the low autonomy and the high acquisition price.
    • Zara achieved the same growth as Apple with "only" an impressive business model innovation.
Later, Karan illustrates that these kind of business model can be transposed from one industry to the other, opening huge perspectives.

Links:

Wednesday, January 25, 2012

Migrating niak.net to blogger

My blog was using a so old framework. Blogger should give it a new life.
I need to post also :)

Sunday, June 27, 2010

Non wanted auto resume after suspend to ram (linux)

Suspend to ram can be a bit tricky. I've not been able to use it for some time because 2 seconds after the hibernation, my PC was resuming. Wake on network is disabled in the BIOS but I've been able to solve this problem by deactivating the driver of my network card before hibernation.
/etc/hibernate/blacklisted-modules :
r8169
To find the at fault module I've dichotomized all of them :
rmmod 10 modules
hibernate-ram
...

update 17/07/10

If fact the PC was awaken by WOL. Any packet can awake the PC, not just WOL packets. To solve this I used :
/usr/sbin/ethtool -s eth0 wol d

linux 2.6.34

Saturday, February 9, 2008

Activate spellchecker in openoffice

logo open office

I had a hard time to find out how to have working dictionaries in openoffice 2.X on my linux gentoo. When I go to Tools > Options... > Language Settings > Writing Aids the Available language modules field is blank. I am usually using aspell, so I did't install myspell on my system. To have spellcheking in gentoo :

emerge -a  myspell-en myspell-fr 

Hope it'll help someone.