-
Open innovation as an entrepreneurial strategy
I’ll be writing my MBA thesis on open innovation as an entrepreneurial strategy. Here is a presentation by Henry Chesbrough as an introduction to the subject of open innovation.
-
Bash settings
Occasionally I need to update my .bashrc file and every time I google for information on how to do different things. These are some more common things I end up putting into my .bashrc that I’ve found while googling. #Common alias alias …=’cd .. ; cd ..’ alias ..=’cd ..’ alias _=’cd -’ alias cls=’clear’…
-
A makefile template
The following is a template for the core of a makefile that uses selected parts of the gnu make conventions which I’ve been using more frequent. SHELL = /bin/sh .SUFFIXES: .SUFFIXES: .c .o #Package pkg_name = pkg_version = 1.0 CFLAGS = -g ALL_CFLAGS = -I. $(CFLAGS) CPPFLAGS = INSTALL = install INSTALL_PROGRAM = $(INSTALL) INSTALL_DATA…
-
Ending my assignment at ST-Ericsson
Today I have informed my manager at ST-Ericsson that I do not intend to prolong my current contract with ST-Ericsson. It has been an very interesting 2,5 years with the Platform Security section at ST-Ericsson in Lund. I’ve been working with a wide variation of tasks within software engineering, experienced the merger and birth of…
-
What are your strengths? These are my strengths…
Roughly one year ago I bought StrengthsFinder 2.0 by Tom Rath. By buying the book I was entitled to a online assessment to identify my personal strengths which, of course, I did. Last week I found the result from the online assessment lying in a drawer. So, according to the assessment these are my five…
-
Upgrading to a premium Lastpass account
I got introduced to @LastPass not too long ago, but I’ve been sceptic to store all my password in one place. @Jyxxan sent me the following great podcast by @SGgrc and I’ve now signed up for a premium account!