hugo + netlify = ❤

So I migrated my blog to hugo and am hosting it on netlify.

All I can say is…

Keep reading

About

Tall software engineer, teacher, speaker, coder, linux enthusiast, gardener, hiker.…

Keep reading

Running chromium in docker container

I’ve just managed to dockerize chromium. The package itself is taken from spot’s copr repo. Jessie Frazelle’s blog post helped me a lot!

It looks like this:

Keep reading

Fuzzy text search with trigrams in postgresql

Using postgres for fuzzy searches.

We’ll try to match arbitrary beer names to ones in our DB. Let’s create table first:

Keep reading

Compiling kernel on gentoo

I’ve just updated to kernel 3.17. I compiled the kernel, installed it, generated initramfs, updated grub.cfg and rebooted my PC. I was unpleasantly surprised by:

Keep reading