Skip to content
View mairacanal's full-sized avatar

Highlights

  • Pro

Organizations

@oresat @zenitheesc
Block or Report

Block or report mairacanal

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
mairacanal/README.md
// ~/mairacanal.rs

impl AboutMe {
    fn getCurrentWorkplace() -> &str {
        "Igalia"
    }

    fn getCurrentDegree() -> Degree {
        Degree {
            course: "Computer Engineering",
            university: "University of São Paulo",
            onGoing: true,
        }
    }

    fn getDailyKnowledge() -> Vec<&str> {
        vec![
            "C/C++",
            "Rust",
            "Data Structures",
            "Linux Kernel",
            "Yocto",
            "FreeRTOS",
            "Computer Architecture",
            "Embedded Systems",
            "ARM",
            "Vim",
        ]
    }

    fn getOpenSourceProjects() -> Vec<&str> {
        vec![
            "Linux Kernel, especially the DRM subsystem",
            "igt-gpu-tools",
            "Mesa",
            "VK-GL-CTS",
            "LLVM",
            "meta-openembedded",
        ]
    }

    fn getMyLinks() -> Vec<&str> {
        vec![
            "https://www.linkedin.com/in/mairacanal/",
            "https://mairacanal.github.io/",
        ]
    }

    fn getFutureGoal() -> &str {
        "Learn more about RISC-V, Rust, and GPU architecture."
    }
}

Pinned

  1. zenitheesc/frameworkd zenitheesc/frameworkd Public

    A framework for creating daemons in our architecture

    C++ 3

  2. zenitheesc/meta-zenith-os zenitheesc/meta-zenith-os Public

    Our distro layer for Linux-based OS project

    2

  3. linux linux Public

    Forked from torvalds/linux

    Linux kernel source tree

    C

  4. torvalds/linux torvalds/linux Public

    Linux kernel source tree

    C 171k 51.9k

  5. kworkflow/kworkflow kworkflow/kworkflow Public

    kw is our inglorious kernel developer workflow tool with a simple mission: reduce the overhead with infrastructure setup for Linux development

    Shell 120 85

  6. llvm/llvm-project llvm/llvm-project Public

    The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

    25.8k 10.5k