Bio

A little about me

Hi, I'm tox.

I daily drive Linux From Scratch. I'm a junior majoring in computer science. I'm nocturnal. I'm also an anarchocommunist, an antitheist, and generally an iconoclast.

I fit best under the agender umbrella. As for pronouns:

macro_rules! re {
    ($re:expr) => { regex::Regex::new($re).expect("Invalid regex") };
}

fn main() {
    let re = re! { r"[a-z]+(\/[a-z]+)+" };

    assert! {   re.is_match("any/all")              }
    assert! {   re.is_match("she/her")              }
    assert! {   re.is_match("they/them/theirs")     }
    assert! { ! re.is_match("https://example.com/") }
    assert! { ! re.is_match("1/2")                  }
}

I love music, especially the experimental, niche, and abrasive. My ever-growing local library currently sits at about 3,500 mp3s. It used to be larger, but I'm starting fresh and actually organizing the files this time.

I love difficult but noncompetitive video games. I'm pretty comfortable with grandmaster maps in Celeste. I've played more of the getfixedboi seed in Terraria than any sane person would. I'm one of a few dozen BMC flash players, though I'm not very active. I've done everything there is to do in Enter the Gungeon. I also have about 4,750 hours in Geometry Dash, though I play it very casually, rarely attempting anything harder than an insane demon.

Projects

Here are a few of my CS projects: