Earlier quoted context omitted.
FWIW, base64-js and similar libraries are still needed (though probably not in this case...) because window.btoa() only works on latin1 ASCII strings. Try giving it some arbitrary UTF-8: btoa("\ud83d\ude0b") -> Uncaught DOMException: Failed to execute 'btoa' on 'Window': The string to be encoded contains characters outside of the Latin1 range. (Edit: apparently HN doesn't either; changed to \u...)
> FWIW, base64-js and similar libraries are still needed For what? This is a non-interactive text-only website. It shouldn't need anything beside HTML and CSS.
Text-only CNN
261–270 of 319 posts
Re: Text-only CNN
#262Re: Text-only CNN
#263When Google first came out and we tried it there were two things we liked about it. The first: Good search results. Yeah everyone knows that right. But young people today might have forgotten the second reason we liked Google search back then: The Second: A clean page with a single logo and search field. It loaded quick. There were no banners everywhere, no bs. HackerNews has that feel. It is clean, information dense…
Google seems to have forgotten this and now thinks its some kind of design company. Everything with the exception of adwords and analytics it has applied material to is now garbage. News use to be my default homepage but surprisingly MSN gives me a much better product with more then 4 stories on the page on 32" monitors.
I miss the Google of the “to organize the world's information and make it universally accessible and useful” era.
Google Plus could have been fine if it wasn't rammed down user's throats. But no, every product had to integrate with it, had to look like it .... because ... Steve Jobs said so ? Then came Vic Gundotra with all the high craftsmanship of political empire building maneuvering and little else. Probably broke the original internal culture if it had survived till then (not sure).
Re: Text-only CNN
#264Earlier quoted context omitted.
This format is ideal in this context, but the web is far larger than a digital ticker tape dispenser. Some publishers are seeking to create a modern version of Life magazine. What do imagine that would look like? How about National Geographic? I love, for example, what the teams at The New York Times are doing to enhance stories with creative uses of the modern web. The web is not broken, it’s simply revealing that t…
This is the highest-impact format with which one can consume news, though. Magazines are great, but lots of people are just looking for a quick shot of the current news. This sort of UI is ideal for that need. This is exactly why the Drudge Report has stayed relevant for 20 years.
Re: Text-only CNN
#265I really miss RSS.
Re: Text-only CNN
#266Earlier quoted context omitted.
The Swedish public broadcaster still keeps their Teletext[0] service running. One of the cleanest way to get your news (especially on a TV where load times are zero). You can access it on the web as well https://www.svt.se/svttext/web/pages/100.html [0] https://en.wikipedia.org/wiki/Teletext
It makes me pine for the days of Gopher.
Re: Text-only CNN
#267Earlier quoted context omitted.
The question wasn't why anyone was using Javascript on the server. The question was why a pure-text non-interactive website needs any javascript at all.
Because when you're treating React as a templating language, it's easier to let it run on the client side during development and add server rendering later.
Re: Text-only CNN
#268Re: Text-only CNN
#269Earlier quoted context omitted.
if you click Topics -> News[0] it takes 2.7 seconds. They should throw that subdomain behind https://memcached.org/ (and not use php lol). Unrelated, seems like I can't listen to podcasts. There's an tag (which doesn't use data unless you click on play if you set preload="none" [1]), so that's an interesting choice. $ curl http://thin.npr.org/t.php?tid=1001 [...] Total wall clock time: 2.7s $ ping thin.npr.org [...]…
You don't put things behind Memcached. You put Memcached behind things.
Re: Text-only CNN
#270This is what the world needs. Seriously, I hate this trend to bloat up websites with the rage of a thousand suns. There is absolutely no value, but it increases bandwith usage, load times and CPU/RAM usage. News websites having "fancy, modern" websites actually make me think less of them. Fuck this web-bloat shit. The web is broken.
I wonder how many HN readers would be unemployed if the world went this way. It's pretty interesting to think that a good chunk of the people you comment with are the ones coding bloated websites (most likely not because they want to!).