Technology

Redefining Startup Innovation with AI

From months to a weekend--changing what's possible for startups.

6 minute read

I watched a team at a recent hackathon build a functional app in 18 hours. Not a mockup or proof-of-concept—a working application with AI-powered fraud detection, real-time transaction processing, and a polished responsive interface. Three people, one very long day, and nearly production-ready code.

I Still Believe In Smart[er] Homes

A perspective on balancing security risks with the transformative potential for human independence and dignity.

7 minute read

I’ve been fascinated by home automation since the late 90s, back when X10 devices used your electrical outlets to communicate. Rolling home automation out to those with unique needs was an aspect of my consulting company at the time and watching a customer’s face light up when opening blinds became effortless rather than a daily struggle — that moment convinced me that smart home technology represents something profound about human enablement.

Sustainable Technology: A Business Imperative

How environmentally conscious software development is becoming essential for business success and environmental impact.

9 minute read

When we think about things that impact our environment, our computer software rarely comes to mind. Unlike manufacturing or transportation, code doesn’t seem to have a physical presence—but the reality tells a different story.

2 minute read

As part of my migration from my old blogging software to new, I needed a way to snag all of the images. However, the old system stored the images as extension-less numbers, making it tedious to match article slug to image quickly. I pulled down a database extract with photo ID and slug, but needed a way to pull down the images and rename them from /{id} to /{slug}.{proper_extension} accordingly.