azertyfun
@azertyfun@sh.itjust.works
- Comment on Any APIs or apps that allow for complete keyboard navigation OS-wide, including inside apps 2 weeks ago:
My gut feeling was that a standard accessibility protocol doesn’t exist yet, but that a Wayland extension is probably the solution.
Looks like I was right: …gnome.org/…/update-on-newton-the-wayland-native-…
However that’s a recent proof-of-concept, so nothing generally available at this stage. Details would have to be ironed out, and every graphics toolkit would have to be updated to support the protocol.
I don’t know how that would work with XWayland apps, but given how clunky that gets with stuff like fractional scaling I wouldn’t get my hopes up. The sooner we can native Wayland all the things, the better. X11 must die, regardless of the feeling of the graybeards on the matter.
- Comment on PlayStation To Delete A Ton Of TV Shows Users Already Paid For 11 months ago:
(Within the limits of IP laws. In some countries, making a personal backup of a DVD is an illegal act. Breaking DRM to do so may be a separate illegal act, again depending on jurisdiction. Neither is immoral of course, but that doesn’t stop lawmakers and judges from kissing the slimy boots of corporate lobbyists.)
- Comment on Local pop radio station is using its metadata to spread anti Biden propaganda 11 months ago:
HSTS + HTTPS redirect is the answer. It’s industry standard for a reason: it’s just as safe as pure HTTPS since you can’t get anything other than a redirect over HTTP, and HSTS protects your users from future attempted MITM attacks. The MDN page for HSTS explains it all very clearly.
Any other implementation is an immediate audit fail in my experience.
There’s no tangible security benefit to fully disabling port 80, and if anything depending on the service it may just drive users away to shadier alternatives.