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.

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

Rust Systems Engineer

I focus mainly on collapsing fragmented, legacy systems into smaller, faster, more efficient ones. This is the work that makes me happiest. I enjoy thinking about old problems from a modern perspective; I enjoy unraveling the reasons behind why a system does what it does.

I prefer to write Rust; every once in a while I'll pick up Typescript. My work spans dev tooling, cryptography, storage engines, query engines, and distributed systems. I am a performance oriented engineer and I believe code should be maximally portable.

Most Important OSS Work

cargo-railA Cargo-native workspace engine for Rust monorepos.

Built to improve my dev velocity. Built to make complex Rust workspaces faster to change and harder to mess up. Built to replace the mountain of Cargo plugins, release bots, cache wrappers, and glue that had accumulated in just a few weeks.

Cargo-Rail scopes local builds, tests, checks... and through the GHA, CI, to what a change actually affects. It restores compiler work Cargo and sccache leave behind, significantly cutting rebuild time; finds code that never needed to be public; keeps deps coherent and the graph unified; turns changesets into customizable releases; and splits/syncs crates between a canonical dev monorepo and standalone OSS repos w/o dragging in Copybara or it's DSL.

Cargo-Rail fills the gaps I feel exist within Cargo w/o trying to replace it. It's powered by a single shared `WorkspaceContext1, so every feature works from the same captured view of the workspace instead of rediscovering, or worse - disagreeing about the state.

rscryptoPortable pure-Rust cryptographic primitives.

A pure-Rust cryptography lib that scales from bare-metal no_std and WASM to server systems, w/ one feature model for compiling only what we need. Portable Rust defines behavior, SIMD and ASM deliver perf, and security claims ship only with signed releases backed by published validation evidence.

Both projects exist because I needed them myself. These aren't portfolio pieces. They're important to my work and will be maintianed until my ticket gets punched.

Current Work

Founder and lead engineer at @alias-research, privaetly building the future of storage, query, and data infra.

All the Things

My Engineering Diary

Email

Twitter/X

Lobste.rs

Rust Forum

Pinned Loading

  1. cargo-rail cargo-rail Public

    The Rust Monorepo Engine

    Rust 226 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 38