LHS Episode #607: Fastest Digital Mode Ever

Show Notes

Introduction

  • ARDC Community Meeting - I attended this on Saturday
  • IC-7100 Setup - FT8-a-thon
  • Cheryl stared at a powered off radio for 5 minutes, trying to work up the nerve to turn it on. Didn’t happen. 😂

Amateur Radio Topics

  • MFJ Documentary On The Horizon

    • Martin F. Jue: Life and Legacy: A documentary about MFJ Enterprises, ingenuity, legacy, and community.
    • Martin F. Jue (K5FLU) founded MFJ Enterprises and helped shape modern amateur radio. This documentary explores his life, his work, and the people who built MFJ alongside him: preserving a uniquely American story of ingenuity, labor, and community.
    • The project appears to still be seeking funding and has a trailer released already.
    • Source: https://lhs.fyi/KS (Preston Booth)
  • D-Star Beacon by OK1CHP

    • Simple D-Star transceiver for TTGO T-Beam ESP32 SX1278 written with Platformio.
    • Technical details and features
    • It uses sx127x FSK Continuous direct Mode, PreambleDetect and SyncAddress on DIO0, Dclk(DIO1) and Data(DIO2)
    • RX stop happens after D-Star ending frame or failed receiving frame sync packet.
    • Decodes D-Star RF Header, 20 characters message and and sends DV Slow data payload to the Bluetooth Connection where it could be decoded with RS-MS1A or D-Rats or some other app.
    • Could send DPRS possition report with coordinates from local GPS with configured timeout.
    • Web interface is used to configure the transceiver.
    • It looks for preconfigured WiFi ssid and password and eventually starts it’s own hotspot.
    • Source: https://lhs.fyi/KT (github)
    • Featured: https://lhs.fyi/KU (HackADay)
  • The Fastest Digital Mode Ever Created?

    • FT2 is a revolutionary digital mode for amateur radio, developed by IU8LMC with the support of ARI Caserta. It uses the same codec as FT8 and FT4 (77-bit payload, LDPC 174/91, GFSK modulation) but compresses the transmission cycle to just 3.8 seconds. Software required for this is currently: Decodium v3.0 FT2 “Raptor”. It is an optimized weak-signal FT2 client with enhanced sensitivity, extended frequency range, and real-time NTP/DT feedback. Based on WSJT-X 3.0.0 RC1 — focused exclusively on FT2 mode. License: GPL v3 (Windows, macOS, Linux)
    • Source: https://lhs.fyi/KV (ft2.it)
  • Indiana prohibits HOAs from restricting amateur radio antennas

    • HB 1152 was just signed into law and prohibits HOAs from adopting or enforcing any rule that restricts amateur radio equipment including antennas, towers, and feedlines.
    • According to Hunter Reed KD9YLQ, the ham who wrote the amendment for State Senator Alexander, “the bill would require that once an HOA updates its governing documents, then they have to comply with the law.” There’s nothing in the law that would require an HOA to change or not enforce their existing rules unless the rules were adopted or amended after June 30, 2026.
    • Relevant section of the bill to follow:
      • SECTION 6. IC32-25.5-3.4 IS ADDED TO THE INDIANA CODE AS A NEW CHAPTER TO READ AS FOLLOWS [EFFECTIVE JULY 1, 2026]:
        • Chapter 3.4. Homeowners Association Regulation of Amateur Radio Antennas
          • Sec. 1. As used in this chapter, “amateur radio antenna” means an antenna, support structure, tower, feed line, or related equipment used by an amateur station as defined by 47 CFR 97.3.
          • Sec. 2. As used in this chapter, “governing documents” has the meaning set forth in IC 32-25.5-2-3.
          • Sec. 3. This chapter applies only to a homeowners association’s adoption or amendment of governing documents after June 30, 2026.
          • Sec. 4. A homeowners association may not adopt or enforce a regulation, rule, or other policy that has the effect of prohibiting a person from maintaining an amateur radio antenna on a property that the person owns, rents, or leases.
    • Source: https://lhs.fyi/KX (reddit)
    • House Bill Details: https://lhs.fyi/KY (Indiana General Assembly)

