I first started using an ad blocker (adblock plus or some such firefox plugin, don't remember) somewhere around 2003 when people were hyping it on tech forums. About a year later, I removed it, because I felt (wrongly or rightly) that it was eating more CPU to have it on my already strained machine (yes, in 2020 it is more worth it). Instead of relying on the ad blocker to fix Firefox's broken and non-working "disable popups" option, I set dom.popup_allowed_events to "" in about:config. Which also does not fully work (false positives and negatives), but is the least evil.
Around 2006 or so I started understanding the topic of computer security, and continued to not use an ad blocker, as that would increase attack surface, and is written by amateur hobbiests. Years later, my infosec buddies constantly talked about how X and Y plugins can be leveraged to do things range from RCE to XSS in Firefox. Of course this doesn't really matter since any browser at this point already had an unrecoverably large attack surface, but was still a good exploration.
In 2009, I started only browsing the internet over Tor, as this is how the internet is meant to be used. IP addresses are an implementation detail and nothing other than high end real time low latency games have any business seeing it.
Then around 2011 Cloudflare came out and decided to block Tor (for pedants: yes, Tor was actually blocked automatically by their WAF; They didn't explitly block Tor. Does that make their WAF good? No! Cloudbleed anyone?). This caused about 50% of ads to stop loading. I subsequently filled out thousands of captchas for the next 7 years to read 3 paragraph text articles (which consume less resources on than the captcha itself) and attained wrist problems.
Around 2013 or so, the web became so bad that it was not usable on my sub $1000 machines without entirely disabling JS, with or without an ad blocker with or without Tor. So I set javascript.enabled to false in about:config. No, this is not what Noscript is for. Noscript is an engine for mitigating web attacks such as XSS and CSRF. Basically a firewall. I do not use Firewalls, they are marketing hype. I would not install that just to use one tiny feature of it. Noscript has also _caused_ XSS vulns in the past. I will not have some hobbiest plugin arbitrarily modify the DOM or whatever else it modifies when forced to access my bank online who mysteriously thinks using the most insecure computing platform in the history of man kind for sensitive data is a good idea. Disabling Javascript is not only a good performance optimization, but will get rid of most ads.
Around 2018, I stopped using the internet for a year or two, and just went to the library instead, as this was now more efficient than trying to use the web. During this time I have written multiple pieces of software, each were better than I ever wrote. Sometimes I had some thing I wanted to lookup online, and just wrote it down and went to a cafe to look it up and save the results. I do not consider buying a phone and sending photo ID to websites (literally: steam [a website embedded in a terrible GUI marketed to 3 year olds] now will ask for a photo ID before you can go on a game when you logon from your friend's house down the street) to view static content consisting of a paragraph of text surrounded in marketing boilerplate as a reasonable compromise. The web is simply dead to me at this point. Even using the web like a normal person, you will just get a non-stop stream of SEO'd garbage, half working programs (most websites are now programs written by low quality programmers that interactively fetch the 300 bytes of ASCII you wanted to read in some inefficient and error prone way from a server who's WAF will block you for false positives), and delays. Even in the "hacker community" at this point, it's just a bunch of hippies parroting "X and Y is hard", and racing to implement the new best practices like linting, password hashing, 2FA, KYC, forward secrecy (yup, good to have, but people believe it's the only thing they should care about. so bad that i've seen them literally miss gaping holes in their software because of it), etc, etc, while not understanding software engineering very well in the first place.
But none of this matters. There is no correct way to use the web. It's broken by design. And so are all these new decentralized tech like Ethereum, Freenet, etc which use web tech as the front end. I merely use the web as described above out of principle, because I want computing to be good as opposed to 1000 layers of bad, and that's what we're going to make, and you can't do anything about it. People will object because "nooo you can't just view a paragraph of text, what if it is saved to your hard drive? that will be piracy!!11oneone", and "noo you can't just use a memory safe language, that is slow because of GC and insecure because you might make an initial reference implementation in C, check mate!" but we will not care about these pathetic tech reactionary ideas anymore. Yes, I know about the Gemini protocol. That's how the web should have been in 1990, but not 2000.
The web should have only supported static content
The web should have had a real markup format as opposed to something that will be arbitrarily parsed however the implementor feels like
The web should have been on content addressable storage
The web should have based on strange military/UNIX crap like MIME
Domain names should not exist
X.509 should not exist
The web should have been anonymous
"Web applications" (which are no different than real software aside from having 10x more hacks) should have been the same as .exe but with proper isolation of programs. It's windows, mac, and linux's faults that web applications are viable.
Readability in any language basically comes down to whether the programmer formatted his code in a non-malicious way (which is the case 99% of the time) and used variable names you are familiar with. I'd be more worried about the meta constructs in Lisp (and whether they are sound). To be able to reason semantically about a program is something that is made easier by static typing and static name resolution. Instead of constantly worrying that X is not defined where you think it is (because some dynamic binding system has yet another edge case you forgot to think about or discover), you just always know where it's defined.
What decentralized web? Everything is behind some stupid WAF that blocks your IP for "being a robot" now unless you want to execute code for an unbounded amount of time before being able to get access to the paragraph of text you were tricked into reading from an SEO'd search reuslt. Even reading an RSS feed will probably get you blocked for a scraping attempt if the website is behind Cloudflare or some imitator.
Around 2006 or so I started understanding the topic of computer security, and continued to not use an ad blocker, as that would increase attack surface, and is written by amateur hobbiests. Years later, my infosec buddies constantly talked about how X and Y plugins can be leveraged to do things range from RCE to XSS in Firefox. Of course this doesn't really matter since any browser at this point already had an unrecoverably large attack surface, but was still a good exploration.
In 2009, I started only browsing the internet over Tor, as this is how the internet is meant to be used. IP addresses are an implementation detail and nothing other than high end real time low latency games have any business seeing it.
Then around 2011 Cloudflare came out and decided to block Tor (for pedants: yes, Tor was actually blocked automatically by their WAF; They didn't explitly block Tor. Does that make their WAF good? No! Cloudbleed anyone?). This caused about 50% of ads to stop loading. I subsequently filled out thousands of captchas for the next 7 years to read 3 paragraph text articles (which consume less resources on than the captcha itself) and attained wrist problems.
Around 2013 or so, the web became so bad that it was not usable on my sub $1000 machines without entirely disabling JS, with or without an ad blocker with or without Tor. So I set javascript.enabled to false in about:config. No, this is not what Noscript is for. Noscript is an engine for mitigating web attacks such as XSS and CSRF. Basically a firewall. I do not use Firewalls, they are marketing hype. I would not install that just to use one tiny feature of it. Noscript has also _caused_ XSS vulns in the past. I will not have some hobbiest plugin arbitrarily modify the DOM or whatever else it modifies when forced to access my bank online who mysteriously thinks using the most insecure computing platform in the history of man kind for sensitive data is a good idea. Disabling Javascript is not only a good performance optimization, but will get rid of most ads.
Around 2018, I stopped using the internet for a year or two, and just went to the library instead, as this was now more efficient than trying to use the web. During this time I have written multiple pieces of software, each were better than I ever wrote. Sometimes I had some thing I wanted to lookup online, and just wrote it down and went to a cafe to look it up and save the results. I do not consider buying a phone and sending photo ID to websites (literally: steam [a website embedded in a terrible GUI marketed to 3 year olds] now will ask for a photo ID before you can go on a game when you logon from your friend's house down the street) to view static content consisting of a paragraph of text surrounded in marketing boilerplate as a reasonable compromise. The web is simply dead to me at this point. Even using the web like a normal person, you will just get a non-stop stream of SEO'd garbage, half working programs (most websites are now programs written by low quality programmers that interactively fetch the 300 bytes of ASCII you wanted to read in some inefficient and error prone way from a server who's WAF will block you for false positives), and delays. Even in the "hacker community" at this point, it's just a bunch of hippies parroting "X and Y is hard", and racing to implement the new best practices like linting, password hashing, 2FA, KYC, forward secrecy (yup, good to have, but people believe it's the only thing they should care about. so bad that i've seen them literally miss gaping holes in their software because of it), etc, etc, while not understanding software engineering very well in the first place.
But none of this matters. There is no correct way to use the web. It's broken by design. And so are all these new decentralized tech like Ethereum, Freenet, etc which use web tech as the front end. I merely use the web as described above out of principle, because I want computing to be good as opposed to 1000 layers of bad, and that's what we're going to make, and you can't do anything about it. People will object because "nooo you can't just view a paragraph of text, what if it is saved to your hard drive? that will be piracy!!11oneone", and "noo you can't just use a memory safe language, that is slow because of GC and insecure because you might make an initial reference implementation in C, check mate!" but we will not care about these pathetic tech reactionary ideas anymore. Yes, I know about the Gemini protocol. That's how the web should have been in 1990, but not 2000. The web should have only supported static content The web should have had a real markup format as opposed to something that will be arbitrarily parsed however the implementor feels like The web should have been on content addressable storage The web should have based on strange military/UNIX crap like MIME Domain names should not exist X.509 should not exist The web should have been anonymous "Web applications" (which are no different than real software aside from having 10x more hacks) should have been the same as .exe but with proper isolation of programs. It's windows, mac, and linux's faults that web applications are viable.