Post #1265838
2026-04-17 07:39 UTC
New blog post:
Linkdump No 103
http://82mhz.net/posts/2026/04/linkdump-no-103/
#blogging #blog #links #linkdump #linkpost
Replies (3)
-
@tootbrute@fedi.arkadi.one 2026-04-17 07:54
@82mhz@mastodon.bsd.cafe i've been building up my blogs on rss too. i enjoy reading what normal other humans type up. thanks for the blog! added to my rss, so i won't miss it.
-
@joel@polymaths.social 2026-04-17 09:35
@82mhz@mastodon.bsd.cafe beep boop bubble bubble
-
@gumnos@mastodon.bsd.cafe 2026-04-17 13:37
@82mhz@mastodon.bsd.cafe if you want an offline text-to-HTML-entities, you can use a perl one-liner: $ echo andreas@example.net | perl -pe 's/(.)/"&#".ord($1).";"/ge' | … such as $ xsel -ob | perl -pe 's/(.)/"&#".ord($1).";"/ge' | xsel -ib Perfect for a little shell-script/-function helper ☺