AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
I've Run Into That Problem Too, Is It Just Sloppiness?
People version control the code they used to do something for their own internal purposes. They don't intend to release that, thinking that people are going to try to reproduce what they're doing. And it's just hard when you're trying to make things reproducible. It's actually very difficult. People will have like, a requirements file or something like that that has certain packages, or somethinglike that, with versions sbut they sort of miss a certain dependency and breaks things in weird ways.