Hacker News new | ask | show | jobs
by oil25 2423 days ago
What a poorly designed site. Nothing but a spinning circle with Javascript disabled - Firefox reader mode doesn't work, either. Completely unacceptable from a privacy and usability perspective.
3 comments

Yeah, it's just a blog post with no reactive elements, there's really no need for preventing the page from loading without javascript.
Unless using javascript to track people interested in this type of material is a goal of theirs or others with access to the site's source.
It's great if websites work without Javascript but, I don't think its fair to call them poorly designed if they dont.

The web is made from HTML, CSS and Javascript. Turn off one of them and of course things aren't going to work or look right.

Javascript required for text rendering is incredibly poor design. For those of us with limited connections, I turn off Javascript because I don't want to download 10MB of Javascript ad tech and frameworks. This is expensive and takes forever to load on satellite and rural connections.

Good design takes these basic common issues into account.

rural != common
A quarter of the US population isn't common? Not to mention entire countries with limited connections.
Common is 50% or more by everyone's definition.
You confuse "Most" with "Common" e.g., A Toyota is a common car to see on the road. See.
> The web is made from HTML, CSS and Javascript.

Considering the World Wide Web predates Javascript by many years, and the fact it's possible to create a functional, readable, and accessible Web page without Javascript altogether, this characterization is absolutely inaccurate.

Do you ride a horse to get to work, too?
You’re an asshole. If I could downvote your post, I would.

JavaScript and CSS can add a lot of bloat, unnecessary load times, and add massive security vulnerabilities. Sometimes you just want information, you know, without waiting forever and getting hacked.

I have decent bandwidth and I still find myself turning it off a lot.

You don't need javascript to show some paragraphs of text with hyperlinks. You don't even need css. If that does not work, this is not a case of poor design, this is simply absolute crap.
I don't get why they are running Nuxt.JS but don't server render the text for Javascript-disabled users.