m5l.eu is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.
This server runs the snac software and there is no automatic sign-up process.
#Linux / #Unix / #POSIX needs, if not a fully transactional file system, then *at the very least* a way to atomically write to a single file without potentially corrupting it if there's a crash or power failure in the middle of the operation.
I should not have to worry about my files either going corrupt or losing their metadata (permissions, comments, tags, ratings, etc) if I edit them. That should not be a thing on terabyte-sized SSDs in 2025, for goodness' sake.
Current weather in Leonsberg SR SA compliments of wttr.in curl {ba{c{k{z{fi}}}}}sh and lolcat
#Weather #curl #wttr #bash #csh #ksh #zsh #fish #sh #OpenSource #programming #technology #POSIX
Woohoo a new version of GhostBSD distro is out along with another choice of DE Gershwin!
https://www.ghostbsd.org/news/GhostBSD_25.02-R14.3p2_Is_Now_Available
#BSD #ghostBSD #freeBSD #OpenSource #POSIX #distro #programming #Gershwin #DE
find . -name '*.qml' | xargs sed -i 's/\(import [A-Za-z0-9.]*\)[ ]*[0-9.]*/\1/g'
Which translates to "please remove all versions from import statements in my #Qt QML files"