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.
Tell HN: Thank you for not redesigning Hacker News
351–360 of 398 posts
Re: Tell HN: Thank you for not redesigning Hacker News
#352Earlier 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…
Re: Tell HN: Thank you for not redesigning Hacker News
#353HN 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…
Re: Tell HN: Thank you for not redesigning Hacker News
#354Re: Tell HN: Thank you for not redesigning Hacker News
#355Earlier 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.
https://greasyfork.org/en/scripts/389680-google-mail-gmail-b...
Re: Tell HN: Thank you for not redesigning Hacker News
#356- 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
#357On the other hand voting is a pain on mobile, even with a large screen I often misclick.
Re: Tell HN: Thank you for not redesigning Hacker News
#358I 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…
Re: Tell HN: Thank you for not redesigning Hacker News
#359I 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.
Re: Tell HN: Thank you for not redesigning Hacker News
#360https://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?)