I find it astonishing how much of my laptops resources are occupied by a web browser. But I came to believe that it was not necessarily a problem with the web browsers per se but that each website would have a variety of javascript constantly running, and most of that code is not providing any information that I want. So I have turned off javascript in the browser. It breaks many sites, but, especially for news sites…
Text-only news sites are slowly making a comeback
81–90 of 108 posts
Re: Text-only news sites are slowly making a comeback
#82Earlier quoted context omitted.
I miss the 90s web I used to browse with Netscape Navigator. I really liked static navigation menus where I didn't have to stop and infer the functionalities from an icon or hidden expendable/scrolling menus. I made my first website with it when I was 11 (still have it on a cd rom)...it was so simple to use. In fact, a lot of stuff in the late 90s to the early 2000s were very approachable as a curious noob. I started…
the irony is that a lot of young people and thus companies are looping into the "we need fiber optics for teh web" so they can reach barely useful MB webpages and stream barely interesting 4K content. Reminds me I have to prototype some low bandwidth mesh network to see how fast it could go with simple html4 era websites. ps: note that .. I was very eager to have full js websites when the web 2.0 thing started. faile…
Please do.
We need a low-bandwidth, low-noise, no BS alternative to the festering mess that is the current state of the Internet. We need a meshnet, for information and learning, not for advertising and spam. The low bandwidth will help enforce simpler content, with less overhead.
Re: Text-only news sites are slowly making a comeback
#83By all means today's content websites are an abomination, but I don't see why we need to throw the baby out with the bath water by completely rejecting any attempt at styling websites and going back on all readability best practices. I see a lot of websites now which, in an attempt to reject all the nonsense, end up rejecting even basic CSS, and you are subjected to browser width text in Times New Roman with ugly blu…
> you are subjected to browser width text Some of us consider it a feature that a website allows the reader to freely resize the browser window (and the text with-in) to the width they consider comfortable.
Re: Text-only news sites are slowly making a comeback
#84> Bowden: Text in HTML is the way to go here; you cover accessibility issues and SEO bots, while simultaneously also being usable on the maximum number of devices possible. HTML and CSS are forgiving in the sense that you can make mistakes in them, and something will still be rendered to the user. Browsers are built with backwards compatibility, so combining them all grants you the extended coverage. Meaning that bas…
From a pragmatic perspective: adding a level of interactivity via JavaScript requires a lot of work and/or $$$. Text content Just Works.
Re: Text-only news sites are slowly making a comeback
#85Earlier quoted context omitted.
I have this project of moving most of my browsing to EWW (the native web browser in Emacs) and using a full-fledged web browser only when I need to use some web app. But many content-only websites are going with completely dynamically rendered pages with React or what not, so all you have is void at worst if you disable JS or view with a text-only browser, and garbled up unreadable stuff if you're lucky. Also e.g. th…
Agreed. I am using opera at the moment with javascript turned off by default. But there are some sites I want to use that are simply non-functional without javascript enabled. I add those sites to a list of exceptions. However, as a result of having javascript off by default, I will sometimes find a site that I cannot view and it makes me ask the question -- do I really want to see this content? is this a site that I…
Re: Text-only news sites are slowly making a comeback
#86Re: Text-only news sites are slowly making a comeback
#87Re: Text-only news sites are slowly making a comeback
#88Re: Text-only news sites are slowly making a comeback
#89By all means today's content websites are an abomination, but I don't see why we need to throw the baby out with the bath water by completely rejecting any attempt at styling websites and going back on all readability best practices. I see a lot of websites now which, in an attempt to reject all the nonsense, end up rejecting even basic CSS, and you are subjected to browser width text in Times New Roman with ugly blu…
I, for one, appreciate going back to the HTML4 roots I grew up with, when the web was much more simple and fast, and could easily be navigated with the Lynx browser and your arrow keys. Links should be blue and underlined.
Re: Text-only news sites are slowly making a comeback
#90Earlier quoted context omitted.
Text decoration none? Seems like a really bad idea, can't tell what things are actual links.
The links would still be blue, "text-decoration: none" will just remove the underline.