Skip to main content



A couple years ago I opened a thread to add #AltText on #Mastodon banners and profile pictures. Now detailed todos are being posted. Is there anyone who could help in this case?

github.com/mastodon/mastodon/i…
#a11y #Acessibility

WestphalDenn reshared this.




It really comes to something when you start hearing metal pipes, banging and builders in your back garden, because they've climbed over the wall to put up scaffold without us being informed. We live in a Maisonette, and there's something wrong with the window above our house. As a result, they have to get upto that floor to fix it, but the housing association couldn't be bothered to tell us about it. As a result we'll have scaffold up for perhaps a week, perhaps even longer, while that work gets done. This makes our garden inconvenient for me to walk around for one thing, and potentially dangerous for another. Sometimes I just cannot believe the audacity of some people.
I made it very clear when I went out to talk to the builders that I don't blame them, they're just here to do a job and don't know who's house it is, but I do blame the higher-ups for being so damn lackadaisical as to not let us know properly. They could have been anyone. Burglars. I feel extremely on-edge as a result.
in reply to Andre Louis

We get so many notices about roadworks and closures in our area with little maps. This part of the road. This house. all just dotted or circled. Phone number never picks up. Bastards.


I have been corrupted by the coffee people. I was thinking of adding some milk and sugar to my morning coffee today to get a palatable, smooth drink but then I had a sip of the black coffee and was like "no no, I want this flavor right now". This is bizarre cause just a month or two ago I'd practically never drink black coffee.


neat, Rogue Legacy source code is on GitHub now github.com/flibitijibibo/Rogue…


My #GoToSocial backup procedure:

This runs as a cron job every day at an off-peak hour. Do bear in mind that both the sqlite backup, which takes place while GTS is running and therefore must handle locks, and xz, take up a lot of CPU power.

#!/bin/bash
umask 027
now0="$(date +'%F %T')"
printf "%s: Starting backup.\n" "$now0"
cd /home/gts/gts || { printf "Impossible to backup. Cannot access directory.\n"; exit; }
mv --backup=numbered instance.back.tar.xz db-backups
printf "Backing up database.\n"
sqlite3 sqlite.db ".backup 'sqlite.db.back'"
printf "Preparing file list.\n"
echo sqlite.db.back > file.list
echo config.yaml >> file.list
echo db-backup.sh >> file.list
echo file.list >> file.list
./gotosocial --config-path config.yaml admin media list-attachments --local-only >> file.list
./gotosocial --config-path config.yaml admin media list-emojis --local-only >> file.list
printf "Tarring up instance data.\n"
tar -cf instance.back.tar -T file.list
printf "Removing auxiliary files.\n"
rm sqlite.db.back file.list
xz -T3 -e --best instance.back.tar
now="$(date +'%F %T')"
printf "%s: Finished backing up.\n" "$now"
in reply to modulux

One thing I want to do to improve this, is using ts to timestamp the output on the log. I run this on a cron job and redirect it to a log file so that I can see if any command has failed or any dodgy things has happened.



Want to quickly switch conversations in the Messages app on macOS? You don't need to use the conversations collection, just press Control-Tab to move to the next conversation in the collection, and Control-Shift-Tab to move to the previous one. #TipTuesday


@Tutanota I was thinking about a "new" service. Keep private and encrypted URLs as services like Pocket or Mozilla does (but not encrypted) to save bookmarks for interesting posts and articles found into the web.
Right now I'm using Signal personal notes but a Tuta bookmarks service could be nice.
@Tuta
This entry was edited (2 weeks ago)


Buenos días, fedi. A ver como va el día.
in reply to modulux

Tiene que ir bien! De momento espero que tu madre ya esté mejor y que pronto vuelva a casa.
in reply to Óscar Gorri

Está mejor, por lo menos sin fiebre y bastante animada. De momento sigue por allí, y aún no le han asignado habitación, lo cual me parece mucho tiempo, pero bueno... A ver si pronto le dan el alta.

in reply to Henrik Sandklef

@hesa @Cheatha yes, and also limited as barely any developer test their changes in more than one or a few config setups, which then easily would break in another setup the developer (or reviewers) did not think about


Now this is something I want. Don't get me wrong, I love my cane but if there's anything I can use to make traveling easier, you best believe I'm using it because right now, its just so exhausting to even want to walk anywhere and I'm tired after going out. It's much less exhausting being driven anywhere so if I can make walking easier with this cane, I'd get it. #Blind
youtube.com/watch?v=J-VVh5ezqG…


Today I learned that there are micro USB cables that only carry power, not data, and that I have several of them. 😒 Unfortunately, I learned this while trying to use an old phone that I haven't used in years. I tested it with two different cables, thinking I had eliminated the cable as a variable in the problem equation and leading me to assume it was something wrong with the phone or its configuration. I finally found another micro USB device which uses data (surprisingly, I don't have many) and realised that my two cables weren't working with that either.
This entry was edited (2 weeks ago)
in reply to Jamie Teh

Indeed they exist, and then there are cables which can only provide up to so much power, and if that isn't enough for the device, the device won't charge, nor will you get data of it. That is... always fun to work with.
in reply to Jamie Teh

