root@marion:~$ whoami
marion_cuyas
root@marion:~$ cat profile.txt
Backend Developer | Security Enthusiast | SysAdmin Student | Code Breaker & Builder
root@marion:~$ ls skills/
backend/ frontend/ security/ systems/
root@marion:~$ cat about_me.txt
Identity: Queer human navigating tech spaces
Approach: Unconventional solutions to conventional problems
Belief: Diverse perspectives make better security
Status: Drinking coffee
root@marion:~$ echo $PASSION
"Learning new things, playing with code, building cool&secure stuff"
root@marion:~$ ./start_session.sh
Session initiated. Welcome!public class Marion {
private String currentFocus = "Mastering Backend Development and Becoming a SysAdmin";
private String[] learning = {"Spring Security", "Hardware", "OS implementation"};
private boolean openToCollaborate = true;
public void dailyRoutine() {
coffee()
code();
coffee()
breakThings();
coffee()
learnFromMistakes();
repeat();
}
}Note
I enjoy tinkering with computers and learning how they operate. In a world so digitalized it's crucial to have people that know how to fix, repair and secure them. Technology shapes our lives, and those who build it have a responsibility to protect it. That's why I'm here: to be part of that protection.
root@marion:~$ ./collaborate.sh
Open to connecting with amazing humans!
Let s build something awesome or do some CTF together :)
root@marion:~$ uptime
Always online, always learning, always playing
root@marion:~$ exit
Thanks for visiting! Feel free to reach out anytime.
Beep bop.

