• 3 Posts
  • 209 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle





  • Copy one file over and it’s set up for you.

    So, I’ve only played around with NixOS on a Raspberry Pi, but… Don’t people usually split their config up in multiple files, and then store than in a Git repository?

    The process then still is: check out that Git repository, except there’s another step: copy over your private key so that you can decrypt your secrets.

    Is that correct? Or did I make things needlessly complex for myself?












  • A comprehensive answer is out of scope and probably best given by a true accessibility specialist, but for example, if you only use <div> tags for everything, a lot of the screen reader’s affordances for navigating are unusable. Images that carry information but not in their alt text are another simple example.

    And then there are parts where JS could actively help. For example, if you have a tabbed interface, but clicking a tab results in a full page refresh, the screen reader loses all context.

    Also keep in mind that there’s more to assistive technology than just screen readers, e.g. sufficient colour contrast and keyboard navigability are important to many people. Too many websites still get those basics wrong.