Your Website is Useless (kiriska.com)
Most artist websites are bad. They either fail at their purpose, don’t have a purpose, or their only purpose is to point visitors to more active social media. It is impossible to follow or keep up many artists’ work if you don’t want to look at Twitter or Instagram (nevermind that there’s al...

Heh, “nobody does this any more” is far fetched but yes, basically this.

Hat tip Jan Boddeze

Oj Western tech bros, remember when we complained about outsourcing? Well, we came full circle. Got contacted for a job opportunity from an Eastern Systems House.

(This post may contain traces of sarcasm or irony. No kitten were hurt.)

So apparently the URL for changed. Sadly the new one makes the same old mistake by sending the _wrong_ Content-Type making my reader trying to parse it as JSON feed. Proxy rewrite it is again *sigh

For nginx this could look like this:

location /fds-nina-feed {
    proxy_pass https://warnung.bund.de/api31/mowas/rss/082370000000.rss;
    proxy_set_header Accept "application/rss+xml;q=0.9,image/webp,*/*;q=0.8";
    proxy_hide_header Content-Type;
    add_header Content-Type "application/rss+xml; charset=utf-8";
}

Find more broken feeds at https://warnung.bund.de/meldungen

Was ist eine Webmention und wie nutze ich sie in WordPress? by hagengrafhagengraf (blog.novatrend.ch)
Gerade im World Wide Web ist die Verlinkung von Inhalten eines der stärksten Features. Auch heute noch ist bei Suchmaschinen die Menge an Links, die auf eine Website zeigen einer der wichtigsten Parameter, der darüber Auskunft gibt, wie beliebt diese Website ist. Wenn du einen Link auf eine andere...

Prima. Wir brauchen mehr von solchen Artikeln 👏 Webmentions können natürlich noch viel mehr. So taugen sie auch dafür Brücken in andere Netzwerke zu schlagen – ein Feature welches ich gerne und oft nutze 😀

Been wondering for weeks why needed that much CPU and “lost” the sinks on occasion. Turns out that the media-session was started twice due to a leftover from my fiddlings in /etc/pipewire/pipewire.conf. Two different pids in journal should have given this away. Thanks Peter for not pulling a here https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/1969#note_1205730 😀

Changing the battery was really no fun. Glue everywhere and because the old battery did grow noticeable I had a slightly deformed aluminium cover. Somehow it’s a miracle that the display didn’t break. It even seems to work again 😅