Hello World

In Uncategorized
#include <iostream>

int main() {
  std::cout << "Hello World\n";
}

Hello and welcome to higaski, a blog and project site about embedded software and electronics.

My name is Vincent Hamp and I’m an embedded nerd working for a small model railway company in Vienna called ZIMO.

Most of my posts will be from my day-to-day experience as developer or from other insights gathered as hobbyist. I’m a firm believer of using C++ (or other high-level languages) on even the smallest platforms and will try to emphasize on how I believe modern C++ can be utilized in an efficient way.