Earlier quoted context omitted.
The reader who gets to read the page for free in exchange for that marketing cruft being there.
Per definition the reader gets less value than the marketing monkeys.
1MB Club
371–380 of 392 posts
Re: 1MB Club
#372Earlier quoted context omitted.
I can definitely imagine situations where being able to load a page quickly is indeed a matter of life or death. This is indeed part of the design rationale for the min css framework: https://mincss.com/index.html > Min is used by over 65,000 people in 195+ countries, from North Korea to South Sudan to Mongolia to Somalia. Think your software is critical? Try a webapp keeping you alive in a warzone. Now, whether or n…
> I can definitely imagine situations where being able to load a page quickly is indeed a matter of life or death. Can you share some such situations?
Min's rationale further brings to mind things like disseminating info on hospitals, shelters, etc. in war zones, often to people who at most have an ancient (by first-world standards) phone with expensive and slow network connectivity.
Re: 1MB Club
#373Re: 1MB Club
#374I love it! I feel like the 1MB limit is excessively generous, especially for text-only pages. But maybe that's what makes it so damning when pages fail to adhere to it. I know at least one website I maintain fails it spectacularly (though in my defense it's entirely because of that website being chock-full of photos, and full-res ones at that; pages without those are well under that 1MB mark), while other sites I've…
Something about all pages being under limit the limit instead of every page being under the limit changes the exact meaning to something that I cannot agree with. Which was the meaning I replied below and then wrote this after realizing you might of meant every when you wrote all. Lets say you write a daily blog. A single A4 of text contains on average 3000 characters, your posts average slightly above that by being…
Re: 1MB Club
#375I don't mind highlighting and curating small sites for fun, that's neat. But calling larger sites a "cancerous growth on the web" just feels immature to me. Everything is just cost/benefit. There's no need to bring a black-and-white fanatical exaggerated mindset to it. You can celebrate something you like without having to make the alternative a disease , sheesh.
>You can celebrate something you like without having to make the alternative a disease, sheesh.
You can, but would you be equally successful at it?
Re: 1MB Club
#376Re: 1MB Club
#377I wish sites like this could take a positive tone instead of a negative one. Referring to sites that don't conform to your pet preferences as cancerous is deeply off-putting to me.
Re: 1MB Club
#378Re: 1MB Club
#379Earlier quoted context omitted.
Ad blockers already don't work. They're largely useless. If you use one these days, you already know why.
I don't know why. Can you explain?
Re: 1MB Club
#380Hopefully on-topic: Can anyone recommend a drop-in, minimal stylesheet that will make basic HTML (without classes/ids) format well on both web and mobile? In particular, by default stuff is really small on mobile screens, you have to zoom around. Basically bootstrap, but more lightweight and without the effort of learning all the classnames etc.
I use hugo theme (even) - https://themes.gohugo.io/hugo-theme-even/ which seems pretty decent in terms of performance. There's some heavy loading of fonts and js, but it still comes down below 1Mb. Maybe you can derive some inspiration from it.