sadly some of this persists into today, although at least per-spec Type-c charge-only cables are not supposed to be a thing. That doesn't mean there aren't 2.0 Type-c cables which disconnect the data wire (and some are still marketed to do this in the name of security) so generally the only time I've had to be careful over this is with cheap cables purchased from a gas station-type store. Many Micro ones will use the tactile trident mark when charge-only but it's not reliable.


I voted and California said my ballot was already counted just two days later. Here is hoping! #USPol


Umberto Eco Explains the Poetic Power of Charles Schulz’s Peanuts

openculture.com/2016/02/umbert…



Perfectl is Not New, It's Not News About Linux, Outdated Apache RocketMQ is Not Linux, and the Real News Should be Back Doors Like Windows and CALEA Blunder lxer.com/module/newswire/ext_l…



Na Pixel 9 Pro max právě dorazil Android 15
This entry was edited (2 weeks ago)


práve som odoslal úlohu z angličtiny, na poslednú chvíľu 😎



Other than not funding them, and putting shame-pressure on them, is there anything one can do about the FSF?

If the FSF got dissolved, what happens to the copyrighted code that it owns / that has been assigned to it?

in reply to Federico Mena Quintero

You are right that this identifies a huge "bus factor" for all FSF-stewarded projects. Anyone who works in operating systems knows how fundamental many of these pieces are. A few things could happen.

Option 1: The ongoing work to Rust-ify everything is accelerated. A new surge of energy appears to move to a Rust future.

Option 2: Good Person(s) Scenario. FSF gracefully hands over copyright ownership to a responsible steward.

Option 3: Bad Person(s) Scenario. S***show.

in reply to Federico Mena Quintero

I went through the FSF copyright assignment process once (for some automake patches). From memory, there were some conditions attached to the assignment related to how the FSF would license the code.

If the FSF dissolved and the copyrights transferred to a successor org, I assume those promises would also transfer with it. It's possible that they might be able to relicense the code under a more permissive free software license, but they couldn't sell commercial licenses to the code.




I was really sweating a decision about mirroring some caching infrastructure for a distributed application. I guess that makes me...

Sensitive content

in reply to ed(1) conference

I thought about writing a small service to keep copies of files burned to a CD because it took the robot way too long to change media. I planned to call it "earlybird", ...

Sensitive content



I met Ward Cunningham, Wiki inventor and many other things inventor. at OSCON 2005. Super nice guy and super brilliant. RIP.


youtube.com/watch?v=928ViCUbYh…


We're finally living the dream of the late 1990s, except its YAML instead of XML

...And what do you call yourself?
"The Aristocrats!"



Welcome to the RB family, OwnTracks 🥳

apt.izzysoft.de/packages/org.o…

OwnTracks allows you to keep track of your own location. You can build your private location diary or share it with your family and friends.

With this app, now 24% = 291 apps at the #IzzyOnDroid repo have #reproducibleBuilds – almost every 4th app :awesome:

in reply to IzzyOnDroid ✅

Thanks for the notice about the App, sounds good, installed. 😉


There's a line that keeps coming up in so many conversations I'm in these days: It feels like 2004 on the internet again. And that's a good thing, because it means all of today's incumbents won't make it to the next era of the internet. anildash.com/2024/10/15/its-20…



Top-ranked Surfshark is 87% off with this early Black Friday VPN deal pcworld.com/article/2489139/to…



If any of you Linux users out there are getting bored, you may want to try one of the BSDs. BSD of course stands for Berkeley Software Distribution and all the information you need on running BSD can be found in the Berkeley Distribution Software Manuals, or BDSM for short. So Google BDSM to get started.


Latest update from @brewsterkahle: "Wayback Machine running strong (yippie!).

Still working to bring archive.org items & other services online safely.

@internetarchive
team spirits high, but tired."

reshared this



How many countries have you visited, other than your native country? #Poll #Polls #Tootsday

  • None (0 votes)
  • 1-4 (0 votes)
  • 5-8 (0 votes)
  • 9+ (0 votes)
Poll end: 2 weeks ago



Doctor Who Time War Sale! bigfinish.com/news/v/doctor-wh…


Beyond Death | To The Best Of Our Knowledge ttbook.org/show/beyond-death


I think part of the reason why Mastodon fails for me is because it offers far too much control to users over what they see. I think this creates insular communities where reach is limited and opinions go unchallenged because that makes people uncomfortable.

If BLM / George Floyd happened on Mastodon instead of other social media, I do not think that change would've occurred because either people would mute the tags or words, or admins would ban profiles talking about it (because Masto is white)

in reply to Sam

I honestly think that take is extremely interesting because of how counterintuitive it is. I'm not sure I agree, and it's hard to make the case that letting users control their feeds is bad; but it's possibly true as well.


Šutaj Eštok is the Kotlár 2 :kekw:
This entry was edited (2 weeks ago)


My peeps, we are hiring. I've been at Coda for nearly a year and genuinely look forward to work every day. I get to work on the cool projects I want, with smart, kind people who enjoy what they're doing. And now we can use more help in our security department.

We're looking for a 100% remote (in the US, due to compliance obligations) security engineer. Downside: you have to see me all the time. More info at job-boards.greenhouse.io/coda/…

If this looks interesting, please hit me up for the details.



oooh, the redbox uses full AES encryption!

and they always use the same key which is embedded in the executable right next to the encrypt() and decrypt() functions. well done, guys