Updated Games

I went through the games I have on the site and updated them to a more modern look and feel. I also made most of them Progressive Web Apps (PWAs) so they can be downloaded to your phone and played off-line.

Progressive Web Apps (PWAs) are websites designed to look and function like native mobile apps. Unlike traditional websites, they use “service workers” to cache data, allowing them to load quickly, send push notifications, and even work offline. They provide a “best of both worlds” experience: you get the speed and offline capabilities of a downloaded app without needing to visit an app store or give up significant storage space.

Installing a PWA is straightforward and bypasses the App Store or Google Play Store entirely. On Android, open Chrome, navigate to the website, tap the three-dot menu in the top right, and select “Install app” or “Add to Home screen.” On Apple (iOS), open Safari, navigate to the site, tap the Share icon (the box with an upward arrow), scroll down, and tap “Add to Home Screen.” In both cases, an icon will appear on your home screen, and when you open it, the browser interface (like the URL bar) will disappear to provide a full-screen app experience. Note that browsers other than Safari and Chrome should not be used to install the PWA. Firefox and others may not have complete PWA support.

You can view the list of games here or use the menu.

My Smart Home Just Got a New Brain: Using Claude Code to Tidy Up Home Assistant

I’ve always loved the flexibility of Home Assistant, but let’s be honest: maintaining a complex setup as it grows can feel like a second job. Between the custom YAML configurations, legacy devices, and the constant evolution of the HA dashboard, things get messy.

Recently, I decided to see if Claude Code—Anthropic’s agentic CLI tool—could handle the “spring cleaning” for me. After a weekend of testing, I can say it’s a game-changer for terminal-focused automation.

Continúa leyendo "My Smart Home Just Got a New Brain: Using Claude Code to Tidy Up Home Assistant"

AI Coding – finding the sweet spots

I don’t think people realize what will happen with AI coding eventually. I have been playing with AI Coding for a little while and I am amazed at how well it does for certain tasks. These are simple programs that I have AI write for my personal use. I have had several Android Phone Apps created by AI that I use as a magician, for example. These apps are not intended for the general population and do not need to meet everyones needs, only mine.

Continúa leyendo "AI Coding – finding the sweet spots"

AI Vs Real

Three of these are my photos, three are AI generated. It is getting hard to tell the difference. Bottom line, don’t trust any image you see on line.

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.

Continúa leyendo "Building Mobile Apps with AI: My Cordova Development Journey"

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
Continúa leyendo "Cordova Android App Development: Complete Setup Guide"