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.
In case you have ever wondered what it would look like to have all of your favourite console output piped through lolcat(6) π³οΈβπ, here is a nice example
required (one of *sh is enough)
typingman lolcat
...will get you the standard sh output delimited by the man command itself. This means that I used a simple trick to get all of my output piped through lolcat
ssh -Xv -p65534 -l userid |lolcat
ls -lR ~ and compare that in a standard ssh sessios without full lolcat pipe#programming #rainbow #sh #csh #ksh #zsh #bash #fish #lolcat #man #manpages #OpenSource #Linux #BSD #POSIX #TV
Iβve implemented posix_spawn_file_actions_addclosefrom_np for NetBSD, and Iβve even written a test for it using NetBSDβs testing framework! Now to see about actually running that test and writing a man page, so I can submit the patch next week.
It has been done with open source tools
Please check out this link
Stefano is a brilliant Systems & network Integrator
#Billboard #BSD #Cafe #programming #snack #network #BBS #social #media #OpenSource #POSIX
Lenovo
TIl about an interesting OS option by Lenovo, on their notebook computers. Logical yet interesting and expected
You get an *Open Source* OS by default from Lenovo. No more win64 as default
If you want closed source you have to **ask** for it and pay the _hefty premium_ that microSoft's microslop demands, for their LLM infected, malware like OS. Lenovo wants to sell it's notebooks for the best price possible if you want an OS, and microsoft does not meet those demands anymore (for a while)
https://www.youtube.com/watch?v=_fw4HsJpfa8
#Enshittification #LLM #AI #programming #OpenSource #technology #Lenovo #Linux #POSIX #SatyaNadella #microSoft #license #hardware #software
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"