Jan-Lukas Else

Jan-Lukas Else

Tech, life and everything else

💭 Thoughts

Welcome to the Thoughts section of my blog. Thoughts are better kept on my blog than on Twitter or other online platforms.


What the Facebook outage shows

Published on in 💭 Thoughts

It’s remarkable that when Facebook is offline for a few hours, panic seems to break out everywhere.

View

An SSD for the Pi

Published on in 💭 Thoughts

So far I have been running my Raspberry Pi with an SD card. But since I don’t quite trust SD cards (I’ve heard that they wear out quickly when a lot is written to them), I’ve now equipped the Pi with an SSD.

View

AdGuard Home

Published on in 💭 Thoughts

Recently I wrote about finding new uses for my Raspberry Pi 4. Besides Tailscale I also installed Pi-Hole to filter advertising DNS requests.

View

Probably my next laptop

Published on in 💭 Thoughts

At the moment, I don’t need a new laptop. But should I ever need one (which will probably be someday), it will be the Framework Laptop.

View

Order from Amazon

Published on in 💭 Thoughts

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.

View

SQLite without Cgo

Published on in 💭 Thoughts

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.

View

Finally online again

Published on in 💭 Thoughts

After being cut off from DSL for about 30 hours, I finally have landline Internet again. On the one hand, it makes me angry that the provider didn’t solve this faster (the whole street with hundreds of residents was offline), but on the other hand, it also showed me my dependence on the Internet. I could not really do anything, not even watch TV, because that is also only possible via the Internet. After my vacation, I will take care of creating redundancy via LTE to be safe from such failures…

View

First impressions: Tailscale

Published on in 💭 Thoughts

Have you already heard of Tailscale? I read about it today in a blog article by Stanislas Lange and tried it out. And what can I say, it’s impressive!

View

I have renewed my domain until 2031

Published on in 💭 Thoughts

Domain registrar Gandi announced price increases for .com domains starting in September. This is due to Verisign raising the prices registrars have to pay them for each domain.

View

Plain text writing

Published on in 💭 Thoughts

Always when I see news about writing tools like the iOS app Ulysses (which apparently just released an update), I ask myself if people really need apps like this to develop a writing habit?

View

Jan-Lukas Else