tag: blog

Public Service Announcement: the server is gone

28 Jan, 2019 - 1 minutes
Unfortunately my m8 forgot to renew our micro-dedicated server. We got that as a Black Friday deal. ATM we can’t really afford to take another one, thus I will rely on Github. End of transmission

Hello World!

24 Aug, 2018 - 1 minutes
1 2 3 4 5 6 7 /* Welcome to my blog! */ #include <stdio.h> int main() { printf("hello, world!"); return 0; }