I personally figure the answer is something along the lines of, responsive design takes effort to add, and nobody on the development team thought it was valuable enough to go to the trouble. I'm not a web developer, but to my memory responsive design isn't something that just comes by default.
I think you are right that it does take a lot of effort for to do it right, one needs to design a whole new compatible experience. On the other hand, this interface and dataset here is fairly raw already, so a lot of the form would follow naturally.
Is there a justification as to why Hacker News is without responsive design?
11–20 of 21 posts
Re: Is there a justification as to why Hacker News is without responsive design?
#12javascript:document.body.style.width='200px', void 0
To use, enter hh in address, and tap to run.
Re: Is there a justification as to why Hacker News is without responsive design?
#13I wrote a bit about it here: https://news.ycombinator.com/item?id=7960105 Here's the appropriate excerpt: "When the new team took over development on HN, we decided that before we implement any new frontend features for the site we needed to update the markup HN uses to make it easier to implement such features in the future (just the markup, not the aesthetics). Creating a visually identical version of HN with CSS3/…
Re: Is there a justification as to why Hacker News is without responsive design?
#14Re: Is there a justification as to why Hacker News is without responsive design?
#15I personally figure the answer is something along the lines of, responsive design takes effort to add, and nobody on the development team thought it was valuable enough to go to the trouble. I'm not a web developer, but to my memory responsive design isn't something that just comes by default.
That said, I'm satisfied by the justification: HN lacks an API, so lots of people have built apps that scrape the frontend markup. It would break many apps overnight to just flip the switch.
Re: Is there a justification as to why Hacker News is without responsive design?
#16I wrote a bit about it here: https://news.ycombinator.com/item?id=7960105 Here's the appropriate excerpt: "When the new team took over development on HN, we decided that before we implement any new frontend features for the site we needed to update the markup HN uses to make it easier to implement such features in the future (just the markup, not the aesthetics). Creating a visually identical version of HN with CSS3/…
Re: Is there a justification as to why Hacker News is without responsive design?
#17Run a view source. The code isn't what most of us consider to be best practices (table layouts and font tags all over). It could be difficult to add. But the site still works, which says something about the difference between great code and a great product. Still -- I'm with you. I wish there were a better mobile experience.
I wouldn't call Hacker News a great product, as regards the UX and layout (which is probably the worst possible way to implement a nested list in HTML.) I would call it a great community and an acceptable product. It's basically a toy that got popular because it was attached to YCombinator, and remained popular because programmers have a higher tolerance for UX pain than mere mortals.
Re: Is there a justification as to why Hacker News is without responsive design?
#18Earlier quoted context omitted.
I wouldn't call Hacker News a great product, as regards the UX and layout (which is probably the worst possible way to implement a nested list in HTML.) I would call it a great community and an acceptable product. It's basically a toy that got popular because it was attached to YCombinator, and remained popular because programmers have a higher tolerance for UX pain than mere mortals.
HN's ux is a sweet, painless relief compared to most of the web. It is unpretentious and functional. I would be disappointed if it were "improved".
Being able to use the site more easily in mobile is would be an actual improvement. I would also argue that collapsible comments would also serve the site without degrading it. Some typographic tweaks, such as increasing the line-height, would make large text boxes easier to read. And I doubt anyone who has lost a post due to a dead link would consider Hacker News entirely painless.
Re: Is there a justification as to why Hacker News is without responsive design?
#19I wrote a bit about it here: https://news.ycombinator.com/item?id=7960105 Here's the appropriate excerpt: "When the new team took over development on HN, we decided that before we implement any new frontend features for the site we needed to update the markup HN uses to make it easier to implement such features in the future (just the markup, not the aesthetics). Creating a visually identical version of HN with CSS3/…