Vibe coding your first iOS app

So you want to code an app. Here’s what you can do. First, you need to create the app specification. Vibe coding is as much about product management as it is coding—you need to define what the product is! Here’s a template: An example: If you are new to product development, I suggest starting by… Continue reading Vibe coding your first iOS app

Published
Categorized as coding

Programmable spend-based CUD purchase

Did you know it’s possible to purchase spend-based CUDs programmatically, including (for now) the legacy Autopilot CUD and the new Compute flexible CUD? Let’s take it for a spin. Firstly, you’ll need the procurement API enabled and IAM permissions setup. Follow the steps in Before you begin in the official doc. The gcloud CLI will… Continue reading Programmable spend-based CUD purchase

Published
Categorized as Tech

Clearing macOS Desktop Clutter

Every year I create a folder on my macOS desktop with the current year, like 2024 and move all the desktop items into it (so it contains a folder named 2023 and so on). The reason? To clear my desktop, as for some reason macOS defaults to it for saving various files. This two-liner is… Continue reading Clearing macOS Desktop Clutter

Published
Categorized as Tech