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
chronocom XCOM 2 AI overhaul. Deterministic hit formula, precomputed overwatch cones, diffusing influence fields.
chronoengine Rust game engine core. Morton-encoded spatial grids, query planning, deterministic simulation.
chronosynthea Synthetic patient data in Rust. SIMD-vectorized alias tables, ~1.6M patients/sec.
chronohipaa HIPAA-compliant CDE reference architecture. 154-bit vector encoding, AES-GCM encryption.
chronoscribe OCR text restoration pipeline. CER < 1%, WER < 2%, 2-5 seconds per 300-page book.
chronoquit Intelligent auto-quit for macOS. CDE-encoded app state for log, prompt, or exit decisions.
chronosat 3-SAT verifier for the Commodore 64. 570 clause-checks/sec on a 1 MHz 6502.
chronoforth Minimal Forth for the C64. Subroutine-threaded with tail-call elimination.
chronoboiler Standardization templates for repository portfolios.

Site

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

Popular repositories Loading

  1. chronocom chronocom Public

    XCOM 2 AI overhaul. Deterministic hit formula, precomputed overwatch zones, diffusing influence fields. CDE/WASP/MSS.

    UnrealScript

  2. chronosat chronosat Public

    3-SAT verifier for the Commodore 64. Bit-packed clause table, 6502 assembly. 570 clause-checks/sec on 1 MHz.

    Forth

  3. chronoforth chronoforth Public

    Minimal Forth for the C64. Subroutine-threaded with tail-call elimination. DROP = 1 byte, 2 cycles.

    Forth

  4. chronosynthea chronosynthea Public

    Synthetic patient data in Rust. SIMD-vectorized alias tables, arena allocation. ~1.6M patients/sec, ~16,000x Synthea.

    Rust

  5. chronohipaa chronohipaa Public

    HIPAA-compliant CDE reference architecture. 154-bit vector encoding, AES-GCM encryption, HKDF key derivation.

    Python

  6. chronoquit chronoquit Public

    Intelligent auto-quit for macOS. CDE-encoded app state dimensions decide log, prompt, or exit.

    Swift

Repositories

Showing 10 of 10 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…