mirror of https://github.com/bearfm/site.git
51 lines
2.0 KiB
HTML
51 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta name="google-site-verification" content="bjvkxJW39IrGsgIIZidzUziC9B0c5Ej0ncQX2Btyv60" />
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<!-- <link rel="stylesheet" href="/css/style.css"> -->
|
||
<script src="/css.js" type=""></script>
|
||
<script src="/main.js" type=""></script>
|
||
<title>Why Keeping Your Applications Minimal Counts. -
|
||
bear.oops.wtf</title>
|
||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||
<link rel="manifest" href="/site.webmanifest">
|
||
|
||
</head>
|
||
|
||
<!-- https://bear.oops.wtf/git/bearfm/site -->
|
||
<!-- GPL-3.0-only or GPL-3.0-or-later -->
|
||
|
||
<body>
|
||
<header>
|
||
<nav>
|
||
<a href="/"><i class="material-icons">home</i> Home</a>
|
||
<a href="/blog"><i class="material-icons">book</i>Blog</a>
|
||
</nav>
|
||
</header>
|
||
<div class="header-container">
|
||
<h1 class="title">BEAR.OOPS.WTF</h1>
|
||
</div>
|
||
<article class="article" id="article-body">
|
||
<p class="meta">Page created: March 11, 2024</p>
|
||
<p class="meta">Page last modified: March 11, 2024</p>
|
||
<h1 id="introduction">Introduction</h1>
|
||
<p>When a man is stuck with cell service for a while (and
|
||
abysmally slow LTE at that), he starts to realize how bloated
|
||
the web is. When slow dialup was common, people actually made
|
||
their websites lightweight because it was the only option,
|
||
otherwise the site wouldn’t load for people trying to visit
|
||
it.</p>
|
||
<h1 id="the-solution">The Solution</h1>
|
||
<p>The solution? Normalize web apps and websites that are easy
|
||
on bandwidth (and your system for that matter). The cozy web is
|
||
full of these amazing sites, but the dark forest not so
|
||
much.</p>
|
||
<p>Might need to write another chatting protocol…</p>
|
||
</article>
|
||
</body>
|
||
</html>
|