I have been using NoScript (a browser extension to black list all JS by default) for quite a while now, and I don't see myself turning back anytime soon. Everything feels much faster, and sober without Javascript, especially news site (looking at you, lemonde.fr) I still allow some JavaScript sometimes, most of the time to unbreak site, but if you start you using it you will realise that most of the JS running on eac…
I Turned Off JavaScript for a Week
31–40 of 93 posts
Re: I Turned Off JavaScript for a Week
#32Earlier quoted context omitted.
I think that simple content such as blogs, news and the equivalent should not be implemented in js-dependent web apps. Web browsers are a platform for sure, but the simple content should stay simple.
It have thought for a while now that the web and correspondingly the browser should be bifurcated into a content platform with no client side code and an application platform without the burden of the older technologies. The browser would provide all the interactivity and logic for the content platform through implementations of standard html tags. For the application platform, the browser could provide a more conven…
Re: I Turned Off JavaScript for a Week
#33Sadly JavaScript or "the language of the web" is going towards binary rather then openness. The big sites like Google already obfuscate their code so it's hard to see what it does. I learned JavaScript by viewing other peoples source code, witch was as easy as right clicking and selecting view source. Unless we want more people to disable JavaScript, we need to keep it open source and transparent!
Re: I Turned Off JavaScript for a Week
#34This is where I draw the line, Hacker News. The end of the road. Do you know how many shitty stink eyes I've gotten from people on this site, just because I've dared to speak out against JavaScript, Cookies and Analytics. But oh! OH! Wired writes a story about it, and suddenly, the clouds open, and the sunshine just pours through. *OF COURSE* an article in *Wired* is gospel! We were *FOOLS* to ever claim otherwise! J…
Re: I Turned Off JavaScript for a Week
#35Sadly JavaScript or "the language of the web" is going towards binary rather then openness. The big sites like Google already obfuscate their code so it's hard to see what it does. I learned JavaScript by viewing other peoples source code, witch was as easy as right clicking and selecting view source. Unless we want more people to disable JavaScript, we need to keep it open source and transparent!
Re: I Turned Off JavaScript for a Week
#36Sadly JavaScript or "the language of the web" is going towards binary rather then openness. The big sites like Google already obfuscate their code so it's hard to see what it does. I learned JavaScript by viewing other peoples source code, witch was as easy as right clicking and selecting view source. Unless we want more people to disable JavaScript, we need to keep it open source and transparent!
Do you run any application which you downloaded from the internet? Database Administration tool, messaging app, or similar? They are mostly written in code you cannot access or view in any way, yet you still trust the publisher.
Re: I Turned Off JavaScript for a Week
#37Re: I Turned Off JavaScript for a Week
#38Sadly JavaScript or "the language of the web" is going towards binary rather then openness. The big sites like Google already obfuscate their code so it's hard to see what it does. I learned JavaScript by viewing other peoples source code, witch was as easy as right clicking and selecting view source. Unless we want more people to disable JavaScript, we need to keep it open source and transparent!
for every obfuscated app there are 200 sites that explain in detail what you want to do. and another 200 open source versions to implement or learn from.
Re: I Turned Off JavaScript for a Week
#39Re: I Turned Off JavaScript for a Week
#40Sadly JavaScript or "the language of the web" is going towards binary rather then openness. The big sites like Google already obfuscate their code so it's hard to see what it does. I learned JavaScript by viewing other peoples source code, witch was as easy as right clicking and selecting view source. Unless we want more people to disable JavaScript, we need to keep it open source and transparent!
That said, it would definitely be nice to see non-minified versions of code we run in our browsers available as open source by the company serving it. It's not like it's a secret, just a pain to actually try to decipher.