Skip to content
View mikkurogue's full-sized avatar
🇫🇮
🇫🇮

Organizations

@BigMile

Block or report mikkurogue

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 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
mikkurogue/README.md
pub struct Mikku {
    pub name: &str,
    pub location: &str,
    pub languages: Vec<&str>,
    pub editor: &str,
    pub os: &str,
    pub periphs: (&str, &str),
}

impl Mikku {
    pub fn new() -> Self {
         Mikku {
            name: "Mikku",
            location: "Vantaa, Finland",
            languages: vec!["rs", "ts", "go"],
            editor: "Neovim",
            os: "Arch Linux",
            periphs: ("Corne 58 split keyboard", "MX Master 4s"),
        }
    }
}

Full stack programmer. Finnish/Dutch

Mythic raider in WoW, I like games and anime alongside my programming.

Currently working on srcvault, a git forge alternative.

Rust makes it hard to write bad code by making it hard to write code in general.

Pinned Loading

  1. ts-analyzer ts-analyzer Public

    TypeScript error parser for more readable and actionable errors at a glance. A robust static analysis tool

    Rust 5

  2. hyprsettings hyprsettings Public

    GUI tool to help configure hyprland

    Rust 3

  3. xcsv xcsv Public

    Small and effecient excel to csv cli tool

    Rust 1

  4. dotfiles dotfiles Public

    Lua 1