Open Source / Linux

  • Carl Richell, CEO System 76, Responds To Age Verification

    • System76 CEO Carl Richell has issued a strong critique of new U.S. state laws requiring operating systems to implement age verification, particularly California’s Assembly Bill 1043 and Colorado’s Senate Bill 26-051. While acknowledging the legal obligation to comply, Richell argues these laws are ineffective and threaten user privacy and digital freedom. He highlights New York’s proposed bill as being more dangerous.
      • “New York’s proposed Senate Bill S8102A requires adults to prove they’re adults to use a computer, exercise bike, smart watch, or car if the device is internet enabled with app ecosystems. The bill explicitly forbids self-reporting and leaves the allowed methods to regulations written by the Attorney General. Practical methods for a bill of such extreme breadth would require, in many instances, providing private information to a third-party just to use a computer at all.”
      • “The challenges we face are neither technical nor legal. The only solution is to educate our children about life with digital abundance. Throwing them into the deep end when they’re 16 or 18 is too late. It’s a wonderful and weird world. Yes, there are dark corners. There always will be. We have to teach our children what to do when they encounter them and we have to trust them.”
    • Despite concerns, System76 plans to implement a minimal, privacy-preserving age prompt to comply with the law, while continuing to advocate for its repeal or constitutional challenge.
    • Source: https://lhs.fyi/KO (system76 blog)
  • Podman 5.8.0 Released

    • Podman (the POD MANager) is a tool for managing containers and images, volumes mounted into those containers, and pods made from groups of containers. Podman runs containers on Linux, but can also be used on Mac and Windows systems using a Podman-managed virtual machine. Podman is based on libpod, a library for container lifecycle management that is also contained in this repository. The libpod library provides APIs for managing containers, pods, container images, and volumes. Podman releases a new major or minor release 4 times a year, during the second week of February, May, August, and November. Patch releases are more frequent and may occur at any time to get bugfixes out to users.
    • Features
      • The podman quadlet install command can now install files which contain multiple separate Quadlet files. The files must be separated with a — delimeter on a new line, and each section must begin with a # FileName= line to name the new Quadlet (#27384).
      • The podman update command now features a new option, –ulimit, to update container ulimits (#26381).
      • The podman exec command now features a new option, –no-session, which disables tracking of the exec session to improve performance and startup time (#26588).
    • Changes
      • Podman will now automatically attempt to migrate legacy BoltDB databases to SQLite when the system reboots. This is necessary as support for BoltDB will be removed in Podman 6.0 in May. If automatic migration is not possible, a new option, podman system migrate –migrate-db, will manually force a migration.
      • The podman secret create - command no longer requires that the secret be provided through a pipe, and instead allows typing the secret through the terminal (#27879).
    • Bugfixes
      • Fixed a bug where healthchecks would sometimes fail to execute due to systemd rate limits.
    • API
      • Added new APIs for interacting with Quadlets, including GET /libpod/quadlets/{name}/file (print contents of a Quadlet file), GET /libpod/quadlets/{name}/exists (check if the given Quadlet exists), POST /libpod/quadlets (install one or more Quadlets), DELETE /libpod/quadlets (remove one or more Quadlets), and DELETE /libpod/quadlets/{name} (remove a single Quadlet)..
    • Misc
      • Updated Buildah to v1.43.0
      • Updated the containers/storage library v1.62.0
      • Updated the containers/image library to v5.39.1
      • Updated the containers/common library to v0.67.0
    • Source: https://lhs.fyi/KQ (github)
  • NVIDIA R595 Linux Driver Beta Brings New Vulkan Support & DRI3 v1.2

    • Exciting for Linux users with the NVIDIA 595 driver series is adding some long sought Vulkan capabilities plus also enabling DRI3 version 1.2 support. The NVIDIA 595.45.04 beta driver for Linux brings support for the descriptor heap (VK_EXT_descriptor_heap) and present timing (VK_EXT_present_timing) extensions as some great additions to now see with the NVIDIA driver to enhance the Linux gaming experience. The NVIDIA 595.45.04 Linux driver also now enables the modesetting parameter by default for the nvidia-drm kernel driver, improved GPU reset handling, a new application profile for CUDA apps to reach P0 p-state, and raising the minimum Wayland version to v1.20. Plus there are various bug fixes – including hang fixes.
    • Source: https://lhs.fyi/KP (Phoronix)
  • Gentoo on Codeberg

    • Gentoo now has a presence on Codeberg, and contributions can be submitted for the Gentoo repository mirror at https://codeberg.org/gentoo/gentoo as an alternative to GitHub. Eventually also other git repositories will become available under the Codeberg Gentoo organization. This is part of the gradual mirror migration away from GitHub, as already mentioned in the 2025 end-of-year review. Codeberg is a site based on Forgejo, maintained by a dedicated non-profit organization, and located in Berlin, Germany. Thanks to everyone who has helped make this move possible! These mirrors are for convenience for contribution and we continue to host our own repositories, just like we did while using GitHub mirrors for ease of contribution too.
    • Source: https://lhs.fyi/KW (gentoo news)

Linux in the Ham Shack

  • iNTERCEPT

    • iNTERCEPT, a free and open-source platform that unites the best signal intelligence tools into a single, accessible interface.
    • Features
      • Pager Decoding - POCSAG/FLEX via rtl_fm + multimon-ng
      • 433MHz Sensors - Weather stations, TPMS, IoT devices via rtl_433
      • Sub-GHz Analyzer - RF capture and protocol decoding for 300-928 MHz ISM bands via HackRF
      • Aircraft Tracking - ADS-B via dump1090 with real-time map and radar
      • Vessel Tracking - AIS ship tracking with VHF DSC distress monitoring
      • ACARS Messaging - Aircraft datalink messages via acarsdec
      • VDL2 - VHF Data Link Mode 2 aircraft datalink decoding via dumpvdl2
      • Listening Post - Wideband frequency scanner with real-time audio monitoring
      • Weather Satellites - NOAA APT and Meteor LRPT image decoding via SatDump with auto-scheduler
      • WebSDR - Remote HF/shortwave listening via KiwiSDR network
      • ISS SSTV - Slow-scan TV image reception from the International Space Station
      • HF SSTV - Terrestrial SSTV on shortwave frequencies (80m-10m, VHF, UHF)
      • APRS - Amateur packet radio position reports and telemetry via direwolf
      • Satellite Tracking - Pass prediction with polar plot and ground track map
      • Utility Meters - Electric, gas, and water meter reading via rtlamr
      • ADS-B History - Persistent aircraft history with reporting dashboard (Postgres optional)
      • WiFi Scanning - Monitor mode reconnaissance via aircrack-ng
      • Bluetooth Scanning - Device discovery and tracker detection (with Ubertooth support)
      • BT Locate - SAR Bluetooth device location with GPS-tagged signal trail mapping and proximity alerts
      • GPS - Real-time GPS position tracking with live map, speed, altitude, and satellite info
      • TSCM - Counter-surveillance with RF baseline comparison and threat detection
      • Meshtastic - LoRa mesh network integration
      • Space Weather - Real-time solar and geomagnetic data from NOAA SWPC, NASA SDO, and HamQSL (no SDR required)
      • Spy Stations - Number stations and diplomatic HF network database
      • Remote Agents - Distributed SIGINT with remote sensor nodes
      • Offline Mode - Bundled assets for air-gapped/field deployments
    • Source: https://lhs.fyi/KR (github)
  • OpenHamClock

    • A real-time amateur radio dashboard for the modern operator.
    • OpenHamClock brings DX cluster spots, space weather, propagation predictions, POTA activations, SOTA activations, WWFF activations, WWBOTA activations, PSKReporter, satellite tracking, WSJT-X integration, direct rig control, and more into a single browser-based interface. Run it locally on a Raspberry Pi, on your desktop, or access it from anywhere via a cloud deployment.
    • 🌐 Live Site: openhamclock.com
    • 📧 Contact: Chris, K0CJH — [email protected]
    • ☕ Support the Project: buymeacoffee.com/k0cjh — Running openhamclock.com comes with real hosting costs including network egress, memory, CPU, and the time spent maintaining and improving the project. There is absolutely no obligation to donate — OpenHamClock is and always will be free. But if you find it useful and want to chip in, your donations are greatly appreciated and go directly toward keeping the site running and funding future development.
    • 🔧 Get Involved: This is an open-source project and the amateur radio community is encouraged to dig into the code, fork it, and build the features you want to see. Whether it’s a new panel, a data source integration, or a bug fix — PRs are welcome. See Contributing below.
    • 📝 License: MIT — See LICENSE
    • Source: https://lhs.fyi/KZ (github)
    • Demo: https://lhs.fyi/L0 (openhamclock)

Announcements/Feedback

  • Support the show (Patreon, Paypal, Merch, Share, Rate)

  • Hamvention - May 15-17, 2026 - Booth 2206

  • Website - Adding Search

  • Youtube Comment on LHS Episode #585 SDR++ Brown Deep Dive from pumptrackerpavel

    • How to install it on Dragon OS. Could you please help

Subscribers & Supporters

  • Patreon

    • William Collins
  • Paypal (since January)

    • Fred Cole
    • Dillon Angle
    • Michael Jopling
    • John Clark
    • Robert Black
    • Ronald Eike
    • Robert Yerke
    • Thomas Foy
    • Allan Wilson
    • Kevin Long
  • Free Patreons

  • Facebook

    • Curtis Cheyney
    • Matthew Obuchowski
  • Instagram

  • X / Twitter

  • Mastadon

  • Bluesky

  • Live Show Participants

    • Steve, KJ5T
    • Mike, K6GTE
    • Tony, K4XSS

Russ Woodman, K5TUX, co-hosts the Linux in the Ham Shack podcast which is available for download in both MP3 and OGG audio format. Contact him at [email protected].

3Y0K in the log

 

 Finally, it has started to warm up here and on Saturday temps hit a nice 7C, and we celebrated by burping the house. It ended up raining all day, but that helps melt the snow faster which is ok with me. I was in the radio room doing some this and that, I decided to check (again) the DX Heat cluster and see what if anything was going on with 3Y0K on Bouvet island. As way of background I have seen them many times on the cluster followed by a huge pile up but never could hear them. 

As I was looking over the spots on the cluster 3Y0K just popped up with a new spot on 20m. I flipped the switch on the 7610 and ventured down to there spotted frequency on 20m. For the first time I could hear them at about S3, even better there was next to no pileup.....YET!  The Icom 7610 was on CW,  I tapped Dual then split and joined the fray. 

In the right ear I could hear the pileup and was looking at the waterfall to see where the lonely signal was who answered 3Y0K's beck and call. Very fast I caught on to how they were working the pileup. One issue was 3Y0K would reach out to a caller BUT still many would continue to send their call sign. Once 3Y0K worked a station many like me have a waterfall display and could see were the action was. Then all of a sudden that small wedge of the frequency became very busy. What I noticed was 3Y0K moved down frequency a bit more than normal to get away from the clump of callers.  I decided to do the same. I noticed that 3Y0K now had moments of fading in and out, also the pileup was starting to grow fast. But after only 3 tries I was in the log. 

During my attempt there were those calling on 3Y0K's frequency, someone for about 30 seconds or more sending a carrier over top of 3Y0K and those who just sent their call continually no matter who 3Y0K was working. Oh well just part of the fun I guess. 


Mike Weir, VE9KK, is a regular contributor to AmateurRadio.com and writes from New Brunswick, Canada. Contact him at [email protected].

ICQPodcast Episode 478 – QRP Labs Q&A

In this episode, we join Martin Butler M1MRB, Dan Romanchik KB6NU, Caryn Eve Murray KD2GUT, Edmund Spicer M0MNG, and Ed Durrant DD5LP to discuss the latest Amateur / Ham Radio news. Colin Butler (M6BOY) rounds up the news in brief, and the episode's feature is QRP Labs Q&A.

We would like to thank our monthly and annual subscription donors for keeping the podcast advert free. To donate, please visit - http://www.icqpodcast.com/donate


Colin Butler, M6BOY, is the host of the ICQ Podcast, a weekly radio show about Amateur Radio. Contact him at [email protected].

Amateur Radio Weekly – Issue 411

Amateur Radio Weekly

Indiana Bill prohibits HOAs from restricting Ham antennas
A homeowners association may not adopt or enforce a regulation, rule, or other policy that has the effect of prohibiting a person from maintaining an Amateur Radio antenna on a property that the person owns, rents, or leases.
US7IGN

MFJ Documentary
Martin F. Jue: Life and Legacy. A documentary about MFJ Enterprises, ingenuity, legacy, and community.
Preston Booth Cinematography

Big numbers for POTA
Activity has grown substantially since 2023—roughly 40% overall.
POTA News & Reviews

ARISS beyond the ISS
ARISS is plotting a course to continue our mission in the government and commercial space realm beyond the targeted decommissioning of the ISS in the 2030 timeframe.
ARISS

Simple D-STAR transceiver uses inexpensive hardware
D-StarBeacon makes beacon-type functions possible on inexpensive hardware, instead of requiring a full-blown radio.
Hackaday

Mini-FT8
Mini FT8 on M5 Cardputer for portable operations.
AG6AQ

Satellite status and online tracker
This is a list of all amateur satellites and other sats of interest. It is also a simple online tracker.
AMSAT-SM

The ISS returns to S-Band
HamTV now transmitting color bars on 13 cm.
AMSAT-CA

New Farsi numbers station reported on 7910 kHz
According to the report, this new signal first appeared around the time of recent military strikes involving Iran.
SWLing Post

Rydberg atoms detect clear signals from a handheld radio
Scientists recover audio encoded in multiple public radio channels.
Phys.org

Canada to shut down its VHF weather radio service
Environment and Climate Change Canada cited increased costs and “more viable alternatives.”
RadioWorld

Video

K5ACP BNC antenna clip is just what I’ve been looking for
This is a sturdy MOLLE clip that we purchase and then add our custom designed BNC bracket.
Ham Radio Tube

Five Two Simplex Challenge
Call out on 146.52 MHz FM for 52 days and work together to generate more 2m simplex activity.
N2MAK

(Hobbies) Ham Radio
It’s become easier than ever to communicate with each other. Yet, there’s a beauty in understanding the simple forms of electronic messaging.
Not Just a Hobby

Get Amateur Radio Weekly in your inbox.

Sign-up here


Amateur Radio Weekly is curated by Cale Mooth K4HCK. Sign up free to receive ham radio's most relevant news, projects, technology and events by e-mail each week at http://www.hamweekly.com.

LHS Episode #606: A New Beginning

Show Notes

  • Status of Everything

  • OHB — Open HamClock Backend

  • The Digital Age Assurance Act

    • Source: https://lhs.fyi/KJ (legiscan)
    • Colorado’s Bill: https://lhs.fyi/KK (Colorado.gov)
    • MidnightBSD’s Statement: Until we have a better plan, we modified our license to exclude residents of California from using MidnightBSD for desktop use, effective January 1, 2027. https://lhs.fyi/KL (X / FKA Twitter)
  • Ubuntu 26.04 LTS - sudo shows password length

  • Gridtracker 2 having some auto-update issues

    • (From the groups.io mailing list on 2/26)
  • Announcements

    • Thank you to our Patreons!
      • W4DPE
      • Poul Kongstad
      • Eyegor
      • JohnnyK
      • Brad
      • Chuck Hailbronner
      • Rodney Underkoffler
      • joel brower
      • Ken Betenia
      • John Julian
      • Sterling (NØSSC)
      • Raymond W Ritch
      • Hy Chantz
      • KB7YS
      • Reginald Addo
      • Steve Anness
      • Gary Tibbetts AE1TG
      • Douglas Shock
      • K6GTE Mike
      • Robert
      • K5PDC
      • David Jaquay
      • CubicleNate
      • Steve Metcalf
      • BikeMe
      • Paul Griffith
      • Donald Gover
    • Podcasting 2.0 Options
    • Old Store Closed - Reviewing Options for Merch (currently have creator spring/tee spring shop)
  • Live Chat Participants

    • Tucker KJ5NIT
    • Don KB2YSI

Russ Woodman, K5TUX, co-hosts the Linux in the Ham Shack podcast which is available for download in both MP3 and OGG audio format. Contact him at [email protected].

LHS Episode #607: Fastest Digital Mode Ever

Show Notes

Introduction

  • ARDC Community Meeting - I attended this on Saturday
  • IC-7100 Setup - FT8-a-thon
  • Cheryl stared at a powered off radio for 5 minutes, trying to work up the nerve to turn it on. Didn’t happen. 😂

Amateur Radio Topics

  • MFJ Documentary On The Horizon

    • Martin F. Jue: Life and Legacy: A documentary about MFJ Enterprises, ingenuity, legacy, and community.
    • Martin F. Jue (K5FLU) founded MFJ Enterprises and helped shape modern amateur radio. This documentary explores his life, his work, and the people who built MFJ alongside him: preserving a uniquely American story of ingenuity, labor, and community.
    • The project appears to still be seeking funding and has a trailer released already.
    • Source: https://lhs.fyi/KS (Preston Booth)
  • D-Star Beacon by OK1CHP

    • Simple D-Star transceiver for TTGO T-Beam ESP32 SX1278 written with Platformio.
    • Technical details and features
    • It uses sx127x FSK Continuous direct Mode, PreambleDetect and SyncAddress on DIO0, Dclk(DIO1) and Data(DIO2)
    • RX stop happens after D-Star ending frame or failed receiving frame sync packet.
    • Decodes D-Star RF Header, 20 characters message and and sends DV Slow data payload to the Bluetooth Connection where it could be decoded with RS-MS1A or D-Rats or some other app.
    • Could send DPRS possition report with coordinates from local GPS with configured timeout.
    • Web interface is used to configure the transceiver.
    • It looks for preconfigured WiFi ssid and password and eventually starts it’s own hotspot.
    • Source: https://lhs.fyi/KT (github)
    • Featured: https://lhs.fyi/KU (HackADay)
  • The Fastest Digital Mode Ever Created?

    • FT2 is a revolutionary digital mode for amateur radio, developed by IU8LMC with the support of ARI Caserta. It uses the same codec as FT8 and FT4 (77-bit payload, LDPC 174/91, GFSK modulation) but compresses the transmission cycle to just 3.8 seconds. Software required for this is currently: Decodium v3.0 FT2 “Raptor”. It is an optimized weak-signal FT2 client with enhanced sensitivity, extended frequency range, and real-time NTP/DT feedback. Based on WSJT-X 3.0.0 RC1 — focused exclusively on FT2 mode. License: GPL v3 (Windows, macOS, Linux)
    • Source: https://lhs.fyi/KV (ft2.it)
  • Indiana prohibits HOAs from restricting amateur radio antennas

    • HB 1152 was just signed into law and prohibits HOAs from adopting or enforcing any rule that restricts amateur radio equipment including antennas, towers, and feedlines.
    • According to Hunter Reed KD9YLQ, the ham who wrote the amendment for State Senator Alexander, “the bill would require that once an HOA updates its governing documents, then they have to comply with the law.” There’s nothing in the law that would require an HOA to change or not enforce their existing rules unless the rules were adopted or amended after June 30, 2026.
    • Relevant section of the bill to follow:
      • SECTION 6. IC32-25.5-3.4 IS ADDED TO THE INDIANA CODE AS A NEW CHAPTER TO READ AS FOLLOWS [EFFECTIVE JULY 1, 2026]:
        • Chapter 3.4. Homeowners Association Regulation of Amateur Radio Antennas
          • Sec. 1. As used in this chapter, “amateur radio antenna” means an antenna, support structure, tower, feed line, or related equipment used by an amateur station as defined by 47 CFR 97.3.
          • Sec. 2. As used in this chapter, “governing documents” has the meaning set forth in IC 32-25.5-2-3.
          • Sec. 3. This chapter applies only to a homeowners association’s adoption or amendment of governing documents after June 30, 2026.
          • Sec. 4. A homeowners association may not adopt or enforce a regulation, rule, or other policy that has the effect of prohibiting a person from maintaining an amateur radio antenna on a property that the person owns, rents, or leases.
    • Source: https://lhs.fyi/KX (reddit)
    • House Bill Details: https://lhs.fyi/KY (Indiana General Assembly)

Open Source / Linux

  • Carl Richell, CEO System 76, Responds To Age Verification

    • System76 CEO Carl Richell has issued a strong critique of new U.S. state laws requiring operating systems to implement age verification, particularly California’s Assembly Bill 1043 and Colorado’s Senate Bill 26-051. While acknowledging the legal obligation to comply, Richell argues these laws are ineffective and threaten user privacy and digital freedom. He highlights New York’s proposed bill as being more dangerous.
      • “New York’s proposed Senate Bill S8102A requires adults to prove they’re adults to use a computer, exercise bike, smart watch, or car if the device is internet enabled with app ecosystems. The bill explicitly forbids self-reporting and leaves the allowed methods to regulations written by the Attorney General. Practical methods for a bill of such extreme breadth would require, in many instances, providing private information to a third-party just to use a computer at all.”
      • “The challenges we face are neither technical nor legal. The only solution is to educate our children about life with digital abundance. Throwing them into the deep end when they’re 16 or 18 is too late. It’s a wonderful and weird world. Yes, there are dark corners. There always will be. We have to teach our children what to do when they encounter them and we have to trust them.”
    • Despite concerns, System76 plans to implement a minimal, privacy-preserving age prompt to comply with the law, while continuing to advocate for its repeal or constitutional challenge.
    • Source: https://lhs.fyi/KO (system76 blog)
  • Podman 5.8.0 Released

    • Podman (the POD MANager) is a tool for managing containers and images, volumes mounted into those containers, and pods made from groups of containers. Podman runs containers on Linux, but can also be used on Mac and Windows systems using a Podman-managed virtual machine. Podman is based on libpod, a library for container lifecycle management that is also contained in this repository. The libpod library provides APIs for managing containers, pods, container images, and volumes. Podman releases a new major or minor release 4 times a year, during the second week of February, May, August, and November. Patch releases are more frequent and may occur at any time to get bugfixes out to users.
    • Features
      • The podman quadlet install command can now install files which contain multiple separate Quadlet files. The files must be separated with a — delimeter on a new line, and each section must begin with a # FileName= line to name the new Quadlet (#27384).
      • The podman update command now features a new option, –ulimit, to update container ulimits (#26381).
      • The podman exec command now features a new option, –no-session, which disables tracking of the exec session to improve performance and startup time (#26588).
    • Changes
      • Podman will now automatically attempt to migrate legacy BoltDB databases to SQLite when the system reboots. This is necessary as support for BoltDB will be removed in Podman 6.0 in May. If automatic migration is not possible, a new option, podman system migrate –migrate-db, will manually force a migration.
      • The podman secret create - command no longer requires that the secret be provided through a pipe, and instead allows typing the secret through the terminal (#27879).
    • Bugfixes
      • Fixed a bug where healthchecks would sometimes fail to execute due to systemd rate limits.
    • API
      • Added new APIs for interacting with Quadlets, including GET /libpod/quadlets/{name}/file (print contents of a Quadlet file), GET /libpod/quadlets/{name}/exists (check if the given Quadlet exists), POST /libpod/quadlets (install one or more Quadlets), DELETE /libpod/quadlets (remove one or more Quadlets), and DELETE /libpod/quadlets/{name} (remove a single Quadlet)..
    • Misc
      • Updated Buildah to v1.43.0
      • Updated the containers/storage library v1.62.0
      • Updated the containers/image library to v5.39.1
      • Updated the containers/common library to v0.67.0
    • Source: https://lhs.fyi/KQ (github)
  • NVIDIA R595 Linux Driver Beta Brings New Vulkan Support & DRI3 v1.2

    • Exciting for Linux users with the NVIDIA 595 driver series is adding some long sought Vulkan capabilities plus also enabling DRI3 version 1.2 support. The NVIDIA 595.45.04 beta driver for Linux brings support for the descriptor heap (VK_EXT_descriptor_heap) and present timing (VK_EXT_present_timing) extensions as some great additions to now see with the NVIDIA driver to enhance the Linux gaming experience. The NVIDIA 595.45.04 Linux driver also now enables the modesetting parameter by default for the nvidia-drm kernel driver, improved GPU reset handling, a new application profile for CUDA apps to reach P0 p-state, and raising the minimum Wayland version to v1.20. Plus there are various bug fixes – including hang fixes.
    • Source: https://lhs.fyi/KP (Phoronix)
  • Gentoo on Codeberg

    • Gentoo now has a presence on Codeberg, and contributions can be submitted for the Gentoo repository mirror at https://codeberg.org/gentoo/gentoo as an alternative to GitHub. Eventually also other git repositories will become available under the Codeberg Gentoo organization. This is part of the gradual mirror migration away from GitHub, as already mentioned in the 2025 end-of-year review. Codeberg is a site based on Forgejo, maintained by a dedicated non-profit organization, and located in Berlin, Germany. Thanks to everyone who has helped make this move possible! These mirrors are for convenience for contribution and we continue to host our own repositories, just like we did while using GitHub mirrors for ease of contribution too.
    • Source: https://lhs.fyi/KW (gentoo news)

Linux in the Ham Shack

  • iNTERCEPT

    • iNTERCEPT, a free and open-source platform that unites the best signal intelligence tools into a single, accessible interface.
    • Features
      • Pager Decoding - POCSAG/FLEX via rtl_fm + multimon-ng
      • 433MHz Sensors - Weather stations, TPMS, IoT devices via rtl_433
      • Sub-GHz Analyzer - RF capture and protocol decoding for 300-928 MHz ISM bands via HackRF
      • Aircraft Tracking - ADS-B via dump1090 with real-time map and radar
      • Vessel Tracking - AIS ship tracking with VHF DSC distress monitoring
      • ACARS Messaging - Aircraft datalink messages via acarsdec
      • VDL2 - VHF Data Link Mode 2 aircraft datalink decoding via dumpvdl2
      • Listening Post - Wideband frequency scanner with real-time audio monitoring
      • Weather Satellites - NOAA APT and Meteor LRPT image decoding via SatDump with auto-scheduler
      • WebSDR - Remote HF/shortwave listening via KiwiSDR network
      • ISS SSTV - Slow-scan TV image reception from the International Space Station
      • HF SSTV - Terrestrial SSTV on shortwave frequencies (80m-10m, VHF, UHF)
      • APRS - Amateur packet radio position reports and telemetry via direwolf
      • Satellite Tracking - Pass prediction with polar plot and ground track map
      • Utility Meters - Electric, gas, and water meter reading via rtlamr
      • ADS-B History - Persistent aircraft history with reporting dashboard (Postgres optional)
      • WiFi Scanning - Monitor mode reconnaissance via aircrack-ng
      • Bluetooth Scanning - Device discovery and tracker detection (with Ubertooth support)
      • BT Locate - SAR Bluetooth device location with GPS-tagged signal trail mapping and proximity alerts
      • GPS - Real-time GPS position tracking with live map, speed, altitude, and satellite info
      • TSCM - Counter-surveillance with RF baseline comparison and threat detection
      • Meshtastic - LoRa mesh network integration
      • Space Weather - Real-time solar and geomagnetic data from NOAA SWPC, NASA SDO, and HamQSL (no SDR required)
      • Spy Stations - Number stations and diplomatic HF network database
      • Remote Agents - Distributed SIGINT with remote sensor nodes
      • Offline Mode - Bundled assets for air-gapped/field deployments
    • Source: https://lhs.fyi/KR (github)
  • OpenHamClock

    • A real-time amateur radio dashboard for the modern operator.
    • OpenHamClock brings DX cluster spots, space weather, propagation predictions, POTA activations, SOTA activations, WWFF activations, WWBOTA activations, PSKReporter, satellite tracking, WSJT-X integration, direct rig control, and more into a single browser-based interface. Run it locally on a Raspberry Pi, on your desktop, or access it from anywhere via a cloud deployment.
    • 🌐 Live Site: openhamclock.com
    • 📧 Contact: Chris, K0CJH — [email protected]
    • ☕ Support the Project: buymeacoffee.com/k0cjh — Running openhamclock.com comes with real hosting costs including network egress, memory, CPU, and the time spent maintaining and improving the project. There is absolutely no obligation to donate — OpenHamClock is and always will be free. But if you find it useful and want to chip in, your donations are greatly appreciated and go directly toward keeping the site running and funding future development.
    • 🔧 Get Involved: This is an open-source project and the amateur radio community is encouraged to dig into the code, fork it, and build the features you want to see. Whether it’s a new panel, a data source integration, or a bug fix — PRs are welcome. See Contributing below.
    • 📝 License: MIT — See LICENSE
    • Source: https://lhs.fyi/KZ (github)
    • Demo: https://lhs.fyi/L0 (openhamclock)

Announcements/Feedback

  • Support the show (Patreon, Paypal, Merch, Share, Rate)

  • Hamvention - May 15-17, 2026 - Booth 2206

  • Website - Adding Search

  • Youtube Comment on LHS Episode #585 SDR++ Brown Deep Dive from pumptrackerpavel

    • How to install it on Dragon OS. Could you please help

Subscribers & Supporters

  • Patreon

    • William Collins
  • Paypal (since January)

    • Fred Cole
    • Dillon Angle
    • Michael Jopling
    • John Clark
    • Robert Black
    • Ronald Eike
    • Robert Yerke
    • Thomas Foy
    • Allan Wilson
    • Kevin Long
  • Free Patreons

  • Facebook

    • Curtis Cheyney
    • Matthew Obuchowski
  • Instagram

  • X / Twitter

  • Mastadon

  • Bluesky

  • Live Show Participants

    • Steve, KJ5T
    • Mike, K6GTE
    • Tony, K4XSS

Russ Woodman, K5TUX, co-hosts the Linux in the Ham Shack podcast which is available for download in both MP3 and OGG audio format. Contact him at [email protected].

HamClock lives on


 

With Elwood (the creator of HamClock) now SK, HamClock is set to stop functioning in June 2026. Fortunately, several alternatives and workarounds exist for those looking to continue using similar features. Here’s a summary based on my experience and research:

1. Open HamClock

  • Feature-rich: Offers extensive customization and configuration.
  • Spotting Control: Ability to turn off spotting to de-clutter the map.
  • Setup: Easy setup process; remembers your preferences if saved.
  • Full Screen: Can be run in full-screen mode.
  • Updates: Regular updates with clear notifications and instructions.
  • VOACAP Display: Improved propagation prediction display.

2. Hamtab

  • Web-based: Runs in your browser for all OS’s.
  • HamClock Themes: Includes a theme similar to Elwood's HamClock theme.
  • Fewer Options: Less configurable than Open HamClock.
  • Spotting Limitation: No clear option to remove all spots from the map.
  • Map Interaction: Limited ability to click on the map for DX/solar info; can only click on spots.
  • Solar Overlay: Not as detailed as Open HamClock, Open HamClock-backend or Bruce W4BAE HamClock.

3. HamVision

  • Early Development: Still under heavy development; site is often in maintenance mode.
  • Limited Configuration: Little to no configuration is possible at this stage.
  • Updates: Latest info and updates are shared on their Facebook page.

4. HamClock me Online

  • Web-based Version: Another browser option.
  • Limited Testing: I haven’t explored this one deeply, but it’s worth checking to see if it meets your needs.

     GitHub-Based Projects

  • General Note: These require familiarity with GitHub, Docker, and self-hosting.
  1. Open HamClock Back-end
  • Actively Updated: Closest in spirit to Elwood’s original HamClock.
  • Setup Challenges: Can be tricky to get running if you’re not comfortable with GitHub/Docker.
    
  • Mixed Results: I couldn’t get this running on my Pi4; the Mac OS version didn’t work due to OS version issues. Your experience may vary.

     3. Keeping HamClock Alive

  • Resource: Bruce (W4BAE) has compiled a detailed guide and history at his website.
  • -b Flag: Elwood’s last version (4.22) introduced a back-end override (-b flag) letting HamClock point to an alternate server.
  • Easy-to-Follow Instructions: Bruce’s guide makes it straightforward to implement this workaround, and he’s responsive to questions.
  • Result: I was able to set up a working HamClock on my Pi3b using this method. I kept my Pi4 still running Elwood's HamClock until I am happy with alternatives.  
  •  Summary
    While Elwood’s original HamClock will stop functioning, there are multiple alternatives and ways to keep similar functionality alive. Your best option depends on your technical comfort level and preferred features. For those wanting a near-identical experience, Bruce W4BAE’s method is highly recommended along with Open HamClock-Back-end. As for a one stop shopping I would recommend Open ham clock. Enter it in your browser and you are ready to go. 

Mike Weir, VE9KK, is a regular contributor to AmateurRadio.com and writes from New Brunswick, Canada. Contact him at [email protected].

Subscribe FREE to AmateurRadio.com's
Amateur Radio Newsletter

 
We never share your e-mail address.


Do you like to write?
Interesting project to share?
Helpful tips and ideas for other hams?

Submit an article and we will review it for publication on AmateurRadio.com!

Have a ham radio product or service?
Consider advertising on our site.

Are you a reporter covering ham radio?
Find ham radio experts for your story.

How to Set Up a Ham Radio Blog
Get started in less than 15 minutes!


  • Matt W1MST, Managing Editor