Författare: Jonas Linde

  • The big fat fiasco

    Found a series of YouTube clips from a presentation by Tom Naughton on ”how the misguided fear of saturated fat created a nation of obese diabetics”. Very interesting! Gives you something to think about next time you eat.  Part 1   Part 2   Part 3   Part 4   Part 5

  • Thumbs up for this RSA Animate video on motivation

  • 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!