Earlier quoted context omitted.
I think there's a lot of truth in what you're saying and the core problem is that we somehow decided there was one correct way to make a web site, and that was to use React. Are you creating a complex webapp? Use React. Go nuts! But are you making a mostly static page (blog, marketing site, whatever)? Then don't use React. It adds entirely unnecessary bloat and complication.
The industry has gone back and forth here forever between thick and thin clients, and I view this as an extension. Largely we all use thick clients now (PCs, phones, and things with way too much compute power), and the move to chrome or chromium based browsers made the behavior predictable. The pendulum swinging back is really an acknowledgement that the advantages provided client side rendering, don't always outweig…
The Return of the 90s Web
61–70 of 357 posts
Re: The Return of the 90s Web
#62Earlier quoted context omitted.
People are still creating great stuff along these lines - you just won't find it through Google or Facebook or most of Reddit. Complex, interesting hypertext creations and web sites are still everywhere. But try typing "interesting hypertext" into Google or Facebook and see where it gets you. You can't search for something that's off the beaten track. This is where directories come back in. Check some of these out: *…
What we really need is a new Google, built on open principles (decentralized / peer to peer, fully free software, backed by a nonprofit), and focused on indexing the long tail of insightful content that is neglected by Google because it lacks SEO, popularity, links, and other metrics that Google find interesting but we don't necessarily do.
Re: The Return of the 90s Web
#63If we’re going back to the 90’s let this be your reminder we still don’t have something for web dev as easy to use as VB6.
Re: The Return of the 90s Web
#64I really hope personal blogging becomes popular again!. Speaking of which, I still haven't found a really good alternative to the "horrible" WordPress for blogging. It has: - Integrated API, RSS - Tons of plugins - Accessibility, translations - Easy and powerful editor(Gutenberg) - Comments sections and forms w/ complete ownership and moderation - Easy data imports from multiple platforms. - Users and roles - 100% op…
Re: The Return of the 90s Web
#65Earlier quoted context omitted.
The industry has gone back and forth here forever between thick and thin clients, and I view this as an extension. Largely we all use thick clients now (PCs, phones, and things with way too much compute power), and the move to chrome or chromium based browsers made the behavior predictable. The pendulum swinging back is really an acknowledgement that the advantages provided client side rendering, don't always outweig…
Except that phones have only gotten thinner and thinner since the 1990s... And PC's (laptops, at least) are not far behind.
Re: The Return of the 90s Web
#66Earlier quoted context omitted.
I think what you're saying about reduced barriers to entry has lowered the standard of all popular media. It used to be expensive to publish anything - especially the further back in time you go. So classics for example typically represent particularly bright writers, as having something published before the printing press, and widely disseminated, was simply unlikely to happen. But today anyone can create an account…
The secondary effect you mention is absolutely the case. There is unlimited media and unlimited platforms on which to consume it. "Content" is truly a commodity now. I would like to try to make watching movies/tv a special thing again for myself, as opposed to little more than background noise. I think this will require careful curation and research, rather than just trusting an algorithm.
Re: The Return of the 90s Web
#67I recently watched the "Helvetica" documentary that was posted here a few days ago [0], where they briefly mention "Grunge Typography" [1], a seemingly dead-end branch of typography that, for some strange reason, became pretty popular for a short period of time. After some years however, consensus amongst designers formed that what they've created was a pile of illegible garbage, and realized that there was no other…
> After some years however, consensus amongst designers formed that what they've created was a pile of illegible garbage Really? Citation needed? I guess I have never heard graphic designers say anything about David Carson except that he's one of the most innovative and influential designers in the past 30 years. IMO his graphic design was amazing and perfect for the context (music and surf magazines). I loved gettin…
The sentiment I paraphrased was stated by designer Maximo Vignelli, although he didn't single out David Carson.
Re: The Return of the 90s Web
#68I really hope personal blogging becomes popular again!. Speaking of which, I still haven't found a really good alternative to the "horrible" WordPress for blogging. It has: - Integrated API, RSS - Tons of plugins - Accessibility, translations - Easy and powerful editor(Gutenberg) - Comments sections and forms w/ complete ownership and moderation - Easy data imports from multiple platforms. - Users and roles - 100% op…
In the past I have used the APIs to a very small extent. I stored license keys for an app as a content type so that they were easy to manage by employees, and the app connected to a service that called the API.
Probably any fleshed out CMS will check all but the last one of your boxes (nothing is going to be "extremely" easy to host).
Re: The Return of the 90s Web
#69Earlier quoted context omitted.
I think what you're saying about reduced barriers to entry has lowered the standard of all popular media. It used to be expensive to publish anything - especially the further back in time you go. So classics for example typically represent particularly bright writers, as having something published before the printing press, and widely disseminated, was simply unlikely to happen. But today anyone can create an account…
I don't quite follow - if low quality media is everywhere, doesn't high quality media stand out? Perhaps you're saying that so much low quality media drowns out the high quality media - such that it can't be found. The ratio is off, right?
Re: The Return of the 90s Web
#70I can't wait for server-side rendering to take its place in the sun again. There are many use cases for which a client-side framework like React is eesential. But I feel the vast majority of use cases on the web would be better off with server-side rendering. And... There are issues of ethics here. You are kidding yourself to an extent when you say that you are building a "client-side web app." It is essentially an a…
I left this part of the business space for the browser business at this time, but I assumed that the server-side rendering stuff would keep evolving. It didn't.
Then the "PHP CMS" wave came, and dumbed everything down.
Then the "reduce the server to an API" and "let insanely complex javascript frameworks/apps deal re-invent the browser navigation model" came... and here we are.