Skip to content
View KI7MT's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Block or report KI7MT

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
KI7MT/README.md

Linux / DevOps Engineer | HF Propagation Prediction | Sovereign AI | Amateur Radio (KI7MT, DN13)

Linux Bash Go Python C++/CUDA ClickHouse PyTorch

Current Focus: IONIS-AI

IONIS-AI (Ionospheric Neural Inference System) — a self-hosted AI system that predicts HF radio propagation from one of the largest curated amateur radio datasets we are aware of. 14+ billion spots. Zero cloud dependencies.

The logs were speaking for decades, but nobody was listening. Now we're listening.

IONIS COPR ham-stats

The Stack

Repo Language What It Does
ionis-apps Go High-performance data ingesters (22 Mrps) with watermark tracking
ionis-core SQL/Shell 36 ClickHouse DDL schemas, 15 population scripts
ionis-cuda C++/CUDA GPU-accelerated signature embedding engine
ionis-training Python PyTorch model training with physics-constrained sidecars
ionis-mcp Python MCP server for propagation analytics (11 tools, PyPI)
ionis-jupyter Python Jupyter notebooks for propagation research (10 notebooks, PyPI)
ionis-docs MkDocs Documentation site

The Data

Source Volume What It Tells Us
WSPR 10.9B spots (18 yrs) SNR floor — path exists at minimum power
Reverse Beacon Network 2.26B spots (17 yrs) Skilled operator layer — CW through the noise
CQ Contest Logs 234M QSOs Ceiling — voice-workable at contest power
PSK Reporter ~26M spots/day (live) Operational — can a real operator make a contact?
DSCOVR L1 Solar wind (live) Predictive — Bz gives 15-45 min lead over Kp

The Model

IONIS V22-gamma (Production) — Pearson +0.49 vs VOACAP +0.02. 98% recall on independent live data. 207K params, physics-constrained solar and geomagnetic sidecars. Every watt of inference runs on local hardware.


About Me

Long-time Linux user (since the Slackware days) and active supporter of Open Source Software.

  • Ubuntu user since 2005 (5.04), Ubuntu Member since ~2013
  • RHEL/Fedora COPR packaging since ~2015
  • Launchpad package maintainer since 2010
  • Worked across Red Hat, Fedora, CentOS, Rocky, Arch, Gentoo, Alpine, and more

If it's Unix-y, I've probably broken it and fixed it.


Sovereign AI Lab

Everything runs on local hardware. No cloud. No subscriptions. No vendor can revoke access.

Host Role Specs
Threadripper 9975WX Control node 32C/64T Zen 5, 128 GB DDR5, RTX PRO 6000 96 GB VRAM, Rocky Linux 9.7
Mac Studio M3 Ultra Training node 96 GB unified memory, MPS backend for PyTorch
EPYC 7302P Build/replica node 16C/32T, 128 GB DDR4 ECC, Proxmox hypervisor

Networking: 10 Gbps DAC point-to-point (Thunderbolt 4 + SFP+ AOC), MTU 9000 Storage: ClickHouse on dedicated NVMe (3.7 TB), ZFS archive pool (7.1 TB mirrored) Data platform: ClickHouse (14B+ rows), PyTorch (MPS), Go ingesters (ch-go native protocol)


MCP Servers

AI-agent micro-servers for Amateur Radio, all available on PyPI.

Server Tools What It Does
ionis-mcp 11 Propagation analytics over 175M+ signatures, live NOAA conditions
adif-mcp 7 ADIF 3.1.6 validation, parsing, and spec search

Let's Connect

Open for discussions on Linux, DevOps, Amateur Radio, HF Propagation, or AI.

Reach me on GitHub Discussions or via ki7mt.io


Pinned Loading

  1. IONIS-AI/ionis-mcp IONIS-AI/ionis-mcp Public

    MCP server for IONIS HF propagation analytics — 175M signatures from WSPR, RBN, Contest, DXpedition, and PSK Reporter.

    Python

  2. IONIS-AI/ionis-apps IONIS-AI/ionis-apps Public

    Core ingestion and data-milling utilities for the IONIS (Ionospheric Neural Inference System) project.

    Go

  3. qso-graph/adif-mcp qso-graph/adif-mcp Public

    ADIF MCP server — AI-agent access to Amateur Radio logging per ADIF 3.1.6

    Python 2

  4. wspr-analytics wspr-analytics Public

    Big Data utilities for running queries on WSPR DataSets using Apache Arrow, Spark, PySpark, Scala and Java on CSV, Parquet or Avro file formats.

    Python 8 3

  5. dotnet-core-examples dotnet-core-examples Public

    Introductory, Intermediate, and Advanced .NET Core Application Examples

    C# 6

  6. java-app-examples java-app-examples Public

    Intermediate and Advanced Java Console & UI Application Examples

    Java 11 27