Skip to content
View Xevion's full-sized avatar
⚜️
Chaos Order
⚜️
Chaos Order

Block or report Xevion

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
Xevion/README.md

me . blog . projects . status

use std::env;
use std::collections::HashMap;
use rand::seq::SliceRandom;

use Life::Interests::Technology::{
    Languages::{Go, Rust},
    Fields::{GameHacking, WebDevelopment},
    Infrastructure::{Unraid, Docker},
};
use Life::Mental::Traits::{Diagnosed::ADHD, Undiagnosed::Autism};
use Life::Interests::Arts::{Photography, DigitalArt::AIArt};
use Life::Interests::Gaming::Simulation::{Factorio, RimWorld};

impl Human {
    fn me(username: &str) -> Human {
        let middle_name = vec![env::var("MIDDLE_NAME").unwrap_or_default().as_str(), "C", ""].choose(&mut rand::thread_rng()).unwrap_or(&"");
        let name = format!("Ryan {} W.", middle_name);

        let endpoints = std::collections::HashMap::from([
            ("discord", ".xevion"),
            ("email", "xevion@xevion.dev"),
        ]);

        Human {
            name,
            pronouns: vec!["he", "they"],
            occupation: Life::Occupations::Student::University.pull(),
            description: "
                A full-stack software engineer navigating their way through the industry.
                With an attention to detail, I enjoy building projects that are elegant, robust, and impactful.
                Although I specialize in Web Development, my skill set is extensive, and I'm confident in my ability to learn anything.",
            recent_projects: vec![
                "https://github.com/acmutsa/Portal",
                "https://github.com/Xevion/rdap",
                "https://github.com/Xevion/grain",
            ],
            endpoints,
        }
    }
}

Pinned Loading

  1. acmutsa/Portal acmutsa/Portal Public

    ACM UTSA's in-house Membership Portal and Database

    TypeScript 5 1

  2. phototag phototag Public

    Rich tagging in the Terminal via Google Vision API

    Python 11 1

  3. Pac-Man Pac-Man Public

    A retro Pac-Man clone built in Rust with SDL2 bindings, playable in the browser

    Rust 2 1

  4. byte-me byte-me Public

    A cross-platform media bitrate visualizer built with Tauri and Rust

    Rust

  5. dynamic-preauth dynamic-preauth Public

    A proof of concept for server-side executable pre-authentication

    Rust

  6. Glim Glim Public

    Dynamic repository cards, rendered in pure Rust

    Rust