I built a clinical genomics pipeline this weekend that no existing clinical tool uses yet for V0 zero to agent.
AlphaGenome + Claude + Vercel
@vercel@AnthropicAI@GoogleDeepMind
Soldering session debrief:
-Most passives soldered successfully
-One 0603 100nF cap lost to the void o7
-Regreting not toggling thermal relief for GND pads ๐
More work to do tmrw ๐ซก
(Budget soldering station don't flame me ๐๐ญ)
I implemented @GoogleResearch's TurboQuant as a CUDA-native compression engine on Blackwell B200.
5x KV cache compression on Qwen 2.5-1.5B, near-loseless attention scores, generating live from compressed memory.
5 custom cuTile CUDA kernels ft:
- fused attention (with QJL corrections)
- online softmax
-on-chip cache decompression
- pipelined TMA loads
Try it out: https://t.co/m5vkJxWIY6
s/o @blelbach and the cuTile team at @nvidia for lending me Blackwell GPU access :)
cc @sundeep@GavinSherry
I implemented @GoogleResearch's TurboQuant as a CUDA-native compression engine on Blackwell B200.
5x KV cache compression on Qwen 2.5-1.5B, near-loseless attention scores, generating live from compressed memory.
5 custom cuTile CUDA kernels ft:
- fused attention (with QJL corrections)
- online softmax
-on-chip cache decompression
- pipelined TMA loads
Try it out: https://t.co/m5vkJxWIY6
s/o @blelbach and the cuTile team at @nvidia for lending me Blackwell GPU access :)
cc @sundeep@GavinSherry
I implemented @GoogleResearch's TurboQuant as a CUDA-native compression engine on Blackwell B200.
5x KV cache compression on Qwen 2.5-1.5B, near-loseless attention scores, generating live from compressed memory.
5 custom cuTile CUDA kernels ft:
- fused attention (with QJL corrections)
- online softmax
-on-chip cache decompression
- pipelined TMA loads
Try it out: https://t.co/m5vkJxWIY6
s/o @blelbach and the cuTile team at @nvidia for lending me Blackwell GPU access :)
cc @sundeep@GavinSherry
My 6-axis robotic arm controller PCB that I designed back in high school.
The v2 specs:
- 4-layer board, 12A max current
- Dual ESP32 + STM32 integration
- Custom op-amp servo feedback
- Optimized for thermals & signal integrity
- Fully validated
But getting to this point wasn't easy. I learned a lot the hard way.
v1 had major signal integrity issues that forced me to cut traces, add bodge wires, and do a ton of messy rework just to get basic functionality.
But that board forced me to learn:
power distribution, spacing, layout discipline, and hot loop control.
Now that exact stuff is the foundation for the RF + power electronics boards I design at UWaterloo.