public class ProcrastinationTechnique {
// Create an infinite loop to do absolutely nothing
while (true) {
// Open a tab to YouTube
tab = open("www.youtube.com")
// Watch cat videos
while (tab.open()) {
// Refresh the tab
tab.refresh()
}
}
}
We, at Steve's Techniques, are committed to providing the most efficient ways to do nothing in the shortest amount of time. Join us in our quest for productivity avoidance.