Useful things

Tools that came from a real need.

Operational software, analytical systems, and learning tools built because the right thing did not exist yet.

Tool family 01

NutriTrack

Two applications share one record. NutriTrack handles the daily work. NutriTrack Insights turns the accumulated history into deeper analysis without writing back to the source.

Mobile first

NutriTrack

A private nutrition, weight, and wellness system with flexible food entry, check-ins, progress tracking, reports, and context-aware AI support from Nora.

  • Food, weight, goals, and wellness context
  • USDA, history, favorites, natural language, and image entry
  • Trends, reports, data export, and AI cost auditing
Explore NutriTrack
Desktop first

NutriTrack Insights

A separate read-only analytics workspace for long-range reports, trends, normalized comparisons, wellness relationships, and evidence-aware projections.

  • Deterministic analysis before AI interpretation
  • Confidence, coverage, and caveats kept visible
  • CSV, print, PDF, privacy controls, and report snapshots
Explore Insights
Tool 02

QF Code

QF Code is a beginner-friendly, browser-based programming language designed to make learning to code less hostile at the start. It borrows the approachable ramp of classic BASIC, but uses cleaner modern syntax that transfers more naturally to contemporary languages.

It runs in the browser with no installation, no compiler setup, and no runtime to configure. The language includes the pieces beginners need to learn real programming concepts: variables, constants, conditionals, loops, functions, arrays, pattern matching, and error handling.

Inside QuibbleFox, QF Code becomes part of a teaching environment. It is also the working language behind the free Underneath the Syntax companion, where readers can run examples from all 26 chapters.

QF Code editor showing beginner-friendly code
Under the hood

Simple parts, used with intent.

The technical details matter because the construction is part of the story. These are compact systems with clear product boundaries, not imitations of venture-backed platforms.

NutriTrackMobile-first logging, daily context, user-scoped records, reports, and AI support through Nora.
NutriTrack InsightsRead-only source access, deterministic analytics, confidence-aware narratives, exports, and saved report snapshots.
QF CodeLexer, parser, evaluator, language specification, browser shell, and example programs.
BiasBuild small, make it useful, separate different jobs, then polish what survives actual use.