Jan-Lukas Else

Tech, life and everything else

Tags: Blog


When did I start blogging?

Published on in ✍️ Posts

When I rewrote my “About Me” page some days ago, I was thinking about how long I’ve already been blogging. My thought was 2016, so about 10 years. But reading about another blog birthday piqued my interest again, and I did some more research.

View

European AI

Published on in 💬 Micro

To reduce my dependence on USA-based products, I switched from using the OpenAI API to Scaleway’s Generative API for my blog. Not only is it cheaper, but it’s based on open-source models, hosted in Europe. 🇪🇺

It was straightforward to just add an option to change the REST endpoint in my GoBlog plugins, and then use Scaleway’s API for creating the post summaries and the image descriptions. For the post summaries, I am now using llama-3.3-70b-instruct, for the image descriptions pixtral-12b-2409.

Let’s hope that there will also be a model that supports audio transcriptions until April 2026, so I don’t have to renew the credits on the OpenAI API for my Telegram Voice-To-Text bot. 🤞

View

Blog Questions Challenge

Published on in ✍️ Posts

I wasn’t explicitly asked by anyone to join the Blog Questions Challenge, but I guess I can just join and also tell a bit about my blogging process. So here are the questions and answers:

View

Published on in 💬 Micro

It’s not a winter wonderland out here, but with Christmas and winter coming soon, maybe a little snow on my blog isn’t a bad idea. I’ve just programmed a snow animation for another project and thought I could reuse the code in the form of a simple GoBlog plugin. ❄❄❄

View

Published on in 💬 Micro

Has someone a) found a bug or security hole in GoBlog or b) actually sent well over 5 million requests to my site to like my post about how to export GPX files automatically from Komoot? 🤔

🖼️ View

On removing content

Published on in 💭 Thoughts

I recently read this short post by Kev Quirk. It’s about removing content from the web. While Manuel Moreale is against deleting content from the web, Kev thinks he would probably delete things if he feels bad about them.

View

This blog has no Onion Service anymore

Published on in 💬 Micro

I had Tor support in GoBlog for over three years now, but I decided to disable it on my blog (and the GoBlog blog) for now. Several times, Tor randomly started using a lot of memory on my VPS and even crashed my block one or two times. It could have been the Go library used to integrate Tor, or something else in the Tor code itself, I don’t know.

I think I’ll leave the Tor support in the code for people who want to use GoBlog with it, but I, personally, won’t use it anymore. It was a nice experiment, but I don’t think it adds any real value.

More memory for my new GoToSocial instance. 😄 (which isn’t using a lot of memory, though)

View

Published on in 💬 Micro

Due to OpenAI’s move to prepaid billing, I (finally) had to pay for using the OpenAI API. But this also allows me to finally use the gpt-4-turbo-preview model as I have reached tier 1. Now the AI-generated summaries on this blog will be created using this new model. 😄

View

Extended content warning

Published on in 💭 Thoughts

I realized recently that I wrote some cringe (to put it mildly) posts in my late adolescent phase. On the one hand, I would of course like to banish these posts from my blog, after all, my opinion has changed completely in some cases since then. But on the other hand, it would be a shame to let this part of my personal development simply disappear.

View

What should I do with my new domain?

Published on in 💭 Thoughts

I recently complained about domain registrars. But I also recently registered a new domain: j7s.me. A numeronym of my first name. And the .me TLD to show that I am a person. (And it is a short domain that was available.)

View

Jan-Lukas Else