Skip to content
View philoking's full-sized avatar

Block or report philoking

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
philoking/README.md

Hi there, I'm Jason

LinkedIn Blog GitHub followers

Principal PM. Fifteen years on platforms and developer ecosystems at Microsoft, Tableau, and Elastic. Connector SDKs, partner certification, marketplace scaling, and the Kibana platform.

These days I ship the products myself. I work through coding agents rather than writing the code, so the job is what it always was: scope, sequencing, tradeoffs, and knowing when something is wrong. Everything below started as a problem I actually had, got specced, and shipped. Most of it runs on my own hardware, against local models, with no data leaving the house.

Featured projects

Project What it does
cruxwire Self-hosted news reader that ranks, de-duplicates, and summarizes RSS/Atom feeds using local LLMs. Semantic dedup via nomic-embed-text embeddings, clustering across sources, fully offline. Live at cruxwire.app.
backyard-birds Bird-sound monitoring on existing camera audio. BirdNET-Go listens to RTSP streams, detections land in TimescaleDB, and a Next.js dashboard adds species pages, weather correlation, and an eBird / xeno-canto review queue for false positives.
Sumline Notepad calculator in the spirit of Soulver. Natural language in, running totals out. Runs in Docker, reachable from any browser on your network.
modularriffs Browser-based generative MIDI tool for jamming over a modular synth. Derives four evolving monophonic parts from real song-structure blueprints and melodic motifs.

Writing

I write about applied AI, the homelab, and product work at philoking.com.

A note on the repo count

Most of what I build lives on a self-hosted Gitea instance. What's here is the subset finished enough to hand to someone else.

Popular repositories Loading

  1. cruxwire cruxwire Public

    Self-hosted, local-LLM news reader that ranks, de-duplicates, and summarizes your RSS/Atom feeds privately, on your own hardware.

    HTML 3 1

  2. backyard-birds backyard-birds Public

    Self-hosted backyard bird-sound monitoring: BirdNET listens to RTSP camera audio, logs detections to TimescaleDB, and a Next.js dashboard adds species pages, weather & activity patterns, eBird/xeno…

    TypeScript 1

  3. cruxwire-bench cruxwire-bench Public

    Clustering Bench: standalone analysis console for debugging and tuning cruxwire's clustering.

    Python

  4. modularriffs modularriffs Public

    Browser-based generative MIDI tool for jamming over a modular synth. Derives four evolving monophonic parts — pad, bass, arp, melody — from real song-structure blueprints and melodic motifs, stream…

    JavaScript

  5. philoking philoking Public

    Profile Repo

  6. Sumline Sumline Public

    An open-source, self-hosted notepad calculator in the spirit of Soulver. Runs in Docker, reachable from any browser on your network.

    TypeScript