On the subject of Connecting Federated Social Media Networks by starrwulfestarrwulfe (starrwulfe.xyz)
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...

❤️ https://starrwulfe.xyz/2024/02/on-the-subject-of-connecting-federated-social-media-networks/

So much this.

Bloggers, what is your primary topic or focus? (openmentions.com)
We ask a new question every Monday – you can reply using your own blog, website, or social media account and then ping us using WebMention so your reply appears as a comment. If you have difficulties, try brid.gy which has fabulous tools to help send mentions. Come back next week for a new questio...

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 😀

Oh Hello Ana (Jottings from Ana)
Ana's personal blog

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 👍

Threads and the Fediverse - A Smarter Battle Plan to Protect the Open Social Web by Tim Chambers (timothychambers.net)
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 ...

🔖 https://www.timothychambers.net/2023/06/23/project-and-the.html

All the (active) sites using Webmention that I found so far [March 2024] by Matthew BrownMatthew Brown (lordmatt.co.uk)

Readers with long memories will remember my post “All the (active) sites using Webmention that I find (sic) so far” – the May 2022 edition and then the June 2022 edition. This is that list but updated for March 2024 and put in some sort of logical order in a post with a grammatically improved […]

Wonder where you look, because that list doesn’t look _that_ exhaustive 🙃

Also Hi from an IndieWeb-Priest 🤓

I like my 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 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.

BT quick selection modal of Gnome duplicating the list of known devices

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 and I’m in awe (or should I say ? 🤓). What an awesome piece of software for all audio recording and editing needs.

Audio editing with Ardour stretched over three displays. In the foreground is my button box - that piece of my https://simpit.dev that also assists me during daytime work due to it's shiton of buttons and the extra display in the middle.

And I’d never have found it if it wasn’t for 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