I was featured in a news article about blind people using high speech rates over the weekend. I probably wouldn't have chosen the synth they chose for the "test your skills" video, but that's a minor nitpick. https://www.9news.com.au/national/the-secret-language-only-blind-people-can-understand--and-its-not-braille/667eca67-a032-497e-a8fe-2bfd0d57e1c7
Hi, I'm a Haskell programmer. I spent so long getting a math PH.D I forgot "words" can contain more than one letter. I think comp (q,r,s,t) (u,v,w,x) = (q*u+r*w,q*v+r*x,s*u+t*w,s*v+t*x) is "self-documenting code"
Need a second letter in your variable name, just for a laugh? We already have that: It's called '
— A Haskell programmer
I think another really important tool is to know who a person follows that you follow or who follows them that you follow. this is a great way to just get context on were in your social graph they fall which can help provide more context. this can also be great for avoiding misunderstandings if you know that somebody is coming from a different social context that changes the way you would interpret what they're saying.
https://blog.erlend.sh/transitioning-r-rust-to-the-threadiverse
Three months ago I submitted a post to the #Rust sub-reddit called 'Building a better /r/rust together' wherein I hailed #Lemmy as a fitting successor.
Today we have 3+ moderately active Rust spaces on the threadiverse. To counteract community fragmentation, we need the ability for #ActivityPub groups (Lemmy 'community' or #Kbin 'magazine') to follow other groups.
Help needed from fedi-curious Rust developer out there: Implement FEP-d36d for Lemmy as drafted by @helge
I think a cool #moderation feature would be to show "how many folks I know have this instance/user muted or blocked?"
#ssb had this and it was east to preemtively block shitheads when bumping accross them.
No Mastodon, I do not ever want to use a hashtag in all lower case, stop suggesting it. #CamelCase is the #Accessibility option.
Since I've seen a lot of chatter about people switching to #Firefox as Google ramps up the enshitification of #Chrome, let me tell you about a killer feature for people who (a) need multiple accounts on the same websites (eg. devs) or specifically (b) have to use multiple Google accounts.
Firefox has an official addon called Multi Account Containers that lets you trivially set up color coded tabs that have separate sets of cookies. Log into your dev account in one, and your test account in another. Log into your personal #gmail in one and have another tab next to it with your work Gmail. I'm actually not signed in to any Google accounts in most my tabs, I just have containers for the specific tasks I do on Google products.
It'll take you 30 seconds to set up.
Add-on: https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/
Mozilla's explanation: https://support.mozilla.org/en-US/kb/containers
I hate it when you follow a link to a really great blog post and you're two paragraphs in thinking oh my god this is really good but then a modal popup window from substack asks you to subscribe to this newsletter and you have to hit "continue reading" to finish and then you wonder if this great blog entry will last on someone else's service that may not be around in a few years
I wish the web monetization spec didn't end up breaking down. It'd be really cool if folks could use whatever payment system they wanted and have their user agents and bridges figure out how to route stuff. The single implementation and hard requirements to use Know Your Customer tracking wasn't great though.
Like what if we had a FEP for tying ways folks could pay you with your ActivityPub Actor.
Fun fact, looks like our admin registration is going to use the same http auth mechanisms.
Here's how it looks:
- Keep list of admins in webmention format in the DB
- Admins talk to the API using signed HTTP requests
- API verifies requests by verifying the signatures
Cool side effects? No need for storing a password or issuing tokens or actual admin account data. We can also use wildcards in the list like `@*@hypha.coop` to allow any account from a given domain to have access.
Tee hee, just added blocklist importing to the #SocialInbox using Mastodon's blocklist format :P
Occult Enby that's making local-first software with peer to peer protocols, mesh networks, and the web.
Exploring what a local-first cyberspace might look like in my spare time.