Skip to content
View MaegistrateInc's full-sized avatar
⚖️
Resolute
⚖️
Resolute
  • Maegistrate, Inc.
  • Colorado, USA
  • 07:04 (UTC -06:00)
  • Joined Jun 5, 2026

Highlights

  • Pro

Block or report MaegistrateInc

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
MaegistrateInc/README.md

Maegistrate, Inc.

Cert-grade systems engineering. Verifiable where it matters; functional where it helps.

Mostly heads-down; occasional contributions to projects we depend on or admire.

Philosophy

ModernFoundational
SystemsRust, Zig, Odin, HareC, C++, Ada, Forth, Assembly
FunctionalHaskell, OCaml, Scala, F#, Erlang/Elixir, Lean 4Lisp, Scheme, ML, Miranda, Lambda calculus

Strong opinions on systems: ownership, type-level invariants, allocator discipline, compile-time composition. The closer to the metal the work runs, the more interesting it gets.

Strong opinions on functional: effect tracking, algebraic data types, supervision discipline, the bias toward total functions over partial ones. The right type makes the wrong state hard to spell.

Discipline

No swallowed failuresErrors propagate or get explicit rationale
Illegal states unrepresentableEncode invariants at the type level
Pure cores, effectful edgesEffects tracked; total where the type permits
Exhaustive pattern matchingNo catch-alls that swallow new cases
No accidental quadraticsComplexity claimed up front; WCET when deployed
Strict-by-default static analysisExplicit allowance ledger for every exception
Qualified toolchains, MISRA-grade sourceWhere the deployment context calls for it
Mutation-tested coverageTests that don't kill mutations get rewritten
Supply-chain disciplinecargo-deny for Rust; equivalents elsewhere
Independent peer reviewBefore any change ships

Popular repositories Loading

  1. MISRust MISRust Public

    Forked from embedded-software-laboratory/MISRust

    MISRust: Mapping MISRA-C++ Coding Guidelines to the Rust Programming Language

    TeX

  2. turbovec turbovec Public

    Forked from RyanCodrai/turbovec

    A vector index built on TurboQuant, written in Rust with Python bindings

    Python

  3. loco loco Public

    Forked from loco-rs/loco

    🚂 🦀 The one-person framework for Rust for side-projects and startups

    Rust

  4. aya aya Public

    Forked from aya-rs/aya

    Aya is an eBPF library for the Rust programming language, built with a focus on developer experience and operability.

    Rust

  5. ferrocene ferrocene Public

    Forked from ferrocene/ferrocene

    Source code of Ferrocene, safety-critical Rust toolchain

    Rust

  6. turso turso Public

    Forked from tursodatabase/turso

    Turso is an in-process SQL database, compatible with SQLite.

    Rust