Details: If I click up-vote while not logged in and then log in using the form that is subsequently presented, I am returned to the original page. However, every time I try this, the item has the same number of points as before I upvoted it, though it no longer has an upvote arrow next to it, so I cannot upvote it again.
Please tell us what features you'd like in news.ycombinator
481–490 of 1001 posts
Re: Please tell us what features you'd like in news.ycombinator
#482I generally have hacker news open in the background throughout the day. If I leave it for a while I inevitably get "Unknown or expired link" when next clicking on the "more" link at the bottom.
For example, (I assume this link will give the same result for everyone) http://news.ycombinator.com/x?fnid=x4ipaJEME2
Why do the links expire? I'm sure there's a good back end reason but as a user it seems weird that the site dies if you ignore it for any length of time. Its like a Tamagotchi.
Re: Please tell us what features you'd like in news.ycombinator
#483Re: Please tell us what features you'd like in news.ycombinator
#484Twitter-like Follow button + new threads-like page
Re: Please tell us what features you'd like in news.ycombinator
#485- Sorting posts. ie Say I want to view only posts from New york times.
Re: Please tell us what features you'd like in news.ycombinator
#486def _format_date(dt): """convert a datetime into an RFC 822 formatted date Input date must be in GMT. """
# Sat, 07 Sep 2002 00:00:01 GMT
return "%s, %02d %s %04d %02d:%02d:%02d GMT" % (
["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"][dt.weekday()],
dt.day,
["Jan", "Feb", "Mar", "Apr", "May", "Jun",
"Jul", "Aug", "Sep", "Oct", "Nov", "Dec"][dt.month-1],
dt.year, dt.hour, dt.minute, dt.second)
-RussRe: Please tell us what features you'd like in news.ycombinator
#487Re: Please tell us what features you'd like in news.ycombinator
#488Re: Please tell us what features you'd like in news.ycombinator
#489http://news.ycombinator.com/item?id=1329998 http://news.ycombinator.com/item?id=1329090