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.
(18 Jun) TarotCaster is an AI-powered tarot reading program
TarotCaster is an AI-powered tarot reading application that combines traditional tarot wisdom with modern artificial intelligence.
https://s.faithcollapsing.com/1wcbi
Archive: ais: https://archive.md/wip/QNGJV ia: https://s.faithcollapsing.com/na73g
git worktree
for the rescue:I was working on updating a #cpp project to a newer #Qt version, but wanted to keep comparing to a #git tag from some time ago. The problem is that checking out a different commit changes all the files as far as #CMake is concerned, and everything builds from scratch. If only there was a way to have another copy of the same repo without cloning...
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"
@alfonsosiciliano I think this should really be a development decision. When a GUI is well designed and implemented, whether it uses #qt or #gtk really shouldn't matter from the user's perspective.
I personally like #qt a lot, it's more or less the only reason I touch #cplusplus at all (really don't like that language, good old #c rocks ๐). And the one time it didn't fit the bill for me, for performance reasons with very special requirements, I finally resorted to coming up with my own little #X11 "toolkit" instead ๐
sysctlview https://www.freshports.org/deskutils/sysctlview/ is a GUI utility for sysctl on #FreeBSD.
It's probably my first #opensource project ๐จโ๐ป , it's still in the Ports Collection ๐ฆ and runs fine, but it hasn't been updated in years.
Maybe it's finally time to brush up on #C++ and give sysctlview a proper rewrite.
The original version uses #gtkmm (#GTK for C++), but a few years ago I ran a poll and most people preferred #qt
So maybe a QTsysctlview is on the horizon? ๐
#staytuned #sysctl #FreeBSDDev #coding #kernel #Desktop #Laptop