Post #915327
2026-03-01 17:58 UTC
Replies (5)
-
@jernej__s@infosec.exchange 2026-03-01 18:29
@mwk I'm constantly surprised at how bad webapps are at presenting raw text. Old school forums could be set up to present 100-500 posts per page, and browsers had no problems showing that, modern webapps will sometimes unload text the moment it leaves the viewport, making browser's built-in search unusable. 300 MB of frameworks can't handle a megabyte of text.
-
@technobaboo@ordinary.cafe 2026-03-01 18:39
@mwk they can make infinite scrolls for social media but basic tables are too hard????!?!?!???
-
@migratory@jorts.horse 2026-03-01 18:45
@mwk web devs are not responsible enough to be trusted with control of user experience
-
@ppxl@social.tchncs.de 2026-03-01 18:47
@mwk I feel this toot in my bones. Anyhow, my condolences with the GitHub UI
-
@foolishowl@social.coop 2026-03-01 20:47
@mwk I had to deal with incompatible word processor file formats in college, which meant when a word processor went off the market, the documents could no longer be read. And then I read about the SGML project, to make lightweight markup that was device independent, because this was a huge problem for government records. It had an exciting spinoff, HTML. A few years later, I was seeing "How to" guides on designing web sites that were all about how to subvert the design intention of HTML, and force web pages to be rendered as the designer intended, and then how you could design "entrance and exit tunnels" and otherwise control the way the user interacted with your website. It made me angry and it still does.