Would it be hard to have a mobile style sheet for HN with pressable buttons?
Really, some fairly high percentage of readers must be reading on mobile. I can tell YC is committed to keeping the site simple as possible but 30 minutes of work would save actual man-hours of zooming in 500% in order to click that astoundingly tiny arrow.
44 comments
[ 2.9 ms ] story [ 52.3 ms ] threadedit: here's the default view for this specific comment:
http://i.imgur.com/xqOb6uD.png
And the site gets rendered in this file https://github.com/wting/hackernews/blob/master/news.arc
The main problem is HN looks like a science project to me and has proven that arc can be used to power a site like this. It works and thats probably enough for pg right now :)
[1] http://newsyc.me/
When we work on the web, we focus on being semantic, conscious about the actual web in which one size does not fit all, usability and design. None of which HN has: tables, it doesn't work on mobile (and the links on the submission aren't clickable) and you can't undo your vote. I understand another hacker value is protoyping and MVP-thinking, but when you have a vibrant community a few years old, that's not the case.
Maybe the hacker thinking on HN is doing it yourself, maybe you can come up with a browser extension that fixes this stuff.
In the meanwhile, you can use ihackernews.com for when you're on the go.
...spacer gifs, font tags, unquoted attributes, no doctype.
I just had a rather nice little reminisce in the html source. All it was missing was a <layer> or two and I would have been right back in 1997.
What does this mean?
Since this is about mobile, it really would need to be an improvement to the site itself.
http://ihackernews.com
http://hn.gethifi.com/
http://hackerwebapp.com
http://www.moovweb.com/developers/moovwebsdk
HN looks like it was hacked overnight which makes its design perfectly adequate for a community of hacker...
Something becomes a standard when used by the majority. In this case it would be reasonable to make HN's unpolished design the standard for communities of hackers...
Someone above posted a link to http://m.news.ycombinator.com.moovapp.com
I think after being improved a little bit it could do exactly what you're looking for.
edit: I just realized you are talking about not being able to vote on things easily- sadly you cant do that with hackerwebapp, but it is still a really good mobile site.
And possibly putting the following in the <head>, so that the screen starts zoomed to a reasonable level.
EDIT: dbaupp did something while I was writing this. Great.
Haven't found anything comparable on iOS.
[1]https://play.google.com/store/apps/details?id=com.airlocksof...
I didn't make the fonts scale to mobile screen ratio because I know a lot of people like to have the ability to pinch in and out.
PG, if you're reading this, all you have to do is dump this at the bottom of your css file.
End result is this: https://www.dropbox.com/s/t2893r570ef429t/hn-css.jpgThe code can be found here: https://gist.github.com/AltIvan/5243025
It looks like: http://i.imgur.com/iYrfuOf.png
I know that the login button disappeared but it ask you to login in when you try to reply, up-vote or submit.
Thanks for sharing, I'm taking some cues from this.
Although Firefox seems to ignore media queries that don't have a medium type (just using `@media all and (max-...) { .. }` fixes that though), and using the prefix search of `a[id^="up_"]` is probably more efficient than the full substring search of `id*="up_"`.
Honestly PG, "unknown or expired link" should not be a thing anymore. Not to mention how slow this shit gets.
For a community composed of basically the best programmers in the world, HN really sucks. I say this all with pain as I am a HN-lover.
Check out:
https://m.news.ycombinator.com.moovapp.com/
I took a weekend crack at it recently using moovweb's sdk:
http://console.moovweb.com
It's far from complete, but already much more usable.