The only problems we can really solve in a satisfactory manner are those
that finally admit a nicely factored solution.
-- E. W. Dijkstra, The humble programmer
RE: SteemHunt Team Blacklist SteemFest founder's Hunt tokens.
You are viewing a single comment's thread from:
SteemHunt Team Blacklist SteemFest founder's Hunt tokens.
Humans differ from animals to the degree that they are not merely an end
result of their conditioning, but are able to reflect on their
experiences and strategies, and apply insight to make changes in the way
they live to modify the outcome.
-- SlideTrombone (comment on "Programming can ruin your life")
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
A great lathe operator commands several times the wage of an average
lathe operator, but a great writer of software code is worth 10,000
times the price of an average software writer.
-- Bill Gates
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
If it looks like a duck, walks like a duck, and quacks like a duck, it's
a duck.
-- Official definition of "duck typing"
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Sometimes a man with too broad a perspective reveals himself as having
no real perspective at all. A man who tries too hard to see every side
may be a man who is trying to avoid choosing any side. A man who tries
too hard to seek a deeper truth may be trying to hide from the truth he
already knows. That is not a sign of intellectual sophistication and
"great thinking". It is a demonstration of moral degeneracy and
cowardice.
-- Steven Den Beste
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Chance favors the prepared mind.
-- Louis Pasteur
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Experience is what you get when you don't get what you want.
-- Cited by Randy Pausch
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
The programmer must seek both perfection of part and adequacy of
collection.
-- Alan J. Perlis
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
When you have eliminated the impossible, whatever remains, however
improbable, must be the truth.
-- Sherlock Holmes
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
[Innovation] comes from saying no to 1,000 things to make sure we donβt
get on the wrong track or try to do too much. Weβre always thinking
about new markets we could enter, but itβs only by saying no that you
can concentrate on the things that are really important.
-- Steve Jobs
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I think that a lot of programmers are ignoring an important point when
people talk about reducing code repetition on large projects.
Part of the idea is that large projects are intrinsically wrong. That
you should be looking at making a number of smaller projects that are
composable, even if you never end up reusing one of those smaller
projects elsewhere.
-- Dan Nugent
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Good ideas are out there for anyone with the wit and the will to find
them.
-- Malcolm Gladwell, Who says big ideas are rare?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Understanding why C++ is the way it is helps a programmer use it well. A deep
understanding of a tool is essential for an expert craftsman.
-- Bjarne Stroustrap
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
The greatest of all weaknesses is the fear of appearing weak.
-- J. B. Bossuet, Politics from Holy Writ, 1709
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Programming is the art of figuring out what you want so precisely that
even a machine can do it.
-- Some guy who isn't famous
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Don't worry about what anybody else is going to do. The best way to
predict the future is to invent it.
-- Alan Kay
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
It is impossible to sharpen a pencil with a blunt axe. It is equally
vain to try to do it with ten blunt axes instead.
-- Edsger Dijkstra
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
If it looks like a duck, walks like a duck, and quacks like a duck, it's
a duck.
-- Official definition of "duck typing"
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
We remember what we learn when we care about performing better and when
we believe that what we have been asked to do is representative of
reality.
-- Roger Schank, Engines for Education
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
The problem is that Microsoft just has no taste. And I don't mean that
in a small way, I mean that in a big way.
-- Steve Jobs
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Any sufficiently advanced technology is undistinguishable from magic.
-- Arthur C. Clarke
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
-- [Ideas for flamewars]
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
C and Lisp stand at opposite ends of the spectrum; they're each great at
what the other one sucks at.
-- Steve Yegge, Tour de Babel.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Show, don't tell.
-- unknown
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Something Confusing about "Hard":
It's tempting to think that if it's hard, then it's valuable.
Most valuable things are hard.
Most hard things are completely useless -- (picture of someone smashing
their head through concrete blocks kung-fu style).
Hard DOES NOT EQUATE TO BEING valuable.
Remember Friendster back in the day?
You'd sign in, invite friends, have 25 friends, go to their profile, and
then it'd show how you were connected to each one.
That's an impressive [some geeky CS jargon] Cone traversal of a tree -
100 million string comparisons per page -- it won't scale.
Used to take a minute per page to load, and Friendster died a painful
death.
MySpace -- not interested in solving problems
They use the shortcut of "Miss Fitzpatrick is in your extended network"
(i.e. even when you're not even signed up for MySpace)
They didn't solve the hard problem. But they make the more relevant
assumption that you want to be connected to hot women. [LOL]
Shows Alexa graph showing that in early 2005 Myspace took off, and
quickly bypassed Friendster and never looked back.
-- Max Levchin, PayPal founder, Talk at StartupSchool2007
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
If you tell the truth, you don't have to remember anything.
-- Mark Twain
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Students should be evaluated on how well they can achieve the goals they
strived to achieve within a realistic context. Students need to learn to
do things, not know things.
-- Roger Schank, Engines for Education
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Functional programming is to algorithms as the ubiquitous little black
dress is to women's fashion.
-- Mark Tarver (of "The bipolar Lisp programmer" fame)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
If everything seems under control, you're not going fast enough.
-- Mario Andretti
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
A non negative binary integer value x is a power of 2 iff (x & (x-1)) is
0 using 2's complement arithmetic.
-- [fact]
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
The general principle for complexity design is this: Think locally, act
locally.
-- Richard P. Gabriel & Ron Goldman, Mob Software: The Erotic Life of Code
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Any fool can make the simple complex, only a smart person can make the
complex simple.
-- unknown
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
We will never become a truly paper-less society until the Palm Pilot
folks come out with WipeMe 1.0.
-- Andy Pierson
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Simplicity means the achievement of maximum effect with minimum means.
-- Dr. Koichi Kawana
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Programming is the art of figuring out what you want so precisely that
even a machine can do it.
-- Some guy who isn't famous
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Vigorous writing is concise. A sentence should contain no unnecessary
words, a paragraph no unnecessary sentences, for the same reason that a
drawing should have no unnecessary lines and a machine no unnecessary
parts. This requires not that the writer make all sentences short or
avoid all detail and treat subjects only in outline, but that every word
tell.
-- William Strunk, Jr. (The Elements of Style)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit