Skip to main content

Important Laws that Newton Forgot to State

LAW OF QUEUE: If you change queues, the one you have left will start to move faster than the one you are in now.
LAW OF TELEPHONE: When you dial a wrong number, you never get an engaged one.
LAW OF MECHANICAL REPAIR: After your hands become coated with grease, your nose will begin to itch.
LAW OF THE WORKSHOP: Any tool, when dropped, will roll to the least accessible corner.
LAW OF THE ALIBI: If you tell the boss you were late for work because you had a flat tire, the next morning you will have a flat tire.
BATH THEOREM: When the body is immersed in water, the telephone rings.
LAW OF ENCOUNTERS: The probability of meeting someone you know increases when you are with someone you don't want to be seen with.
LAW OF THE RESULT: When you try to prove to someone that a machine won't work, it will!
LAW OF BIOMECHANICS: The severity of the itch is inversely proportional to the reach.
THEATRE RULE: People with the seats at the furthest from the aisle arrive last.
LAW OF COFFEE: As soon as you sit down for a cup of hot coffee, your boss will ask you to do something which will last until the coffee is cold.

Comments

Popular posts from this blog

Being A Mother Is a Gift

Top 10 Arts Colleges in INDIA

Infrastructure as Code (IaC)

What does infrastructure as code mean? Infrastructure as Code (IaC) is a method to provision and manage IT infrastructure through the use of source code, rather than through standard operating procedures and manual processes. You’re basically treating the servers, databases, networks, and other infrastructure like software. And this code can help you configure and deploy these infrastructure components quickly and consistently. In the past, setting up IT infrastructure has been a very manual process. Humans have to physically rack and stack servers. Then this hardware has to be manually configured to the requirements and settings of the operating system used and application that’s being hosted. Finally, the application has to be deployed to the hardware. Only then can your application be launched. Ugh. With IaC, you can use tools like Terraform, CloudFormation, Puppet, Chef, and other tools to create scripts that will configure your servers, databases, operating systems, and ...