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.
Continúa leyendo "Building Mobile Apps with AI: My Cordova Development Journey"I don’t need no stinking Google Play store
If you have been following my posts you know that I have been playing around with creating apps for use as a Magician. But I wondered what else I could do. I was out driving using a speedometer app that has advertisements and features that I don’t care about so…
Continúa leyendo "I don’t need no stinking Google Play store"
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.
Continúa leyendo "Si Stebbins Trainer"The Magician’s Code: Calculating the Si Stebbins Position
The Si Stebbins stack is built on a simple, consistent cycle, meaning the distance between any two cards in the deck can be found with basic arithmetic. This method breaks the calculation into three simple steps that are easy to perform in your head.
The goal is to find the Final Position from the Top (1-52) for the Target Card, assuming the Bottom Card is at position 52.
(Note: I have a Si Stebbins Trainer page to help you practice this method. It is at http://robertjwallace.com/stebbins)
Continúa leyendo "The Magician’s Code: Calculating the Si Stebbins Position"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
How I Turned a Simple HTML File Into an Android App: A Love Letter to Complexity
Or: How I Learned to Stop Worrying and Embrace 47 Dependencies
TL;DR: I had a perfectly functional HTML file. It worked in every browser. It was beautiful. Then I decided to turn it into an Android app.
Continúa leyendo "How I Turned a Simple HTML File Into an Android App: A Love Letter to Complexity"
Three Card Mystery: Remote Performance Edition
What’s New in This Version?
I’ve updated the Three Card Mystery trick to support remote performance via a phone call. Here are the key improvements:
Continúa leyendo "Three Card Mystery: Remote Performance Edition"The Three Card Mind Reading effect as a phone app
First let me describe the classic Hummer Trick.
It’s a beautiful card trick that looks like genuine mind reading, yet requires no sleight of hand, no marked cards, and practically no skill. All you need are three cards and an understanding of simple logic.
Continúa leyendo "The Three Card Mind Reading effect as a phone app"Stack Reveal Helper: A Web-Based Card Magic Companion
I’ve used AI to create a tool for card magicians who work with deck stacks. This web application was inspired by Lloyd Barnes’s MAXIM app, which unfortunately kept crashing on my device. Rather than wait for fixes, I decided to create my own web-based alternative that captures the core functionality while adding some unique features.
Continúa leyendo "Stack Reveal Helper: A Web-Based Card Magic Companion"The Hidden Cost of Friendly AI: When Optimization Becomes Manipulation
Have you noticed how AI assistants always seem to think your questions are “brilliant” or “insightful”? How they’re unfailingly supportive, never tired, always available? It feels good—and that’s precisely the problem.
Continúa leyendo "The Hidden Cost of Friendly AI: When Optimization Becomes Manipulation"