Vinayak Mehta (@vortex_ape) 's Twitter Profile
Vinayak Mehta

@vortex_ape

Founding engineer @junedotso. F'20 @recursecenter. Working on open-source tools fleurmcp.com, camelot, present, excalibur, and many more.

ID: 587744668

linkhttps://vinayak.io/about calendar_today22-05-2012 20:53:48

921 Tweet

1,1K Followers

285 Following

Vinayak Mehta (@vortex_ape) 's Twitter Profile Photo

nvm i just did it with yt-dlp -x --audio-format mp3 --audio-quality 0 <url> && whisper <title>.mp3 --model turbo the output is pretty good!

Vinayak Mehta (@vortex_ape) 's Twitter Profile Photo

why call it the claude code sdk when it's the same cli from a month ago? i need to do a subprocess call and can't really "import" it in my code

Vinayak Mehta (@vortex_ape) 's Twitter Profile Photo

today i found myself building a docker image with both python and ruby (don't ask me why) i was installing ruby with rvm on python-slim, but rvm was taking minutes downloading and compiling ruby i switched it up by installing python with uv on ruby-slim and it took just 1s 🤯

Vinayak Mehta (@vortex_ape) 's Twitter Profile Photo

tried to use render.com this week to deploy a small project, but it was so painful that i defaulted to rsync-ing stuff to an ec2 instance