Jan-Lukas Else

Tech, life and everything else

šŸ’¬ Micro: 2020

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


Published on in šŸ’¬ Micro

This is the first photo (and note) posted from my new phone: A Samsung Galaxy S10 Lite.

A monument in the park

šŸ–¼ļøĀ View

Published on in šŸ’¬ Micro

I took inspiration from Ru and finally added a ā€œfavorite blogsā€ section to my blogroll. I also sorted the blogs into English and German, so that someone without knowledge of German can ignore the German blogs.

View

Published on in šŸ’¬ Micro

Ru Singh automated her blogroll too.

In July 2020, Jan auĀ­toĀ­mated his blogroll — and this valĀ­iĀ­dated the idea in my head. Now, my own blogroll is auĀ­toĀ­mated as well!

I think I’m not the first one. If I remember correctly, Jan did this already before.

A key difĀ­ferĀ­ence is that I have my script mark some feeds as recommended based on their feed IDs from my Miniflux reader. Then, these feeds are shown first as ā€œRecommended Feeds,ā€ folĀ­lowed by all the other feeds in a sepĀ­aĀ­rate list.

That is a very clever idea! Currently there are 68 blogs in the blogs section on my blogroll, definitely confusing for people searching for the best blogs to follow. Problem: I have to pick a few favorites and that’s a really difficult task.

View

Published on in šŸ’¬ Micro
Updated on
šŸ“ Priwall, Lübeck, Schleswig-Holstein, Germany

If anyone is wondering, why there’s no new content on this blog: I’m on vacation in northern Germany at the Baltic Sea!

I’m fine and am (mostly) enjoying the time with no internet. There’s no WiFi here and also my mobile network’s coverage isn’t optimal (o2 sucks outside of big cities). So I’m more or less forced to do a digital detox. I read books and spend time with my girlfriend instead. 😌

I also chose the right time for my vacation, now that it’s so hot and dry in most parts of Germany. Doing work during this heat wouldn’t be so comfortable. I really hope temperatures are back to normal when I’m back home.

View

Published on in šŸ’¬ Micro

@bekopharm Yeah, that shirt is really cool ā˜ŗļøšŸ‘ But I wouldn’t wear it myself, I am already asked far too often things that you can easily find on Google DuckDuckGo. šŸ˜…

View

Published on in šŸ’¬ Micro

It was a nice evening yesterday with interesting discussions about different IndieWeb topics! I also used the writing hour to write some code for my custom CMS and it’s progressing well…

Group photo

šŸ–¼ļøĀ View

Published on in šŸ’¬ Micro

Answer to a comment by a reader on my last post: I know that there’s an active modding community for the Xiaomi Mi A1. However, I don’t want to use any custom ROM as long as possible, because it usually makes using banking apps etc. a lot harder and I don’t have any alternative to them. And Android 9 is still recent enough that all apps (I need) work fine. I used LineageOS on my Moto G 3rd Gen. and the Moto E 1 Gen. I had before.

Is it just my feeling or is there way less talk about custom ROMs these days? I already thought about this in 2018.

View

Published on in šŸ’¬ Micro

This day is successful: I created a recursive SQL CTE in SQLite even before noon. šŸ¤“

with recursive f (i, fp, tp) as (select 1, fromPath, toPath
                                 from redirects
                                 where fromPath = ?
                                 union all
                                 select f.i + 1, r.fromPath, r.toPath
                                 from redirects as r
                                          join f on f.tp = r.fromPath)
select tp
from f
order by i desc
limit 1

This is for my new CMS project.

View

Published on in šŸ’¬ Micro

It was a nice HWC on Wednesday. (I already wanted to post this photo yesterday, but had to repair my Micropub media endpoint first…)

Participants of the HWC

šŸ–¼ļøĀ View

Published on in šŸ’¬ Micro

Today I will participate again at the HWC Europe/London (remotely, but this time with a webcam). I am looking forward to some nice discussions. Until then I’m going to program a little bit on my own CMS.

View

Jan-Lukas Else