Oh, I forgot Telegram
Oh, I forgot Telegram
Open Source Software and publications by Christian Kruse
This page contains random thoughts and impressions by me.
Oh, I forgot Telegram
This messenger thing gets out of hands. On my phone I have installed:
On my desktop computer I also have installed an IRC client. And I refuse to use Facebook messenger, Snapchat and probably some additional messenger I never heard of. This is ridiculous.
I released version 0.6.0 of the microformats2 parser for Elixir. This release features value class pattern parsing and test suite compliance.
Software I miss for the Linux desktop:
TIL: there is an aggregate function mode() WITHIN GROUP (ORDER BY sort_expression)
in PostgreSQL. It returns the most frequent value of a group. So, for example when you have this table:
CREATE TABLE foo (id serial, user_id integer, task_id integer);
You can get the most frequent task ID for each user ID by using this aggregate function:
SELECT user_id, mode() WITHIN GROUP (ORDER BY task_id)
FROM foo
GROUP BY user_id;
Are you an Elixir developer? Take some time and answer the Elixir community survey 2020
While I don't need it (and thus don't buy it): the PineTab is a pretty interesting device.
I'm hurt again. A torn muscle fiber. At least 4 weeks no running 😭💩
I'm seriously considering to switch again to a different distribution. Maybe back to Arch or something like that.
I get why Canonical hypes Snaps that much. But seriously, why do they have to be so fucking slow to start? A simple application I already use for ages, Hexchat, now takes more than 20 seconds to start. It feels like being back on spinning disks again, and worse, even slower.
When did I get so fucking old?
Today's training: long run, 25,38km in heart frequency zone 2, at 04:36 minutes per km, 1h56m.
„Die Zerstörung der Presse“ – Ich finde den Stil zwar anstrengend (bin vermutlich einfach zu alt), aber er hat Recht. Viele Kritik-Punkte gehen mir auch schon seit Jahren gegen den Strich. Danke, Rezo.
Fuck death.
Meh. Had to skip training today because of a pulled right adductor
Today's training: 2km warm-up, six 1500m intervals at 03:45 min/km and 400m rest at 04:30-05:00 min/km, 4km cool down. Purpose of this training: practise to metabolize lactate.
I love these long intervals 😍
Call me immature, but I actually enjoy Shera. I just started watching season 5.
Oh, the Microformats2 parsing specification has been updated. Guess I have something to do for the next few evenings.
An interesting talk from Cory Doctorow about mistrust in institutions and growth in conspiracism
I've been running 78km this week. After my injury last year I never thought I would get this far again. I'm more than satisfied with this progress 😁 while I can't run the competitions I was planning to run I aim for a 3 hours marathon next year (I just assume that running competitions are possible next year again).
I just love running. 💖
Seems like the bathing season has begun... I walked along a local bathing lake on during the dog walk. There were at least 20 cars parking. That‘s ridiculous... global pandemic my ass.
I have to admit: I'm bored. Due to the „stay at home“ policy and most of the things being closed I need a new side project. Something which gives me the opportunity to learn Rust would be nice. Has anybody a good idea?
You know this day will be great if it begins with a compiler bug 🎉