// writing
Notes and write-ups
everything tagged utilities

Meet Wordiez - a vocabulary app curated by you
Wordiez helps you build a custom vocabulary library directly from the content you read, rather than relying on generic word lists. By integrating translation and spaced-repetition quizzes into your daily browsing, the tool ensures you only practice the specific words you personally encounter. You can manage your collection and study sessions across multiple platforms with seamless syncing.

Showing the active Firebase project in the command line
Managing multiple Firebase environments can be error-prone when relying on manual commands to verify the current context. A custom shell integration provides a persistent visual indicator of the active project directly within the command prompt. This approach prevents accidental deployments to the wrong environment by referencing local configuration files automatically.

Automatically pausing Spotify on macOS
Managing media playback timing on desktop devices often requires custom solutions for automated interruptions. This approach uses shell scripting to bridge system controls with application commands. It provides a straightforward method to ensure audio playback ceases after a specified duration on macOS.