As someone who's seen a lifetime's worth of corporate union avoidance strategies, Ruby Central's attempts to discredit gem.coop and prevent it from blossoming into a community-led competitor mirror that combination of misinformation and abuse of power so perfectly that I'm unable to see it in any other way. What's happening in Ruby right now is the closest thing I can imagine to a union busting campaign in open source.

Uh... cool.
My Synology NAS seems to be doing this thing where no services are available after a restart. I can't get to the web interface, samba isn't available, and a bunch of scripts don't seem to work from command line. I really didn't have let's go through a bunch of logs and see what's broken today on my non-existent bingo card, but here we are, I guess.
This entry was edited (2 weeks ago)

The year is 2025. AI has taken the world by storm, self-driving cars are on the roads, and brain-computer interfaces are being tested on humans. Yet, amidst all this modernity, blind and visually impaired individuals are still stuck utilizing a CAPTCHA service that requires your email address, uses a web browser cookie, and only (sometimes) functions if you scale back your privacy settings. SMH

Truly excellent writeup about the current clusterfuck that is Framework (computers):

Framework under fire for Omarchy/DHH/Hyprland support?

There are alternatives!

Get a refurbished ThinkPad through Minifree, preinstalled with Libreboot and funds the further development.

Or get a vintage ThinkPad with modern internals.

Also, there is:

#AndroidAppRain at apt.izzysoft.de/fdroid/?radd=1… today brings you 15 updated and 1 added apps:

* Compass Navigator: a compass app with auto declination adjustments using the device's builtin GPS 🛡️

RB status: 728 apps (57.1%)

3 #Magisk modules were updated at apt.izzysoft.de/magisk

Enjoy your #free #Android #apps with the #IzzyOnDroid repo :awesome:

Very thankful for the handful of people we have in this community who report not just the spammers, but the trolls, the sealion-ers, the harassers, the bullies.

We're not omnipresent and we can't possibly know everything that's going on across the fediverse; we rely on member reports to find and take action on bad behaviour, not just on mastodon.art, but on other instances.

Part of hosting and building a safe community is having clear, strong boundaries and enforcing those boundaries -

#FediHelp needed: the final phase of our metadata reorganization is now in progress. During our cleanup, we a.o. found a bunch of no longer maintained apps which we think might be considered "niche" – but are not sure which of those are really still useful, and thus should be kept.

So if you use one of them and still find it useful – or recently tried one of them and it didn't even work, can you please check codeberg.org/IzzyOnDroid/Every… and leave a comment? Thanks!

#IzzyOnDroid #serviceToot

in reply to IzzyOnDroid ✅

if i'm allowed: the version of medito you host is years older than the current google play version and also doesn't load anything.

apt.izzysoft.de/fdroid/index/a…

in reply to 💯% BꞮG DΣMӨП ΣПΣЯGY™ 𖤐

@jahtnamas of course you are allowed – and thanks for the hint! The version we ship is the latest release available in their repo. Unfortunately, it seems they've stopped providing newer releases there. So maybe you could ask them to provide releases with APKs again? They'd be picked up again by our updater automatically. Should they say "No", we'll have to remove the app of course. Thanks!

We are joined by @zersiax again to give us an update on the state of accessibility in Linux and whether things have improved since we last spoke.

linuxafterdark.net/linux-after…

#linux #podcast #opensource #a11y #accessibility

Zach Bennoui reshared this.

so, my current de-stressing activity is learning English round hand from period copy-books. the lines in copy-books that aren't just practice letter-forms are horrifically boring, extremely cringe moral mottoes, and I'm running out of stuff to practice writing

current texts include the long-term nuclear waste warning message, old copypasta like "then who was phone", city names, scientific names, this alphabetic poem from an 1806 manual

any ideas for one-liners or very short texts? or, I guess, anything you want put in fancy script, albeit by a beginner

#calligraphy

Is autistic self-identification valid?

I just completed a quantitative research paper comparing autism traits in medically diagnosed autistic people with the same traits in self-identifying autistic people and I can definitively say with more stats behind it than I care to ever think about again, THERE IS NO DIFFERENCE!

#autistic #neurodiversity #neurodivergence #autism

autisticculturepodcast.com/p/i…

in reply to Justin Macleod

My best relationships in all aspects from work to friendship to romantic have always been during a time when I wasn't trying to impress people. Granted, my unwillingness to impress people did not come from some amazing life hack or conpidence boost, sometimes I just had enough energy to maintain, so their was neither reason, nor resources I could use to try. All that to say, if you're about to do something you hope will impress someone, just... don't.

