├── .markdownlintrc ├── CONTRIBUTING.md ├── LICENSE.txt ├── README.md └── images ├── alan_kay.jpg ├── alan_turing.jpg ├── albert_einstein.jpg ├── arthur_c_clarke.jpg ├── bill_gates.jpg ├── bjarne_stroustrup.jpg ├── bruce_schneier.jpg ├── don_delillo.jpg ├── donald_norman.jpg ├── douglas_adams.jpg ├── edsger_dijkstra.jpg ├── elbert_hubbard.jpg ├── elon_musk.jpg ├── grace_hopper.jpg ├── harold_abelson.jpg ├── jeff_bezos.jpg ├── john_cleese.jpg ├── kathy_sierra.jpg ├── keith_bostic.jpg ├── ken_thompson.jpg ├── larry_wall.jpg ├── linus_torvalds.jpg ├── martin_fowler.jpg ├── omar_bradley.jpg ├── pablo_picasso.jpg ├── peter_wegner.jpg ├── richard_stallman.jpg ├── rick_cook.jpg ├── steve_jobs.jpg ├── steve_mcconnell.jpg ├── sydney_harris.jpg ├── tony_hoare.jpg └── unknown.jpg /.markdownlintrc: -------------------------------------------------------------------------------- 1 | { 2 | "line-length": false, 3 | "no-inline-html": false 4 | } 5 | img[alt=drawing] 6 | { 7 | width: 200px; 8 | } 9 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contribution Guidelines 2 | 3 | There's no restriction to contribution at all. The only guidelines that we should point out are: 4 | - Before submitting your pull request, make sure of the authenticity of quote that you are adding. 5 | - Try to respect our README.md's template. 6 | - If you have any question, you can use our Issues' page. -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- 1 | Creative Commons Legal Code 2 | 3 | CC0 1.0 Universal 4 | 5 | Official translations of this legal tool are available 6 | CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER. 7 | Statement of Purpose 8 | 9 | The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work"). 10 | 11 | Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others. 12 | 13 | For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights. 14 | 15 | 1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following: 16 | 17 | the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work; 18 | moral rights retained by the original author(s) and/or performer(s); 19 | publicity and privacy rights pertaining to a person's image or likeness depicted in a Work; 20 | rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below; 21 | rights protecting the extraction, dissemination, use and reuse of data in a Work; 22 | database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and 23 | other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof. 24 | 2. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose. 25 | 26 | 3. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose. 27 | 28 | 4. Limitations and Disclaimers. 29 | 30 | No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document. 31 | Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law. 32 | Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work. 33 | Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work. 34 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Awesome IT Quotes [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) 2 | 3 | This is a list of awesome IT quotes. The aim is to collect all relevant quotes said over the history of IT. 4 | 5 | ## Contents 6 | 7 | 8 | - [Alan Kay](#alan-kay) 9 | - [Alan Turing](#alan-turing) 10 | - [Albert Einstein](#albert-einstein) 11 | - [Arthur C. Clarke](#arthur-c-clarke) 12 | - [Bill Gates](#bill-gates) 13 | - [Bjarne Stroustrup](#bjarne-stroustrup) 14 | - [Bruce Schneier](#bruce-schneier) 15 | - [Don DeLillo](#don-delillo) 16 | - [Don Norman](#don-norman) 17 | - [Douglas Adams](#douglas-adams) 18 | - [Edsger Dijkstra](#edsger-dijkstra) 19 | - [Edward V. Berard](#edward-v-berard) 20 | - [Elbert Hubbard](#elbert-hubbard) 21 | - [Elon Musk](#elon-musk) 22 | - [Grace Hopper](#grace_hopper) 23 | - [Harold Abelson](#harold-abelson) 24 | - [Jeff Pesis](#jeff-pesis) 25 | - [John Cleese](#john-cleese) 26 | - [Kathy Sierra](#kathy-sierra) 27 | - [Keith Bostic](#keith-bostic) 28 | - [Ken Thompson](#ken-thompson) 29 | - [Larry Wall](#larry-wall) 30 | - [Linus Torvalds](#linus-torvalds) 31 | - [Mark Minasi](#mark-minasi) 32 | - [Martin Fowler](#martin-fowler) 33 | - [Omar Bradley](#omar-bradley) 34 | - [Pablo Picasso](#pablo-picasso) 35 | - [Peter Deutsch](#peter-deutsch) 36 | - [Peter Wegner](#peter-wegner) 37 | - [Richard Stallman](#richard-stallman) 38 | - [Rick Cook](#rick-cook) 39 | - [Steve Jobs](#steve-jobs) 40 | - [Steve McConnell](#steve-mcconnell) 41 | - [Sydney Harris](#sydney-harris) 42 | - [Tony Hoare](#tony-hoare) 43 | - [Vidiu Platon](#vidiu-platon) 44 | 45 | ## Contribution Guidelines 46 | 47 | Contribution guidelines can be found [here](CONTRIBUTING.md) 48 | 49 | ## Quotes 50 | 51 | | Quote | Author | 52 | |:-:|:-:| 53 | | “Most software today is very much like an Egyptian pyramid with millions of bricks piled on top of each other, with no structural integrity, but just done by brute force and thousands of slaves.”

