Tron/Kits
// HOME / FIELD NOTES

Field notes
from the bench.

SCRATCH-PAD ENTRIES
07
↻ updated weekly-ish
● FEATURED ELECTRONICS OHMS-LAW

Ohm's Law in 5 Minutes (with the Eagle Mnemonic)

Ohm's law is the one piece of electronics math you can't skip. The good news is there's almost nothing to it — one triangle, three little equations, and you're done. If you've been avoiding it because it looks like homew…

Read the full write-up →
// ALL ENTRIES · CHRONOLOGICAL
02 2026-06-09 AI

Building a Team with Multiple AI Models

Working alone, it is easy to get tunnel vision. I always think that my ideas are awesome, and I have no gaps in knowledge. Until I'm proven otherwise, which is usually about halfway into a project. Man, I could have save…

READ →
03 2026-05-29 AI

The Journey Into AI

I have seen the future and the future is AI. Since the beginning of the year, I have been diving head first into the AI pool. I started off using ChatGPT and I was able to create some really cool utilities; but I was str…

READ →
04 2026-05-04 ELECTRONICS

Reading Resistor Color Codes (with the Navy Mnemonic I Still Use)

If you've worked with any kind of through-hole electronics, you've had to squint at a tiny resistor and decode the bands of color painted around it. Surface-mount components have made this less common — most SMD resistor…

READ →
05 2026-01-10 CSV

Why You Should Clean CSV Files Before Data Analysis

CSV files are often treated as “ready-to-use” data. In reality, most CSV files need **cleanup** before they’re useful for analysis, reporting, or automation. Skipping this step can lead to bad results, wasted time, and h…

READ →
06 2026-01-09 CSV

How to Open Large CSV Files Without Excel Freezing

CSV files are everywhere: logs, exports, sensor data, financial records, and application telemetry. They’re simple, portable, and universally supported. The problem shows up when those files get **big**. If you’ve ever d…

READ →
07 2026-01-05 SECURITY

Why Strong Passwords Matter (and Why Passphrases Are Easier)

Passwords are still one of the most common ways we protect accounts—email, banking, social media, developer tools, and everything in between. The problem is that attackers don’t “hack” passwords the way Hollywood shows i…

READ →