While interviewing with DigitalService (excited to start in roughly a week!), I ran into Andreasā Notes which inspired me to publish some of my own findings over time. Mostly for my own future reference, but also to share some of my thoughts on some of the cool tools and findings I come across. Hereās my first edition.
- Gandalf Password Reveal is a nice tool that illustrates prompt injection in a playful way. Even though not every agent will have the power and access to reveal sensitive information, itās worth getting hands-on with trying to work-around prompt guard-rails with this tool to get an impression of how dangerous (and easy) it can be to give an agent unnecessary access even when we think itās told not to do harm.
- For some time I was unhappy with how my passwords are kind of all over the place - some in iCloud, and some in my Chrome profile. And since I am using a couple of Dia profiles, that too was a bit scattered in its own. I decided to use Bitwarden which has an app, an iOS passwords integration, and even a web interface. Itās open source, priced fairly, and does what it promises. Even though bitwarden offers the ability to also store my authenticator tokens, I chose against that - thereās not a good reason for storing both your password and your authenticator tokens in the same place imo.
- The main driver for taking the step to solidify my passwords with a passwords manager is my quest in finding a decent 2FA authenticator to keep track of my tokens. I ended up using Ente Auth which is also an open source 2FA authenticator, with a Mac app, an iOS app. (This post was the inspiration. And even when it sounds like a fishy advertisement, researching a bit into both Ente Auth and Bitwardenās authenticity made me make the call to port over.)
- Iāve been looking for a decent self-custodial wallet that is simple for cross-platform access, especially for cross-network coins and tokens. I used MEW until recently, but it still lacks support for portfolios showing up assets from different networks decently. Exodus solved this. And itās beautiful at it.
- I was always having a difficult time deciding what to keep in my menu bar and what to remove. Thaw came to the rescue.
- Iām probably late to this party, but Iāve ported my notes to using Obsidian. Itās the note taking app Mac should have had.
- jj is a git.. flavor? that seems quite the productivity booster. I call it a mask because itās not really a new VCS, itās merely a different take on git. It uses the same
.gitfolder structure - sogitusers andjjusers can use the same repo in parallel without issues. After using it for some time in one of my repos I decided to drop it and switch back to git simply because I was just too invested and used to git to need an āeasierā version, but itās worth noting down since itās interface is pretty straight forward and might be something to consider picking up. - LiteLLM is a simple gateway interface to unify your projects model access through a single API. Itās designed to be a standalone service to enable your internal tools and services to access your corporate agents through a single gateway, but it can also be used to simplify your apps AI model usage through a common interface.
Noteable mentions
These are not April findings, but since this is the first edition, hereās a list of other cool gigs that make my life a tad easier:
- iximiuz Labs is a unique playground for DevOps and Platform Engineers. Itās tutorials on steroids, coming from someone who speaks fluently with machines. With their challenge based approach, learning is focused and engaging.
- Dia browser browser tabs should be vertical by default. And AI at your fingertips is a given for 2026
- cmux Terminal is the mac terminal you didnāt know you needed (also with vertical windows + horizontal tabs/window)
- ZoneShare.app is the utility tool every wide-screen user needs
- Rectangle.app Window Management in macOS done right
- MonitorControl for managing your external display brightness and volume the way you expect them
- Mac Mouse Fix makes programming your mouse buttons a breeze
- hstr is a TUI for your shell history