Skip to content
@chronomancy-io

chronomancy.io

∇ chronomancy.io

Coleman Dimensional Encoding is a framework for making data answer questions faster by encoding records into the right dimensions.

Information that looks missing from one perspective is already there, encoded in a dimension that the perspective doesn't include. Add the right dimensions to a dataset and every query follows a geodesic, the shortest possible path through the structure to the answer.

Three concepts define the framework:

  • WASP (Workload Aware Sufficient Placement). Every true answer is found, every false positive is filtered, work scales with the answer rather than the dataset, and no dimension is wasted.
  • CDE (Coleman Dimensional Encoding). Analyze the workload, encode each record as a coordinate, build the index, translate queries into bounded probes.
  • MSS (Minimally Sufficient Statistics). Every claim is classified as a definition, guarantee, assumption, or unknown. Nothing is stated without knowing which category it belongs to.

Repositories

Repository Description
chronoforth Minimal subroutine threaded Forth for the Commodore 64. Tail call elimination and open coded hot primitives, with verified cycle counts.
chronosat A SAT verifier on an unmodified Commodore 64. A native 6502 kernel checks 2048 variables across 1024 clauses in 183K cycles, about 13x the plain Forth version.
chrono6502 Headless, exact MOS 6502 and 6510 core in Rust. Boots the real ChronoForth kernel and runs the full Forth 2012 suite in about 0.45 seconds.
chronosynthea Synthetic patient generator in Rust, sampling a fingerprint calibrated to Java Synthea's marginal rates. Millions a second on the stats path, about 88 to 92K a second to Parquet.
chronohipaa A Python reference encoder mapping each health record to a fixed 20 byte (154 bit) CDE vector. Lossy by design, not a certified deidentification product.
chronoscribe A seven stage Python pipeline that cleans Internet Archive hOCR scans into Markdown via a deterministic O(1) decision table. Linear in token count.
chronocom A combat and tactical AI overhaul for XCOM 2: War of the Chosen. Transparent hit chances; per turn AI work bounded by a fixed grid, independent of unit count.
chronoquit A macOS menu bar utility that encodes each app as a seven dimensional state vector and quits idle low priority apps once they cross a threshold.
chronoboiler Zero dependency bash scaffolding and shared templates that give the chrono repositories one consistent, validated structure.

Site

chronomancy.io. Formal definitions, history, and full documentation.

Popular repositories Loading

  1. chronocom 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

  2. chronosat 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. chronoforth 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

  4. chronosynthea 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

  5. chronohipaa 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

  6. chronoquit chronoquit Public

    A macOS menu bar utility that encodes each running app as a seven dimensional CDE state vector and runs a lifecycle state machine, quitting idle low priority apps once they cross a threshold.

    Swift

Repositories

Showing 10 of 11 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…