Jan-Lukas Else

Tech, life and everything else

💬 Micro: XXXX-10-24

This section is for short notes, thoughts or IndieWeb interactions.


Published on in 💬 Micro

I finally took a closer look at OpenRouter today, added some credits, and used it with the Kilo Code VS Code extension to vibe code (or at least guide the LLM to code) a bit on the wedding website I’m building for next year. I used the Grok Code Fast 1 model most of the time. Furthermore, I also switched this blog’s AI plugins to use Mistral Small 3.2 for summary generation and image caption generation.

I wish there would be a European alternative that is as simple and supports as many models as OpenRouter. Ideally, it would even support the audio transcription endpoint with models besides Whisper.

And I need to experiment with some other models for coding, as I don’t like it being from one of Elon’s companies. At work, I use GitHub Copilot with Claude Sonnet 4 or 4.5 most of the time.

But the AI world is moving fast; I guess it’s just a matter of time.

View

98.css (again)

Published on in 💬 Micro

I already shared98.css” on my blog in 2020. It’s a CSS framework that styles semantic HTML to look like Windows 98.

It was recently reshared on Hacker News and I found the creator’s comment about it:

Hey HN - author here.

This was my burnout recovery project in April of 2020. Very much a labor of love and a surprising way to realize I still liked programming. I wrote some scattered thoughts here.

I also “run” this project quite differently than I usually do - when I receive a pull request instead of merging it I do a quick glance through the user’s github to make sure they’re not a spammer before giving them commit access and asking them to merge their own PR. It has worked wonders.

That’s a pretty interesting aproach to managing an open source project. Let’s hope nobody does a force push, removing everything. 😄

Now my question: Did somebody already use this project for a blog design?

View

Published on in 💬 Micro

Running my Drone CI runner at home has some disadvantages though. The network speed in a data center is much faster than my 100/40 mbps connection at home. But I will (hopefully) have a new provider soon with gigabit download (and a bit faster - 50 mbps - upload)…

View

Jan-Lukas Else