class Fenil:
def __init__(self):
self.role = "Former CTO"
self.company = "@archimedes-it"
self.location = "New York, US"
self.coffee_consumed = "โ"
self.bugs_fixed = "too many to count"
def current_focus(self):
return [
"Making neural networks less mysterious",
"Writing C code that doesn't segfault",
"Convincing Go to be faster than it already is"
]
๐ฅ๏ธ OS System Components
When the standard library isn't fast enough...
Built memory managers in C that make malloc() jealous
๐ง Neural Network from Scratch
No TensorFlow, no PyTorch, just pure NumPy chaos
Teaching computers to think, one matrix multiplication at a time
๐ง Custom Git in Go
"I can build that" - Famous last words
Version control system because why not reinvent the wheel?
Mon โโโโโโโโโโโโโโโโโโโโโโโโโโโโ 28 commits
Tue โโโโโโโโโโโโโโโโโโโโโโโโโโ 24 commits
Wed โโโโโโโโโโโโโโโโโโโโโโ 22 commits
Thu โโโโโโโโโโโโโโโโโโโโโโโโโโโ 27 commits
Fri โโโโโโโโโโโโโโโโโโโโโโโโโโโโ 30 commits
Sat โโโโโโโโโโโโโโโ 15 commits
Sun โโโโโโโโโโ 10 commits
Most productive: Fridays at 2 AM โ
Language of choice: Whatever solves the problem
Debugging status: Always
Today I'm feeling like... |
---|
"There are only 10 types of people in the world: those who understand binary and those who don't" |
"It works on my machine" ยฏ\(ใ)/ยฏ |
"99 little bugs in the code, 99 little bugs... Take one down, patch it around, 127 little bugs in the code" |
Currently debugging: Why my neural network thinks everything is a hotdog ๐ญ
- ๐ง I think in algorithms and dream in stack traces
- โก Optimized a memory allocator that runs 50x faster than malloc
- ๐ Read academic papers on neural architectures during lunch breaks
- ๐ฎ Built an AI that plays games (spoiler: it loses to humans)
- ๐ Former CTO who still writes code because management meetings are scary