Skip to content

Commit d0f4982

Browse files
authored
Add blog post about life essentials (#48)
1 parent eda5b79 commit d0f4982

4 files changed

Lines changed: 68 additions & 1 deletion

File tree

2026/01/03/essentials.html

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
<meta name="description" content="Five pillars of life: health, money, psychology, relationships, work." />
7+
<meta property="og:title" content="The Absolute Minimum for Life · Streamcode9" />
8+
<meta property="og:description" content="Five pillars of life: health, money, psychology, relationships, work." />
9+
<meta property="og:url" content="https://streamcode9.github.io/2026/01/03/essentials.html" />
10+
<meta property="og:site_name" content="Streamcode9" />
11+
<meta property="og:type" content="article" />
12+
<link rel="canonical" href="https://streamcode9.github.io/2026/01/03/essentials.html" />
13+
<title>The Absolute Minimum for Life · Streamcode9</title>
14+
<link rel="stylesheet" href="/assets/site.css" />
15+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
16+
<link rel="alternate" type="application/atom+xml" title="Streamcode9 Blog Feed" href="/feed.xml" />
17+
</head>
18+
<body>
19+
<header class="site-header">
20+
<nav>
21+
<a href="/index.html">Home</a>
22+
<a href="/pages/blog.html">Blog</a>
23+
</nav>
24+
</header>
25+
<main class="post">
26+
<h1>The Absolute Minimum for Life</h1>
27+
<p class="post-meta">Published January 03, 2026</p>
28+
<ul class="post-tags"><li>life</li><li>essentials</li></ul>
29+
<article id="post-body">
30+
<p>If we cut to the bone, here's what you <strong>cannot ignore</strong>:</p>
31+
<hr />
32+
<p><strong>1. Body &amp; Health</strong> — without health everything else is meaningless. Sleep, nutrition, movement, basic first aid.</p>
33+
<p><strong>2. Economics &amp; Finance</strong> — personal finance. Not investments, just: income &gt; expenses, emergency fund, don't get into debt.</p>
34+
<p><strong>3. Mind &amp; Psychology</strong> — understanding your emotions, habits, thinking traps. Otherwise you sabotage yourself.</p>
35+
<p><strong>4. Relationships &amp; Communication</strong> — people = resource, support, meaning. Minimum: ability to listen, say "no", maintain close connections.</p>
36+
<p><strong>5. Work &amp; Career</strong> — you need income. That means you need a skill people pay for.</p>
37+
<hr />
38+
<h2>Everything else is superstructure</h2>
39+
<ul>
40+
<li><strong>Technology</strong> — useful, but you can live without deep knowledge</li>
41+
<li><strong>Philosophy</strong> — a luxury for those who've covered the basics</li>
42+
<li><strong>Art, games, hobbies</strong> — recovery, but not survival</li>
43+
<li><strong>Science, history, geography</strong> — horizons, not necessity</li>
44+
</ul>
45+
<hr />
46+
<h2>Formula</h2>
47+
<blockquote>
48+
<p><strong>Health → Money → Mind in order → People nearby → Work</strong></p>
49+
</blockquote>
50+
<p>Five pillars. Everything else you add when these are standing.</p>
51+
</article>
52+
</main>
53+
<footer class="site-footer">
54+
<small>&copy; 2026 Streamcode9</small>
55+
</footer>
56+
</body>
57+
</html>

feed.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,19 @@
55
<link href="https://streamcode9.github.io/feed.xml" rel="self" type="application/atom+xml" />
66
<link href="https://streamcode9.github.io/" rel="alternate" type="text/html" />
77
<id>https://streamcode9.github.io/</id>
8-
<updated>2025-12-12T15:18:06Z</updated>
8+
<updated>2026-01-03T22:30:47Z</updated>
99
<author>
1010
<name>Streamcode9</name>
1111
<uri>https://streamcode9.github.io</uri>
1212
</author>
13+
<entry>
14+
<title>The Absolute Minimum for Life</title>
15+
<link href="https://streamcode9.github.io/2026/01/03/essentials.html" rel="alternate" type="text/html" />
16+
<id>https://streamcode9.github.io/2026/01/03/essentials.html</id>
17+
<published>2026-01-03T00:00:00Z</published>
18+
<updated>2026-01-03T00:00:00Z</updated>
19+
<summary type="text">Five pillars of life: health, money, psychology, relationships, work.</summary>
20+
</entry>
1321
<entry>
1422
<title>Math Countries</title>
1523
<link href="https://streamcode9.github.io/2025/08/28/math-countries.html" rel="alternate" type="text/html" />

generate_feed.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
# List of blog posts from blog.html (in reverse chronological order)
1313
POSTS = [
14+
("/2026/01/03/essentials.html", "2026-01-03"),
1415
("/2025/08/28/math-countries.html", "2025-08-28"),
1516
("/2025/08/25/sushi.html", "2025-08-25"),
1617
("/2025/04/05/mltt-72.html", "2025-04-05"),

pages/blog.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<main>
2626
<h1>Latest Posts</h1>
2727
<ul id="posts-list">
28+
<li><a href="/2026/01/03/essentials.html">The Absolute Minimum for Life</a> <span class="post-meta">· 2026-01-03</span></li>
2829
<li><a href="/2025/12/26/nes.html">NES</a> <span class="post-meta">· 2025-12-26</span></li>
2930
<li><a href="/2025/08/28/math-countries.html">Math Countries</a> <span class="post-meta">· 2025-08-28</span></li>
3031
<li><a href="/2025/08/25/sushi.html">Sushi</a> <span class="post-meta">· 2025-08-25</span></li>

0 commit comments

Comments
 (0)