Skip to content
View loadingalias's full-sized avatar

Organizations

@alias-research

Block or report loadingalias

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

Rust Systems Engineer

I'm primarily a Rust engineer. I live to collapse fragmented stacks into more efficient systems. My current work is centered around storage engines, query engines, distributed systems, embedded targets, and cryptography.

I use JS/TS for my frontends - at least until GPUI can replace them. I am learning OCaml. My current side quest is research based; I am searching for the ideal resolver shape/equation using machine learning models and good ole' fashion reading.


Selected Open Source

cargo-railA Rust workspace engine.

A Cargo-native engine for dep/graph coherence, affected CI, source visibility, verified compiler reuse, exact-SHA releases, and canonical dev monorepos via split/sync. cargo-rail-action carries its typed plans into GHA.

rscryptoPure Rust cryptography.

One no_std/WASM-native feature model for cryptographic primitives, fast hashes, password hashing, and checksums. Zero default deps; no production C/FFI, OpenSSL, or system libs. Portable Rust defines behavior; SIMD and ASM accelerate it. A custom 'constant-time' harness includes manual unroll, inspect, and heuristics + dudeCT + BINSEC.

Both projects exist because my startup needed them. I use and maintain them as infrastructure, not portfolio pieces. They will be maintained until my ticket gets punched.


Current Work

Founder and lead engineer at @alias-research, building privately toward its first public release.


Contact

Blog: trace

X, Reddit, Crates, Rust Forum, Lobste.rs: loadingalias

Email: thealiaslab@gmail.com

Pinned Loading

  1. cargo-rail cargo-rail Public

    The Rust Monorepo Engine

    Rust 223 5

  2. rscrypto rscrypto Public

    Rust crypto w/ zero default deps: BLAKE3, Ed25519/X25519, hashes, MACs, KDFs, AEADs, and checksums w/ full SIMD/ASM acceleration

    Rust 37