From 152804456bc744d48c8a709091f85f9532210293 Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Mon, 27 Jan 2025 17:12:15 -0800 Subject: [PATCH] add posse links, simplify template logic --- _includes/layouts/article.njk | 8 ++++++++ _includes/layouts/review.njk | 8 ++------ content/articles/minimum-utxo-value/index.md | 4 +++- .../articles/monetary-system-enshittification/index.md | 4 +++- .../articles/r1-vs-o1-ai-as-commodity-or-moat/index.md | 4 ++++ content/reviews/challengers.md | 2 +- content/reviews/subservience.md | 2 +- content/reviews/the-boy-and-the-heron.md | 2 +- content/reviews/wicked.md | 2 +- 9 files changed, 24 insertions(+), 12 deletions(-) diff --git a/_includes/layouts/article.njk b/_includes/layouts/article.njk index a49e00d..7bfa44d 100644 --- a/_includes/layouts/article.njk +++ b/_includes/layouts/article.njk @@ -10,6 +10,14 @@ layout: layouts/base.njk
  • Published:
  • Description: {{ description }}
  • Tags: {{ tags | reject("equalto", "articles") | sort | join(", ") }}
  • + {% if posse %} +
  • + Also Posted To: + {% for posse_location, posse_url in posse %} + {{ posse_location }} + {% endfor %} +
  • + {% endif %} diff --git a/_includes/layouts/review.njk b/_includes/layouts/review.njk index 9a929ef..85cb4db 100644 --- a/_includes/layouts/review.njk +++ b/_includes/layouts/review.njk @@ -13,12 +13,8 @@ layout: layouts/base.njk {% if posse %}
  • Also Posted To: - {% for item in posse %} - {% if item["letterboxd"] %} - Letterboxd - {% elseif item["goodreads"] %} - Goodreads - {% endif %} + {% for posse_location, posse_url in posse %} + {{ posse_location }} {% endfor %}
  • {% endif %} diff --git a/content/articles/minimum-utxo-value/index.md b/content/articles/minimum-utxo-value/index.md index 7a180fe..48a460a 100644 --- a/content/articles/minimum-utxo-value/index.md +++ b/content/articles/minimum-utxo-value/index.md @@ -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. diff --git a/content/articles/monetary-system-enshittification/index.md b/content/articles/monetary-system-enshittification/index.md index 01a432b..2ae123b 100644 --- a/content/articles/monetary-system-enshittification/index.md +++ b/content/articles/monetary-system-enshittification/index.md @@ -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." %} diff --git a/content/articles/r1-vs-o1-ai-as-commodity-or-moat/index.md b/content/articles/r1-vs-o1-ai-as-commodity-or-moat/index.md index e96950c..3b428cb 100644 --- a/content/articles/r1-vs-o1-ai-as-commodity-or-moat/index.md +++ b/content/articles/r1-vs-o1-ai-as-commodity-or-moat/index.md @@ -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" %} diff --git a/content/reviews/challengers.md b/content/reviews/challengers.md index 4feb12c..22965d2 100644 --- a/content/reviews/challengers.md +++ b/content/reviews/challengers.md @@ -6,7 +6,7 @@ description: ★★★ tags: - movie posse: -- letterboxd: https://letterboxd.com/cotsuka/film/challengers/ + Letterboxd: https://letterboxd.com/cotsuka/film/challengers/ --- - ads everywhere diff --git a/content/reviews/subservience.md b/content/reviews/subservience.md index dd0980a..3e55f93 100644 --- a/content/reviews/subservience.md +++ b/content/reviews/subservience.md @@ -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 diff --git a/content/reviews/the-boy-and-the-heron.md b/content/reviews/the-boy-and-the-heron.md index adea60d..38d48ad 100644 --- a/content/reviews/the-boy-and-the-heron.md +++ b/content/reviews/the-boy-and-the-heron.md @@ -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 diff --git a/content/reviews/wicked.md b/content/reviews/wicked.md index 59df0ad..129ae19 100644 --- a/content/reviews/wicked.md +++ b/content/reviews/wicked.md @@ -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 -- 2.51.0