Reasons for blogging
I finally decided to create a form of blog, mainly for braindumping things I did, and probably will need in the future. I plan posting mostly about Linux, programming and other technical stuff I tinker with. Some side-posts in Polish are possible.
Shameless test for embedded code highlighting:
#include <stdio.h>;
int main(int argc, char* argv[])
{
printf("Hello, blog!\n");
}