11 November 2014
GNU Octave is some kind of programming language for mathematical use cases. It’s mostly compatible with MATLAB and it’s Open-Source.
I just started to get familiar with GNU Octave and i really like it. Here i record my “first steps” and post my scripts..
11 November 2014
“Hipsters avoid labels and being labeled. However, they all dress the same and act the same and conform in their non-conformity. Doesn’t the fact that there is a hipster look go against all hipster beliefs?”.
Jonathan Touboul wrote this mathematic model which describes the “hippster-effect”
10 November 2014
With nice colors logfiles get more readable. I like the postfix-format of “multitail”.
multitail -CS postfix -f /var/log/mail.log:
7 November 2014
#include
int main()
{
printf("Hello World, this is my new blog\n");
return 0;
}