Ah, much better.

Now if y'all could just stick to one or two phrases, I could get a certain mouse off my timeline. There are - and always were - much cooler mice out there.

Literally any other mouse.

Sadly, #Tuba does not respect filters yet. I guess I'll be sticking to the web ui for a few days.

On a happier note, there are two pull requests against Tuba that I wanted, so I just added two `pkg.fetchpatch` blocks to my #NixOS configuration, and now I have a Tuba build with both of these patches applied.

NixOS is truly magical.

I mean, just look at this!

Heck, it fits into a toot! (Fair, I have long toots enabled, but never mind that!)

(tuba.overrideAttrs (old: {
version = "0.6.1";
src = fetchFromGitHub {
owner = "GeopJr";
repo = "Tuba";
rev = "v0.6.1";
hash = "sha256-Tt2g7xwXf/o/ip5RgUCXclL9omWa/pRglkDMoEGn1AM=";
};
patches = [
# Media zooming
(pkgs.fetchpatch {
url = "https://patch-diff.githubusercontent.com/raw/GeopJr/Tuba/pull/728.patch";
hash = "sha256-SD3mSGh3BI7Bozv5EyDIaCEOlByVWipPY6DR7VSb08A=";
})
# Back arrow in narrow mode
(pkgs.fetchpatch {
url = "https://patch-diff.githubusercontent.com/raw/GeopJr/Tuba/pull/718.patch";
hash = "sha256-dPioztmSITw4E35bojCrzROOXa1qn68PY9tkDTLaN/M=";
})
];
}))

@algernon Now I'm (mostly unrelatedly) wondering whether code blocks like that are handled correctly by screenreaders, and avoid the "reading out code character by character" problem

· · Web · 1 · 0 · 0

@joepie91 I suspect they're not handled particularly well. I'll have to check one of these days.

Sign in to participate in the conversation
Pixietown

Small server part of the pixie.town infrastructure. Registration is closed.