The fact that he was struck by such an evident truth means that he is (hopefully: was) part of the problem.
During Helene, I just wanted a plain text website
101–110 of 193 posts
Re: During Helene, I just wanted a plain text website
#1021. Identify core functionality. 2. Make that functionality available using the simplest technology. 3. Enhance!
Re: During Helene, I just wanted a plain text website
#103Prepend 'pure.md/' in front of any url. I'm sure there are more proxies around.
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- 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
#105Re: During Helene, I just wanted a plain text website
#106One 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…
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
#107Re: During Helene, I just wanted a plain text website
#108The 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.
Re: During Helene, I just wanted a plain text website
#109Several 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.
Re: During Helene, I just wanted a plain text website
#110One 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.