Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Programming professionally

Programming professionally

Scheduled Pinned Locked Moved The Lounge
question
99 Posts 71 Posters 0 Views 1 Watching
  • 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.
  • W wolfbinary

    What would you do if you couldn't program professionally anymore to make a living?

    G Offline
    G Offline
    Geoff Gariepy
    wrote on last edited by
    #75

    Drool on myself. Wait for supper. Grab the nurse's breast.

    1 Reply Last reply
    0
    • W wolfbinary

      What would you do if you couldn't program professionally anymore to make a living?

      C Offline
      C Offline
      ClockMeister
      wrote on last edited by
      #76

      wolfbinary wrote:

      What would you do if you couldn't program professionally anymore to make a living?

      Well, if I couldn't program professionally any more I'd *like* to get some additional pilot ratings and fly for a living. However - there really isn't much money in that and I'm probably too old to work that market now so I'd probably drive a tour bus or something. -CB :)

      1 Reply Last reply
      0
      • K kirsty pollock

        What are the signs of getting burned out? Getting tired of being (approximately) 10 years ahead of the curve (in my personal case, 'Agile' type development, ORM/data layers, frameworks, TDD/Unit testing frameworks/continuous integration - I've written my own tools for them all... since back when I was at uni in the 80's...) Realising it's only the illusion of change that we have in development. Realising that you are writing the same damn apps over and over - whilst the tech changes under you so fast that you actually are no better/faster at actually delivering a working product. Being tired of running to stand still - if you study really hard *in your own time* you can just about stay as good as you were after about 5 years in the biz. In the few areas where there is design continuity, being tired of seeing all the same mistakes made all over again... (dreadful database design, over-engineering, under-engineering, 'hacking' to meet a time schedule, lack of client involvement, premature optimisation, optimising without metrics). Seeing the whole arena move in what seems like rather pointless directions - e.g. making web apps act like WinForms apps (except slower) by dint of much complex autogenerated code, seeing the database side engulfed by new tools with their own syntax and learning curve - none of which is necessary if you knwo the SQL and a programming language, seeing the proliferation of a kind of thinking that wants to do everything by ever-more config files - rather than the tool actually designed for the job (i.e. a standard programming language that everyone can follow). Knowing that going for architect only distances you so fast from the tech that you'll be out of touch even faster - and even less useful. Knowing that *WE* made it this way - we wanted a pure mertiocracy, we (when we were young) wanted a field where age and experience didn't matter so much as quickness and cleverness. Being just tired of it all.

        C Offline
        C Offline
        ClockMeister
        wrote on last edited by
        #77

        kirsty pollock wrote:

        Realising it's only the illusion of change that we have in development. Realising that you are writing the same damn apps over and over - whilst the tech changes under you so fast that you actually are no better/faster at actually delivering a working product. Being tired of running to stand still - if you study really hard *in your own time* you can just about stay as good as you were after about 5 years in the biz.

        Interesting - I've thought many times exactly the same thing.

        kirsty pollock wrote:

        Seeing the whole arena move in what seems like rather pointless directions - e.g. making web apps act like WinForms apps (except slower) by dint of much complex autogenerated code, seeing the database side engulfed by new tools with their own syntax and learning curve - none of which is necessary if you knwo the SQL and a programming language, seeing the proliferation of a kind of thinking that wants to do everything by ever-more config files - rather than the tool actually designed for the job (i.e. a standard programming language that everyone can follow).

        Again ... I've thought the exact same thing. I've been watching our product move "to the web" and have constantly asked myself "why is this necessary"? I do see the point of being able to get to an application from "anywhere" but I've never cared for the web as an application platform myself. Perhaps that's why I prefer to stay in the low-level business logic. I've written some web GUI code - and even with all the sophisticated tools available I absolutely hate the whole POST/GET, programming inside a browser model. I think all this is partially why I don't do this as a "hobby" any more. Part of it is because I've been at it for over 30 years and am simply tired when I get home and don't feel like working any more. -CB

        1 Reply Last reply
        0
        • R realJSOP

          Don't forget, he's my bitch and he does what I tell him to do.

          "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
          -----
          "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

          R Offline
          R Offline
          Roger Wright
          wrote on last edited by
          #78

          :laugh: :laugh:

          "A Journey of a Thousand Rest Stops Begins with a Single Movement"

          1 Reply Last reply
          0
          • K kirsty pollock

            What are the signs of getting burned out? Getting tired of being (approximately) 10 years ahead of the curve (in my personal case, 'Agile' type development, ORM/data layers, frameworks, TDD/Unit testing frameworks/continuous integration - I've written my own tools for them all... since back when I was at uni in the 80's...) Realising it's only the illusion of change that we have in development. Realising that you are writing the same damn apps over and over - whilst the tech changes under you so fast that you actually are no better/faster at actually delivering a working product. Being tired of running to stand still - if you study really hard *in your own time* you can just about stay as good as you were after about 5 years in the biz. In the few areas where there is design continuity, being tired of seeing all the same mistakes made all over again... (dreadful database design, over-engineering, under-engineering, 'hacking' to meet a time schedule, lack of client involvement, premature optimisation, optimising without metrics). Seeing the whole arena move in what seems like rather pointless directions - e.g. making web apps act like WinForms apps (except slower) by dint of much complex autogenerated code, seeing the database side engulfed by new tools with their own syntax and learning curve - none of which is necessary if you knwo the SQL and a programming language, seeing the proliferation of a kind of thinking that wants to do everything by ever-more config files - rather than the tool actually designed for the job (i.e. a standard programming language that everyone can follow). Knowing that going for architect only distances you so fast from the tech that you'll be out of touch even faster - and even less useful. Knowing that *WE* made it this way - we wanted a pure mertiocracy, we (when we were young) wanted a field where age and experience didn't matter so much as quickness and cleverness. Being just tired of it all.

            B Offline
            B Offline
            Brent Lamborn
            wrote on last edited by
            #79

            "Realising it's only the illusion of change that we have in development" So very true! The moment I realized this was the case ( a year or so ago), my love for programming crested.

            Brent

            1 Reply Last reply
            0
            • W wolfbinary

              What would you do if you couldn't program professionally anymore to make a living?

              B Offline
              B Offline
              Brent Lamborn
              wrote on last edited by
              #80

              Since I write web apps, Internet marketing would be my choice alternate profession. Heck, it's my choice for a primary profession, I'm just not there yet. It's a nice step back from the technical side of programming websites, while still being involved in the Web and making a ton of money too.

              Brent

              1 Reply Last reply
              0
              • W wolfbinary

                What would you do if you couldn't program professionally anymore to make a living?

                J Offline
                J Offline
                JDL EPM
                wrote on last edited by
                #81

                1. More Scottish Country Dancing. 2. Ski bum. Since I have less than 131 million seconds to go before I retire, it's academic - I'll be doing these two then anyway.

                1 Reply Last reply
                0
                • W wolfbinary

                  What would you do if you couldn't program professionally anymore to make a living?

                  C Offline
                  C Offline
                  carlospc1970
                  wrote on last edited by
                  #82

                  I'd be a Mathematician. It strikes me as a very similar profession. :cool:

                  1 Reply Last reply
                  0
                  • W wolfbinary

                    What would you do if you couldn't program professionally anymore to make a living?

                    G Offline
                    G Offline
                    grgran
                    wrote on last edited by
                    #83

                    I don't understand the question ;-)

                    1 Reply Last reply
                    0
                    • W wolfbinary

                      What would you do if you couldn't program professionally anymore to make a living?

                      B Offline
                      B Offline
                      BC3Tech
                      wrote on last edited by
                      #84

                      drag race

                      1 Reply Last reply
                      0
                      • W wolfbinary

                        What would you do if you couldn't program professionally anymore to make a living?

                        P Offline
                        P Offline
                        Paul A Howes
                        wrote on last edited by
                        #85

                        Either carpentry (cabinet making in particular) or teaching.

                        Paul

                        1 Reply Last reply
                        0
                        • S Steve Mayfield

                          when the only things you do are: wake up, eat, program, eat, program, eat, go to sleep...dream about programming...repeat...

                          Steve _________________ I C(++) therefore I am

                          J Offline
                          J Offline
                          Jordon4Kraftd
                          wrote on last edited by
                          #86

                          "Wake up" check "eat" check if (DayofWeek.IsMorning) "program" check "eat" check" if (DayOfWeek.IsAfterNoon) "program" check "eat" check "hang out with friends family, enjoy anything not technology for the next 4 hours" check "go to sleep" check if (DayOfWeek) "dream about programming" check Going through your list i almost thought i was in danger, thank god for my daily 4h break.

                          1 Reply Last reply
                          0
                          • K kirsty pollock

                            What are the signs of getting burned out? Getting tired of being (approximately) 10 years ahead of the curve (in my personal case, 'Agile' type development, ORM/data layers, frameworks, TDD/Unit testing frameworks/continuous integration - I've written my own tools for them all... since back when I was at uni in the 80's...) Realising it's only the illusion of change that we have in development. Realising that you are writing the same damn apps over and over - whilst the tech changes under you so fast that you actually are no better/faster at actually delivering a working product. Being tired of running to stand still - if you study really hard *in your own time* you can just about stay as good as you were after about 5 years in the biz. In the few areas where there is design continuity, being tired of seeing all the same mistakes made all over again... (dreadful database design, over-engineering, under-engineering, 'hacking' to meet a time schedule, lack of client involvement, premature optimisation, optimising without metrics). Seeing the whole arena move in what seems like rather pointless directions - e.g. making web apps act like WinForms apps (except slower) by dint of much complex autogenerated code, seeing the database side engulfed by new tools with their own syntax and learning curve - none of which is necessary if you knwo the SQL and a programming language, seeing the proliferation of a kind of thinking that wants to do everything by ever-more config files - rather than the tool actually designed for the job (i.e. a standard programming language that everyone can follow). Knowing that going for architect only distances you so fast from the tech that you'll be out of touch even faster - and even less useful. Knowing that *WE* made it this way - we wanted a pure mertiocracy, we (when we were young) wanted a field where age and experience didn't matter so much as quickness and cleverness. Being just tired of it all.

                            J Offline
                            J Offline
                            Jordon4Kraftd
                            wrote on last edited by
                            #87

                            You old guys are depressing... I "wanted" to excel to a architect status but now i think I'll just keep updating code generators with the latest technology and run that for 15 min and bill for 6 hours. Then i won't have to come onto a post about great jobs and depress the new guys with how empty their future will be. Jordon.

                            J 1 Reply Last reply
                            0
                            • W wolfbinary

                              What would you do if you couldn't program professionally anymore to make a living?

                              S Offline
                              S Offline
                              sennomo
                              wrote on last edited by
                              #88

                              Sadly, I'd probably go back to working convenience stores and selling insurance.

                              1 Reply Last reply
                              0
                              • _ _Damian S_

                                wolfbinary wrote:

                                I'm wondering what the signs are

                                When you dread getting out of bed in the morning because it's a work day... When you feel the need to cry yourself to sleep at night, or self medicate with alcohol... When you dread Sunday evenings because Monday is the start of the working week... When you sigh instead of get excited by having to work late, again...

                                -------------------------------------------------------- Knowledge is knowing that the tomato is a fruit. Wisdom is not putting it in fruit salad!!

                                R Offline
                                R Offline
                                radioman lt
                                wrote on last edited by
                                #89

                                GC.Collect(this.Life, this.CurrentJob); // ;P

                                peace & serenity

                                1 Reply Last reply
                                0
                                • _ _Damian S_

                                  wolfbinary wrote:

                                  I'm wondering what the signs are

                                  When you dread getting out of bed in the morning because it's a work day... When you feel the need to cry yourself to sleep at night, or self medicate with alcohol... When you dread Sunday evenings because Monday is the start of the working week... When you sigh instead of get excited by having to work late, again...

                                  -------------------------------------------------------- Knowledge is knowing that the tomato is a fruit. Wisdom is not putting it in fruit salad!!

                                  S Offline
                                  S Offline
                                  soaplady
                                  wrote on last edited by
                                  #90

                                  I have all of those symptoms but they have more to do with my work place than my actual job. To answer the original question, I would make and sell soap.

                                  1 Reply Last reply
                                  0
                                  • W wolfbinary

                                    What would you do if you couldn't program professionally anymore to make a living?

                                    T Offline
                                    T Offline
                                    tsdragon
                                    wrote on last edited by
                                    #91

                                    The only thing I've done lately besides programming is night auditor at a hotel (glorified front desk clerk), and I'd kill myself if I had to do that again. I got good grades in accounting and economics in college (4.0), so I'd probably become a CPA. I've also enjoyed writing training manuals and teaching classes, so that's an area I'd consider as well. Of course, I'd still be a closet programmer at home...

                                    Meddle not in the affairs of dragons, For you are crunchy, and good with mustard.

                                    1 Reply Last reply
                                    0
                                    • W wolfbinary

                                      What would you do if you couldn't program professionally anymore to make a living?

                                      Z Offline
                                      Z Offline
                                      z974647
                                      wrote on last edited by
                                      #92

                                      Well, if Hugh Hefner's position isn't vacant (ha) :wtf: , I would sell real estate (have a license) and/or work for some charity.

                                      What does an agnostic, dyslexic, insomniac do? He lies awake at night wondering if there's a dog.

                                      1 Reply Last reply
                                      0
                                      • W wolfbinary

                                        What would you do if you couldn't program professionally anymore to make a living?

                                        M Offline
                                        M Offline
                                        MattPenner
                                        wrote on last edited by
                                        #93

                                        I love development but if I had to leave I'd probably get a job in construction, like an Office Space thing. After being cooped up all day long in an office with glowing monitors it would be nice to be doing some heavy labor at 6am in the brisk air and later the sunshine. I'm sure I'd find some sore muscles that I forgot were even there, but it would be nice. Granted I live in Southern California. I don't think I'd look so fondly at waking up at 4am just to work all day in the rain.

                                        1 Reply Last reply
                                        0
                                        • W wolfbinary

                                          What would you do if you couldn't program professionally anymore to make a living?

                                          J Offline
                                          J Offline
                                          Jon_Boy
                                          wrote on last edited by
                                          #94

                                          wolfbinary wrote:

                                          What would you do if you couldn't program professionally anymore to make a living?

                                          Holy mackerel, this is a long thread. I'd go into porn. Of course, that is if the porn industry needs another hairy dude like Ron Jeremy and one less blessed, sigh. I guess my acting nick name could be my screen name?

                                          Any suggestions, ideas, or 'constructive criticism' are always welcome. "There's no such thing as a stupid question, only stupid people." - Mr. Garrison

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups