Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Installing, updating or adding components to Visual Studio is so strange; there's no network traffic (after the "Acquiring" phase), not much CPU load and mostly low disk load. Yet the process moves more slowly than a Sophia Coppola movie.
How do they manage that? By inserting a Thread.Sleep(50) between every instruction?
undefined