Live data from Hacker News

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

news.ycombinator.com

101–110 of 1001 posts

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

#102
a good way to put chunks of code in comments. ideally some wrapper notation around the code that does all or some of the following for its contents:

-uses a monospaced font

-newlines get turned into
so that lines show up next to eachother

- get html escaped

- extra spaces and tabs get turned into  s to preserve indentation

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

#105
The page showing the comments of a user should only show each post once. At the moment, if I have a conversation, me1 - you1 - me2 - you2 - me3, then m3 appears first as the most recent, then later me2 downwards, then later still me1 downwards. It's redundant clutter. The only benefit of this arrangement is my most recent posts are first instead of the most recent chain of my posts. I'd prefer the latter.

Cheers, Ralph.

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

#107
Using character entities, e.g. & to give an &, works on submitting the comment, but editing the comment populates the form's area with an unescaped ampersand causing corruption on submitting the form. Encoding and decoding needs to be symmetrical.

Cheers, Ralph.

Post reply on HN