Life moves pretty fast. If you don't stop and look around once in a
while, you could miss it.
-- Ferris Bueller
RE: Bye Steem!
You are viewing a single comment's thread from:
Bye Steem!
Bye Steem!
Life moves pretty fast. If you don't stop and look around once in a
while, you could miss it.
-- Ferris Bueller
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
You have to write for your audience. I would never write (1..5).map
&'*2' in Java when I could write
ListFactoryFactory.getListFactoryFromResource(
new ResourceName('com.javax.magnitudes.integers').
setLowerBound(1).setUpperBound(5).setStep(1).applyFunctor(
new Functor () { public void eval (x) { return x * 2; } }))
I'm simplifying, of course, I've left out the security and logging
wrappers.
-- Reginald Braithwait
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
There really is no learning without doing.
-- Roger Schank, Engines for Education
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Everybody makes their own fun. If you don't make it yourself, it ain't
fun -- it's entertainment.
-- David Mamet (as relayed by Joss Whedon)
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
Opportunities that present themselves to you are the consequence -- at
least partially -- of being in the right place at the right time. They
tend to present themselves when you're not expecting it -- and often
when you are engaged in other activities that would seem to preclude you
from pursuing them. And they come and go quickly -- if you don't jump
all over an opportunity, someone else generally will and it will vanish.
-- Marc Andreessen (http://blog.pmarca.com/)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
No art, however minor, demands less than total dedication if you want to
excel in it.
-- Alberti
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
A person won't retain proficiency at a task unless he or she has at one
time learned to perform that task very rapidly. Learning research
demonstrates that the skills of people who become accurate but not fast
deteriorate much sooner than the skills of people who become both
accurate and fast.
-- Philip Greenspun
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
While I’ve always appreciated beautiful code, I share Jonathan’s concern
about studying it too much. I think studying beauty in music and
painting has led us to modern classical music and painting that the
majority of us just don’t get. Beauty can be seen when it emerges, but
isn’t something to strive for in isolation of a larger context. In the
software world, the larger context would be the utility of the software
to the end user.
-- [A comment on a blog]
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
Just like carpentry, measure twice cut once.
-- Super-sizing YouTube with Python (Mike Solomon, [email protected])
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
Acknowledging the negative doesn't mean sniveling [whining, complaining]; it
means facing the truth and then moving on.
-- George Leonard, Mastery.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
The best thing about a boolean is even if you are wrong, you are only
off by a bit.
-- Anonymous
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I feel it is everybodies obligation to reach for the best in themselves
and use that for the interest of mankind.
-- Corneluis (comment on 'Are you going to change the world? (Really?)')
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 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
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
We control complexity by building abstractions that hide details when
appropriate. We control complexity by establishing conventional
interfaces that enable us to construct systems by combining standard,
well-understood pieces in a ``mix and match'' way. We control complexity
by establishing new languages for describing a design, each of which
emphasizes particular aspects of the design and deemphasizes others.
-- Alan J. Perlis
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
We now come to the decisive step of mathematical abstraction: we forget
about what the symbols stand for. ...[The mathematician] need not be
idle; there are many operations which he may carry out with these
symbols, without ever having to look at the things they stand for.
-- Hermann Weyl, The Mathematical Way of Thinking
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
It’s a problem if the design doesn’t let you add features at a later
date. If you have to redo a program, the hours you spend can cause you
to lose your competitive edge. A flexible program demonstrates the
difference between a good designer and someone who is just getting a
piece of code out.
-- Gary Kildall (inventor of CP/M, one of the first OS for the micro).
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Argue with idiots, and you become an idiot.
If you compete with slaves you become a slave.
-- Paul Graham and Norbert Weiner, respectively
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I find that the harder I work, the more luck I seem to have.
-- Thomas Jefferson
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
State is the root of all evil. In particular functions with side effects
should be avoided.
-- OO Sucks (bluetail.com)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Men never do evil so completely and cheerfully as when they do it from
religious conviction.
-- Blaise Pascal (attributed)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
So - what are the most important problems in software engineering? I’d
answer “dealing with complexity”.
-- Mark Chu-Carroll
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Lisp is worth learning for the profound enlightenment experience you
will have when you finally get it; that experience will make you a
better programmer for the rest of your days, even if you never actually
use Lisp itself a lot.
-- Eric S. Raymond
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Premature optimization is the root of all evil (or at least most of it)
in programming.
-- Donald Knuth
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Attitude is no substitute for competence.
-- Eric S. Raymond, How to become a hacker
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
What I didn't understand was that the value of some new acquisition
wasn't the difference between its retail price and what I paid for it.
It was the value I derived from it. Stuff is an extremely illiquid
asset. Unless you have some plan for selling that valuable thing you got
so cheaply, what difference does it make what it's "worth?" The only way
you're ever going to extract any value from it is to use it. And if you
don't have any immediate use for it, you probably never will.
-- Paul Graham
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Good artists copy. Great artists steal.
-- Pablo Picasso
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
In terms of energy, it's better to make a wrong choice than none at all.
-- George Leonard, Mastery.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit