]> git.otsuka.systems Git - cotsuka.github.io/commitdiff
add mine print hash 2026-02, fix bunx for windows
authorCameron Otsuka <cameron@otsuka.haus>
Fri, 9 Jan 2026 00:20:07 +0000 (16:20 -0800)
committerCameron Otsuka <cameron@otsuka.haus>
Fri, 9 Jan 2026 00:20:07 +0000 (16:20 -0800)
content/podcasts/mine-print-hash-2026-02.mdx [new file with mode: 0644]
package.json

diff --git a/content/podcasts/mine-print-hash-2026-02.mdx b/content/podcasts/mine-print-hash-2026-02.mdx
new file mode 100644 (file)
index 0000000..d6da7c7
--- /dev/null
@@ -0,0 +1,23 @@
+---
+type: video
+title: Venezuela, Dow Theory, and Western Hemisphere Integration
+date: 2026-01-08
+modified: 2026-01-08
+description: 'Mine, Print, Hash - 2026 Week #02'
+tags:
+  - bitcoin
+  - macro
+posse:
+  𝕏: https://x.com/MinePrintHash/status/2009413949138362728
+  YouTube: https://www.youtube.com/watch?v=G9zp0p8KMoU
+  Spotify: https://open.spotify.com/episode/1lhaeKgqUqLmavOlb5myxx
+---
+
+import YouTube from '@components/youtube.astro';
+
+Venezuela just got absorbed into the Western Hemisphere dollar orbit. And Dow Theory is flashing a signal we haven't seen in years. Matt Dines and Cameron Otsuka are back in the rebranded podcast!
+
+<YouTube
+  title="Venezuela, Dow Theory, and Western Hemisphere Integration"
+  videoURL="https://www.youtube.com/watch?v=G9zp0p8KMoU"
+/>
index 6ace700dab3cf12cfa7e7a1e48eb3086ddb44584..3964edfde1c9b85c6d18a6183a1aa032f474b1e1 100644 (file)
@@ -4,21 +4,21 @@
   "version": "2.1.0",
   "type": "module",
   "scripts": {
-    "dev": "bunx --bun astro dev",
-    "build": "bunx --bun astro build",
-    "preview": "bunx --bun astro preview",
-    "astro": "bunx --bun astro",
-    "index": "bunx --bun pagefind",
-    "lint": "bunx --bun eslint src/",
-    "lint:fix": "bunx --bun eslint src/ --fix",
-    "format": "bunx --bun prettier --write .",
-    "format:check": "bunx --bun prettier --check .",
-    "typecheck": "bunx --bun astro check",
+    "dev": "bun x --bun astro dev",
+    "build": "bun x --bun astro build",
+    "preview": "bun x --bun astro preview",
+    "astro": "bun x --bun astro",
+    "index": "bun x --bun pagefind",
+    "lint": "bun x --bun eslint src/",
+    "lint:fix": "bun x --bun eslint src/ --fix",
+    "format": "bun x --bun prettier --write .",
+    "format:check": "bun x --bun prettier --check .",
+    "typecheck": "bun x --bun astro check",
     "test": "bun test --watch",
     "test:run": "bun test"
   },
   "simple-git-hooks": {
-    "pre-commit": "bunx lint-staged"
+    "pre-commit": "bun x lint-staged"
   },
   "lint-staged": {
     "*.{ts,tsx,astro,js}": [