Is it possible to provide a 'download all' link for a user to get their own comments, submissions, and saved stories?
Please tell us what features you'd like in news.ycombinator
801–810 of 1001 posts
Re: Please tell us what features you'd like in news.ycombinator
#802Re: Please tell us what features you'd like in news.ycombinator
#803Sniffing the POST request that emacs/w3m sends:
Content-length: 38
I get the feeling news.ycombinator expects the more common form "Content-Length" (capitalized l), but according to the HTTP 1.1 spec: "Field names are case-insensitive." (see http://tools.ietf.org/html/rfc2616#section-4.2)
So my request is to fix that to adhere to the HTTP spec, thus allowing us poor emacs-w3m users to login as well.
Re: Please tell us what features you'd like in news.ycombinator
#804Re: Please tell us what features you'd like in news.ycombinator
#805I have a huge noprocrast.
Having to /logout just to check out a story or its comments that I got linked from somewhere else (and that I know I really want to check, specifically) is really annoying.
To me, this is a completely different use-case than browsing stories on the front-page. Browsing of the front-page is a significant threat to my productivity, hence the huge noprocrast. Browsing of stories I have a direct link to is not a significant threat to my productivity.
Hence, the suggestion above.
Re: Please tell us what features you'd like in news.ycombinator
#806Please, please, please, include summary in RSS.
Re: Please tell us what features you'd like in news.ycombinator
#807Re: Please tell us what features you'd like in news.ycombinator
#808Re: Please tell us what features you'd like in news.ycombinator
#809Re: Please tell us what features you'd like in news.ycombinator
#810RFC 2616 states that HTTP headers are case-insensitive; yet HN's RSS service responds happily to "Host:" and badly to "host:". Would be very grateful if this this problem could be corrected in the HN RSS service.