Best 60 quotes of Eric S. Raymond on MyQuotes

Eric S. Raymond

  • By Anonym
    Eric S. Raymond

    A critical factor in its success was that the X developers were willing to give the sources away for free in accordance with the hacker ethic, and able to distribute them over the Internet.

  • By Anonym
    Eric S. Raymond

    Alchemists turned into chemists when they stopped keeping secrets.

  • By Anonym
    Eric S. Raymond

    And for any agents or proxy of the regime interested in asking me questions face to face, I've got some bullets slathered in pork fat to make you feel extra special welcome.

  • By Anonym
    Eric S. Raymond

    Anybody who has ever owned a dog who barked when strangers came near its owner's property has experienced the essential continuity between animal territoriality and human property. Our domesticated cousins of the wolf know, instinctively, that property is no mere social convention or game, but a critically important evolved mechanism for the avoidance of violence. (This makes them smarter than a good many human political theorists.)

  • By Anonym
    Eric S. Raymond

    Any tool should be useful in the expected way, but a truly great tool lends itself to uses you never expected.

  • By Anonym
    Eric S. Raymond

    A security system is only as secure as its secret. Beware of pseudo-secrets.

  • By Anonym
    Eric S. Raymond

    A software system is transparent when you can look at it and immediately see what is going on. It is simple when what is going on is uncomplicated enough for a human brain to reason about all the potential cases without strain

  • By Anonym
    Eric S. Raymond

    Being able to break security doesn't make you a hacker anymore than being able to hotwire cars makes you an automotive engineer.

  • By Anonym
    Eric S. Raymond

    Berkeley hackers liked to see themselves as rebels against soulless corporate empires.

  • By Anonym
    Eric S. Raymond

    Complexity control is the central problem of writing software in the real world

  • By Anonym
    Eric S. Raymond

    Computer science education cannot make anybody an expert programmer any more than studying brushes and pigment can make somebody an expert painter.

  • By Anonym
    Eric S. Raymond

    Equally, the Internet interprets attempts at proprietary control as threats and mobilizes to defeat them.

  • By Anonym
    Eric S. Raymond

    Every good work of software starts by scratching a developers personal itch.

  • By Anonym
    Eric S. Raymond

    For the first time, individual hackers could afford to have home machines comparable in power and storage capacity to the minicomputers of ten years earlier - Unix engines capable of supporting a full development environment and talking to the Internet.

  • By Anonym
    Eric S. Raymond

    Free markets select for winning solutions.

  • By Anonym
    Eric S. Raymond

    Given enough eyeballs, all bugs are shallow (e.g., given a large enough beta-tester and co-developer base, almost every problem will be characterized quickly and the fix obvious to someone).

  • By Anonym
    Eric S. Raymond

    Good programmers know what to write. Great ones know what to rewrite (and reuse)

  • By Anonym
    Eric S. Raymond

    Grovelling is not a substitute for doing your homework.

  • By Anonym
    Eric S. Raymond

    I believe, but cannot prove, that global “AIDS” is a whole cluster of unrelated diseases all of which have been swept under a single rug for essentially political reasons, and that the identification of HIV as the sole pathogen is likely to go down as one of the most colossal blunders in the history of medicine.

  • By Anonym
    Eric S. Raymond

    If Unix could present the same face, the same capabilities, on machines of many different types, it could serve as a common software environment for all of them.

  • By Anonym
    Eric S. Raymond

    If you have the right attitude, interesting problems will find you.

  • By Anonym
    Eric S. Raymond

    In early 1993, a hostile observer might have had grounds for thinking that the Unix story was almost played out, and with it the fortunes of the hacker tribe.

  • By Anonym
    Eric S. Raymond

    In the U.S., blacks are 12% of the population but commit 50% of violent crimes; can anyone honestly think this is unconnected to the fact that they average 15 points of IQ lower than the general population? That stupid people are more violent is a fact independent of skin color.

  • By Anonym
    Eric S. Raymond

    Linux evolved in a completely different way. From nearly the beginning, it was rather casually hacked on by huge numbers of volunteers coordinating only through the Internet.

  • By Anonym
    Eric S. Raymond

    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.

  • By Anonym
    Eric S. Raymond

    Lisp was far more powerful and flexible than any other language of its day; in fact, it is still a better design than most languages of today, twenty-five years later. Lisp freed ITS's hackers to think in unusual and creative ways. It was a major factor in their successes, and remains one of hackerdom's favorite languages.

  • By Anonym
    Eric S. Raymond

    Microsoft is not the problem. Microsoft is the symptom.

  • By Anonym
    Eric S. Raymond

    Of course, C proved indispensible to the developers of all its alternatives. Dig down through enough implementation layers under any of the other languages surveyed here and you will find a core implemented in pure, portable C

  • By Anonym
    Eric S. Raymond

    Often, the most striking and innovative solutions come from realizing that your concept of the problem was wrong.

  • By Anonym
    Eric S. Raymond

    On first blush this looks to be about money, but it is about power. Is power going to go to the information monopolies, or will it go to developers and users?.

  • By Anonym
    Eric S. Raymond

    Prototype, then polish. Get it working before you optimize it

  • By Anonym
    Eric S. Raymond

    Provided the development coordinator has a communications medium at least as good as the Internet and knows how to lead without coercion, many heads are inevitably better than one.

  • By Anonym
    Eric S. Raymond

    Release early. Release often. And listen to your customers.

  • By Anonym
    Eric S. Raymond

    Smart data structures and dumb code works a lot better than the other way around.

  • By Anonym
    Eric S. Raymond

    Software is largely a service industry operating under the persistent but unfounded delusion that it is a manufacturing industry

  • By Anonym
    Eric S. Raymond

    That stupid people are more violent is a fact independent of skin color.

  • By Anonym
    Eric S. Raymond

    The ARPAnet was the first transcontinental, high-speed computer network.

  • By Anonym
    Eric S. Raymond

    The beginnings of the hacker culture as we know it today can be conveniently dated to 1961, the year MIT acquired the first PDP-1.

  • By Anonym
    Eric S. Raymond

    The central problem of C and C++ is that they require programmers to do their own memory management

  • By Anonym
    Eric S. Raymond

    The combination of threads, remote-procedure-call interfaces, and heavyweight object-oriented design is especially dangerous... if you are ever invited onto a project that is supposed to feature all three, fleeing in terror might well be an appropriate reaction.

  • By Anonym
    Eric S. Raymond

    The easiest programs to use are those which demand the least new learning from the user

  • By Anonym
    Eric S. Raymond

    The iPhone brand is in worse shape than I thought was even possible. And the implications of that are huge... The iPhone is in deep trouble.

  • By Anonym
    Eric S. Raymond

    The next best thing to having good ideas is recognizing good ideas from your users. Sometimes the latter is better.

  • By Anonym
    Eric S. Raymond

    The only way to write complex software that won't fall on its face is to hold its global complexity down - to build it out of simple pieces connected by well-defined interfaces, so that most problems are local and you can have some hope of fixing or optimizing a part without breaking the whole

  • By Anonym
    Eric S. Raymond

    The Wesnoth devs are good but not exceptionally so, and we're weighed down by a crappy implementation language (C++). Nevertheless our productivity, in terms of goals achieved per hour of work, is quite high.

  • By Anonym
    Eric S. Raymond

    The workstation-class machines built by Sun and others opened up new worlds for hackers.

  • By Anonym
    Eric S. Raymond

    Thompson and Ritchie were among the first to realize that hardware and compiler technology had become good enough that an entire operating system could be written in C, and by 1978 the whole environment had been successfully ported to several machines of different types.

  • By Anonym
    Eric S. Raymond

    Today I am one of the senior technical cadre that makes the Internet work, and a core Linux and open-source developer.

  • By Anonym
    Eric S. Raymond

    To solve an interesting problem, start by finding a problem that is interesting to you.

  • By Anonym
    Eric S. Raymond

    Treating your users as co-developers is your least-hassle route to rapid code improvement and effective debugging.