While my experience isn’t the same as this woman, I absolutely feel it. Everything is an uphill battle (and it’s worse if you’re multiply marginalized!) and every issue makes you feel like it is all your fault.
The tech industry has not made the kind of progress I had hoped when I started doing dei activism 15+ years ago.
toot.cafe/@baldur/115570002490…
Baldur Bjarnason (@baldur@toot.cafe)
“Can I vent? All of the emotions from my now former tech career. : r/womenintech” https://www.reddit.Toot Café

feld
in reply to Maikel 🇪🇺 🇪🇸 • • •Maikel 🇪🇺 🇪🇸
in reply to feld • • •@feld I have zero Bluetooth issues with Nixos. Zero.
It
just
works
Every time.
I can either use blueman to connect and enjoy a beautiful simpleton GUI for when I feel blond-hair brained or use bluetoothctl which is pretty much what blued in FreeBSD aspires to be (same commands, really, same everything) and fails catastrophically with even describing how to compile itself.
And I certaintly don't need to be root to search bluetooth devices or connect. Let alone I could never fathom the idea of having to create a virtual sound device for it.
It just works same Windows or Mac or my phones.
feld
in reply to Maikel 🇪🇺 🇪🇸 • • •> Let alone I could never fathom the idea of having to create a virtual sound device for it.
I can't help this. FreeBSD did the right thing when it came to audio, and Linux went a completely different direction. Same thing with networking which is why KDE on Linux has a really nice wired/wireless/VPN connection applet and on FreeBSD we get garbage.
It's not that it can't be done on FreeBSD, it's that all of these things are written to be Linux-only -- not even modular so they can work on multiple OSes. Annoying.
Maikel 🇪🇺 🇪🇸
in reply to feld • • •@feld as I undersand it to run in FreeBSD you need hccontrol, hcsesc (no idea what this is for) and vissomething_oss to create a virtual device.
All i need in Nixos is
hardware.bluetooth.enable = true;
services.blueman.enable = true;
🤯
I'm not kidding, that's all it takes.
feld
in reply to Maikel 🇪🇺 🇪🇸 • • •well all of that could probably be automated with a devd rule so as soon as the device is attached it Does The Right Thing
but someone needs to actually write these rules and test with a bunch of hardware, and then get those rules into base or into a port so someone can just "pkg install bluetooth-devd" or something...