I recently launched a new website called AI Tales, where I share small snippets of text, generated by AI, edited by me. AI Tales is going to be my playground for sharing pieces of text that I find “interesting” in one way or another. I will try to update it regularly with new content. We… Continue reading AI Tales
Category: Software
Clean up harddrive space on Ubuntu Server with journalctl
After running for a while, an Ubuntu server tend to get bloated with… stuff. One particularly weird one is the disk usage of a bunch of /var/log/journal/* entries that hog a lot of space. In my case, 2GB. This is significant on a machine with just 20GB of space. You can see their disk usage… Continue reading Clean up harddrive space on Ubuntu Server with journalctl
Image generation with VQGAN + CLIP
I am blown away by VQGAN+CLIP, a pair of neural network architectures that can be used to generate images from text. When I wrote my previous post on “A game of AI telephone“, it was not clear to me yet how exciting this technology actually is. Or rather, I had not used the right text… Continue reading Image generation with VQGAN + CLIP