• 0 Posts
  • 58 Comments
Joined 2 years ago
cake
Cake day: June 20th, 2023

help-circle
  • Uh. I don’t know how it is on the other side of the ocean, but around here, it’s a nice goal, but there’s much more care going into making messes than implementing accessible websites. Even official government services sometimes just barely slaps an “accessibility conformity: partial/none” and keep going on.

    I’m not sure having an accessible web is enough to overcome the thirst for ad money and control.



  • People don’t realize how much shit youtube/google ignores over time, for whatever reasons (but mostly because it’s cheaper to ignoer I’d guess). With most major consumer VPN providers, this is very easy to detect. Adblockers are easy to detect. Tampering with the website structure? Believe it or not, quite easy to detect when someone hide a component or change a title or a button.

    If they decided to seriously get after people that circumvent geofencing, people that block ads, people that change the interface to their liking, or people that plainly use alternative websites, they could easily. And it would require far less effort on their end to keep things complicated than it would require on our end to keep things working at an acceptable level.






  • Problem is so many websites are slow for no good reason.

    Bad coding is a part of it. “It works on my system, where the server is local and I’m opening the page on my overclocked gamer system”. Bad framework is also a part of it. React, for example, decided that running code is free, and bloated their otherwise very nice system to hell. It’s mildly infuriating moving from a fast, working solution to something that decided to implements basic language features as a subset of the language itself.

    Trackers, ads, dozen (if not hundreds) of external resources, are also a big part of it. Running decent request blocking extensions (stuff like ublock origin) adds a lot of work to loading a page, and still makes them seems more reactive because of the sheer amount of blocked resources. It’s night and day.


  • it’s not a hard concept, people.

    Depends. Webapps are a thing, and without JavaScript, there isn’t much to show at all.

    Websites that mostly serve static content though? Yeah. Some of them can’t even implement a basic one-line message that asks to turn on JavaScript; just a completely white page, even though the data is there. I blame the multiple “new framework every week” approach. Doubly so for sites that starts loading, actually shows the content, and then it loads some final element that just cover everything up.




  • Accessibility, usability, scalability at very, very large scale, actual searchability, and actual return on investment, because some people actually get money from youtube?

    Actually, peertube, depending on the instance and the popularity of the content, can be incredibly frustrating for a viewer. And it can be frustrating to the content creator. Some people are quick to dismiss minor (and less minor) annoyances, are able to look for fixes, and so on, but for almost everyone? The experience is nightmareish, with incertain returns (or no returns at all, as it stands).

    Once you fix all that, you might have a chance to convince larger entities to move to peertube. Well, more realistically, to host their own instance. Well, more realistically, to host multiple instances, because really some people would hammer the platform down with each video. See the issue yet?