From 60f9a0af253628c8ad3487fcd9e0119f91467b9b Mon Sep 17 00:00:00 2001 From: Graham Hall Date: Thu, 3 Jul 2025 15:57:13 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Update=20/now=20and=20/pro?= =?UTF-8?q?jects?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/now.md | 12 ++++++------ src/pages/projects.md | 18 ++++++++++++++---- 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/src/pages/now.md b/src/pages/now.md index fa6b613..5f3145b 100644 --- a/src/pages/now.md +++ b/src/pages/now.md @@ -5,24 +5,24 @@ title: Now Hey there, this is my [/now page](https://nownownow.com/about)! -_Last updated: May 27, 2025_ +_Last updated: July 3, 2025_ ## 🎧 Listening -- [A Complete Unknown - Motion Picture Soundtrack](https://album.link/i/1784811806) -- [The Else - They Might Be Giants](https://album.link/us/i/635922095) -- [Late Show - The Beaches](https://album.link/us/i/1440897088) +- [Tunnel Vision - Beach Bunny](https://album.link/i/1794412465) +- [Flood - They Might Be Giants](https://album.link/us/i/298111036) +- [Video Game Legends - Celestial Aeon Project, Deck Hard & Stellar Conflux](https://album.link/i/1814286119) ## 🎮 Playing - [Assassin's Creed Shadows](https://www.igdb.com/games/assassins-creed-shadows) - [Baldur's Gate 3](https://www.igdb.com/games/baldurs-gate-3) -- [Lost Records: Bloom & Rage](https://www.igdb.com/games/lost-records-bloom-and-rage) +- [Rune Factory: Guardians of Azuma](https://www.igdb.com/games/rune-factory-guardians-of-azuma--1) ## 📺 Watching - [Taskmasker](https://www.themoviedb.org/tv/63404-taskmaster) -- [Doctor Who](https://www.themoviedb.org/tv/239770-doctor-who) +- [Murderbot](https://www.themoviedb.org/tv/241554-murderbot?language=en-US) ## 💻 Using diff --git a/src/pages/projects.md b/src/pages/projects.md index be5946b..57d3e59 100644 --- a/src/pages/projects.md +++ b/src/pages/projects.md @@ -13,12 +13,22 @@ A MacOS menubar utility for automatically hiding and showing the Dock based on t A MacOS application for managing software license keys for software purchased outside the Mac App Store. +## Node Packages + +### [bgg-client](https://www.npmjs.com/package/bgg-client) + +A Typescript client for working with the BoardGameGeek.com API. + +### [try-catcher-ts](https://www.npmjs.com/package/try-catcher-ts) + +A type-safe try/catch wrapper. + +### [tunes-js](https://www.npmjs.com/package/tunes-js) + +A Node package for controlling Music.app on macOS. + ## Other ### [BGG Search (Raycast Extension)](https://www.raycast.com/graham_hall/board-game-geek) A Raycast extension for searching [BoardGameGeek.com](https://boardgamegeek.com). - -### [tunes-js](https://www.npmjs.com/package/tunes-js) - -A Node package for controlling Music.app on macOS.