#ArtFelt will be on the air tonight! It all starts at 8PM Eastern on Mixcloud – mixcloud.com/live/artfeltlive – or ACB Media 4 – acbmedia.org/4

Hello, everyone! I recently returned from our trip to visit friends, Derek and Robin, where we traveled in both South and North Carolina! There is so much to tell, including the sharing of recordings made along the way. Of course, music and live performing will be strewn throughout the telling of the trip and whatever else comes along. See you there!

I wanted to see if I could make a promo with AI that would be good enough to pass inspection by yours truely, and the short answer. I couldn't. I used chat gpt, index tts for the speech, mainly because its the new toy, but used eleven labs for the music, also because that part is another new toy. I still had to generate multiple beds before I was ok with the result, and nothing mixed well without more plugins than should be permitted by law.
in reply to Derek Lane

Also I'd love to boost this but I won't boost audio without a description, in the same way I don't boost images without description. If we want parity, we need to be the ones that push for it the hardest. If sighted people should be held accountable for adding alt-text to images, so should we for audio, so that our deaf followers, and people that just want a summary of what we're posting, also benefit.
These are just my opinions and may not reflect those of anyone else... Or something.

Our ol’ buddy @jmd2000 had a birthday this week, so his old wooden barn is temporarily closed. Therefore, @Derek and Robin are doing another “Just Because Show” on HKC Radio tonight at 8pm eastern. Join them for a long-awaited music addition that’s been months in the making! You won’t wanna miss it!

HKCRadio.com

Hi there.

I'm a big ol' Docker idiot.

I need to add a private key to a docker environment, specifically referencing this projects:
github.com/mattmelling/asl-zel…

I guess I need Docker Basics 101, since I don't really have much experience with it.

I have built the thing based on it's included docker file. Now I need to add this private key before launching it with docker run.

The README expects one knows how to actually use docker, which I suppose is fair. So, do I run a minimal something so I can shell into it and create files before running the complete environment, or what?

in reply to Patrick Perdue

Mount the local keyfile as a volume inside the container by adding something like this to the `docker run` command:

-v local\path\to\private.key:/container/path/to/private.key:ro

Then tell the project where to find the in-container keyfile as the GitHub page indicates.

(Note: I'm assuming you're on Windows with the backslashes there, but change to forward slashes in the host path if not.)

This entry was edited (17 hours ago)

Ich teste momentan ja :gnome: #Gnome unter #Fedora auf meinem Arbeitsgerät, während ich eigentlich seit Jahren privat und vorher beruflich #KDE #Plasma gewohnt bin.

Weiß noch nicht ob ich dabie bleibe. Ich muss mich ehct bei sehr vielen DIngen umgewöhnen und einiges umbiegen bzw. nach meinen Bedürfnissen konfigurieren. Aber eigentlich will ich den Desktop ja nicht zu stark verbiegen...
An anderen Stellen vermisse ich Features.

Nein, ist natürlich nicht alles blöd: Gnome ist wirklich schick und fühlt sich wie aus einem Guss an, außerdem gibt es auch wirklich tolle #GnomeCircle Apps.

Gibt es tolle Exklusiv-Features oder Workflows, die ich mir mal anschauen sollte? 👀

in reply to Madeleine Morris

I'm making a sofrito. Just with an onion and two tomatoes, finely chopped, and some salt.

The trick is to let the onions cook slowly. In Spanish, this is called ‘pochar’ - to poach in oil. It gives the onions a complexity of flavour, and then once they’re translucent, in go the finely chopped vine tomatoes (I peeled these, because they’re delicious but the skin is a little tough) again, simmering slowly, to bring out that magical change that happens to slow cooked tomatoes. #cooking

in reply to Madeleine Morris

One of the things I love most about a lot of Spanish #cooking is that, often, there aren’t a lot of ingredients. The object is to let the few that are there shine. Which is why we’re so picky about ingredients down here. Good olive oil, good tomatoes, good onions, good clams and a nice manzanilla to steam the clams in with some garlic.

The complexity of flavour tends, I think, to come from the method of cooking, rather than seasonings.

I've officially finished the email<=>XMPP gateway grant 🎉. Lot of stuff done. The gateway is working but there are still things to do, notably finishing the e2ee encryption which is complex.

I'll most probably blog about it (and the previous A/V one) next week.

nlnet.nl/project/EmailXMPPgate…

#XMPP #Libervia #nlnet #ngi0 #email #gateway