| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
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.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseVP of Technology at Waypoint Network, CTO at Resin8. I build systems that sit between messy real-world data and trustworthy automated action — agent orchestration, verifier-driven reliability loops, structured intelligence pipelines, and the product architectures underneath them.
Most of my current work is private. The pinned repos below are side projects and earlier prototypes. For samples of the production work, see the gists below.
These gists are extracted from production Waypoint systems:
TypeScript, Python, Rust. Cloudflare Workers, Postgres, MCP, Playwright.
End-to-end ownership in small, fast-moving environments.
Ephemeral real-time chat with e2e encryption, multiplayer games, host migration, and real-time drawing — AIM for the 2020s
TypeScript
CLI verification server for coding agents — static analysis, sandboxed execution, property-based fuzzing, and repair loops (Rust)
Rust 6
import type { AuthzObject, AuthzSubject, TupleReader } from "./types";
import { normalizeSubjectRelation } from "./types";
import type { AuthzSchema, RelationRewrite } from "./schema";
import { authzSchema } from "./schema";
import { AuthzCache } from "./cache";
/**
* PDF Generator - renders the PRE SVG evaluation template to PDF using Playwright.
*
* Usage:
* tsx scripts/generate-pdf.ts <data-json-path> <output-pdf-path>
use std::time::Instant;
use tokio::process::Command;
use crate::types::*;
| Back | FazBrowse Home | New Git URL |