Hacker News new | ask | show | jobs
by lordlimecat 2457 days ago
I'm not clear why javascript is the Boogeyman but html and css get a pass here. With javascript you can always see the source, and their license cannot obligate you as it's not-even-a-shrinkwrap license.

Html and css can also have licenses, and they are frequently generated by server-side code running what is almost certainly a proprietary license, one that is opaque to the user.

1 comments

That article addresses essentially none of my points.

He remarks on the obfuscated nature of much JS as violating the principle of user interaction with the code; but HTML5 is very frequently generated in highly-convoluted form from server-side scripts that the user has no access to.

He remarks on the uncertain license of JS, but that applies just as much to HTML5 code.

He's concerned with tracking, but there are a number of ways to track a user using HTML5 alone. Cookies, canvas, webrtc, user agent, tracking images...

And he refers to HTML as mere markup, but the reality is that with no JS you can create a web application using HTML5 and server-side software as complex as any you can do in JS.

If i make a storefront based on Tomcat that relies on no JS, does the user have the freedom to inspect the software? Do they know the license, if I don't explicitly post it?