Feed Reading By Social Distance by Ton Zijlstra (zylstra.org)
At the Crafting {:} a Life unconference one of the things that came up in our conversations was how you take information in, while avoiding the endlessly scrolling timelines of FB and Twitter as well as FOMO. My description of how I read feeds ‘by social distance‘ was met with curiosity and ‘c...

https://www.zylstra.org/blog/2019/06/feed-reading-by-social-distance/ …and finally bookmarked so I don’t have to search for this again and again xD

Bash: Import variables from a .env file by tokudantokudan (Random texts)
This sets and exports all variables set in a .env file that can also be used by systemd to setup environment variables. Read and export ...

Yw, yes set -a / set +a before and after sourcing a file in bash makes this easier. I found out when I needed this to quickly source an env file used by a script that is launched and configured by systemd like this:

EnvironmentFile=%h/.config/foo.env

Sometimes I’ve to run this script manually so I do this to source the same config:

set -a
. /path/to/.config/foo.env
set +a
foo --bar
Wellenreiten 01/2021 by Thomas HochsteinThomas Hochstein (Netz - Rettung - Recht)
Wer im Netz unterwegs ist, findet und liest dort so allerlei. Der Linkdump meiner interessanten und spannenden Fundstücke im Januar 2021.

Ok, https://www.onli-blogging.de/ gefällt mir gut, danke Thomas! Direkt den Feed abonniert 😀 Das Blog ist auch mit gemacht? Bzw es ist _das_ Serendipity Blog, wenn ich das richtig verstehe? Jetzt bin ich neugierig geworden. Wie immer stellt sich mir natürlich die Frage nach Funktionen. Fix mal im Netz gesucht und dabei https://www.cgarbs.de/blog/archives/1195-IndieWeb-Stufe-1.html und https://board.s9y.org/viewtopic.php?t=21018 gefunden. Offenbar ist das schon länger auf dem Radar, wurde bisher aber nicht umgesetzt.

Wie man mit Trackback oder Pingback gleichsetzen kann verstehe ich allerdings nicht 🤷. Beides kann doch gar kein Ping mit “intent”?

Jedenfalls werde ich das mal im Auge behalten. WP habe ich ja auch nur noch aus Gewohnheit im Einsatz und nicht weil es mir so gut gefällt 😅

I somehow never finished this little gem and since I feel somewhat nostalgic today decided to give it another spin. Interestingly this game was ported to various systems including Mac and Linux in 2013 premiering as part of the Humble Double Fine Bundle. This is probably also where I picked it up.

Anyway, uploading this will take some time but you can watch the partially muted recording elsewhere. Won’t upload it here thanks to ridiculous copyright claims.

Native Linux ports - One perspective by mdiluzmdiluz (mdiluz.micro.blog)
I spent 5 years working on AAA native Linux ports. That’s not a long stint by some standards, but nothing to shake a stick at either, so it’s not unexpected that I’ve had a bunch of people come to me wanting a hot take on Valve’s position on the future of that effort now that the Steam Deck ...

I may not like it but you’re probably right on this one @mdiluz

Video demo of using React and Arwes for a stream overlay

Can’t get enough of Diaspora: Shattered Armistice (on Linux PC). Of course with my DIY headtracker 😃 And while we’re at it we demonstrate https://arwes.dev/ – because nobody said that a sci-fi interface made with React can not be used as stream overlay too 👍

This is a Work In Progress and a DEMO.

Made to learn some React, get some freakin cool UI _and_ save me bucks on a stream overlay 😀