Live data from Hacker News

Please tell us what features you'd like in news.ycombinator

news.ycombinator.com

391–400 of 1001 posts

Re: Please tell us what features you'd like in news.ycombinator

#392
BUG: I apologize if this is already posted somewhere here, or if I have failed to find where the bug submissions should go. There is a bug when submitting a post containing text (no URL). The form you are presenting when there is an error with submission converts multiple newlines to

tags, which are escaped on the next submission. To a naive user, it would appear that the substitution of those tags would be "courtesy" formatting, not invalid formatting that will be escaped and show up in the resultant post.

To reproduce: 1) Set title to "Ask HN: Attempting to confirm a bug... aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa aaa"

Set text to: "here is text

Enter pressed twice, I have not inserted any html tags

If this doesn't error and instead posts it, I apologize."

Click submit. Observe text in the box "text" has changed to: "here is text

Enter pressed twice, I have not inserted any html tags

If this doesn't error and instead posts it, I apologize."

Re: Please tell us what features you'd like in news.ycombinator

#394
It would be very handy to have a flag link right on the noobstories (and maybe even on the 'new') page instead of having to first click 'discuss', then 'flag'.

HN can be quite slow sometimes and that extra click could save a lot of time, especially if the 'flag' call could be made an ajax call, that way keeping the noobstories page clean would be simply a number of clicks on spam stories.

This thread seems quite dead, if there could be some kind of response that this suggestion is useful or that it won't be happening then that would be appreciated.

Re: Please tell us what features you'd like in news.ycombinator

#395
Karma is currently (roughly) calculated as the sum of a users submission and comment votes. I would be interested in seeing an alternative implementation that takes the sum of that users aggregate votes on each comment and article, raised to x.

For example:

If x was 1.2 and I had posted 3 comments with vote scores of [1,20,-10] my karma would be round(1^1.2+20^1.2-10^1.2)=22 as opposed to roughly 11 where it would stand now. I think it would encourage comments that are very thoughtful and discourage comments that are pure flaming.

Post reply on HN