Langsung ke konten utama

11 Aturan Hidup Bill Gates Yang Disampaikan Kepada (Maha) Siswa

 

11 Aturan Hidup Bill Gates Yang Disampaikan Kepada (Maha) Siswa

 

Suatu saat Bill Gates ini memberikan ceramah di Sekolah perihal 11 hal yang tidak akan mereka pelajari di sekolah. Dia berbicara tentang bagaimana “perasaan” serta ajaran yang menciptakan generasi muda tanpa konsep yang jelas dan bagaimana konsep ini “mengatur” kegagalan dalam dunia nyata.

 

Dia berkata dengan tegas:

 

Aturan 1:
Hidup ini tidak adil – hadapilah itu!

 

Aturan 2:

 

Dunia tidak akan peduli tentang harga diri Anda. Dunia akan mengharapkan Anda untuk menyelesaikan sesuatu SEBELUM anda merasa berhasil tentang diri Anda sendiri.

 

Aturan 3:

 

Anda TIDAK akan menghasilkan $ 60.000 (Oktober 2012: ~Rp. 550 Juta) setahun keluar dari Sekolah. Anda tidak akan menjadi wakil direktur dengan telepon mobil sampai Anda berhak untuk itu.

 

Aturan 4:
Jika Anda merasa guru Anda sangat sulit, tunggu sampai Anda mendapatkan bos.

 

Aturan 5:
Pekerjaan membalikkan burger tidak menurunkan martabat Anda. Kakek dan nenek Anda memiliki kata yang berbeda untuk pekerjaan itu – mereka menyebutnya kesempatan.

 

Aturan 6:
Jika Anda kacau, itu bukan kesalahan orangtua, jadi jangan mengeluh karenanya, belajarlah dari mereka.

 

Aturan 7:
Sebelum kamu lahir, orang tua Anda tidak membosankan seperti sekarang. Mereka seperti itu karena bekerja agar dapat membayar biaya hidup, membersihkan pakaian dan kamar Anda serta sering mendengarkan  tentang bagaimana kerennya Anda. Jadi, sebelum berpikir untuk melenyapkan parasit dari orangtua Anda, cobalah tengok lemari di kamar Anda sendiri.

 

Aturan 8:

 

Sekolah mungkin tidak menghasilkan para pemenang dan pecundang, tapi hidup ini TIDAK. Di beberapa sekolah sedikit sekali anda mendapat nilai-nilai kegagalan dan mereka akan memberikan BANYAK KALI kesempatan yang Anda inginkan untuk mendapatkan jawaban yang tepat. Ini sangat berbeda dengan APAPUN dalam kehidupan nyata.

 

Aturan 9:
Hidup tidak dibagi dalam semester. Anda tidak mendapatkan libur musim panas (pengcualian) dan sangat sedikit majikan tertarik dalam membantu Anda MENCARI DIRI SENDIRI. Lakukan itu oleh Anda secara mandiri.

 

Aturan 10:
Televisi dan Film adalah BUKAN kehidupan nyata. Dalam kehidupan nyata orang-orang harus meninggalkan warung kopi, kafe atau mall dan pergi ke pekerjaan mereka.

 

Aturan 11:
Bersikap baiklah pada orang yang gila kerja. Kemungkinan Anda akan berakhir bekerja untuk satu orang dari mereka.

Komentar

Postingan populer dari blog ini

HOW TO FIX : ERROR:gpu_init.cc(426) Passthrough is not supported, GL is disabled in VS Code Python Selenium ChromeDriver Pytest

HOW TO FIX : ERROR:gpu_init.cc(426) Passthrough is not supported, GL is disabled in VS Code Python Selenium ChromeDriver Pytest have you ever experienced an error like the one below when using pytest, python selenium chromedriver? [14184:2436:0319/060520.198:ERROR:gpu_init.cc(440)] Passthrough is not supported, GL is disabled, ANGLE is [7108:12512:0319/060620.351:ERROR:device_event_log_impl.cc(214)] [06:06:20.350] USB: usb_device_handle_win.cc:1049 Failed to read descriptor from node connection: A device attached to the system is not functioning. (0x1F) [7108:12512:0319/060620.356:ERROR:device_event_log_impl.cc(214)] [06:06:20.356] USB: usb_device_handle_win.cc:1049 Failed to read descriptor from node connection: A device attached to the system is not functioning. (0x1F) [7108:12512:0319/060620.357:ERROR:device_event_log_impl.cc(214)] [06:06:20.357] USB: usb_device_handle_win.cc:1049 Failed to read descriptor from node connection: A device attached to the system is not functioning....

0.0.0.0 Python Essentials - About the Curriculum

About the course curriculum PCAP: Programming Essentials in Python  (short form:  Python Essentials ) is a two-course series that covers all the basics of programming in Python, as well as general computer programming concepts and techniques, and the object-oriented approach. The Python Essentials course series is divided into two parts: Python Essentials 1 (PE1): BASICS , consisting of four modules; Python Essentials 2 (PE2): INTERMEDIATE , consisting of four modules. Each student has access to  hands-on practice materials ,  labs ,  quizzes , and  tests  to learn how to utilize the skills and knowledge gained on the course and interact with some  real-life programming tasks and situations . Students who complete the course will be able to accomplish coding tasks related to the basics of programming in the Python language, and to understand the fundamental notions and techniques used in object-oriented programming. Furthermore, they will be ready...

Python Essentials 1 - Module 1

  Python Essentials 1: Module 1 Introduction to Python and computer programming In this module, you will learn about: the fundamentals of computer programming, i.e., how the computer works, how the program is executed, how the programming language is defined and constructed; the difference between compilation and interpretation what Python is, how it is positioned among other programming languages, and what distinguishes the different versions of Python. How does a computer program work? This course aims to show you what the Python language is and what it is used for. Let's start from the absolute basics. A program makes a computer usable. Without a program, a computer, even the most powerful one, is nothing more than an object. Similarly, without a player, a piano is nothing more than a wooden box. Computers are able to perform very complex tasks, but this ability is not innate. A computer's nature is quite different. It can execute only extremely simple operations. For exampl...