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:


  • How much does FIND_FIRST_EX_LARGE_FETCH help?

    Today, while looking at something rather unrelated, I stumbled over FIND_FIRST_EX_LARGE_FETCH. It’s a flag you can pass to FindFirstFileEx (FindFirstFileEx MSDN) to use bigger buffers internally, reduce the number of trips to the device, and ultimately trade memory for performance (sometimes). I somehow never noticed this flag. Raymond Chen has... [Read More]
  • You don't have an IC career path

    If you want to know whether the company you work at has functioning career paths for individual contributors (ICs, as compared to managers), look at whether anyone has walked that path. If no-one ever gets promoted to the highest IC levels and it is instead just where VPs go when... [Read More]
  • Simple vs. easy

    A common theme in my circles is that of complexity, and that the code that powers software shall be “simple.” I share the general sentiment. This topic has recently become very personal again as I found myself debugging a failure on Windows running in Wine inside a Linux docker container... [Read More]