Hi there!


You have found my personal website.

I am Sebastian Schöner, and you are most likely here because you enjoy programming as well.

Choose your adventure:


  • Unity Commander - A Pre-Natal Post-Mortem

    Last year I briefly worked on a prototypical implementation of a quick search for Unity 2018.3 because I felt that with every update of Unity I had trouble finding tools like the profiler. I have now uploaded the sources to GitHub because I do not have the time to work... [Read More]
  • git-subrepo Tutorial

    In the past, I have used both git submodules and git subtrees until I eventually ran into so many problems with them that I just gave up and started looking for alternatives. I stumbled over git-subrepo (github), so this is the next thing I will try and then most likely... [Read More]
    Tags:
  • Every great friendship begins with a death threat

    It’s the new Spanish teacher you hate. The co-worker that constantly nags you. The know-it-all that is constantly trying to tell you how to do things “the right way.” The guy from the other team that always picks out the worst lines in a code-review. [Read More]
  • Using CMake with C

    So I was trying learn more about CMake and got slightly annoyed by the lack of decent learning resources. Yes, in some cases it’s actually quite simple, but why does it take ages to figure out what to do when you simply want to compile a C library with a... [Read More]
    Tags: