]> git.otsuka.systems Git - cotsuka.github.io/commitdiff
add posse links, simplify template logic
authorCameron Otsuka <cameron@otsuka.haus>
Tue, 28 Jan 2025 01:12:15 +0000 (17:12 -0800)
committerCameron Otsuka <cameron@otsuka.haus>
Tue, 28 Jan 2025 01:12:15 +0000 (17:12 -0800)
_includes/layouts/article.njk
_includes/layouts/review.njk
content/articles/minimum-utxo-value/index.md
content/articles/monetary-system-enshittification/index.md
content/articles/r1-vs-o1-ai-as-commodity-or-moat/index.md
content/reviews/challengers.md
content/reviews/subservience.md
content/reviews/the-boy-and-the-heron.md
content/reviews/wicked.md

index a49e00dc23d179d884a36d5e4f7e9991bb28a056..7bfa44de42aef25afa05a61b103e35db7360aabb 100644 (file)
@@ -10,6 +10,14 @@ layout: layouts/base.njk
                <li>Published: <time datetime="{{ page.date | htmlDateString }}">{{ page.date | htmlDateString }}</time></li>
                <li>Description: {{ description }}</li>
                <li>Tags: {{ tags | reject("equalto", "articles") | sort | join(", ") }}</li>
+               {% if posse %}
+                       <li>
+                               Also Posted To: 
+                               {% for posse_location, posse_url in posse %}
+                                       <a href="{{ posse_url }}">{{ posse_location }}</a>
+                               {% endfor %}
+                       </li>
+               {% endif %}
        </ul>
 </details>
 
index 9a929efe7b2779d9e55a7564faac586e4e0b4c3c..85cb4dbd7ec15dca5f4c5410023a626975eac34b 100644 (file)
@@ -13,12 +13,8 @@ layout: layouts/base.njk
                {% if posse %}
                        <li>
                                Also Posted To: 
-                               {% for item in posse %}
-                                       {% if item["letterboxd"] %}
-                                               <a href="{{ item["letterboxd"] }}">Letterboxd</a>
-                                       {% elseif item["goodreads"] %}
-                                               <a href="{{ item["goodreads"] }}">Goodreads</a>
-                                       {% endif %}
+                               {% for posse_location, posse_url in posse %}
+                                       <a href="{{ posse_url }}">{{ posse_location }}</a>
                                {% endfor %}
                        </li>
                {% endif %}
index 7a180feb4c58b1a29bcd17ec5b80f428ca44b90a..48a460a8762d6386b7b6d0bd8738d45a8c94c4a0 100644 (file)
@@ -1,10 +1,12 @@
 ---
 title: Minimum UTXO Value
 date: 2023-08-04
-modified: 2024-12-23
+modified: 2025-01-27
 description: A look at what Bitcoin dust is, historical fee rates, how fees are calculated, and a decision on a minimum UTXO value to stay above the dust threshold.
 tags:
 - bitcoin
+posse:
+  𝕏: https://x.com/CameronOtsuka/status/1687510820417363968
 ---
 
 Due to recent high fee rate periods, many were advocating for consolidating low-value UTXOs to ensure they wouldn't become dust. I was curious whether I had UTXOs that were in danger of becoming dust.
index 01a432b1aee7adea73c684f8fcf4429af20d7086..2ae123b98bd7fd55a7bf2b895c93750481c1bcbf 100644 (file)
@@ -1,10 +1,12 @@
 ---
 title: Monetary System Enshittification
 date: 2024-03-01
-modified: 2024-07-30
+modified: 2025-01-27
 description: Is the US monetary system experiencing enshittification? And how do we solve it?
 tags:
 - bitcoin
+posse:
+  𝕏: https://x.com/CameronOtsuka/status/1763677048814616669
 ---
 
 {% image "./monetary-system-enshittification_honeybadger.jpg", "Bitcoin honeybadger stomping on the US monetary system." %}
index e96950cfe88ff0407e4b9c177a0aed8af0fde711..3b428cba94e29c8650457707d84c253461feafd2 100644 (file)
@@ -5,6 +5,10 @@ modified: 2025-01-27
 description: Is DeepSeek's R1 an existential threat to OpenAI?
 tags:
 - ai
+posse:
+  𝕏: https://x.com/CameronOtsuka/status/1884001595282907401
+  Mastodon: https://otsuka.social/@cameron/statuses/01JJN5WVS1ZMZ56SK4T3YQ3J8Z
+  Bluesky: https://bsky.app/profile/otsuka.haus/post/3lgradsawkc2v
 ---
 
 {% image "./us-china-ai-model-enjoyers-dabbing-dude.jpg", "US - China AI model enjoyers Dabbing Dude meme" %}
index 4feb12c449cd0f24d575d48e38300608415ddc0a..22965d253f65084983873fa5178de324320b8363 100644 (file)
@@ -6,7 +6,7 @@ description: ★★★
 tags:
 - movie
 posse:
-- letterboxd: https://letterboxd.com/cotsuka/film/challengers/
+  Letterboxd: https://letterboxd.com/cotsuka/film/challengers/
 ---
 
 - ads everywhere
index dd0980a8007c4faca996f858f275ad8627817fa1..3e55f93c335185fc4e06e4fa35b6be8e2c08fd88 100644 (file)
@@ -6,7 +6,7 @@ description: ★★
 tags:
 - movie
 posse:
-- letterboxd: https://letterboxd.com/cotsuka/film/subservience-2024/
+  Letterboxd: https://letterboxd.com/cotsuka/film/subservience-2024/
 ---
 
 - could see the plot points coming from a mile away
index adea60d3b0a627c50c031bb7af68870df3544593..38d48ad884713bea51a14d00030f9dc98af2e7be 100644 (file)
@@ -6,7 +6,7 @@ description: ★★★★★
 tags:
 - movie
 posse:
-- letterboxd: https://letterboxd.com/cotsuka/film/the-boy-and-the-heron/
+  Letterboxd: https://letterboxd.com/cotsuka/film/the-boy-and-the-heron/
 ---
 
 - ghibli will ultimately crumble without a worthy leader, but the journey was worth it
index 59df0ad62bf78351e4bf84c839906f6b70ae55a2..129ae19797871935654ed892bf9fdc7ad6f8c3b3 100644 (file)
@@ -6,7 +6,7 @@ description: ★★★★½
 tags:
 - movie
 posse:
-- letterboxd: https://letterboxd.com/cotsuka/film/wicked-2024/
+  Letterboxd: https://letterboxd.com/cotsuka/film/wicked-2024/
 ---
 
 - they've got pipes