Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. The Lounge
  4. Funny programming related quotes
QtWS25 Last Chance

Funny programming related quotes

Scheduled Pinned Locked Moved The Lounge
19 Posts 12 Posters 13.4k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    ucomesdag
    wrote on 10 May 2011, 12:36 last edited by
    #1

    Stumbled upon Gerolf's signature which has a funny quote: [quote author="Gerolf" date="1303840092"]Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)[/quote]

    So what about sharing your most funny and original programming (or Qt) related quote here.

    Ok, this one is not really programming related, more about the frustration that comes with it, but is my favorite motto for computer related problems :-)
    [quote]When your only tool is a hammer, every problem looks like a reason to buy a way nicer hammer.[/quote] It ain't mine but refers a bit to back in the days when I started programming and with a colleague we would smash old computers and monitors with a hammer to blow some steam off when frustrated :-)

    @Gerolf love your quote, it made me laugh a bit too loud this morning!

    Write “Qt”, not “QT” (QuickTime).

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andre
      wrote on 10 May 2011, 12:46 last edited by
      #2

      Ashleigh Brilliant:
      [quote]My opinions may have changed- but not the fact that I'm right.[/quote]

      Used it as my signature for years.

      1 Reply Last reply
      0
      • T Offline
        T Offline
        tobias.hunger
        wrote on 10 May 2011, 13:29 last edited by
        #3

        I liked this one:

        bq. A real programmer can program C in any language.

        Don't remember who said it though.

        1 Reply Last reply
        0
        • U Offline
          U Offline
          ucomesdag
          wrote on 1 Jun 2011, 18:37 last edited by
          #4

          bq. Theory is when you know something, but it doesn't work. Practice is when something works, but you don't know why. Programmers combine theory and practice: Nothing works and they don't know why.

          Write “Qt”, not “QT” (QuickTime).

          1 Reply Last reply
          0
          • M Offline
            M Offline
            mgran
            wrote on 1 Jun 2011, 19:09 last edited by
            #5

            bq. “The most amazing achievement of the computer software industry is its continuing cancellation of the steady and staggering gains made by the computer hardware industry.” (Henry Petroski)

            /runs away

            Project Manager - Qt Development Frameworks

            1 Reply Last reply
            0
            • F Offline
              F Offline
              Franzk
              wrote on 1 Jun 2011, 19:59 last edited by
              #6

              More computing sins are committed in the name of efficiency (without necessarily achieving it) than for any other single reason - including blind stupidity.

                  — William A. Wulf
              

              And one I didn't expect to encounter:

              I (...) am rarely happier than when spending an entire day programming my computer to perform automatically a task that would otherwise take me a good ten seconds to do by hand.

                  — Douglas Adams, Last Chance to See
              

              "Horse sense is the thing a horse has which keeps it from betting on people." -- W.C. Fields

              http://www.catb.org/~esr/faqs/smart-questions.html

              1 Reply Last reply
              0
              • T Offline
                T Offline
                task_struct
                wrote on 1 Jun 2011, 21:22 last edited by
                #7

                My favorite is:

                bq. "Walking on water and developing software from a specification are easy if both are frozen."

                • Edward V Berard

                "Top 50 Programming Quotes of All Time":http://www.junauza.com/2010/12/top-50-programming-quotes-of-all-time.html

                "Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program."

                • Linu...
                1 Reply Last reply
                0
                • S Offline
                  S Offline
                  situ117
                  wrote on 1 Jun 2011, 22:35 last edited by
                  #8

                  This is what Bjarne Stroustrup quoted on criticism of C++:

                  bq.
                  There are only two kinds of languages: the ones people complain about and the ones nobody uses.

                  1 Reply Last reply
                  0
                  • E Offline
                    E Offline
                    Eddy
                    wrote on 2 Jun 2011, 04:18 last edited by
                    #9

                    I like this one :

                    bq. 3. "Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program."

                    • Linus Torvalds

                    Qt Certified Specialist
                    www.edalsolutions.be

                    1 Reply Last reply
                    0
                    • B Offline
                      B Offline
                      bergo.torino
                      wrote on 15 Jun 2011, 19:05 last edited by
                      #10

                      One of my favourites is: It's compiling - mostly I'm slacking of

                      It's compiling - mostly I'm slacking off ;)

                      1 Reply Last reply
                      0
                      • I Offline
                        I Offline
                        ivan
                        wrote on 15 Jun 2011, 21:02 last edited by
                        #11

                        bq. One of my most productive days was throwing away 1000 lines of code. ~ Ken Thompson

                        bq. Deleted code is debugged code. ~ Jeff Sickel

                        Ivan Čukić | ivan.cukic(at)kde.org | KDE e.V.
                        Qt Ambassador (from the old Nokia days)

                        1 Reply Last reply
                        0
                        • F Offline
                          F Offline
                          Franzk
                          wrote on 15 Jun 2011, 21:26 last edited by
                          #12

                          [quote author="bergo.torino" date="1308164714"]One of my favourites is: It's compiling - mostly I'm slacking of [/quote]
                          Important one to remember then is "xkcd comic 303":http://xkcd.org/303/

                          "Horse sense is the thing a horse has which keeps it from betting on people." -- W.C. Fields

                          http://www.catb.org/~esr/faqs/smart-questions.html

                          1 Reply Last reply
                          0
                          • B Offline
                            B Offline
                            bergo.torino
                            wrote on 16 Jun 2011, 06:42 last edited by
                            #13

                            "Let's document all the bugs we have so that they become features" :)

                            It's compiling - mostly I'm slacking off ;)

                            1 Reply Last reply
                            0
                            • S Offline
                              S Offline
                              Santosh Reddy
                              wrote on 16 Jun 2011, 06:57 last edited by
                              #14

                              bq. If debugging is the process of removing bugs, then programming must be the process of putting them in. ~Author Unknown

                              SS

                              1 Reply Last reply
                              0
                              • I Offline
                                I Offline
                                ivan
                                wrote on 16 Jun 2011, 07:49 last edited by
                                #15

                                @Santosh nice!

                                Ivan Čukić | ivan.cukic(at)kde.org | KDE e.V.
                                Qt Ambassador (from the old Nokia days)

                                1 Reply Last reply
                                0
                                • F Offline
                                  F Offline
                                  Franzk
                                  wrote on 16 Jun 2011, 08:08 last edited by
                                  #16

                                  [quote author="Santosh Reddy" date="1308207477"]bq. If debugging is the process of removing bugs, then programming must be the process of putting them in. ~Author Unknown[/quote]
                                  This quote originates from Edsger Dijkstra.

                                  "Horse sense is the thing a horse has which keeps it from betting on people." -- W.C. Fields

                                  http://www.catb.org/~esr/faqs/smart-questions.html

                                  1 Reply Last reply
                                  0
                                  • U Offline
                                    U Offline
                                    ucomesdag
                                    wrote on 23 Jun 2011, 16:03 last edited by
                                    #17

                                    The First Commandment of Technology.

                                    The Commandments of Technology:

                                    Thou shalt read the fucking manual.

                                    Thou shalt treat technology with care and love.

                                    Thou may covet thy neighbor's technology, but thou shalt not steal it.

                                    Write “Qt”, not “QT” (QuickTime).

                                    1 Reply Last reply
                                    0
                                    • T Offline
                                      T Offline
                                      TobbY
                                      wrote on 25 Jun 2011, 10:56 last edited by
                                      #18

                                      The trouble with programmers is that you can never tell what a programmer is doing until it's too late.
                                      *Seymoure Cray *

                                      I am a composer, horn player, and computer programmer.
                                      *Robert Patterson *

                                      http://en.wikiquote.org/wiki/Programming

                                      1 Reply Last reply
                                      0
                                      • U Offline
                                        U Offline
                                        ucomesdag
                                        wrote on 4 Jul 2011, 19:32 last edited by
                                        #19

                                        "If Pac-Man had affected us as kids, we'd all be running around in dark rooms, munching pills and listening to repetitive electronic music." --Marcus Alexander Brigstocke

                                        Write “Qt”, not “QT” (QuickTime).

                                        1 Reply Last reply
                                        0

                                        • Login

                                        • Login or register to search.
                                        • First post
                                          Last post
                                        0
                                        • Categories
                                        • Recent
                                        • Tags
                                        • Popular
                                        • Users
                                        • Groups
                                        • Search
                                        • Get Qt Extensions
                                        • Unsolved