while (alive) {
eat();
code();
sleep();
repeat();
}
01010011 01110100 01100001 01101100 01101011 01101001 01101110 01100111 00100000
01101101 01111001 00100000 01100011 01101111 01100100 01100101 00111111 00100000
01001000 01101111 01110000 01100101 00100000 01111001 01101111 01110101 00100000
01100010 01110010 01101111 01110101 01100111 01101000 01110100 00100000 01100001
00100000 01101101 01100001 01110000 00101101 00100000 01101001 01110100 00100111
01110011 00100000 01100001 00100000 01101010 01110101 01101110 01100111 01101100
01100101 00100000 01101001 01101110 00100000 01101000 01100101 01110010 01100101
00100001
When I'm not questioning my life choices or debugging code that worked perfectly yesterday:
class AayushBrain:
def __init__(self):
self.current_status = "Probably overthinking code architecture"
self.coffee_level = "Critically Low"
self.bugs_fixed = "โ"
self.bugs_created = "โ + 1"
def daily_routine(self):
return [
"Wake up",
"Question existence",
"Open 47 Stack Overflow tabs",
"Close 47 Stack Overflow tabs",
"Write code",
"Question code",
"Delete code",
"Rewrite same code",
"Push to production at 4:59 PM",
"Pray it works"
]
What I Say I Do | What I Actually Do |
---|---|
NLP Research | Talk to ChatGPT |
Full-Stack Development | Stack Overflow Copying Artist |
Problem Solving | Creating More Problems |
Education Innovation | Teaching computers to be as confused as I am |
<script>
let skills = {
languages: ["JavaScript", "Python", "HTML", "CSS", "Coffee Script โ"],
frameworks: ["Svelte ๐", "React (when Svelte is sleeping)", "Node.js"],
nlp_tools: ["NLTK", "spaCy", "Transformers", "GPT (my therapist)"],
database: ["MongoDB", "PostgreSQL", "My brain (volatile storage)"],
currently_learning: "How to center a div ๐ญ",
fun_fact: "I debug code by staring at it until it feels guilty"
};
</script>
- ๐คนโโ๏ธ Education Apps: Teaching machines to be smarter than me (low bar)
- ๐ญ NLP Experiments: Teaching computers to understand humans (still working on understanding them myself)
- ๐ช Web Apps: Creating digital experiences that hopefully don't crash
- ๐ค Automation: Because I'm too lazy to do things manually
๐ Expectations
๐ Reality
๐ Coffee Intake
const current_status = {
listening_to: "Syntax errors in my head",
watching: "Code compile",
learning: "Everything except what I'm supposed to",
mood: Array(99).fill('๐')[Math.floor(Math.random() * 99)]
};