#made-by-fin

there is no system but GNU and Linux is one of its kernels...

  • Go and the Insanity of Import Paths

    Today I got back on creating my own linux distribution. I am using gentoo as a base for creating a binary distribution that is built from my current gentoo configuration. As a start I am trying to host a portage binhost that serves prebuilt gentoo packages. I was searching for...

    Read More

  • Asynchronous Initialization After Loading Webfonts

    Yesterday I was facing the problem of poorly rendered custom fonts in xterm.js. The fonts get loaded via the @font-face CSS directive. As this is asynchronous it can happen that the terminal gets initialized before the font is fully loaded and available for use. The above image shows the wrong...

    Read More

  • Crawling for License Files of Your Project Dependencies

    We are currently in the process of deploying some closed source software and are facing the problem of accumulating all open source licenses for display in our user interface. As we have a whole bunch of projects written in go and nodejs I decided to write a small utility script...

    Read More