Ishan Khatri

@ishan.khatri.io

Researching computer vision stuff at Stack AV in Pittsburgh. Photography @ishankhatri.com

Fellow Linux enjoyers, is Gnome still the best DE with good touch support? Or is there something else I can use? (Have an older surface pro tablet I’d like to use for notes and pdfs etc)

Some vibe-coding thoughts: I think the zero-coding-experience vibe coders miss how much of what impresses them when Claude produces what they perceive to be a fully functional app comes from the ready-built frameworks that enable the construction of such apps just by writing some boilerplate.

The biggest misconception I see online about self-driving is that end-to-end == no LiDAR (camera only). The sensor suite doesn’t determine the algorithmic approach, you can have an end to end approach with multiple sensors 😑

Alright in the interest of creating the kind of discussion/posting I want to see on this site, I'm gonna share something that I learned in the past few weeks. Not new, not mind blowing, but I was reading the VAE and VQ-VAE papers this winter break for some projects so here we go 🧵

This is a real rebuttal from the papers I am reviewing at NeurIPS... the reviewer who wrote this gave the paper a 2 (reject) with a confidence of 5 (absolutely certain & familiar with all related work, the highest confidence available). What the hell are we even doing here...?

An image showing a reviewer comment of "paper does not address object detection" with the authors responding with a list of object detection metrics included in the paper...

My team at Stack just open sourced our runtime shape checking library for PyTorch & Numpy. It's hugely inspired by @patrickkidger.bsky.social's Jaxtyping but fixes a few key issues we ran into (namely, compatibility with torch.jit.trace & torch.compile). Try it with `pip install dltype`