101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

506
active users

#til

14 posts14 participants4 posts today

#TIL in Python, combination of `cache` and `staticmethod` decorators might cause bug in some cases.

It is caused by the fact that `cache` overrides `staticmethod` which no longer is a static method. Hence, it fails when called from class instance because it sees `self` as an unexpected argument - and TypeError is thrown.

See thiss StackOverflow thread for further reference.
stackoverflow.com/questions/76

It's kinda bizzare that you might use a tool for years, with some remarkable distraction on each occasion, instead of configuring it properly.

Today I switched from the sequence of "ssh <host>; tmux attach" to a configuration that does it form me:

```
Host ...
...
RequestTTY yes
RemoteCommand tmux new-session -A ...
```

Dzisiaj ja #TIL że na stronie www.tekstowo.pl piosenka o Adrianie Zandbergu jest trzecim najbardziej popularnym utworem tego miesiąca

#TIL: the Puttgarten-Rødby ferry is still running (only the rail infrastructure has been demolished), and buses take it.
The ferry is a hybrid vessel, which is supposedly more sustainable. Facilities onboard seem somewhat basic and don’t include WiFi or mobile signal, though I’m guessing the ferry will only be running until the tunnel opens in 2029, so they’re not investing too much into it.