Today we went to the zoo spontaneously. 🐒

🖼️ View
Tech, life and everything else
Today we went to the zoo spontaneously. 🐒

🖼️ View
I started programming in elementary school when my parents gave me a programming book aimed at children. Since then, I can’t imagine my life without programming. The days during the year when I don’t program something are very rare.
My blog has this feature to open a random post. One of over 900 on my English blog alone. I think I’ve mentioned before that I like to use this feature to browse a bit through my thoughts from a few years ago.
Guangyi Li has created a page that demonstrates quite well the current state of the web. You search for something on Google, land on a website and then the click torture starts, until you finally land on the content, but then you have to click again…
I found out that Google Translate provides a hidden but freely available Text-To-Speech API and used it to improve the read aloud feature in GoBlog. Just let this post be read aloud right here to see how it looks now. 😉
I’m noticing how I’ve been ordering more and more just from Amazon over the past few months. I should feel bad about supporting such a profit-hungry corporation, but the fast deliveries, easy returns, and wide selection of products are just too tempting.
On Saturday morning I experimented a bit. Whenever I used SQLite in a Go application, I used the popular package mattn/go-sqlite3. Not a bad choice, after all it implements the database/sql interface. One drawback, however, is the need for a C compiler, since Cgo is used to run the original SQLite code in the background.
GitHub has a new web-based editor based on Visual Studio Code. For me, this fulfills one use case in particular: if you want to browse code to see how certain things were implemented in other projects, this editor now allows you to easily jump to references. This way you don’t have to tediously open many tabs and manually search for files. And it is probably also much easier to look at pull requests this way.
Actually, I had planned to write my monthly review only tomorrow, but it would be stupid to interrupt this routine. So here is a short overview of what was going on in August: