Live data from Hacker News

Tell HN: Clickable domains and other new features for story quality

news.ycombinator.com

61–70 of 160 posts

Re: Tell HN: Clickable domains and other new features for story quality

#61
post #43

Earlier quoted context omitted.

I'm quite certain the world's optometrists are paying HN to keep that font tiny so my eyes are strained every time I use the site on mobile. But seriously, I've heard in the past that they wish not to break the many apps that scrape HN, and therefore have hesitated to change the markup.

Not sure why the current markup couldn't support some responsive styling.

[deleted]

Re: Tell HN: Clickable domains and other new features for story quality

#64

When are you going to fix the mobile css? Surely that'd take about 4 minutes.

I'm quite certain the world's optometrists are paying HN to keep that font tiny so my eyes are strained every time I use the site on mobile. But seriously, I've heard in the past that they wish not to break the many apps that scrape HN, and therefore have hesitated to change the markup.

What ungodly scraper would be broken by a change in the stylesheet?

Re: Tell HN: Clickable domains and other new features for story quality

#66

When are you going to fix the mobile css? Surely that'd take about 4 minutes.

The best solution I could find for reading was

http://cheeaun.github.io/hackerweb/#/item/10223645

But there is no commenting, upvoting, etc (b/c of CSRF).

I tried rendering Hacker News in an iframe on a page with zoom set but they set X-FRAME-OPTIONS: DENY which destroys any hope of cross-origin css magic.

[edit] just tested zoom with a site that can be iframe-d and my css hopes were squashed - the size of the iframe is zoomed, but not its contents.

Re: Tell HN: Clickable domains and other new features for story quality

#67

When are you going to fix the mobile css? Surely that'd take about 4 minutes.

In fact, in stead of the ugly hack with background-image gifs for the tiny vote-buttons -- why not just use a couple of link-elements with proper unicode ▲ ▲ ▼ ▼ glyphs? If for some bizzare reason one wants to keep adding this via js in an otherwise very html4-ish design, those could be added with some css :after-magic -- but I don't see why one would do that.

Re: Tell HN: Clickable domains and other new features for story quality

#68

Earlier quoted context omitted.

I'm quite certain the world's optometrists are paying HN to keep that font tiny so my eyes are strained every time I use the site on mobile. But seriously, I've heard in the past that they wish not to break the many apps that scrape HN, and therefore have hesitated to change the markup.

The "break HTML scraping" reason makes zero sense when an HN API exists.

The API is available but not everyone has switched to it. There is a valid argument for backwards compatibility, like Linus refusing to break userspace even when it means rejecting some improvements. However, I'm in full agreement with you here. The benefit of usability improvements far outweighs the disadvantages of breaking screen scrapers, especially when so many of those scrapers exist solely to make HN more mobile friendly.

Re: Tell HN: Clickable domains and other new features for story quality

#69

Nice to see some new features! I hope it's not rude to ask if there's a special reason the URLs in Ask HN submission text aren't hyperlinks?

That one's in the FAQ ("How do I make a link in a question").

https://news.ycombinator.com/newsfaq.html

Re: Tell HN: Clickable domains and other new features for story quality

#70

Dup detection didn't seem to be working a couple days ago. Bug or just the changeover? Details: https://news.ycombinator.com/item?id=10211499

It was a short-lived bug we introduced while working on this. https://news.ycombinator.com/item?id=10216280

Hence the 'avoid stampedes' part I mentioned above.

Post reply on HN