Absence and the need to post

Posted on 4 Jul 2026, 14:29 - Updated on 4 Jul 2026, 14:29

I haven't post in a while (I feel like this is what I say each time I post).

Recently, I wanted to post stuff non-related to my "quest", and I felt like I didn't had anywhere to do so. Which is wrong. I can post here. As no one reads me, no one can judge me ^^

Anyway, recently, I've been doing a bit of Go. It started when I did some python to scrap Conan the barbarian books to build a motivational app with Conan quotes. I scrapped the book easily, and I wanted to make a TUI app. I decided to use Bubble Tea by

Charm because I like how it looked.

So far it's going okay. I'm getting familiar with Go syntax (way easier now that I've done some C and strongly typed languages). But I feel like I'll have to go back to python first, because it's pretty hard to get the surrounding sentences of each dialog, which makes it hard to associate a feeling to it. I've checked multiple ebook parser in Go, and I'm not pleased. So I think I'll do my parser and feeling association using Python, store everything in a database and then use Go and Bubble Tea for the final app.