I bet whoever has the top comment on this one is going to see their karma go up and down as everyone tests out the unvote and undown feature. :)
Tell HN: New features and a moderator
351–360 of 475 posts
Re: Tell HN: New features and a moderator
#352Earlier quoted context omitted.
The argument against that is that with the collapse button so close to the vote arrow, we would be guaranteed to get misvotes, especially on mobile. The undo vote feature would no doubt help with that some, but only so much.
To be honest I would rather have the vote arrow moved somewhere else. I'm often more interested in collapsing a comment thread than voting. I'm not sure if this is something only I care about though.
Re: Tell HN: New features and a moderator
#353Re: Tell HN: New features and a moderator
#354function $(id) { return document.getElementById(id); }
Re: Tell HN: New features and a moderator
#355Some UI issues and recommendations. 1. The up/down arrows after a vote leave behind a clickable void. That means you can still click that void after you have voted. If you changed the visibility on .votelinks instead of the buttons this would get fixed. Though even better UX would be to have togglable up/down buttons ala stackoverflow and others. 2. Why not provide the favourite link directly on the comment instead o…
@-moz-document url-prefix(https://news.ycombinator.com/) {
td { vertical-align: top }
td > img { background: repeating-linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0) 38px, rgba(0,0,0,0.3) 38px, rgba(0,0,0,0.3) 40px); margin-top: 4px; height: 12px!important; }
div.votearrow { padding-bottom: 3px; background: url('http://localhost/uparrow.png') !important; background-size: 12px 20px !important; width: 12px!important;}
}
I've also increased the size of the voting arrow because it's just uncomfortably small. By Fitt's law [0], smaller buttons require more time and effort to click!Re: Tell HN: New features and a moderator
#356I like the fact that the hide feature does not persist when I am not logged in. I mostly use mobile and never log in (via mobile).
Re: Tell HN: New features and a moderator
#357Re: Tell HN: New features and a moderator
#358Re: Tell HN: New features and a moderator
#359Re: Tell HN: New features and a moderator
#360Earlier quoted context omitted.
It'd be hard to say what most users prefer. I would venture to guess that we're all conditioned to vote before collapsing comments simply because we've never had the option to collapse comments until today. So behavior preferences will change over time. However, I'll hypothesize that it's preferable (overall) to have more friction on collapsing comments. A lot of great discussion happens in response to even a mediocr…
>A lot of great discussion happens in response to even a mediocre top-level comment, and forcing the user to take a few extra moments to skim the child-comments will increase the serendipitous discovery of these nested gems. Is this actually data-driven or just a guess on your part? My experience is that a mediocre comment rarely ever gets good replies.
Maybe "mediocre" is the wrong word, as it implies an absolute judgment (on some non-existent scale of "quality"). I guess my intuition is derivative of the "don't judge a book by its cover", in that even if a submitted and upvoted story is not something I feel like reading, I still might read the comments to see the discussion.
Maybe someone internal to HN can do a quick calculation of how many child-comments surpass their parents (while accounting for the differences in visibility).