Skip to content
View theworker02's full-sized avatar
:atom:
I’ll help you identify issues in your repository!
:atom:
I’ll help you identify issues in your repository!

Block or report theworker02

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.

Content in all repositories owned by your account will be closed.
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
theworker02/README.md

theworker02

Matthew · GitHub theworker02

Building next-generation developer tools, languages, systems software, and focused open-source utilities.

GitHub JSR Magnexis X Bluesky DEV Sponsors


About

This is my personal GitHub: theworker02. I build languages, diagnostics, systems software, developer infrastructure, and compact utilities in the open.

I founded Magnexis, the company/org behind a broader catalog of open-source work. Repositories under theworker02/* are my personal projects; the wider Magnexis ecosystem lives at github.com/Magnexis.

Software should not be a black box.

GitHub stats for theworker02 Top languages for theworker02

JSR packages

My JavaScript/TypeScript package distribution is moving to JSR with GitHub Actions trusted publishing and OIDC provenance.

JSR scope: @theworker02

Package Purpose Registry
envshape Typed environment and dotenv validation @theworker02/envshape
pagesmark GitHub Pages starter generation @theworker02/pagesmark
bytesize SI/IEC byte parsing and conversion @theworker02/bytesize
fixturefreeze Deterministic fixture freeze and compare @theworker02/fixturefreeze
runledger Append-only command execution receipts @theworker02/runledger

These packages use documented ESM entrypoints, typed public APIs, generated JSR symbol documentation, and secretless trusted publishing from GitHub Actions.

What I build

Area Focus
Languages and DSLs Nex Lang, visual encoding systems, type systems, language tooling
Developer diagnostics Runtime fingerprints, heap analysis, method-table diffs, install-time scanning
Systems and performance Distributed compute, AMD-focused tooling, hardware-native specialization
AI routing and agents Multi-provider routing, execution-backed verification, developer agents
Contracts and correctness Behavioral contracts, static analysis, ownership and coordination primitives
Local CLI utilities Focused tools for specs, environments, diffs, receipts, networking, and CI hygiene

Public work

Languages and design

  • nex-lang — Nexus (.nex) language and TypeScript toolchain · site
  • doldskrift — visual writing system for deterministic machine reconstruction · site

Ruby / Rails

  • ruby_llm_mesh — multi-provider AI routing with circuit breaking and fallback
  • contracts-rb — behavioral contracts for Ruby
  • bootprint — runtime fingerprinting and environment-drift diagnostics
  • heapscope — heap and allocation diagnostics
  • monkeylens — method-table ownership diffs

Go

  • beforerun — inspect unfamiliar code before running it
  • taglock — compile-time Go struct-tag contracts
  • wiretap — evidence-backed binary protocol inference
  • shiftlock — ownership handoffs and fencing

Rust / systems

  • chimera — P2P distributed computation grid
  • kraftverk — AMD-focused systems performance platform
  • silicera — hardware-native program specialization
  • Parallax — polyglot migration and execution runtime
  • ChronosCTC — experimental chronal runtime / CTC research

Dart / Flutter

TypeScript

  • cartographer — architecture navigation and codebase orientation
  • aftermath — execution-backed verification receipts for coding agents

JavaScript CLI utilities

Tool Purpose
gistfold Gist folder quality checker
runledger Append-only CLI run receipts
specslice Extract headings and API names from Markdown specs
envshape Environment-variable schema validation
diffnoun Git diff → noun-phrase changelog lines
portbind Check host / PORT bind configuration
pagesmark GitHub Pages starter generator
commitlint-lite Conventional commit message checker
licensehead SPDX license header presence check
fixturefreeze Golden-file freeze and compare
sli-counter Local SLO/SLI good/bad counter
receipt-md Verification receipt Markdown writer
jsonptrget JSON Pointer lookup from stdin
bytesize Parse and format KiB/MiB/KB
cidrhas IPv4 CIDR containment check

Stack

TypeScript JavaScript Ruby Go Rust Dart Python C%23 React Node.js PostgreSQL Docker GitHub Actions

Sponsors

Connect

Channel Link
GitHub github.com/theworker02
JSR jsr.io/@theworker02
Magnexis github.com/Magnexis
X x.com/Magnexis
Bluesky magnexis.bsky.social
DEV dev.to/magnexis
Blog magnexis-blog.hashnode.dev
LinkedIn linkedin.com/in/matthew-m-looney
Gravatar gravatar.com/magnexis
PyPI pypi.org/user/magnexis
RubyGems rubygems.org/profiles/magnexis
Open VSX Nex LSP
Cursor.Directory cursor.directory/u/theworker02

Work ships as inspectable, MIT-oriented open source whenever it can. Read it, run it locally, disagree with it, and improve it.

Popular repositories Loading

  1. chimera chimera Public

    Decentralized peer-to-peer distributed computation and rendering grid in Rust: gossip discovery, QUIC mesh, Wasm sandboxing, content-addressed storage, and a distributed memory fabric.

    Rust 2

  2. contracts-rb contracts-rb Public

    `contracts-rb` adds small, explicit behavioral contracts to Ruby without imposing a type system. It supports parameter and return constraints, preconditions, postconditions, object invariants, stat…

    Ruby

  3. taglock taglock Public

    Compile-time confidence for Go's runtime metadata, and compatibility intelligence for the contracts that metadata creates. TagLock statically analyzes Go struct tags as one serialized contract. It …

    Go

  4. bootprint bootprint Public

    Bootprint is a local-first Ruby runtime fingerprint and compatibility diagnostic. It captures a sanitized description of an application environment, compares that description with CI, Docker, stagi…

    Ruby

  5. shiftlock shiftlock Public

    Security-first Go resource fabric for ownership handoffs, fencing, and multi-resource coordination

    Go

  6. beforerun beforerun Public

    BeforeRun is a zero-dependency Go CLI that scans an unfamiliar codebase before you install dependencies, open automated workspace tasks, build a dev container, or execute project scripts.

    Go