hello! i'm francois
Honors Computer Science major @ UofA with a focus on systems programming and cybersecurity.
- Software Engineer Intern @ IBM
- Open source contributor to some cybersec projects such as Falco
- Former Open source AI Engineer @ UAIS
- Former Full Stack Developer @ UofA Blueprint Chapter
Hardest App to Doomscroll On =====================>
My server that I occasionally look at =================>
I hate short-form but I have the app bc friends: =========>
If you get this, we need to be friends. Discord user: fr4nsyz
(hint: walk the list, accumulate, never forget)
# Node structure [ data (4 bytes) | next_year (4 bytes) ]
la t0, HEAD
mv a0, zero
loop:
addi t2, t0, 8
lw t1, 0(t2)
lw t3, -4(t2)
mul a0, a0, t3
beq t1, zero, exitLoop
mv t0, t1
j loop
exitLoop:
ret



