- ποΈΒ Hand Universe - Interactive 3D Hand Modeling portfolio built with Three.js + React Three Fiber. Your hand controls the hands.
- πͺ¨Β Sisyphus Clicker - Train your fingers, test your meaning, and imagine yourself happy with this clicker game!
- β¨οΈ Daedalus Digits - Navigate a labyrinth of passages and craft coordination with your digits.
# __________________ __________________ __________________
# | | | | | |
# | π₯οΈ π₯οΈ | | π₯οΈ π₯οΈ | | π₯οΈ π₯οΈ |
# |__________________| |__________________| |__________________|
# π₯ hackin rack is status: active β¨
class WhoAmI:
def __init__(self):
self.greeting = "π hello, git world."
self.ποΈ = "Doctor of Physical Therapy"
self.π = "Health IT / MedTech Advisor & Hand model"
self.π = "Vibe CTO"
self.stats_to_max = [
"CTO leadership",
"Director of Engineering systems",
"Product Management instinct",
]
self.always_learning = ["AI/ML", "Python"]
self.daily_protocol = "Automate or optimize everything I touch."
self.synthesize = [
"Prompt/context engineering",
"QA engineering",
"User feedback loops, UX, product telemetry",
]
self._webcam = None
self._ops_laptop = None
self.rigs = {
"mac": {
"model": "MacBook Air M2",
"cpu": "Apple Silicon 8-core",
"use_case": "Build, ship, orchestrate on the go.",
},
"pc": {
"case": "Lian Li O11 Dynamic XL",
"motherboard": "ASUS ROG Strix B850-F (AM5, DDR5)",
"cpu": "Ryzen 9 7900X (12c/24t)",
"gpu": "NVIDIA EVGA RTX 3080 Ti XC3 Ultra",
"ram": "Corsair Vengeance RGB 64GB DDR5 6400MHz",
"cooling": "iCUE Link TITAN 240 RX + RX120 RGB (x6)",
"storage": [
"2TB Samsung 990 EVO Plus (Gen4)",
"1TB SanDisk SSD",
],
"monitors": [
'ASUS TUF VG32AQL1A 32" QHD (2560x1440, IPS, 170Hz, 1ms)',
'ASUS VG278Q 27" (1080p, 144Hz, 1ms)',
],
"peripherals": [
"Razer Huntsman V3 Pro Tenkeyless",
"Logitech G502X Plus",
"Drop + Sennheiser PC38X",
self._webcam,
],
"use_case": "See you on the leaderboards.",
},
"ops_laptop": {
"device": self._ops_laptop,
"os": "classified",
"use_case": "Field diagnostics, Wi-Fi sniffing, other legal things.",
},
}
def __repr__(self):
return f"<{self.π} | {self.ποΈ} + {self.π}>"
print(WhoAmI())





