blog/atom.xml (view raw)
1<?xml version="1.0" encoding="UTF-8"?>
2<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
3 <channel>
4 <title>BiRabittoh's Blog</title>
5 <link>https://bi-rabittoh.github.io/blog/</link>
6 <description>A minimal website where I post stuff I'm passionate about.</description>
7 <generator>Zola</generator>
8 <language>en</language>
9 <atom:link href="https://bi-rabittoh.github.io/blog/atom.xml" rel="self" type="application/rss+xml"/>
10 <lastBuildDate>Fri, 09 Apr 2021 15:00:00 +0000</lastBuildDate>
11 <item>
12 <title>Modern web bloat</title>
13 <author>BiRabittoh</author>
14 <pubDate>Fri, 09 Apr 2021 15:00:00 +0000</pubDate>
15 <link>https://bi-rabittoh.github.io/blog/modern-web-bloat/</link>
16 <guid>https://bi-rabittoh.github.io/blog/modern-web-bloat/</guid>
17 <description><p>This is it. My first blog post; I guess I just became a boomer.</p>
18<h2 id="inspiration">Inspiration</h2>
19<p>Some time ago I stumbled upon <a href="https://odysee.com/@Luke:7/a-demonstration-of-modern-web-bloat:f">this video</a>,
20where the popular Linux influencer <a href="https://lukesmith.xyz">Luke Smith</a>
21talked about the effort of looking up a Chicken Parmesan recipe in 2021
22without having any adblock or privacy extensions enabled.</p>
23<p>That's because most modern websites take a lot of time to load framework
24files, ads and trackers. While that's kinda functional, I think we
25should change our habits and start making simple websites again.</p>
26<p>In fact, I thought about creating this blog (and article) when I saw
27<a href="https://lonami.dev/">Lonami</a>'s minimal website and immediately noticed
28how fast and clean it feels.</p>
29<p>Yeah, this looks like a first world problem and it probably is, but it's
30not as subtle as you think. I'm actually convinced that the internet
31<strong>could</strong> actually benefit from this way of thinking, and that's what I'm
32going to talk about. </p>
33<h2 id="the-problem">The problem</h2>
34<p>In the early days of the internet, it was common for webpages to be
35written using only HTML, so we had very ugly but functional websites.</p>
36<p>As technology went on, sites needed to get more modern-looking and
37<em>interactive</em>; that's why CSS and JavaScript were introduced into the
38mix, allowing for dynamic websites that could actually change based
39on user input.</p>
40<p>As of nowadays, a lot more stuff went into the mix, to the point where
41the browser is now the most common program we use in our OS: you can, in
42fact, use it for doing things that 15+ years ago required external
43programs, like:</p>
44<ul>
45<li>playing music and video,</li>
46<li>reading PDF files,</li>
47<li>doing office work,</li>
48<li>checking e-mail,</li>
49<li>cloud storage,</li>
50<li>etc...</li>
51</ul>
52<p>I guess people just find it more comfortable if they can do everything
53with a single program, and they're not to blame for that. This <em>is</em>
54the easiest approach for unexperienced people: just have a program that
55does everything, instead of having to learn how to use a bunch of
56different software.</p>
57<p>This plethora of uses is possible today because of the existence of
58various libraries and frameworks that simplify JavaScript and CSS and
59make them easier to develop complicated websites with.
60This is good for basic web users who just want functional websites, and
61great for developers since they can easily code advanced functions
62inside the browser, which makes them work in every OS.</p>
63<p>Sadly, this brings us to the problem: any modern website has become a
64burden for any browser to load, since our browser needs to download and
65parse through each library and often fill the page content as you
66scroll through.
67In his video, Luke Smith found that a simple Chicken Parmesan recipe
68would take up to <em>5-10 megabytes</em>, which doesn't sound like a lot, but it
69actually is.</p>
70<p>It's easier to understand it if you think about it with video-games;
71any game on 16-bit<sup class="footnote-reference"><a href="#gaming-storage">1</a></sup> consoles and earlier, including
72full-fledged 30+ hour adventures like <em>Final Fantasy 6</em> and <em>Chrono
73Trigger</em>, weighs less than one single recipe page.</p>
74<h2 id="the-solution">The solution</h2>
75<p>Well, I don't think this &quot;problem&quot; is getting solved soon, as new
76frameworks for web development are constantly being introduced. Sadly,
77it's a one-way train, but if you're a web-dev you could actually make a
78difference yourself!</p>
79<p>I mean, this can not apply to all websites. Some of them just <em>NEED</em> to
80be as responsive and interactive as they are; most of them actually just
81became bloated at a certain time period (probably mid-2000s) when having
82a flashy website was cool and different from what everyone else had.</p>
83<p>Nowadays you can be different than other websites by using plain HTML
84and CSS for your website: this ensures your pages will load instantly
85and be compatible even with the oldest of browsers!</p>
86<p>If you like this philosophy, you can check out other projects that aim
87for a simpler and faster web, like these ones:</p>
88<ul>
89<li><a href="https://www.getzola.org/">zola</a>, a simple and modern static site
90engine;</li>
91<li><a href="https://based.cooking/">based.cooking</a>, a modern recipe website based
92on collaboration via GitHub;</li>
93<li><a href="https://wiby.me/">wiby.me</a>, a search engine that aims to only index
94classic style webpages.</li>
95</ul>
96<h2 id="footnotes">Footnotes</h2>
97<div class="footnote-definition" id="gaming-storage"><sup class="footnote-definition-label">1</sup>
98<p>As stated in <a href="https://blogs.umass.edu/Techbytes/2014/02/10/history-of-gaming-storage/#attachment_2827">this article</a>.</p>
99</div>
100</description>
101 </item>
102 </channel>
103</rss>