Show HN: Safe-now.live – Ultra-light emergency info site (<10KB)
11–20 of 98 posts
Re: Show HN: Safe-now.live – Ultra-light emergency info site (<10KB)
#12Re: Show HN: Safe-now.live – Ultra-light emergency info site (<10KB)
#13When you drill down to active emergencies for a local area there's a ton of stuff there but it's all old. Why display it if the purpose of the site is current emergency info?
Re: Show HN: Safe-now.live – Ultra-light emergency info site (<10KB)
#14Re: Show HN: Safe-now.live – Ultra-light emergency info site (<10KB)
#15The font size is too small for emergencies on mobile devices. You need to consider that users might be in a panic, may not have both hands free to zoom in, and their vision could be impaired by smoke or other factors.
Re: Show HN: Safe-now.live – Ultra-light emergency info site (<10KB)
#16When you drill down to active emergencies for a local area there's a ton of stuff there but it's all old. Why display it if the purpose of the site is current emergency info?
Are there any fema declared disasters you believe are omitted?
A similar kind of noise note could probably be made of the "Recent Earthquakes" section. E.g. if you select Indianapolis, IN it includes all the way down to a M2.6 which occurred in NW Tennessee 30 days ago.
Re: Show HN: Safe-now.live – Ultra-light emergency info site (<10KB)
#17I would suggest increasing font-size, looks too small
I disagree. When I saw the page, I thought, "Finally an information dense page again! It's been so long since they've been common and I miss them."
font-family: Calibri, Candara, Segoe UI, Optima, Arial, sans-serif;
font-size: 13px;
If the dev wanted a similar effect by default but be more accommodating, they could do: font-family: Calibri, Candara, Segoe UI, Optima, Arial, sans-serif;
font-size: 0.8125rem;
There's no reason why you couldn't have smaller font while still respecting browser scaling. However, they might also want to just leave it at 1 rem and let the folks that prefer higher information density to customize their own browser settings, since those are what most well developed sites should respect and it might be more accessible by default on most devices (for my eyes, at the very least).As for targeting specific screen sizes for non-standard font scaling, media queries also would help!
In regards to missing information dense pages, try changing your browser font settings, it might actually be quite pleasant for you to see many sites respecting that preference!
Re: Show HN: Safe-now.live – Ultra-light emergency info site (<10KB)
#18Re: Show HN: Safe-now.live – Ultra-light emergency info site (<10KB)
#19I would suggest increasing font-size, looks too small
I disagree. When I saw the page, I thought, "Finally an information dense page again! It's been so long since they've been common and I miss them."
And honestly if this type of thing bothers you as much as it does me, unfortunately it means adding a bunch of stylus sheets everywhere...
Re: Show HN: Safe-now.live – Ultra-light emergency info site (<10KB)
#20It must be able to cache it's all content in browser. I guess to do it it properly you need to make it PWA.