You are viewing a single comment's thread from:
RE: [잡설] 얻어터지면서도 다운보트 트레일을 운영하는 이유
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
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
In order to understand what another person is saying, you must assume
that it is true and try to find out what it could be true of.
-- George Miller
An investment in knowledge always pays the best interest.
-- Benjamin Franklin
Good programmers use their brains, but good guidelines save us having to
think out every case.
-- Francis Glassborow
A CS professor once explained recursion as follows:
A child couldn't sleep, so her mother told her a story about a little frog,
who couldn't sleep, so the frog's mother told her a story about a little bear,
who couldn't sleep, so the bear's mother told her a story about a little weasel...
who fell asleep.
...and the little bear fell asleep;
...and the little frog fell asleep;
...and the child fell asleep.
-- everything2.com
Side projects are less masturbatory than reading RSS, often more
useful than MobileMe, more educational than the comments on Reddit,
and usually more fun than listening to keynotes.
-- Chris Wanstrath
What we choose to fight is so tiny!
What fights us is so great!
...
When we win it's with small things,
and the triumph itself makes us small.
...
Winning does not tempt that man.
This is how he grows: by being defeated, decisively,
by constantly greater beings.
-- Rainer Maria Rilke, The Man Watching.
Normality is the route to nowhere.
-- Ridderstrale & Nordstorm, Funky Business
For complex systems, the compiler and development environment need to be
in the same language that its supporting. It's the only way to grow
code.
-- Alan Kay
The function of wisdom is to discriminate between good and evil.
-- Cicero
Remember that you are humans in the first place and only after that
programmers.
-- Alexandru Vancea
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)
Remember, always be yourself ... unless you suck!
-- Joss Whedon
You know you're in love when you can't fall asleep because reality is finally
better than your dreams.
-- Dr. Seuss
Many of life's failures are people who did not realize how close they
were to success when they gave up.
-- Thomas Edison
Always dive down into a problem and get your hands on the deepest issue
behind the problem. All other considerations are to dismissed as
"engineering details"; they can be sorted out after the basic problem
has been solved.
-- Chris Crawford
Acknowledging the negative doesn't mean sniveling [whining, complaining]; it
means facing the truth and then moving on.
-- George Leonard, Mastery.
Some people suggest that machines would be friendlier if input could be
in a natural language. But natural language is probably the worst kind
of input because it can be quite ambiguous. The process of retrieving
information from the computer would be so time-consuming that you would
be better off spending that time getting the information directly from
an expert.
-- Gary Kildall (inventor of CP/M, one of the first OS for the micro).
If you choose not to decide, you still have made a choice.
-- Rush (Freewill)
XML wasn't designed to be edited by humans on a regular basis.
-- Guido van Rossum
It is said that the real winner is the one who lives in today but able
to see tomorrow.
-- Juan Meng, Reviewing "The future of ideas" by Lawrence Lessig
No problem should ever have to be solved twice.
-- Eric S. Raymond, How to become a hacker
Of all tyrannies a tyranny sincerely exercised for the good of its
victims may be the most oppressive. It may be better to live under
robber barons than under omnipotent moral busybodies, The robber baron's
cruelty may sometimes sleep, his cupidity may at some point be satiated;
but those who torment us for own good will torment us without end, for
they do so with the approval of their own conscience.
-- C.S. Lewis
Life moves pretty fast. If you don't stop and look around once in a
while, you could miss it.
-- Ferris Bueller
Remember that you are humans in the first place and only after that
programmers.
-- Alexandru Vancea
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
However beautiful the strategy, you should occasionally look at the
results.
-- Winston Churchill
Any sufficiently advanced technology is undistinguishable from magic.
-- Arthur C. Clarke
In OO, it's the data that is the "important" thing: you define the class
which contains member data, and only incidentally contains code for
manipulating the object. In FP, it's the code that's important: you
define a function which contains code for working with the data, and
only incidentally define what the data is.
-- almkgor, on reddit
It is said that the real winner is the one who lives in today but able
to see tomorrow.
-- Juan Meng, Reviewing "The future of ideas" by Lawrence Lessig
Everything should be made as simple as possible, but no simpler.
-- Albert Einstein
I’d rather write programs to write programs than write programs.
-- Richard Sites
Everything should be made as simple as possible, but no simpler.
-- Albert Einstein