Quotessence
Home / Topics / Learning Quotes

Learning Quotes

Browse 5993 quotes about Learning.

Related topics

Learning Quotes

“The average man takes life as a trouble. He is in a chronic state of irritation at the whole performance. He does not learn to differentiate between troubles and difficulties, usually, until some real trouble bowls him over. He fusses about pin-pricks until a mule kicks him. Then he learns the difference.”

“There is no royal road to any learning, no matter what it is. There is no royal road to any righteous living, no matter who you are or what you are. There is no royal road to anything that is worthwhile. Nothing that is deserving of earning or of cherishing comes except through hard work. I care not how much of a genius you may be, the rule will still hold.”

“The first recorded instruction given to Adam after the Fall dealt with the eternal principle of work. The Lord said: "In the sweat of thy face shalt thou eat bread." (Gen. 3:19.) Our Heavenly Father loves us so completely that he has given us a commandment to work. This is one of the keys to eternal life. He knows that we will learn more, grow more, achieve more, serve more, and benefit more from a life of industry than from a life of ease.”

“Perhaps a modern society can remain stable only by eliminating adolescence, by giving its young, from the age of ten, the skills, responsibilities, and rewards of grownups, and opportunities for action in all spheres of life. Adolescence should be a time of useful action, while book learning and scholarship should be a preoccupation of adults.”

“Justice can seem to be so very demanding. But we must learn that when we put everything as right as we can put it right, it is Justice who invokes the Atonement, orders the adversary off our property, and posts the notice that his agents will make no more collections from us. Our debt will have been paid in full by the only perfect pure person who ever lived.”

“I have come to know that adversity really means the things in life that challenge us and cause us to work with devotion and courage to overcome. I once stood on a street in Trondheim, Norway, looking up at a statue of a Viking. There came to my mind at that time a fable of the Norsemen that when a man won a victory over another, the strength of the conquered went over into his veins. Therefore, in this sense adversity is good, for it produces in us a source of strength as we learn to conquer our weaknesses.”

“Always do I recall the parting words uttered by my old governor: "My boy, never . . ." I won't set 'em down. I disregarded them fool-like and paid, and paid; had I a son I'd hand 'em on and ram 'em home. What fools we be when young. We fancy we be wise, forgetting that the old boys have graduated in the 'varsity of the world, the greatest 'varsity of all, and each day we should learn from they.”

“The computer revolution is a revolution in the way we think and in the way we express what we think. The essence of this change is the emergence of what might best be called procedural epistemology-the study of the structure of knowledge from an imperative point of view, as opposed to the more declarative point of view taken by classical mathematical subjects.”

“We have also obtained a glimpse of another crucial idea about languages and program design. This is the approach of statified design, the notion that a complex system should be structured as a sequence of levels that are described using a sequence of languages. Each level is constructed by combining parts that are regarded as primitive at that level, and the parts constructed at each level are used as primitives at the next level. The language used at each level of a stratified design has primitives, means of combination, and means of abstraction appropriate to that level of detail.”

“I can only think that the book is read because it deals with the difficulties of schooling, which do not change. Please note: the difficulties, not the problems. Problems are solved or disappear with the revolving times. Difficulities remain. It will always be difficult to teach well, to learn accurately; to read, write, and count readily and competently; to acquire a sense of history and start one's education or anothers.”

“The important point is that the cost of adding a feature isn't just the time it takes to code it. The cost also includes the addition of an obstacle to future expansion. Sure, any given feature list can be implemented, given enough coding time. But in addition to coming out late, you will usually wind up with a codebase that is so fragile that new ideas that should be dead-simple wind up taking longer and longer to work into the tangled existing web. The trick is to pick the features that don't fight each other.”

“A most important, but also most elusive, aspect of any tool is its influence on the habits of those who train themselves in its use. If the tool is a programming language this influence is, whether we like it or not, an influence on our thinking habits.... A programming language is a tool that has profound influence on our thinking habits.”

“Our intellectual powers are rather geared to master static relations and that our powers to visualize processes evolving in time are relatively poorly developed. For that reason we should do (as wise programmers aware of our limitations) our utmost to shorten the conceptual gap between the static program and the dynamic process, to make the correspondence between the program (spread out in text space) and the process (spread out in time) as trivial as possible.”

“Yes, I share your concern: how to program well -though a teachable topic- is hardly taught. The situation is similar to that in mathematics, where the explicit curriculum is confined to mathematical results; how to do mathematics is something the student must absorb by osmosis, so to speak. One reason for preferring symbol-manipulating, calculating arguments is that their design is much better teachable than the design of verbal/pictorial arguments. Large-scale introduction of courses on such calculational methodology, however, would encounter unsurmoutable political problems.”

“Text is linear; it is black and white; it doesn't zoom around the page in 3-D; it isn't intelligent by itself; in fact, in terms of immediate reaction it is quite boring. I can't imagine a single preliterate was ever wowed at the first sight of text, and yet text has been the basis of arguably the most fundamental intellectual transformation of the human species. It and its subforms, such as algebra, have made science education for all a plausible goal.”

“In those days [batch processing] programmers never even documented their programs, because it was assumed that nobody else would ever use them. Now, however, time-sharing had made exchanging software trivial: you just stored one copy in the public repository and therby effectively gave it to the world. Immediately people began to document their programs and to think of them as being usable by others. They started to build on each other's work.”

“Beauty is more important in computing than anywhere else in technology because software is so complicated. Beauty is the ultimate defense against complexity. ... The geniuses of the computer field, on the the other hand, are the people with the keenest aesthetic senses, the ones who are capable of creating beauty. Beauty is decisive at every level: the most important interfaces, the most important programming languages, the winning algorithms are the beautiful ones.”

“Incidentally, when we're faced with a "prove or disprove," we're usually better off trying first to disprove with a counterexample, for two reasons: A disproof is potentially easier (we need just one counterexample); and nitpicking arouses our creative juices. Even if the given assertion is true, our search for a counterexample often leads to a proof, as soon as we see why a counterexample is impossible. Besides, it's healthy to be skeptical.”