Skip to main content

Posts

Things I Learned: Sorting Panasonic DC G100 Movies In Order With Pictures

 I've had issues with my movies on the last two Panasonic cameras I've owned, (the latest is a DC G100 that I'm quite pleased with), showing up 8 hours before, (in file listings), pictures that were taken right next to them (in the scheme of actual time.) I figured out that there are  other date fields availabe in the file viewers that have the correct time. Here's a video short of how to to do that. Maybe I'll ask ChatGPT if there's a way to code up something that will make the dates actually match across all the fields later.
Recent posts

Learning About RF Mixers

  I follow both SolderSmoke and Ham Radio Work Bench, so I've been avidly watching the SolderSmoke driect conversion reeiver challenge thrown down by Bill Meara. Bill's said something for year's that's intrigued me: you gotta be able to understand how an RF mixer works. That was paraphrased, of course. I haven't had much success along those lines until today.  Looking at the Wikipedia entry for Frequency Mixers, I bludgeoned my way through the diode section, and I finally get it. (OK, I'm a little miffed that I have to take on faith the expression for the current through an ideal diode, but I can let that slide for the moment.) Lo and behold, after a series expansion and a binomial multiplicaiotn, there was the promised expression for the sine of one frequency times the sine of another. Using a high school trig identity, that can be rewritten as a sum of waves one of which is the sum of the two frequencies and one of which is the difference. That's not al...

POTA US-9757 Butterfield Overland National Historic Trail Remains Elusive

 And I still haven't activated this POTA site! Still, it was fun and the view was nice. Only two QSOs this time, but I think that's about as many as I've every managed on this trail. Next time maybe :)

ChatGPT Prototyping of Ham Radio Mapping Applications

 I used ChatGPT to get a quick and dirty protoype for an application that would make a map of each individual QSO from a given CZML map I had already created. All in all, it took ChatGPT and I about 20 minutes to come up with a prototype of an application that takes one of my CZML POTA maps, walks through it QSO by QSO, creates a label on the map with embedded QSO information and then dumps out a text encoded PNG image of the QSO on an OpenStreets map. =======================draft notes, skip to next equals line till polished============== Here's my first question to ChatGPT: Can I write Javascript that positions and frames a Cesium Ion map based on data read in through a czml file? I quicly followed that up with  Please write a method to zoom to any polyline defined in the czml file. Zoom to each polyline, wait three seconds, and then zoom to the next polyline in the order they are defined in the file. Next, I asked for a single line at a time: Please modify the method so tha...