// ~/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."
}
}
Linux Kernel Developer @ Igalia || Computer Engineering @ USP
- São Paulo, Brazil
-
19:43
(UTC -03:00) - mairacanal.github.io
Pinned Loading
-
-
-
llvm/llvm-project
llvm/llvm-project PublicThe LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
-
raspberrypi/linux
raspberrypi/linux PublicKernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.