Since the HN devs seem to be in dev-mode, I thought I'd put in one more little request. :)<p>This one line of code, added to the head of HN's html, will make the site actually usable on mobile devices:<p><pre><code> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"/>
</code></pre>
Here are the <i>before</i> and <i>after</i> pics of the front page:<p><pre><code> http://imgur.com/rMYfqwN,mwPDMvB#0</code></pre>
Been there, tried that:<p><pre><code> https://news.ycombinator.com/item?id=6253835
https://news.ycombinator.com/item?id=6253403
</code></pre>
Trust me, it's worse on most devices. On the Android devices I tested comments often get compressed to two or three characters per line.
Clickable link to before/after pics: <a href="http://imgur.com/rMYfqwN,mwPDMvB#0" rel="nofollow">http://imgur.com/rMYfqwN,mwPDMvB#0</a>