Skip to content
View the-chronomancer's full-sized avatar
💭
Exploring Space and Time
💭
Exploring Space and Time
  • Everytime, simultaneously.

Highlights

  • Pro

Block or report the-chronomancer

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

Pinned Loading

  1. chronomancy-io/chronoforth chronomancy-io/chronoforth Public

    Minimal subroutine threaded Forth for the Commodore 64, built on DurexForth. Tail call elimination and open coded hot primitives; cycle counts measured against an exact 6502 core.

    Forth

  2. chronomancy-io/chronosat chronomancy-io/chronosat Public

    A SAT verifier on an unmodified Commodore 64 (three literals per clause). Sparse six byte clauses; a native 6502 kernel verifies 2048 variables across 1024 clauses in 183K cycles, about 13x the pla…

    Forth

  3. chronomancy-io/chronocom chronomancy-io/chronocom Public

    A combat and tactical AI overhaul for XCOM 2: War of the Chosen (UnrealScript). Transparent hit chances and cross mission adaptive AI; per turn AI work is bounded by a fixed 32 by 32 influence grid…

    UnrealScript

  4. chronomancy-io/chronohipaa chronomancy-io/chronohipaa Public

    A Python reference encoder mapping each health record to a fixed 20 byte (154 bit) CDE vector over six dimensions. Lossy by design. A research encoder, not a certified deidentification or HIPAA com…

    Python

  5. chronomancy-io/chronoscribe chronomancy-io/chronoscribe Public

    A seven stage Python pipeline that cleans Internet Archive hOCR scans into Markdown. CDE makes each token correction a deterministic O(1) table lookup. Linear in token count, about 110 pages a second.

    Python

  6. chronomancy-io/chronosynthea chronomancy-io/chronosynthea Public

    Synthetic patient generator in Rust. Samples a precomputed fingerprint calibrated to Java Synthea's marginal prevalence rates. Millions of patients a second on the stats path, about 88 to 92K a sec…

    Rust