--- /dev/null
+---
+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"
+/>
"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}": [