Spaces:
Running
Running
Update blog.html
Browse files
blog.html
CHANGED
|
@@ -125,6 +125,13 @@ blockquote { border-left: 4px solid var(--color-accent); padding-left: 1.5rem; m
|
|
| 125 |
|
| 126 |
<script>
|
| 127 |
const posts = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 128 |
{
|
| 129 |
"file": "blog-The-Scaling-Wall-And-Other-Things-I-Yelled-At.html",
|
| 130 |
"date": "2026-02-27",
|
|
|
|
| 125 |
|
| 126 |
<script>
|
| 127 |
const posts = [
|
| 128 |
+
{
|
| 129 |
+
"file": "blog-Training-Models-on-a-Ramen-Budget.html",
|
| 130 |
+
"date": "2026-02-28",
|
| 131 |
+
"tag": "Dev Log",
|
| 132 |
+
"title": "Training Models on a Ramen Budget: Or, How We Learned to Stop Worrying and Love the Free Tier",
|
| 133 |
+
"excerpt": "Picture this: you, me, a dream, and a GPU budget that currently consists of three expired coffee shop gift cards and a hopeful glance at my laptop's cooling fan. This is the reality of trying to train AI models as a regular person with regular finances and an irregular relationship with electricity bills."
|
| 134 |
+
},
|
| 135 |
{
|
| 136 |
"file": "blog-The-Scaling-Wall-And-Other-Things-I-Yelled-At.html",
|
| 137 |
"date": "2026-02-27",
|