i forgor 2

This commit is contained in:
bearfm 2024-03-11 21:06:04 -07:00
parent 9ce7da1608
commit 0aff74a5bc
Signed by: bearfm
GPG Key ID: 573A776FED58E1A4
4 changed files with 72 additions and 0 deletions

51
dist/blog/minimalMessaging.html vendored Normal file
View File

@ -0,0 +1,51 @@
<!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>
<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>
<div class="center-box">
<p class="meta">Page created: March 11, 2024</p>
<p class="meta">Page last modified: March 11, 2024</p>
</div>
<article class="article">
<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 wouldnt 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>

1
dist/blogindex.txt vendored
View File

@ -1,2 +1,3 @@
1708193771 https://bear.oops.wtf/blog/firstPost.html
1710212630 https://bear.oops.wtf/blog/index.html
1710216340 https://bear.oops.wtf/blog/minimalMessaging.html

1
dist/sitemap.xml vendored
View File

@ -3,6 +3,7 @@
<url><loc>https://bear.oops.wtf/418.html</loc></url>
<url><loc>https://bear.oops.wtf/blog/firstPost.html</loc></url>
<url><loc>https://bear.oops.wtf/blog/index.html</loc></url>
<url><loc>https://bear.oops.wtf/blog/minimalMessaging.html</loc></url>
<url><loc>https://bear.oops.wtf/coolLinks.html</loc></url>
<url><loc>https://bear.oops.wtf/git/index.html</loc></url>
<url><loc>https://bear.oops.wtf/index.html</loc></url>

View File

@ -0,0 +1,19 @@
---
title: Why Keeping Your Applications Minimal Counts. - bear.oops.wtf
author: BearFM
date: March 11, 2024
modified: March 11, 2024
header:
---
# Introduction
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.
# The Solution
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.
Might need to write another chatting protocol...