Live data from Hacker News

Tell HN: Thank you for not redesigning Hacker News

news.ycombinator.com

351–360 of 398 posts

Re: Tell HN: Thank you for not redesigning Hacker News

#351
post #78

Earlier quoted context omitted.

What do you mean? Haven't had that issue. Am on desktop version, unsure if mobile exists

I always accidentally log out when I try to click on my username in iOS.

Oh true, that happens to me a lot.

Re: Tell HN: Thank you for not redesigning Hacker News

#352

Earlier quoted context omitted.

Just use this as your bookmark: https://mail.google.com/mail/u/0/h/

For anyone interested, I just put together a userscript with some rudimentary key assignments for the Basic HTML version of Gmail: https://pastebin.com/raw/kHyZXcTY gi Go to inbox gk Go to first label inbox t Toggle checkbox of current mail mr Mark checked mails as read mu Mark checked mails as unread k Navigate up in mail list (shift twice as fast) j Navigate down in mail list h Go to older mail(s) l Go to newer mai…

Thanks a lot! This was the only thing I missed from the JS version, but it wasn't worth the slowdown/heaviness that that version brought with it. Now this gives me the best of both worlds.

Re: Tell HN: Thank you for not redesigning Hacker News

#353
post #57

HN is lightweight in some ways, but also quite bad in others. For example, every single time you vote on anything, the site sends back a 302 redirect and then a copy of the entire page's HTML in response. This means that every vote results in a response that's usually around 10KB gzipped. As of right now, for me, voting on any comment in this thread currently causes a 14KB response and takes about 1.3 seconds to fini…

[deleted]

Re: Tell HN: Thank you for not redesigning Hacker News

#355

Earlier quoted context omitted.

For anyone interested, I just put together a userscript with some rudimentary key assignments for the Basic HTML version of Gmail: https://pastebin.com/raw/kHyZXcTY gi Go to inbox gk Go to first label inbox t Toggle checkbox of current mail mr Mark checked mails as read mu Mark checked mails as unread k Navigate up in mail list (shift twice as fast) j Navigate down in mail list h Go to older mail(s) l Go to newer mai…

Thanks a lot! This was the only thing I missed from the JS version, but it wasn't worth the slowdown/heaviness that that version brought with it. Now this gives me the best of both worlds.

Thanks. I just noticed a bug though: You can enter the search field by moving all the way to the top pressing arrow up or k. And then you can defocus the search field by pressing escape. This works now and I posted it on GreaseFork.

https://greasyfork.org/en/scripts/389680-google-mail-gmail-b...

Re: Tell HN: Thank you for not redesigning Hacker News

#356
I generally agree, but what a few lines of CSS would make it much more pleasant to read IMO:

- limit container width so lines don't get too long

- larger text and more line height

And not really CSS but:

- Making it easier to collapse comments on mobile

I know some of those changes would potentially destroy the look & feel that some seem to enjoy around here. However on mobile currently it's only possible to enjoy HN via a third party app though.

Re: Tell HN: Thank you for not redesigning Hacker News

#358

I generally agree, but what a few lines of CSS would make it much more pleasant to read IMO: - limit container width so lines don't get too long - larger text and more line height And not really CSS but: - Making it easier to collapse comments on mobile I know some of those changes would potentially destroy the look & feel that some seem to enjoy around here. However on mobile currently it's only possible to enjoy HN…

I actually put together a userCSS to fix the two first points. I made it last year, haven't updated it recently but it's still up in my repo: https://github.com/gonzalocesar/sightsafe-hn

Re: Tell HN: Thank you for not redesigning Hacker News

#359
post #272

I love hearing stories about people choosing to forego large frontend frameworks, or even not using JS altogether. Is there a community or name for this? If not, I'm going to call it #neverscript. I find the web works far better, more often, for me when SPAs and JS aren't used. There's something about minimalistic sites that's very appealing to me. I know it doesn't work for all sites, but a lot of the web could be i…

When you're not using frameworks/libraries, it's typically referred to as vanilla js . Probably the name stuck thanks to this amazing satire of a js library. http://vanilla-js.com/ . This was basically around the time browsers got good enough that jQuery was no longer needed. It essentially emphasized that all the showcase features of popular 'must-have' js libraries were now a standard part of modern browsers.

What if you don't want to use JS at all? I want to cater to people who want to turn off JS altogether.

Re: Tell HN: Thank you for not redesigning Hacker News

#360
What about this forum software I'm developing? I'm trying to keep down the amount of Javascript — 150 kb currently.

https://www.talkyard.io/forum/latest

Long term, I'd like to make this work on slow connections, Offline-First, in e.g. rural villages in Africa :- ) on a Raspberry Pi, local wifi, unaffected by a "global Internet outage".

Can I ask, which part of the world are you in? (which country?)

Post reply on HN