"Finished" is the right word. Apart from small UI tweaks it's still the same site as in 2007... And that's part of what makes HN great! I can't help but think that a team of Very Serious Expensive UX Professionals would have made a mess of HN thrice over by this time. (Can't you just imagine the 2010 rewrite in Java and GWT, and the 2014 redesign as an Angular SPA with sophisticated giant web fonts all over the place…
Like when they re-did the Slashdot interface. I remember it was crap and I stopped using it then. That's probably 10 years ago now.
“12 years ago today, I finished writing Hacker News”
21–30 of 202 posts
Re: “12 years ago today, I finished writing Hacker News”
#22Re: “12 years ago today, I finished writing Hacker News”
#23Earlier quoted context omitted.
I for one would like to see some improvements. Here is my wishlist: 1. Markdown support 2. More profile capabilities. e.g. avatars, vanity URLs, link to your GitHub, Twitter, Stack Overflow, blog, etc. 3. Automatically create cache link for articles in case their hosts go down after being linked from HN. 4. Revision history for comments.
Markdown support would certainly be useful for longer comments.
Re: “12 years ago today, I finished writing Hacker News”
#24"Finished" is the right word. Apart from small UI tweaks it's still the same site as in 2007... And that's part of what makes HN great! I can't help but think that a team of Very Serious Expensive UX Professionals would have made a mess of HN thrice over by this time. (Can't you just imagine the 2010 rewrite in Java and GWT, and the 2014 redesign as an Angular SPA with sophisticated giant web fonts all over the place…
I for one would like to see some improvements. Here is my wishlist: 1. Markdown support 2. More profile capabilities. e.g. avatars, vanity URLs, link to your GitHub, Twitter, Stack Overflow, blog, etc. 3. Automatically create cache link for articles in case their hosts go down after being linked from HN. 4. Revision history for comments.
Re: “12 years ago today, I finished writing Hacker News”
#25"Finished" is the right word. Apart from small UI tweaks it's still the same site as in 2007... And that's part of what makes HN great! I can't help but think that a team of Very Serious Expensive UX Professionals would have made a mess of HN thrice over by this time. (Can't you just imagine the 2010 rewrite in Java and GWT, and the 2014 redesign as an Angular SPA with sophisticated giant web fonts all over the place…
Well just look at the recent Reddit redesign. It made the site much slower without adding any apparent improvement to usability.
I mean I believe SPA's can be more performant and snappy than non-SPA's, but you have to have server-side rendering for the initial page load and minimize the amount of JS used. And then make sure rendering is fast; iirc they had inline styling everywhere a while ago (styled components?), and now nonsensical css classes (which, if they're unique, is probably good for css performance but probably still suboptimal).
Re: “12 years ago today, I finished writing Hacker News”
#26"Finished" is the right word. Apart from small UI tweaks it's still the same site as in 2007... And that's part of what makes HN great! I can't help but think that a team of Very Serious Expensive UX Professionals would have made a mess of HN thrice over by this time. (Can't you just imagine the 2010 rewrite in Java and GWT, and the 2014 redesign as an Angular SPA with sophisticated giant web fonts all over the place…
[1] I have nothing to do with that site. I found out about it via a “Show HN” a few years ago.
Re: “12 years ago today, I finished writing Hacker News”
#27"Finished" is the right word. Apart from small UI tweaks it's still the same site as in 2007... And that's part of what makes HN great! I can't help but think that a team of Very Serious Expensive UX Professionals would have made a mess of HN thrice over by this time. (Can't you just imagine the 2010 rewrite in Java and GWT, and the 2014 redesign as an Angular SPA with sophisticated giant web fonts all over the place…
I for one would like to see some improvements. Here is my wishlist: 1. Markdown support 2. More profile capabilities. e.g. avatars, vanity URLs, link to your GitHub, Twitter, Stack Overflow, blog, etc. 3. Automatically create cache link for articles in case their hosts go down after being linked from HN. 4. Revision history for comments.
All they really need to do for that is make URLs into links in the "about" section. They already do this for comments; I'm not sure why they don't do that for profiles.
Re: “12 years ago today, I finished writing Hacker News”
#28"Finished" is the right word. Apart from small UI tweaks it's still the same site as in 2007... And that's part of what makes HN great! I can't help but think that a team of Very Serious Expensive UX Professionals would have made a mess of HN thrice over by this time. (Can't you just imagine the 2010 rewrite in Java and GWT, and the 2014 redesign as an Angular SPA with sophisticated giant web fonts all over the place…
It doesn't have to be an active notification. Just add a numeric field added to user account that means "you got N new replies" and show it in the top-right corner next to my username. Once I see it, I will go and browse through comments to find it. When you open your comments page, it would reset this number to zero.