deleted by creator
uh oh you need to buy the new iphone because the current update makes your old iphone too slow to use.😉
This is what I and many other programmers have done (not the removal, but fake delays), because it improves user experience, actually:
1.When the user clicks a button that should take long in their mind (like uncompressing a zip file etc) but is actually fast, it might seem like something is wrong and it didn’t work
2.When the user transitions between layouts of the application, if it loads everything too fast it will look too abrupt, a fake delay will be made here if a transition animation is not possible/doesn’t fit
next, you’ll tell people the door close button in elevators doesn’t actually work.
I’m pretty sure it’s either a myth (that it doesn’t work) or some US-centric thing, because when I worked as a delivery guy, I used to go through probably hundreds of different elevators in high-density residential buildings, and most of them have doors that stay open very long to allow baby strollers and heavy appliances to be placed inside, and on pretty much all of these the door closing button works, immediately closing the door
The door close button does nothing in Canada but in the middle east it actually works immediately. I was shocked when I tried in the middle east I used to just do it for fun in Canada.
Works in 90% of the elevators I take in Canada 🤷♂️
Maybe I’m unlucky
“That is genius” - Elon Musk
yeah, oldest trick in the book
Used to work with a guy who would put 3 second sleeps after every line in our Jenkins file. He would then say how he’s so busy because he has no time when he’s always waiting for builds to run.
Chris, everyone knows what you were doing.
For even better payoff reduce the sleep by 100-500 per major update
Who needs to add Sleep calls when you can just do your shitty every day naive implementation and let your future colleagues fix your mess.