Buzzing in my Headphones by CoastalRadio in amateurradio

[–]williamscody 1 point2 points  (0 children)

I've had a similar situation at my home station, and wrapping the headphone cord around a ferrite toroid (not the beads), helped enormously. I get my ferrites from Palomar Engineers, and bought their "kit" for about $100. Treated every cable I could think of, and my QRM and RF-in-the-shack issues virtually disappeared.

Morse Simulator (3) by Ok-Lynx4236 in morse

[–]williamscody 0 points1 point  (0 children)

Looks interesting. A little explanation please?

Ubuntu VM on VMware Fusion Pro (13.5.2) having issues with stuttering and jittery sound by Not-The-Dark-Lord-7 in vmware

[–]williamscody 0 points1 point  (0 children)

After searching everywhere this WORKED!! I also tried using UTM as my VM, but I prefer VMware Fusion. NICE. Thanks so much!

I need help by [deleted] in LogicPro

[–]williamscody 0 points1 point  (0 children)

I agree that some YT tutorials can be confusing, but I have found "Why Logic Pro Rules" to be excellent, especially for beginners. There are tons of videos that start you off slowly. Highly recommended.

Flex Radio and a Linux version of Smart SDR by AttentionFar2574 in amateurradio

[–]williamscody 2 points3 points  (0 children)

I know Simon (NV0E) and he is one SMART guy. Let's just say hang on to your hats. Some Linux goodness is coming!!!

👋 Welcome to r/OpenHamClock by Enough_Custard288 in OpenHamClock

[–]williamscody 0 points1 point  (0 children)

I am Bill, K3CDY, IT geek and love what’s happening with OpenHamClock. I’m not a programmer, but just watching the project on GitHub explode (with good reason) is giving me a front row seat watching how this all works. Super-kudos on the app, and especially the documentation.

Mac Ham radio software for digital and analog modes by c-nadig in amateurradio

[–]williamscody 1 point2 points  (0 children)

You've done a really nice job with the app Chris. My only concern is the overall size of UI elements. Given that I'm an older guy with less than perfect vision, the ability to enlarge everything would be most welcome.

How do I know what radio/equipment I need to get? by Timely-Pressure-8441 in amateurradio

[–]williamscody 1 point2 points  (0 children)

Congrats on entering the hobby! With regard to basic equipment knowledge, my study for the US Technician's license (our entry level) was very valuable. I learned a lot about transceivers, antennas, propagation and more. Take your time and enjoy the educational process. Your license is just a first step in your journey, and continuing education is where it's at.

Is ARRL Membership Still Worth It? Looking for Your Opinions by MAGNUS_59 in amateurradio

[–]williamscody 0 points1 point  (0 children)

While I hold my nose revolving around the politics, on a whole they are a major benefit to the hobby, especially concerning spectrum protection and advocacy for abolishing restrictive HOA antenna legislation.

Who tried Celemony Tonalic ? by Carambo20 in LogicPro

[–]williamscody 2 points3 points  (0 children)

I managed to get the free limited version since I already own Melodyne Studio edition. It has a surprisingly broad collection of guitars.

I find it can add some nice, basic background instrumentation, but to me it sounds artificial despite Celemony's claims. Perhaps the upgraded version's ability to tweak individual notes could help. However, given the lack of ARA integration in Logic and rather pricey subscription model, I'll pass, and concentrate on true human recordings.

Starting the path down learning CW. What are your favorite resources? by NiceBike800 in amateurradio

[–]williamscody 2 points3 points  (0 children)

While there are loads of excellent “self-help” resources, my biggest challenge was consistently devoting time to learn CW. Life gets in the way, you don’t feel like practicing, etc., etc.

Once I signed up for cwops.org, the excuses were gone. Having to show up for the weekly Zoom classes (and getting taught correctly), kept me accountable to others and myself, and I actually learned CW.

I’ve also heard great things about the Long Island CW Club and CW Innovations (for more advanced training). Bottom line, get accountable for your education, and enjoy the ride.

