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.
  • P Pierre Leclercq

    Wouah! Now that comes from the heart!

    kirsty pollock wrote:

    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.

    You should go watch yourself a good ol' schwarzy' movie, and you'll be quick and fit in no time again! Or maybe time to write a book or start a thesis...

    K Offline
    K Offline
    kirsty pollock
    wrote on last edited by
    #70

    :-) I've thought about a book/paper. Maybe I should - as it'll probably take a good few years before anybody else gets round to it. (unless it already exists... or someone else is now inspired to do it)

    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
      BunnyFaber
      wrote on last edited by
      #71

      Fashion Model. Is that part of UML?

      1 Reply Last reply
      0
      • R realJSOP

        I'd roam the Texas hill country absolutely naked and make a name for myself...

        "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

        P Offline
        P Offline
        Pierre Leclercq
        wrote on last edited by
        #72

        Would you do that by foot, horse or motor bike?

        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
          snowlin
          wrote on last edited by
          #73

          I've been there for the last 3 years... I guess I don't have any choice but to howl at the moon :| Though I would prefer not to do it naked on a roof. Perhaps I'll have sense enough to go out in the woods when I finally go insane. More than likely the ulcers will get me first. X|

          S.Nowlin ----------------------- I'm a Techwriter Monkey -- handy, just less useful than the Bathroom Monkey.

          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
            JasonCordes
            wrote on last edited by
            #74

            Either teach, farm or do building construction. Teaching would be the most psychologically satisfying, the other two are for more physical needs.

            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
              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
                                          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