That's great! Zero-dependencies services are much appreciated.<p>In line with recent discussion how Maintainers Don't Scale [0] I think that software like this is a bit of an answer for dev-tools.<p>I think that kernel developers prefer tools that they can reasonably understand. Eventually tools that are easy to host (while having certain mindset). That's why most kernel related web services are probably written in Perl, in C (cgit) or in Python to some extent. I think Ruby on Rails or Java is not compatible with this mindset. Maybe Go is?<p>When I am thinking of self-hosted web facing services myself I have similar mindset. Every time I see that it's written in Java, Ruby or Node.js I pass. For certain it's many times counter productive, but I can't (or don't want to) help myself.<p>I tried to find the source behind LKML, but it's hard because most searches containing LKML will be just kernel related. It probably is written in Python as the developer behind LKML is a Python developer.<p>[0] <a href="https://news.ycombinator.com/item?id=13444560" rel="nofollow">https://news.ycombinator.com/item?id=13444560</a>