Formerly /u/neoKushan on reddit

  • 0 Posts
  • 50 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle






  • I think the argument about “for accessibility” is missing the point a little bit and a common mistake most developers make.

    You should endeavour to make your interface accessible by default. You shouldn’t be thinking in terms of “okay here’s the design and here’s the design that’s accessible”, you should be considering accessibility in all of your designs.

    Now that’s usually a bit harder with games because you have styles and themes that you don’t want to detract from, but if your interface causes accessibility issues, it’s generally going to be bad for people that don’t have accessibility needs as well.

    Accessibility benefits everyone.



  • I don’t think your second point is correct. You can still embed analytics on a static website. I believe you’re conflating it with your first point by assuming that scripts are disabled on the browser side, in which case it’s a bit of a redundant point.

    I also think it’s a bit unrealistic in this day and age to run with scripts completely disabled. I know it sucks, but we need better ways of protecting our privacy and disabling all scripts is a bit of an extreme measure given so much of the modern web relies on it.







  • This is a good response and worthy of being the top answer, however I feel the need to point out that it isn’t actually what OP is asking for.

    F-Droid specifically only hosts open source software, in fact it builds that software itself, it is t just another store or package repository.

    Chocolatey does not build the applications it deploys and in fact contains plenty of closed source, proprietary and paid for software. It’s a fantastic tool and I use it a lot myself, but I wanted to be explicit that it’s not analogous to F-Droid at all.