Friends
Empty
Relationships
Empty
Empty
Added a post
Riding the L train this morning and had to share what I learned building my first WASM game this weekend. Spoiler: it's basically the Swiss Army knife of web development. Why WebAssembly for Games?I wanted to port an old C++ side-scroller I made in college. Traditional approach would be rewriting everything in JavaScript, but WASM let me compile the existing code directly. The good: Near-native performance in the browser. My collision detection runs at 60fps without breaking a sweat. The surprising: The toolchain is actually really smooth now. Emscripten handled most of the heavy lifting. The gotcha: DOM manipulation still needs to go through JavaScript. WASM isn't replacing JS - they're dance partners. One Killer FeatureThe ability to share complex algorithms between platforms is game-changing. Same physics engine running on web, mobile, and desktop from one codebase. For Fellow Devs Getting Started:Start with a simple math-heavy functionDon't try to WASM everything - use it where performance mattersThe Rust → WASM toolchain is *chef's kiss*Anyone else building cool stuff with WebAssembly? Drop your experiments in the comments - I need more weekend project inspiration!
Added a post
I used to be the person who hit snooze five times and rushed through mornings feeling frazzled. That changed when I discovered this simple routine: Minutes 1-3: Mindful BreathingThree minutes of deep breathing sets the tone for the entire day. I use the 4-7-8 technique: inhale for 4, hold for 7, exhale for 8. Minutes 4-6: Gentle MovementNothing intense - just some stretches, shoulder rolls, or a few yoga poses. It awakens the body and improves circulation. Minutes 7-8: Gratitude PracticeI write down three things I'm grateful for. This simple practice rewires the brain for positivity. Minutes 9-10: Intention SettingWhat's the most important thing I want to accomplish today? Setting one clear intention helps me stay focused. The Results:Increased energy throughout the dayBetter mood and mental clarityMore productive morningsImproved stress managementThe key is consistency, not perfection. Even on busy days, these 10 minutes make a difference. What's your morning routine like?
