Alright, video of my latest visit to the historic silver mine in #Hallwangen finally transcoded and was uploaded. Pick your poison:
https://www.youtube.com/watch?v=kmhxBotXVWY / https://tube.tchncs.de/w/nBWF3pd9X4Th5fUV1fXE4G
Alright, video of my latest visit to the historic silver mine in #Hallwangen finally transcoded and was uploaded. Pick your poison:
https://www.youtube.com/watch?v=kmhxBotXVWY / https://tube.tchncs.de/w/nBWF3pd9X4Th5fUV1fXE4G
We hit a major milestones this week with the long worked on adoption of PipeWire Camera support finally starting to land! Not long ago Firefox was released with experimental PipeWire camera support thanks to the great work by Jan Grulich. … Continue reading
The past few days on the Fediverse have served to remind me a few things: The internet is as smart and as ignorant (and everything in between) as the macrocosm known as “human civilization” reflects upon it. Sometimes the victims will become the victimizers in any given situation, usually withou...
There’s no such thing like a primary topic or focus on mine. It’s an ongoing ever evolving side project and it’s topics change with whatever my hyperfocus latches on next 🙃
I know many separate their ongoing projects or thoughts via profiles or even completely different websites.
That’s too much work for my taste. So there is the full package or nothing. Or well… one could sub to a feed by category only. A nifty RSS feature 😀
I’d say we had a different kind of “content pressure” when creating a blog back then. I mean how else would we explain the amount of under_construction gifs? 🙃
It is indeed a shame though that any activity on the net is associated with the question how to make money of it 🙁
Sometimes existing is really enough 👍
With the #meta #Project92 or #Threads Fediverse offering, there has been a, well, robust discussion of how to avoid threats looming. Those advocating mass-preemptive defederation make three cases for it. ➡️ To avoid data mining … However, defederation does virtually zero to avoid any big tech ...
Wonder where you look, because that list doesn’t look _that_ exhaustive 🙃
Also Hi from an IndieWeb-Priest 🤓
I like my #Gnome desktop but some things really drive me mad. I recently switched to an AM5 board (yeah yeah first world problems) which came with an integrated #bluetooth adapter. Which sucks. Badly. Dunno if it’s the driver or interference from the board itself or due to the case shielding the signal. I don’t really care as well. It can however not be deactivated in the UEFI settings.
I’m using a BT adapter plugged in via USB for years now and moved this over to my new system. It works _excellent_ even with multiple devices. I get clear sound without crackling on my headphones, which is what I really care for to stay “in the zone” for work.
Alas Gnome does not let you choose which BT adapter is used – unlike we know this e.g. from the NetworkManager. Apparently it even defaults to the _first_ adapter it finds, which is by design the integrated one – that I do not want in my case. I can basically only tell them apart by their addresses that I can obtain via the hcitool command:
$ hcitool dev
Devices:
hci1 10:B1:DF:AA:63:50
hci0 00:1A:7D:DA:71:06
The full details on this can be extracted from this [closed] 5 years old feature request: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/263 (let user choose one bluetooth device from several in gnome control center)
And everything mentioned there is still true and while I usually can understand Bastien’s reasoning in this case I can’t. Alas not all is lost. It’s a little tedious but the following example script was added to unbind an adapter:
#!/bin/sh
ADAPTER_TO_DISABLE=${1:-hci0}
SYSFS_PATH=/sys/class/bluetooth/$ADAPTER_TO_DISABLE
if [ ! -h $SYSFS_PATH ] ; then
echo "Could not find adapter $ADAPTER_TO_DISABLE"
echo "Usage: $0 [hciX]"
exit 1
fi
USB_DEVICE_PATH=`realpath $SYSFS_PATH/device`
USB_DEVICE=`basename $USB_DEVICE_PATH`
echo $USB_DEVICE > $SYSFS_PATH/device/driver/unbind
The adapter will be back on the next reboot so it’s a little tedious but at least I can now kill the malfunctioning one. It’s a hammer to a nail but it works. Put in a script it may be called like this:
sudo unbind-bluetooth-driver.sh hci1
Oddly enough something in the gnome-shell extension acts up now and duplicates the device list.
I can live with that though and it may even be fixed with a more recent version already. I’m still on 44.9 and somewhat behind on this currently.
I touched #Ardour and I’m in awe (or should I say #DAW? 🤓). What an awesome piece of software for all audio recording and editing needs.
And I’d never have found it if it wasn’t for #Audacity quitting on me yesterday. Which, in all fairness, could be tracked down to an Oopsie in the USB stack for the microphone. A good old fashioned reboot fixed this in the end.
Anyway, I’m in love and I kinda expected it already but @unfa@mastodon.social really has a great quickstart video on it as well: https://www.youtube.com/watch?v=bfTAKv4htDE
Open source input daemon for Linux . Contribute to ShadowBlip/InputPlumber development by creating an account on GitHub.
🔖 Open source input daemon for Linux https://github.com/ShadowBlip/InputPlumber
Mebbe of interest for my #SimPit (home cockpit) shenanigans.