“Technology is anything that wasn’t around when you were born.” |
[![Alan Kay](images/alan_kay.jpg)](https://en.wikipedia.org/wiki/Alan_Kay)
Alan Kay (Computer Scientist, pioneering work on object-oriented programming) | 54 | | “A computer would deserve to be called intelligent if it could deceive a human into believing that it was human.”

“Machines take me by surprise with great frequency.”

“We can only see a short distance ahead, but we can see plenty there that needs to be done.”

“Those who can imagine anything, can create the impossible.”

“If a machine is expected to be infallible, it cannot also be intelligent.”

“Sometimes it is the people who no one imagined anything of who do the things that no one can imagine” |
[![Alan Turing](images/alan_turing.jpg)](https://en.wikipedia.org/wiki/Alan_Turing)
Alan Turing (Computer Scientist, widely considered to be the father of theoretical computer science and artificial intelligence) | 55 | | “It has become appallingly obvious that our technology has exceeded our humanity.”

“There are only two ways to live your life. One is as though nothing is a miracle. The other is as though everything is a miracle.”

“If you can't explain it to a six year old, you don't understand it yourself.”

“Logic will get you from A to Z; imagination will get you everywhere.”

“Life is like riding a bicycle. To keep your balance, you must keep moving.”

“Anyone who has never made a mistake has never tried anything new.” |
[![Albert Einstein](images/albert_einstein.jpg)](https://en.wikipedia.org/wiki/Albert_Einstein)
Albert Einstein (Scientist theoretical physicist) | 56 | | “Any sufficiently advanced technology is equivalent to magic.” |
[![Arthur C. Clarke](images/arthur_c_clarke.jpg)](https://en.wikipedia.org/wiki/Arthur_C._Clarke)
Arthur C. Clarke (Science writer, futurist and inventor) | 57 | | “Measuring programming progress by lines of code is like measuring aircraft building progress by weight.”

“The advance of technology is based on making it fit in so that you don't really even notice it, so it's part of everyday life.”

"Success today requires the agility and drive to constantly rethink, reinvigorate, react, and reinvent"

“The Internet is becoming the town square for the global village of tomorrow.”

”Your most unhappy customers are your greatest source of learning.”

”The best way to prepare [to be a programmer] is to write programs, and to study great programs that other people have written. In my case, I went to the garbage cans at the Computer Science Center and fished out listings of their operating system.” |
[![Bill Gates](images/bill_gates.jpg)](https://en.wikipedia.org/wiki/Bill_Gates)
Bill Gates (American business magnate, investor, author, philanthropist and founder of Microsoft)| 58 | | “I have always wished for my computer to be as easy to use as my telephone; my wish has come true because I can no longer figure out how to use my telephone.”

“C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do it blows your whole leg off.”

“Clearly, I reject the view that there is one way that is right for everyone and for every problem.”

“A program that has not been tested does not work.”|
[![Bjarne Stroustrup](images/bjarne_stroustrup.jpg)](https://en.wikipedia.org/wiki/Bjarne_Stroustrup)
Bjarne Stroustrup is a Danish computer scientist, most notable for the creation and development of the widely used C++ programming language | 59 | | "Privacy is an inherent human right, and a requirement for maintaining the human condition with dignity and respect."

“It is poor civic hygiene to install technologies that could someday facilitate a police state.”

“Anyone, from the most clueless amateur to the best cryptographer, can create an algorithm that he himself can't break.” |
[![Bruce Schneier](images/bruce_schneier.jpg)](https://en.wikipedia.org/wiki/Bruce_Schneier)
Bruce Schneier (Cryptographer, computer security professional, and writer) | 60 | | “This is the whole point of technology. It creates an appetite for immortality on the one hand. It threatens universal extinction on the other. Technology is lust removed from nature.” |
[![Don DeLillo](images/don_delillo.jpg)](https://en.wikipedia.org/wiki/Don_DeLillo)
Don DeLillo (Author American novelist, playwright and essayist) | 61 | | “It’s not enough that we build products that function, that are understandable and usable, we also need to build products that bring joy and excitement, pleasure and fun, and yes, beauty to people’s lives.”

“A brilliant solution to the wrong problem can be worse than no solution at all: solve the correct problem.” |
[![Don Norman](images/donald_norman.jpg)](https://en.wikipedia.org/wiki/Don_Norman)
Don Norman (Co-founder of Nielsen Norman Group, former VP of Research at Apple Computer and author of The Design of Everyday Things.) | 62 | | “First we thought the PC was a calculator. Then we found out how to turn numbers into letters with ASCII — and we thought it was a typewriter. Then we discovered graphics, and we thought it was a television. With the World Wide Web, we’ve realized it’s a brochure.”

“A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.” |
[![Douglas Adams](images/douglas_adams.jpg)](https://en.wikipedia.org/wiki/Douglas_Adams)
Douglas Adams (Author, scriptwriter, essayist, humorist, satirist and dramatist.) | 63 | | “Raise your quality standards as high as you can live with, avoid wasting your time on routine problems, and always try to work as closely as possible at the boundary of your abilities. Do this, because it is the only way of discovering how that boundary should be moved foward.” |
[![Edsger Dijkstra](images/edsger_dijkstra.jpg)](https://en.wikipedia.org/wiki/Edsger_W._Dijkstra)
Edsger Wybe Dijkstra (Computer scientist and an early pioneer in many research areas of computing science. Turing Award Winner) | 64 | | “Walking on water and developing software from a specification are easy if both are frozen.” |
[![Edward V. Berard](images/unknown.jpg)](https://en.wikiquote.org/wiki/Edward_V._Berard)
Edward V. Berard is an American software engineer and consultant for The Object Agency, Inc. | 65 | | “One machine can do the work of fifty ordinary men. No machine can do the work of one extraordinary man.” |
[![Elbert Hubbard](images/elbert_hubbard.jpg)](https://en.wikipedia.org/wiki/Elbert_Hubbard)
Elbert Hubbard (writer, publisher, artist, and philosopher) | 66 | | “Failure is an option here. If things are not failing, you are not innovating enough.”

“When something is important enough, you do it even if the odds are not in your favor.”

“If you get up in the morning and think the future is going to be better, it is a bright day. Otherwise, it’s not.”

“Persistence is very important. You should not give up unless you are forced to give up.”

“I could either watch it happen or be a part of it.” |
[![Elon Musk](images/elon_musk.jpg)](https://en.wikipedia.org/wiki/Elon_Musk)
Elon Musk (Business magnate, investor, engineer, and inventor.) | 67 | | “If it's a good idea, go ahead and do it. It's much easier to apologize than it is to get permission.” |
[![Grace Hopper](images/grace_hopper.jpg)](https://en.wikipedia.org/wiki/Grace_Hopper)
Grace Hopper (American computer scientist, a pioneer of computer programming who invented one of the first compilers. She popularized the idea of machine-independent programming languages, which led to the development of COBOL.) | 68 | | “Programs must be written for people to read, and only incidentally for machines to execute.” |
[![Harold Abelson](images/harold_abelson.jpg)](https://en.wikipedia.org/wiki/Hal_Abelson)
Harold Abelson (Professor of Electrical Engineering and Computer Science at MIT, a fellow of the IEEE, and a founding director of both Creative Commons and the Free Software Foundation) | 69 | | “A brand for a company is like a reputation for a person. You earn reputation by trying to do hard things well.”

“If you do build a great experience, customers tell each other about that. Word of mouth is very powerful.” |
[![Harold Abelson](images/jeff_bezos.jpg)](https://en.wikipedia.org/wiki/Jeff_Bezos)
Jeff Bezos (CEO and President of Amazon) | 70 | | “Hardware: the parts of a computer that can be kicked.” |
[![Jeff Pesis](images/unknown.jpg)](images/unknown.jpg)
Jeff Pesis | 71 | | “Technology frightens me to death. It’s designed by engineers to impress other engineers. And they always come with instruction booklets that are written by engineers for other engineers — which is why almost no technology ever works.” |
[![John Cleese](images/john_cleese.jpg)](https://en.wikipedia.org/wiki/John_Cleese)
John Cleese (actor, voice actor, screenwriter, producer, and comedian) | 72 | | “It doesn't matter what you know, what matters is when you know” |
[![Kathy Sierra](images/kathy_sierra.jpg)](https://en.wikipedia.org/wiki/Kathy_Sierra)
Kathy Sierra (born 1957) is an American programming instructor and game developer. 73 | | “Perl – The only language that looks the same before and after RSA encryption.” |
[![Keith Bostic](images/keith_bostic.jpg)](https://en.wikipedia.org/wiki/Keith_Bostic)
Keith Bostic is an American Software Engineer and one of the key people in the history of Berkeley Software Distribution UNIX and Open Source software. 74 | | “One of my most productive days was throwing away 1000 lines of code.” |
[![Ken Thompson](images/ken_thompson.jpg)](https://en.wikipedia.org/wiki/Ken_Thompson)
Ken Thompson (computer scientist, early developer of UNIX OS) | 75 | | “It is easier to port a shell than a shell script.”

“Most of you are familiar with the virtues of a programmer. There are three, of course: laziness, impatience, and hubris.” |
[![Larry Wall](images/larry_wall.jpg)](https://en.wikipedia.org/wiki/Larry_Wall)
Larry Wall is a computer programmer and author. He created the Perl programming language. | 76 | | “Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program.”

“Software is like sex; it's better when it's free.”

“Artists usually don't make all that much money, and they often keep their artistic hobby despite the money rather than due to it.”

“I often compare open source to science. To where science took this whole notion of developing ideas in the open and improving on other peoples' ideas and making it into what science is today and the incredible advances that we have had. And I compare that to witchcraft and alchemy, where openness was something you didn't do.”

“Talk is cheap. Show me the code.”

"Don't hurry your code. Make sure it works well and is well designed. Don't worry about timing"

"Programmers are in the enviable position of not only getting to do what they want to, but because the end result is so important they get paid to do it. There are other professions like that, but not that many"

"In many cases the user interface to a program is the most important part for a commercial company: whether the programs works correctly or not seems to be secondary" |
[![Linus Torvalds](images/linus_torvalds.jpg)](https://en.wikipedia.org/wiki/Linus_Torvalds)
Linus Torvalds (Finnish American, software engineer and hacker, principal force behind the development of the Linux kernel) | 77 | | “If McDonalds were run like a software company, one out of every hundred Big Macs would give you food poisoning, and the response would be, ‘We’re sorry, here’s a coupon for two more.’” |
[![Mark Minasi](images/unknown.jpg)](https://nl.wikipedia.org/wiki/Mark_Minasi)
Mark Minasi (Author/speaker/consultant at MR&D) | 78 | | “Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.” |
[![Martin Fowler](images/martin_fowler.jpg)](https://en.wikipedia.org/wiki/Martin_Fowler)
Martin Fowler (author and speaker on software development) | 79 | | “If we continue to develop our technology without wisdom or prudence, our servant may prove to be our executioner.” |
[![Omar Bradley](images/omar_bradley.jpg)](https://en.wikipedia.org/wiki/Omar_Bradley)
Omar Bradley (General, US Army) | 80 | | “Computers are useless. They can only give you answers.” |
[![Pablo Picasso](images/pablo_picasso.jpg)](https://en.wikipedia.org/wiki/Pablo_Picasso)
Pablo Picasso (painter, sculptor, printmaker, ceramicist, stage designer, poet and playwright) | 81 | | “To iterate is human, to recurse divine.” |
[![Peter Deutsch](images/unknown.jpg)](https://en.wikipedia.org/wiki/L_Peter_Deutsch)
Peter Deutsch is the founder of Aladdin Enterprises and creator of Ghostscript, a free software PostScript and PDF interpreter. | 82 | | “It is impossible to fully specify or test an interactive system designed to respond to external inputs.” |
[![Peter Wegner](images/peter_wegner.jpg)](http://cs.brown.edu/~pw/)
Peter Wegner is was a computer scientist who made significant contributions to both the theory of object-oriented programming during the 1980s and to the relevance of the Church–Turing thesis for empirical aspects of computer science during the 1990s. | 83 | |“People said I should accept the world.
Bullshit! I don't accept the world.“ |
[![Richard Stallman](images/richard_stallman.jpg)](https://en.wikipedia.org/wiki/Richard_Stallman)
Richard Stallman launched the GNU Project
to create a Unix-like computer operating system composed entirely of free software | 84 | | “Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to build bigger and better idiots. So far, the universe is winning.”|
[![Rick Cook](images/rick_cook.jpg)](https://en.wikipedia.org/wiki/Rick_Cook)
Rick Cook is a light fantasy author, best known for his Wizardry series of books. | 85 | | “Great things in business are never done by one person. They're done by a team of people.”

“Innovation distinguishes between a leader and a follower.”

“Technology is nothing. What's important is that you have a faith in people, that they're basically good and smart, and if you give them tools, they'll do wonderful things with them.”

”Design is not just what it looks like and feels like. Design is how it works.”|
[![Steve Jobs](images/steve_jobs.jpg)](https://en.wikipedia.org/wiki/Steve_Jobs)
Steve Jobs (Former co-founder, chairman, and chief executive officer (CEO) of Apple Inc) | 86 | | “Good code is its own best documentation. As you’re about to add a comment, ask yourself, ‘How can I improve the code so that this comment isn’t needed?'” |
[![Steve McConnell](images/steve_mcconnell.jpg)](https://en.wikipedia.org/wiki/Steve_McConnell)
Steve McConnell (author of many software engineering books including “Code Complete”) | 87 | | “The real danger is not that computers will begin to think like men, but that men will begin to think like computers.” |
[![Sydney Harris](images/sydney_harris.jpg)](https://en.wikipedia.org/wiki/Sydney_J._Harris)
Sydney Harris (Journalist for the Chicago Daily News and, later, the Chicago Sun-Times) | 88 | | “There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult.” |
[![Tony Hoare](images/tony_hoare.jpg)](https://en.wikipedia.org/wiki/Tony_Hoare)
Tony Hoare (British computer scientist, winner of the 1980 Turing Award) | 89 | | “I don't care if it works on your machine! We are not shipping your machine!” |
[![Vidiu Platon](images/unknown.jpg)](https://gl.wikiquote.org/wiki/Vidiu_Platon)
Vidiu Platon | 90 | 91 |

92 | 94 | CC0 95 | 96 |
97 | To the extent possible under law, 98 | 100 | Victor Laerte de Oliveira 101 | has waived all copyright and related or neighboring rights to 102 | Awesome IT Quotes. 103 | This work is published from: 104 | 106 | United States. 107 |

108 | -------------------------------------------------------------------------------- /images/alan_kay.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorlaerte/awesome-it-quotes/8c33c8e25fa67e1a59f9e63b4c6f51993467d082/images/alan_kay.jpg -------------------------------------------------------------------------------- /images/alan_turing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorlaerte/awesome-it-quotes/8c33c8e25fa67e1a59f9e63b4c6f51993467d082/images/alan_turing.jpg -------------------------------------------------------------------------------- /images/albert_einstein.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorlaerte/awesome-it-quotes/8c33c8e25fa67e1a59f9e63b4c6f51993467d082/images/albert_einstein.jpg -------------------------------------------------------------------------------- /images/arthur_c_clarke.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorlaerte/awesome-it-quotes/8c33c8e25fa67e1a59f9e63b4c6f51993467d082/images/arthur_c_clarke.jpg -------------------------------------------------------------------------------- /images/bill_gates.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorlaerte/awesome-it-quotes/8c33c8e25fa67e1a59f9e63b4c6f51993467d082/images/bill_gates.jpg -------------------------------------------------------------------------------- /images/bjarne_stroustrup.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorlaerte/awesome-it-quotes/8c33c8e25fa67e1a59f9e63b4c6f51993467d082/images/bjarne_stroustrup.jpg -------------------------------------------------------------------------------- /images/bruce_schneier.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorlaerte/awesome-it-quotes/8c33c8e25fa67e1a59f9e63b4c6f51993467d082/images/bruce_schneier.jpg -------------------------------------------------------------------------------- /images/don_delillo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorlaerte/awesome-it-quotes/8c33c8e25fa67e1a59f9e63b4c6f51993467d082/images/don_delillo.jpg -------------------------------------------------------------------------------- /images/donald_norman.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorlaerte/awesome-it-quotes/8c33c8e25fa67e1a59f9e63b4c6f51993467d082/images/donald_norman.jpg -------------------------------------------------------------------------------- /images/douglas_adams.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorlaerte/awesome-it-quotes/8c33c8e25fa67e1a59f9e63b4c6f51993467d082/images/douglas_adams.jpg -------------------------------------------------------------------------------- /images/edsger_dijkstra.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorlaerte/awesome-it-quotes/8c33c8e25fa67e1a59f9e63b4c6f51993467d082/images/edsger_dijkstra.jpg -------------------------------------------------------------------------------- /images/elbert_hubbard.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorlaerte/awesome-it-quotes/8c33c8e25fa67e1a59f9e63b4c6f51993467d082/images/elbert_hubbard.jpg -------------------------------------------------------------------------------- /images/elon_musk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorlaerte/awesome-it-quotes/8c33c8e25fa67e1a59f9e63b4c6f51993467d082/images/elon_musk.jpg -------------------------------------------------------------------------------- /images/grace_hopper.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorlaerte/awesome-it-quotes/8c33c8e25fa67e1a59f9e63b4c6f51993467d082/images/grace_hopper.jpg -------------------------------------------------------------------------------- /images/harold_abelson.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorlaerte/awesome-it-quotes/8c33c8e25fa67e1a59f9e63b4c6f51993467d082/images/harold_abelson.jpg -------------------------------------------------------------------------------- /images/jeff_bezos.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorlaerte/awesome-it-quotes/8c33c8e25fa67e1a59f9e63b4c6f51993467d082/images/jeff_bezos.jpg -------------------------------------------------------------------------------- /images/john_cleese.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorlaerte/awesome-it-quotes/8c33c8e25fa67e1a59f9e63b4c6f51993467d082/images/john_cleese.jpg -------------------------------------------------------------------------------- /images/kathy_sierra.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorlaerte/awesome-it-quotes/8c33c8e25fa67e1a59f9e63b4c6f51993467d082/images/kathy_sierra.jpg -------------------------------------------------------------------------------- /images/keith_bostic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorlaerte/awesome-it-quotes/8c33c8e25fa67e1a59f9e63b4c6f51993467d082/images/keith_bostic.jpg -------------------------------------------------------------------------------- /images/ken_thompson.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorlaerte/awesome-it-quotes/8c33c8e25fa67e1a59f9e63b4c6f51993467d082/images/ken_thompson.jpg -------------------------------------------------------------------------------- /images/larry_wall.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorlaerte/awesome-it-quotes/8c33c8e25fa67e1a59f9e63b4c6f51993467d082/images/larry_wall.jpg -------------------------------------------------------------------------------- /images/linus_torvalds.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorlaerte/awesome-it-quotes/8c33c8e25fa67e1a59f9e63b4c6f51993467d082/images/linus_torvalds.jpg -------------------------------------------------------------------------------- /images/martin_fowler.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorlaerte/awesome-it-quotes/8c33c8e25fa67e1a59f9e63b4c6f51993467d082/images/martin_fowler.jpg -------------------------------------------------------------------------------- /images/omar_bradley.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorlaerte/awesome-it-quotes/8c33c8e25fa67e1a59f9e63b4c6f51993467d082/images/omar_bradley.jpg -------------------------------------------------------------------------------- /images/pablo_picasso.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorlaerte/awesome-it-quotes/8c33c8e25fa67e1a59f9e63b4c6f51993467d082/images/pablo_picasso.jpg -------------------------------------------------------------------------------- /images/peter_wegner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorlaerte/awesome-it-quotes/8c33c8e25fa67e1a59f9e63b4c6f51993467d082/images/peter_wegner.jpg -------------------------------------------------------------------------------- /images/richard_stallman.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorlaerte/awesome-it-quotes/8c33c8e25fa67e1a59f9e63b4c6f51993467d082/images/richard_stallman.jpg -------------------------------------------------------------------------------- /images/rick_cook.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorlaerte/awesome-it-quotes/8c33c8e25fa67e1a59f9e63b4c6f51993467d082/images/rick_cook.jpg -------------------------------------------------------------------------------- /images/steve_jobs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorlaerte/awesome-it-quotes/8c33c8e25fa67e1a59f9e63b4c6f51993467d082/images/steve_jobs.jpg -------------------------------------------------------------------------------- /images/steve_mcconnell.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorlaerte/awesome-it-quotes/8c33c8e25fa67e1a59f9e63b4c6f51993467d082/images/steve_mcconnell.jpg -------------------------------------------------------------------------------- /images/sydney_harris.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorlaerte/awesome-it-quotes/8c33c8e25fa67e1a59f9e63b4c6f51993467d082/images/sydney_harris.jpg -------------------------------------------------------------------------------- /images/tony_hoare.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorlaerte/awesome-it-quotes/8c33c8e25fa67e1a59f9e63b4c6f51993467d082/images/tony_hoare.jpg -------------------------------------------------------------------------------- /images/unknown.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/victorlaerte/awesome-it-quotes/8c33c8e25fa67e1a59f9e63b4c6f51993467d082/images/unknown.jpg --------------------------------------------------------------------------------