Building Mobile Apps with AI: My Cordova Development Journey

Over the past few weeks, I’ve been using Claude (an AI assistant from Anthropic) to help me build several mobile applications using Apache Cordova. The experience has been eye-opening – both for what worked remarkably well and what proved frustratingly difficult. If you’re considering using AI to help with mobile development, here’s what I learned.

Continue reading “Building Mobile Apps with AI: My Cordova Development Journey”

Si Stebbins Trainer

One of the features I like about the Si Stebbins stack is that if you know the bottom card you can calculate the position of any other card in the deck using some “simple” math. Technically the math is simple, but it takes some practice. So I wrote a web page and also an Android app for my phone to help me train in the calculations.

Continue reading “Si Stebbins Trainer”

Cordova Android App Development: Complete Setup Guide

Overview

What is Cordova? Cordova wraps your HTML/CSS/JavaScript web app in a native Android container, allowing it to run as a standalone app on Android devices. Having suffered through getting this all setup via Claude.ai I thought I would ask Claude.ai to write this guide.

What you’ll need:

  • A computer running Linux (Ubuntu/similar)
  • An HTML/CSS/JavaScript web page
  • About 1-2 hours for initial setup
  • 2-3 GB of disk space for all the tools
Continue reading “Cordova Android App Development: Complete Setup Guide”

Maybe We Should Just Accept We’re Compromised

We perform security theater daily. We update passwords, enable two-factor authentication, install VPNs, use encrypted messaging apps. We do these things because we’ve been told they make us “secure.” But what if I told you that despite all of this, you’re almost certainly compromised already—and that accepting this might actually be the most rational security posture?

Continue reading “Maybe We Should Just Accept We’re Compromised”

The Trust Problem: Why You Can’t Always Trust the Software You Run

We rely on software every day, and we usually assume that if a major company releases a program, it must be safe. But there’s a famous concept in computer science that shows exactly why that trust can be easily broken, even by the most well-meaning developers.

It all comes down to a fundamental question: How do you verify the tools that build the software?

Continue reading “The Trust Problem: Why You Can’t Always Trust the Software You Run”