Live data from Hacker News

During Helene, I just wanted a plain text website

sparkbox.com

151–160 of 193 posts

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

#151

Earlier quoted context omitted.

But taking the time to investigate that, get it approved by legal, etc. all takes longer than just slapping a cookie banner component on it. This is why people complain about the unclear and bureaucratic nature of these laws, it leads to an over complicated investigation and compliance isn't always simple - meaning the safest option is to comply at the highest level and degrade the user experience.

I much rather companies be scared into complying and have some spare banners than companies having grey area free-for-alls with my data.

[dead]

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

#152

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.

$ ssh teletekst.nl

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

#153

Other Helene stuff I took note of: - AT&T was completely down for us but Verizon and its MVNOs were up - I had a Verizon MVNO secondary e-sim that came free with a home internet plan, unused until the hurricane hit - It worked pretty well! - The day the Verizon disaster internet trucks showed up at the police station in our town my Verizon MVNO internet went down Non-internet learnings: - Fill up your vehicle’s fuel…

> Fill up your vehicle’s fuel or battery before any big storm

This is such a big one for any event anytime. Better yet, never go below a half-tank on your vehicle. You’ll almost always have enough range to get out of dodge and also have a mobile cooling / heating / charging station if you’re stuck in place. I grew up on an island and what I thought was universal storm advice was clearly not.

During Helene I had to drive 80+ miles from the Clemson, SC area through to Asheville to bail out my sister-in-law and her husband and their two month old stranded in Asheville. They had only two gallons of diesel in their F-250. The drive up I-26 looked like some kind of zombie flick with a line of 50-100 cars on every interstate off ramp leading up to defunct gas stations with crowds of people just meandering about.

If you’re a mild prepper type, GMRS radios (or a jailed broke Baofeng…) are a great tool. I had no cellular service for the majority of my drive. I was able to stay in comms with my “convoy” the whole way. Perhaps as importantly, a spare, unused Jerry can is incredibly valuable. In my case I have gasoline cans but not diesel and so I had to pay a greedy boomer 3-4x market rate to buy one of his four 5 gallon cans in the Lowe’s checkout line to get a clean fuel canister.

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

#156
post #149

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.

In terms of a standard, it would be nice if "reader mode" were standardized to request a text-only minimal formatting version of the site.

Oooh... can you imagine if servers actually took the hint and sent only text if the client provided Accept: text/markdown, text/plain headers?

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

#157
post #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 a…

Why does Ukraine trust Telegram so much? Seems they share intelligence-worth stuff there.

Meh, Durov does not appear to be under Putin's control. The real question is, why does Russia trust Telegram so much?

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

#158
post #43

Earlier quoted context omitted.

RSS is just a list of links to webpages, maybe with summaries. The readers generally fetch those webpages and filter out the text, but every browser has equivalent functionality now. You can do it with literally any HTML page, though some websites try to fight it (since depending on the reader, it neuters ads).

RSS feeds used to contain the full article. That changed when everyone wanted to monetize their blogs.

Yeah, and that’s my point. The problem is not technological, you can make a super readable HTML site by just putting text in

tags, and RSS readers for blogs that didn’t rug-pull their content still work fine. People lost interest in giving out something for nothing, so now the web is an ad-infested mess.

If someone makes a new tech that makes that impossible, 10 principled FSF-enjoyers will write content for it and nobody else. Web standard bloat is bad, but it didn’t cause this problem, and you can’t fix it by creating a new spec.

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

#159
nice work. dealt with same issue during helene. would be interesting to do things like convert to morse code or convert to modem-over-walkie low baud rate.

I built this repo as a Helene response repo, trying to use an llm to help get resources over text message. https://github.com/realityinspector/supply_drop_ai

wonder if you could get to news over sms, use an llm to compress to minimum viable text?

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

#160

Earlier quoted context omitted.

I always include ` `. Is that still necessary?

you don't even need ` `. I'm sure it's easy to look up when that was added/recommended, but i've never used it when i do a 94 html page/site like this. html head title /title /head body /body /html 'sit

Minimal valid HTML5:

    
    Hello
    Hello World
Post reply on HN