Earlier quoted context omitted.
We can walk and chew gum? Also, how much complexity do you think is needed to fix this by the webpage?
It would be up to the browser to render HTML sensibly. Use a browser that can.
Lynx is the oldest web browser still being maintained
61–70 of 113 posts
Re: Lynx is the oldest web browser still being maintained
#62It is unfortunate that modern web development has led to websites so complex that they either break entirely or look terrible in text-based browsers like Lynx. Take Mastodon, for example: $ lynx https://mastodon.social/ […] To use the Mastodon web application, please enable JavaScript. Alternatively, try one of the native apps for Mastodon for your platform. The C2 Wiki does not load either: $ lynx https://wiki.c2.co…
> The number of text-based web users may be shrinking I wouldn't be surprised if it's growing in absolute numbers, in relative numbers it stays at essentially 0% where it always was.
Re: Lynx is the oldest web browser still being maintained
#63Re: Lynx is the oldest web browser still being maintained
#64I miss websites that look like lynx's: https://lynx.browser.org/
That landing page seems unmaintained, I think this is the main home page: https://lynx.invisible-island.net/
> Access Denied - Sucuri Website Firewall
...
> Block reason: Access from your Country was disabled by the administrator.
For that reason I don't think it's a good page to recommend.
Re: Lynx is the oldest web browser still being maintained
#65Re: Lynx is the oldest web browser still being maintained
#66It is unfortunate that modern web development has led to websites so complex that they either break entirely or look terrible in text-based browsers like Lynx. Take Mastodon, for example: $ lynx https://mastodon.social/ […] To use the Mastodon web application, please enable JavaScript. Alternatively, try one of the native apps for Mastodon for your platform. The C2 Wiki does not load either: $ lynx https://wiki.c2.co…
And of course https://news.ycombinator.com/ Which works perfectly, including navigation (next/prev/parent). The perfect way to use javascript to enhance a site (collapsing threads etc) but not require it. HN is hosted on a single machine in a colo somewhere (with a backup elsewhere), yet has far more value than the majority of sites 100 times as complex.
All this to say, HN shouldn't an example to blindly follow.
Re: Lynx is the oldest web browser still being maintained
#67It is unfortunate that modern web development has led to websites so complex that they either break entirely or look terrible in text-based browsers like Lynx. Take Mastodon, for example: $ lynx https://mastodon.social/ […] To use the Mastodon web application, please enable JavaScript. Alternatively, try one of the native apps for Mastodon for your platform. The C2 Wiki does not load either: $ lynx https://wiki.c2.co…
Is it really so bad? Unlike computer interfaces, the web was never text-first. It was graphical from the start. The first browser was in a GUI, not a terminal. Sites have been hobbled/broken on Lynx since the very beginning. It's neat and can be convenient to have a browser that works in your terminal for simple stuff, but the web was never designed for that. It's natural and to be expected that many sites will break…
There is nothing "natural" about software development at all. It was an active choice to hobble the internet as a browser to sell ads via interactive apps.
Re: Lynx is the oldest web browser still being maintained
#68It is unfortunate that modern web development has led to websites so complex that they either break entirely or look terrible in text-based browsers like Lynx. Take Mastodon, for example: $ lynx https://mastodon.social/ […] To use the Mastodon web application, please enable JavaScript. Alternatively, try one of the native apps for Mastodon for your platform. The C2 Wiki does not load either: $ lynx https://wiki.c2.co…
Is it really so bad? Unlike computer interfaces, the web was never text-first. It was graphical from the start. The first browser was in a GUI, not a terminal. Sites have been hobbled/broken on Lynx since the very beginning. It's neat and can be convenient to have a browser that works in your terminal for simple stuff, but the web was never designed for that. It's natural and to be expected that many sites will break…
Re: Lynx is the oldest web browser still being maintained
#69chromium --headless example.com --disable-gpu --run-all-compositor-stages-before-draw --dump-dom --virtual-time-budget=10000 --window-size=800,600 | sed "s|||g" | lynx -stdin
Re: Lynx is the oldest web browser still being maintained
#70It is unfortunate that modern web development has led to websites so complex that they either break entirely or look terrible in text-based browsers like Lynx. Take Mastodon, for example: $ lynx https://mastodon.social/ […] To use the Mastodon web application, please enable JavaScript. Alternatively, try one of the native apps for Mastodon for your platform. The C2 Wiki does not load either: $ lynx https://wiki.c2.co…
Is it really so bad? Unlike computer interfaces, the web was never text-first. It was graphical from the start. The first browser was in a GUI, not a terminal. Sites have been hobbled/broken on Lynx since the very beginning. It's neat and can be convenient to have a browser that works in your terminal for simple stuff, but the web was never designed for that. It's natural and to be expected that many sites will break…