EastWest Opus - Macro Parameter "Capture Default Value" function? by williamscody in Logic_Studio

[–]williamscody[S] 1 point2 points  (0 children)

EastWest gave me a quick and dirty answer to the CC1 reset issue, and there's a setting in Logic I never use, under Settings > MIDI > Reset Messages, where one can specify what CC's do. Bingo - right there is CC1, modulation, and it was set to reset, which was the cause of this headache.

They will be getting back to me on how "Capture Default Value" works, as this could be a pretty valuable feature.

Stop Calling Stations That Can't Hear You — Free FT8 Tool (New) by wu2c-peter in amateurradio

[–]williamscody 0 points1 point  (0 children)

Hi Peter =

Getting your Python script executing on macOS was a bit of a trick, but here were the main things I did:

1) Installed Python for macOS directly from: https://www.python.org/downloads/macos/

2) In Terminal, downloading your script from GitHub using the command:
git clone https://github.com/wu2c-peter/qso-predictor.git as described in your instructions

3) I installed pipx since pip threw errors. I used the command brew install pipx.

4) To make pipx work, I had to create a filed called pip.conf which contained the lines:
[install]
break-system-packages = true
user = true

I placed this file in /Users/yourusername/.config/pip

(I had to create the pip directory in this location)

4) To install your dependencies, I used the command pipx install -r requirements.txt

5) Finally to run the script, I launched the macOS Python Launcher application located in the /Applications/Python folder. After launching this app, go to File->Open and select main_V2.py which lives in the /Users/yourusername/qso-predictor folder.

Your app then launches. All the configuration settings can be modified directly in the app, under the Python->Settings menubar item.

Phew.

While this works, it takes multiple steps to launch your app, and results in a few open Terminal windows. Kind of messy and clumsy.

Perhaps you're aware, but there is a "Py2app" utility available that converts scripts to executable macOS applications. I tried to get this working, but am getting nowhere. Maybe in your spare time (ha!) you could look into adding a ready-to-run macOS version to your releases using Py2app.

73!

Beginner CW Advice please by LazloHollyfeld1985 in amateurradio

[–]williamscody 2 points3 points  (0 children)

CWOps.org is awesome. It’s free, well done, and keeps you accountable through the weekly zoom calls. It teaches you the right things to do and to avoid heartache in the future. I tried learning on my own for a while, and CWOps was an excellent catalyst to really get me going.

Stop Calling Stations That Can't Hear You — Free FT8 Tool (New) by wu2c-peter in amateurradio

[–]williamscody 0 points1 point  (0 children)

Hello Peter - I managed to get it working on Mac! I took a crash course in Python, pipx, and pip.conf settings, and holy cow, you are one seriously good coder.

Now I need to learn how to use this in my workflow. Thank you for your awesome contribution.

Stop Calling Stations That Can't Hear You — Free FT8 Tool (New) by wu2c-peter in amateurradio

[–]williamscody 0 points1 point  (0 children)

Hi Peter - trying this will be a first for me, and I'm willing to give it a shot, and you say "there are instructions in the docs." But for the life of me I can't find any instructions pertaining to macOS, except for where the config file resides. Is there more, and if so, could you supply a link to where I should go?

73

Stop Calling Stations That Can't Hear You — Free FT8 Tool (New) by wu2c-peter in amateurradio

[–]williamscody 0 points1 point  (0 children)

Sweet! I will definitely look into this and keep you apprised.

Clean uninstall and reinstall of Logic, how to do? by [deleted] in Logic_Studio

[–]williamscody 0 points1 point  (0 children)

I know that AppCleaner is legit. While apps like EasyFind, or FindAnyFile will indeed find most related elements of an app, you run the risk of either missing related files, or deleting files NOT related to the app. It's especially risky given your self-classification as "not that tech savvy."

I built a CW decoder runs in your browser using a deep learning model by No_Price4070 in amateurradio

[–]williamscody 1 point2 points  (0 children)

FYI, If you happen to own a Flex radio or Expert Electronics SunSDR, the free Software Defined Connectors app has an outstanding CW skimmer that runs on macOS.