Live data from Hacker News

During Helene, I just wanted a plain text website

sparkbox.com

101–110 of 193 posts

Re: During Helene, I just wanted a plain text website

#103

Prepend 'pure.md/' in front of any url. I'm sure there are more proxies around.

Thats brilliant. For example: https://pure.md/sparkbox.com/foundry/helene_and_mobile_web_p...

Now the favicon (5.92KB) is larger than the article (5.16KB). Much better than the original (4.11MB)

Re: During Helene, I just wanted a plain text website

#104
Vaguely related anecdotes:

- I got caught in the mountains for a few days due to landslides in Nepal. The only available information was relayed by phone between locals. People had no idea of what was going on and their vacation ended on the day the road reopened. It caused a pile up of cars where the road had slid off a few days prior. In some parts, rocks still fell from the cliffs above. We flagged a passing car and asked them to keep us updated on WhatsApp instead. We could have all stayed put if we had that information before.

- During covid I maintained a page with simplified local restrictions and a changelog of new restrictions. The alternative was to follow press conferences and re-read the entire regulation the next day, or keep checking the newspapers. Mine was just a bullet list at a permanent location.

- During the invasion of Ukraine, refugees have set up the most impressive ad hoc information network I have ever seen. It was operational in 24 hours and kept improving for weeks. People sorted out routes, transport, border issues, accommodation, translation and supplies over Telegram, Notion and Google Docs.

Information propagation is critical during emergencies, and people are really bad at it. Setting up a simple website and two-way communication channels makes a huge difference.

Re: During Helene, I just wanted a plain text website

#106
post #40

One way to get to this is to start with almost-'94 HTML: Some Topic Some Topic Information goes here. Information goes here. Information goes here. Then add a little non-'94 CSS styling. If you decide to add an off-the-shelf wad of CSS, like Pico.css, consider hosting it alongside your HTML (rather than turning it into another third-party dependency and CDN cross-site surveillance tracker). Minified, and single-reque…

It's really that simple.

I run a website that's primarily text-based. When I change the base template, I still check that it works without CSS. This just means semantic HTML.

That being said, CSS is rarely that large. Even after a few years of relative indulgence, the gzipped CSS for the whole website is still something like 20kb.

Re: During Helene, I just wanted a plain text website

#107
I'm not a web developer, but a product manager, and recently I've created my own website using Astro. I do support the point, that its better to have a relatively simple static website - it's really fast and lightweight! An average Wordpress website would weight 1 MB+ in best case, in worst case - 4 MB+. I don't know how people think it's a good idea to have a compressed webpage to be 4 MB!! Let's KISS

Re: During Helene, I just wanted a plain text website

#108

The header image in the article is a 2400x1600 PNG that is 500KB large, apparently due to subtle dithering making it hard to compress. Converting it to a visually-identical .avif (quality 90, 12-bit color depth) takes it all the way down to 15KB.

I'm guessing it could be even smaller if it was designed as a SVG file. Although the glow effect with the fading colors would probably need to be simplified.

Re: During Helene, I just wanted a plain text website

#109

Several news sites offer text only versions. https://lite.cnn.com/ https://text.npr.org/ https://wttr.in/ More listed at https://greycoder.com/a-list-of-text-only-new-sites It’d be great if there was some standard that allowed these to be easily found, and supported on the local news sites.

That CNN website is great, except it still has a huge cookie banner. Looking at the cookies of the site, I think the only cookie it sets is that i clicked on the banner. Most of the size of the page is also related to the banner it seems.

Re: During Helene, I just wanted a plain text website

#110

One thing that I would also suggest folks who are resonating with this piece consider... Local copies of important information on your mobile device. Generally your laptops are not going to see much use. Mobile apps tend to fake local data and store lots of things to the cloud. We tend to ignore such things like backups and local copies nowadays. Most of the time we can get away without any worry here but consider ke…

Syncthing is the way! Along with the Material Files app from F-droid, I finally get to have a file based workflow on Android.

Syncthing is also great
Post reply on HN