Firefox Extension: „Open videos and audios in IINA“

https://addons.mozilla.org/en-US/firefox/addon/open-in-iina-x/

IINA fragst du? Der einzige Media-Player für macOS, der etwas taugt (IMHO):

https://iina.io/

Automatically open websites in a dedicated container. Simply add rules to map domain or subdomain to your container.

https://addons.mozilla.org/en-US/firefox/addon/containerise/

Beispiel-Config:

@\/wp-admin\/, WordPress
@\/wp-login\.php, WordPress
google.com, Google
google.de, Google
facebook.com, Facebook
instagram.com, Facebook

Systematische Überwachung von SARS-CoV-2 im Abwasser ():

https://data.lageso.de/lageso/corona/corona.html#abwasser

COVID-19 Berlin data.lageso.de

-Ausbeute heute: +4 Squadratinhos +22 Yardinho

„The Git interface you've been missing all your life has finally arrived.“

https://gitup.co/

GitUp gitup.co

A curated list of applications for the Fediverse that are based on the protocol and related standards.

https://delightful.club/delightful-fediverse-apps/

(via @jpmens@mastodon.social)

delightful fediverse apps delightful.club

Endlich auch mal dazu gekommen, nachts durch den Wald zu fahren :-) 🚵‍♂️

https://winterpokal.rennrad-news.de/entry/3490808

Eintrag anschauen - Rennrad-News Winterpokal winterpokal.rennrad-news.de

GrumPHP

“Sick and tired of defending code quality over and over again? GrumPHP will do it for you! This composer plugin will register some git hooks in your package repository. When somebody commits changes, GrumPHP will run some tests on the committed code. If the tests fail, you won't be able to commit your changes. This handy tool will not only improve your codebase, it will also teach your co-workers to write better code following the best practices you've determined as a team.”

https://github.com/phpro/grumphp

-Ausbeute heute, Teil 2: +3 Squadratinhos

-Ausbeute heute: +4 Squadratinhos +17 Yardinho

Aaaah, endlich Zeitung im Briefkasten :-)

Alte -Images löschen (mit Angabe des Mindestalters):

docker image prune -a --filter "until=336h"

Dokumentation: https://docs.docker.com/config/pruning/#prune-images

Prune unused Docker objects Docker Documentation

Einfach mal einen URL-Shortener bauen, um Klicks auf Links zu zählen?

Heutzutage gar nicht mal so einfach.

Was passiert nämlich, wenn eine Seite aufgerufen wird, die diese Links enhält?

Die Browser gehen mit ihrer Prefetch-/Preload-Funktionalität knallhart durch die meisten (alle?) URLs im Content und machen für jeden Link einen HTTP-Request, ohne die dahinter liegende Seite irgendwie anzuzeigen. Wenn man jetzt einfach die Requests als Klicks zählt, bekommt man in den Statistiken viel zu hohe Werte.

Meine Lösung, um trotzdem aussagekräftige Werte zu erhalten: eine simple HTML-Seite mit <meta http-equiv="refresh">-Element welches mit 0 Sekunden Verzögerung auf die Zähl-URL weiterleitet (diese wiederum leitet schließlich auf die Ziel-URL weiter). Wie in den 90er Jahren.

<meta http-equiv="refresh" content="0;url=https://count.example.org/short_id">

Dokumentation: https://devdocs.io/html/element/meta

DevDocs devdocs.io

-Ausbeute heute: +2 Squadratinho +10 Yardinho