From f64b95fa4d20949e6fb0f8c96f2fb5b5bd1f762a Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Thu, 8 Jan 2026 16:20:07 -0800 Subject: [PATCH] add mine print hash 2026-02, fix bunx for windows --- content/podcasts/mine-print-hash-2026-02.mdx | 23 ++++++++++++++++++++ package.json | 22 +++++++++---------- 2 files changed, 34 insertions(+), 11 deletions(-) create mode 100644 content/podcasts/mine-print-hash-2026-02.mdx diff --git a/content/podcasts/mine-print-hash-2026-02.mdx b/content/podcasts/mine-print-hash-2026-02.mdx new file mode 100644 index 0000000..d6da7c7 --- /dev/null +++ b/content/podcasts/mine-print-hash-2026-02.mdx @@ -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! + + diff --git a/package.json b/package.json index 6ace700..3964edf 100644 --- a/package.json +++ b/package.json @@ -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}": [ -- 2.52.0