I'm a first-year CS student at UNSW with a deep fascination for how software interacts with hardware. I love peeling back the layers, from building softwares to architecting neural networks, and building systems that are fast, correct, and mine.
fn main() {
let me = Developer {
name: "xCirno",
uni: "UNSW Sydney β CS Year 1",
passion: vec!["Low-Level Systems", "Graphics", "AI Research"],
hardware: "Always asking 'but what does the CPU actually do?'",
status: "Currently hacking on Vertra Engine π",
};
println!("{:?}", me);
}- π§ I spend way too much time ricing my Linux environment (worth it)
- π© If a problem can be solved closer to the metal, that's where I'll go
- π I genuinely enjoy reading ISA manuals for fun


