Earlier quoted context omitted.
My experience with the Outlook web app (not the "basic HTML" mode, which is perfectly usable in contrast) is the exact opposite --- it's extremely slow and consumes a ridiculous amount of memory for what it does (I've seen it take over 2GB of RAM, and this is with an account where all the emails with their attachments total less than 100MB.) When composing a message it lags so much that it will delay each keystroke b…
> I've seen it take over 2GB Probably because that RAM wasn't doing anything else. Why not use it as cache to speed things up. I'm sure it can work fine in much smaller RAM sizes.
Websites have evolved back to static HTML/CSS/JS files
241–250 of 313 posts
Re: Websites have evolved back to static HTML/CSS/JS files
#242Re: Websites have evolved back to static HTML/CSS/JS files
#243Earlier quoted context omitted.
This feels like a response from a seasoned backend engineer. Seasoned frontend developers value user experience and design — thus the tendency to go "back to static" and rarely back to WordPress.
To me Wordpress sounds exactly a suggestion you'd get from someone who doesn't have to maintain it. I.e. frontend dev.
For example, I like Ghost (https://ghost.org/) for my personal needs.
Re: Websites have evolved back to static HTML/CSS/JS files
#244Earlier quoted context omitted.
When I open a Tweet I look at spinner animations for 10 seconds. Scrolling is also the opposite of smooth.
Scrolling is silky smooth for me and spinners go away quickly. What hardware are you running?
Re: Websites have evolved back to static HTML/CSS/JS files
#245Earlier quoted context omitted.
It's better than everything else because people have never heard of it. When did software engineers become hipsters?
>When did software engineers become hipsters? Hacker News is the epicenter of software engineer hipsterdom, come on.
Re: Websites have evolved back to static HTML/CSS/JS files
#246Earlier quoted context omitted.
Of course the reasonable answer gets downvoted. Stay strong! And remember that you're not a good developer unless you write everything in vim compiled for an OS that you wrote for yourself in C, backed up on a trusty old 2MB platter drive via a series of rsync scripts. I heard the concept of version control was originally conceived and canned by IBM in 1967, because it was found that version control would eventually…
Thanks for the kind words and the mention. I'm used to the downvotes on here unfortunately, it's easy to tell which topics will do it, the group think here can be thick...
My struggle on HN is to try to ignore the groupthink and keep the sarcasm out of my tone, but sometimes I just can't help myself.
Re: Websites have evolved back to static HTML/CSS/JS files
#247Earlier quoted context omitted.
It's better than everything else because people have never heard of it. When did software engineers become hipsters?
It seems like a lot of web devs are either stuck chasing novelty or constantly trying to bet on the next big thing. For example, what happened to CoffeeScript? https://trends.google.com/trends/explore?q=%2Fm%2F0hjc5m0&ge... What happened to Ember? https://trends.google.com/trends/explore?geo=US&q=%2Fm%2F0s8...
Re: Websites have evolved back to static HTML/CSS/JS files
#248> The Dark Age - Somewhere on this path to render pages on the fly (SSR) and render pages on the client (SPA) we forgot about the performance of our webpages. We were trying to build apps. But the web is about presenting content first and foremost! Pfff - That's completely wrong. SPAs are all about performance. If you want to built a highly-interactive site, it makes sense to do the computing where it's consumed -- i…
> Use the right technology for what you're trying to build. Yep .. so if you want a rich responsive user experience, DON'T use any web technologies. GMail (AND Gsuite) is a perfect example of how a relatively simple concept like email can be turned into a slow, unresponsive piece of garbage.
Re: Websites have evolved back to static HTML/CSS/JS files
#249> The Dark Age - Somewhere on this path to render pages on the fly (SSR) and render pages on the client (SPA) we forgot about the performance of our webpages. We were trying to build apps. But the web is about presenting content first and foremost! Pfff - That's completely wrong. SPAs are all about performance. If you want to built a highly-interactive site, it makes sense to do the computing where it's consumed -- i…
> But Gmail showed us that web 'apps' are useful. And we really have come full circle. Gmail performance, at least on Firefox, is awful.
Re: Websites have evolved back to static HTML/CSS/JS files
#250Earlier quoted context omitted.
The same reason your desktop based email client probably depends on it. It’s 2020 and developers are starting to make use of all the modern browser features. It’s time to stop thinking like the browser is some fickle thing that needs to be caressed and treat it like a sandboxed OS environment for delivering apps and content.
We had rich desktop email clients - with more features than GMail - running on sub-GHz CPUs with integrated graphics. They also had better UI.