| https://twitter.com/stevenspriggs | |
| Github | https://github.com/zeroedin |
| Personal site | https://stevenspriggs.com |

| https://twitter.com/stevenspriggs | |
| Github | https://github.com/zeroedin |
| Personal site | https://stevenspriggs.com |
Every single day, I experience someone talking about how hard web development is and how convoluted it is to do anything and how much tooling and effort it takes.
Every single time, they (or someone white knighting the JS industrial complex) say "this is just how it is, front end is just this complicated."
And, my brother in christ, no. You have self-inflicted these wounds. This stuff is HARD, but it does not need to be convoluted. Is is sometimes elaborate, but it doesn't need to be complex.
"Computers lie to us. CSS hides our worst sins. JavaScript covers-up our poor architectural choices. With Lynx, there's no escape. You see the HTML rendered and that's it."
https://shkspr.mobi/blog/2020/12/how-and-why-to-use-lynx-the-faster-web-browser/
Lynx is a text based browser. You think the people who browse without JavaScript are weird? Lynx doesn't even do images or CSS! It downloads HTML and renders it at blazing fast speed. If you ever wondered just how slow modern web development has made the web - Lynx will show you the meaning of haste. I use Lynx most days. Not as my exclusive browser - I'm not a masochist - but as a handy tool. If I'm on a bandwidth constrained connection, or a site is overloaded, or I just want to browse…
With the update to chrome 131 and the stated styling improvements for details summary.
https://developer.chrome.com/blog/new-in-chrome-131#styling-details
I can no longer use details as display contents in a grid. Works in chrome 130/ Firefox / Safari.
https://codepen.io/zeroedin/pen/vYooZqj
Introduced bug?