Skip to content
Avatar

Sponsors

Sponsoring

@Byron
@antoyo
@technetos
@khionu

Organizations

@rust-lang @biosbits @rust-lang-nursery @git-series @rust-vmm @bytecodealliance @Rust-for-Linux @http-rs
Block or Report

Block or report joshtriplett

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.

Add an optional note:
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
joshtriplett/README.md

In July 2020, I left my job to start working on the build service I've wanted for 16 years, in Rust: no change to your workflow, cooperates with existing build systems, handles multi-stage builds, works with any language, and the first version will support offloading builds to fast cloud systems to compile 12-120x faster than a developer laptop.

My goal is to make waiting on a build as antiquated as the sound of a dial-up modem. I expect to launch an alpha in early 2022; please email or DM me if you're interested in trying it out.

I'm a developer on the Rust project. I co-lead the Rust language team, and work on the Rust library team and the Cargo package manager. I care about building welcoming, inclusive communities that lift people up. I love building solutions to systemic problems.

I'm seeking sponsorship to continue working on Rust and build systems full-time.

Pinned

  1. Empowering everyone to build reliable and efficient software.

    Rust 72.9k 9.9k

  2. The Rust package manager

    Rust 9k 1.8k

  3. Automatic HTTPS certificates for Tide, via Let's Encrypt and ACME tls-alpn-01 challenges

    Rust 158 9

  4. Track changes to a patch series over time

    Rust 279 22

  5. io-mux Public

    Rust io-mux crate: Provide multiple file descriptors writing into one in-order pipe, tagged by the source of data (e.g. stdout/stderr)

    Rust 31 5

  6. async-pidfd Public

    Rust crate to use process file descriptors (pidfd) for Linux

    Rust 42 4

Contribution activity

October 2022

Created 1 repository

Created a pull request in rust-lang/rust that received 11 comments

impl AsFd and AsRawFd for io::{Stdin, Stdout, Stderr}, not the sys versions

#100892 implemented AsFd for the sys versions, rather than for the public types. Change the implementations to apply to the public types.

+3 −3 11 comments
Opened 3 other pull requests in 3 repositories

Created an issue in rust-lang/rust-clippy that received 2 comments

Detect enums with cfg controlled variants that aren't non_exhaustive

What it does If an enum has variants controlled by cfg (e.g. feature flags), it should almost certainly be non_exhaustive. This lint would flag exh…

2 comments

Seeing something unexpected? Take a look at the GitHub profile guide.