back
user profile
skadamat
5,837karma·1,157submissions·August 2, 2011
about
Better data tools
recent activity (1,157 total)
comment
Yeah it doesn't work that well on mobile. It takes a LOT of blood, sweat, and tears to get these D3 visualizations to be mobile friendly and this is just a fun project after all.
comment
Honestly its quite nice to see a git commit with ALL the context you need to understand what changed, not just the code. Another bonus is you get to avoid the clunkiness of DVC
comment
Excited to play with this more! Forked the repo and added the models into the repo itself (migrated from Dropbox): https://github.com/xetdata/EfficientSAM …
comment
Congrats! FYI your link rendering seems funky and doesn't seem to be clickable?
comment
Big fans of NFS, we built a Rust library that implemented NFS for a similar same use case (mounting Git repos): https://about.xethub.com/blog/nfs-fuse-why-we-built-nfs-serv... …
comment
If folks want a lower dimensional version of this for their own models, I'm a big fan of the Netron library for model architecture visualization. Wrote about it here: https://about.xet…
comment
If you scroll down to the bottom, you see the following text: "By checking this box, I understand this research model is not intended to be accessed by residents of, or those accessing the model …
comment
Well Python lives in the backend and JS in the frontend. You can't really build rich front-end apps yet in Python. There's 20 tools to build neat little data / ML dashboards in Python t…
comment
IMO there really isn't one. Nobody has been able to build a business here (yet). Unfortunately the folks who have this problem (data scientists) rarely have budget internally. Ideally these solut…
comment
They had essentially 0 revenue though. Nobody paid for streamlit cloud. Snowflake's acquisition of Streamlit was similar to Google Cloud's acquisition of Kaggle. They bought a large communit…
comment
We built a Rust implementation of NFS to accomplish the same thing! https://news.ycombinator.com/item?id=37573679 This lets you: - Mount a Git repo + branch state to a folder: `git xe…