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. Newsletter Article, Programming Isn't Fun Anymore [modified]

Newsletter Article, Programming Isn't Fun Anymore [modified]

Scheduled Pinned Locked Moved The Lounge
rubyphpdata-structuresquestion
46 Posts 15 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.
  • C craigsaboe

    Did this newsletter article really resonate with anyone else? It's slashdotted (codeprojected maybe?) so here's the GCache link: http://bit.ly/qNbGv6[^]. I know it's in the nature of a programmer to be working in a dynamic field, moreso than many others; but ****, is it frustrating when you want to build someone a relatively simple website with some standard features and a few new "things", and you have to spend however many hours evaluating not just languages but platforms and frameworks and communities and future plans and everything else. It's not just Ruby/Rails, the poster child for programmers with ADHD; it's also PHP, easy to deploy on most hosts but with 168 frameworks you need to spend several hours each to evaluate, only to figure out that someone with delusions of grandeur wrote the routing engine. Honestly, I want to code, become really familiar with one stack, so that I can focus on really great solutions with it. If I want to check out some new paradigms, then I can without having to do so just to find work. Yeah, maybe not the "ideal programmer", but having been doing this only 6 years... it's frustrating to me.

    modified on Tuesday, September 6, 2011 11:34 AM

    P Offline
    P Offline
    Pete OHanlon
    wrote on last edited by
    #9

    craigsaboe wrote:

    is it frustrating when you want to build someone a relatively simple website with some standard features and a few new "things", and you have to spend however many hours evaluating not just languages but platforms and frameworks and communities and future plans and everything else.

    That's why I never build stuff for clients in new tech. I'd rather we spent some time playing around R&Ding with a particular technology, rather than trying it out on the clients. By doing this, there's less pressure on you to lever code into solving one part of a particular problem - instead, you can spend time trying to get a broader understanding of how things work and what you need to do. This is why it took us 18 months from starting to play around with WPF to actually using it on a daily basis with our clients. Basically, never try out new tech on clients - it's only going to end up blowing up in both your faces.

    Forgive your enemies - it messes with their heads

    My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

    C F 2 Replies Last reply
    0
    • realJSOPR realJSOP

      I've been doing this for over 30 years. Imagine how I must feel... You can't possibly become intimately familiar with every nuance of every language and/or framework. The best you can hope for is to become extremely good at what's currently putting beans on the table, and if the need arises, go with the flow and learn whatever else you need to learn as you need to learn it. It's called "adaptation". The nature of computer work is change. Embrace it, or die.

      ".45 ACP - because shooting twice is just silly" - JSOP, 2010
      -----
      You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
      -----
      "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

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #10

      John Simmons / outlaw programmer wrote:

      Embrace it, or die

      You know, when you say that, I can't help imagining a gravelly voice and crosshairs.

      Forgive your enemies - it messes with their heads

      My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

      realJSOPR 1 Reply Last reply
      0
      • realJSOPR realJSOP

        I've been doing this for over 30 years. Imagine how I must feel... You can't possibly become intimately familiar with every nuance of every language and/or framework. The best you can hope for is to become extremely good at what's currently putting beans on the table, and if the need arises, go with the flow and learn whatever else you need to learn as you need to learn it. It's called "adaptation". The nature of computer work is change. Embrace it, or die.

        ".45 ACP - because shooting twice is just silly" - JSOP, 2010
        -----
        You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
        -----
        "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

        C Offline
        C Offline
        craigsaboe
        wrote on last edited by
        #11

        I very much agree, when you have a singular situation that gives you your beans. However, when you have multiple bean providers, even just two, you are often guaranteed an unholy mixture of build engines, compilers, operating systems, databases, and languages themselves. Or even with a singular stack, as Mr. Bradford put it much more eloquently than me, you can still find yourself dealing with completely different toolsets on different projects within the same company. And if one uses version 2.7 of a compiler, and another uses 3.1, you get to play "what did they change?" and "would it break the build?" when you get an error. I know very well this is the nature of the beast... however, even if I'm married that doesn't preclude me from *****ing about the significant other.

        1 Reply Last reply
        0
        • P Pete OHanlon

          craigsaboe wrote:

          is it frustrating when you want to build someone a relatively simple website with some standard features and a few new "things", and you have to spend however many hours evaluating not just languages but platforms and frameworks and communities and future plans and everything else.

          That's why I never build stuff for clients in new tech. I'd rather we spent some time playing around R&Ding with a particular technology, rather than trying it out on the clients. By doing this, there's less pressure on you to lever code into solving one part of a particular problem - instead, you can spend time trying to get a broader understanding of how things work and what you need to do. This is why it took us 18 months from starting to play around with WPF to actually using it on a daily basis with our clients. Basically, never try out new tech on clients - it's only going to end up blowing up in both your faces.

          Forgive your enemies - it messes with their heads

          My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

          C Offline
          C Offline
          craigsaboe
          wrote on last edited by
          #12

          If I could, that would be what I would do. However, consulting work doesn't afford you that luxury. And it is my own fault obviously for going this route rather than going corporate and having nice two-year project lengths. But we're passionate about the work we're doing for NPOs, and will deal with their disparate environments until we can finish building out our "in-the-box" product that we can host and make this problem go away.

          P 1 Reply Last reply
          0
          • P Pete OHanlon

            John Simmons / outlaw programmer wrote:

            Embrace it, or die

            You know, when you say that, I can't help imagining a gravelly voice and crosshairs.

            Forgive your enemies - it messes with their heads

            My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

            realJSOPR Offline
            realJSOPR Offline
            realJSOP
            wrote on last edited by
            #13

            I think "gravelly voice and knife at your neck" is a more appropriate visage.

            ".45 ACP - because shooting twice is just silly" - JSOP, 2010
            -----
            You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
            -----
            "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

            C 1 Reply Last reply
            0
            • C craigsaboe

              If I could, that would be what I would do. However, consulting work doesn't afford you that luxury. And it is my own fault obviously for going this route rather than going corporate and having nice two-year project lengths. But we're passionate about the work we're doing for NPOs, and will deal with their disparate environments until we can finish building out our "in-the-box" product that we can host and make this problem go away.

              P Offline
              P Offline
              Pete OHanlon
              wrote on last edited by
              #14

              craigsaboe wrote:

              However, consulting work doesn't afford you that luxury

              That's a problem with the way the consultancy works. I run a consultancy, and my comments are based on personal experience.

              Forgive your enemies - it messes with their heads

              My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

              C 1 Reply Last reply
              0
              • P Pete OHanlon

                craigsaboe wrote:

                However, consulting work doesn't afford you that luxury

                That's a problem with the way the consultancy works. I run a consultancy, and my comments are based on personal experience.

                Forgive your enemies - it messes with their heads

                My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

                C Offline
                C Offline
                craigsaboe
                wrote on last edited by
                #15

                So how do you deal with the disparate setups of your clients? Do you take on only clients who allow you to use that platform, or are your solutions such that you can "play nice" with whatever they're running (i.e get a VM with your environment or something)? Or something else I'm missing?

                P 1 Reply Last reply
                0
                • realJSOPR realJSOP

                  I've been doing this for over 30 years. Imagine how I must feel... You can't possibly become intimately familiar with every nuance of every language and/or framework. The best you can hope for is to become extremely good at what's currently putting beans on the table, and if the need arises, go with the flow and learn whatever else you need to learn as you need to learn it. It's called "adaptation". The nature of computer work is change. Embrace it, or die.

                  ".45 ACP - because shooting twice is just silly" - JSOP, 2010
                  -----
                  You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
                  -----
                  "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

                  L Offline
                  L Offline
                  Luc Pattyn
                  wrote on last edited by
                  #16

                  John Simmons / outlaw programmer wrote:

                  Embrace it, or die

                  Seems like you abandoned VB.NET in favor of PHP now... :-D

                  Luc Pattyn [My Articles] Nil Volentibus Arduum

                  P 1 Reply Last reply
                  0
                  • C craigsaboe

                    So how do you deal with the disparate setups of your clients? Do you take on only clients who allow you to use that platform, or are your solutions such that you can "play nice" with whatever they're running (i.e get a VM with your environment or something)? Or something else I'm missing?

                    P Offline
                    P Offline
                    Pete OHanlon
                    wrote on last edited by
                    #17

                    Well, we mainly do desktop development for clients. Our particular niche is such that the environments tend to be similar, and where they aren't we do specify up front what will be needed to run it. Where we have done web development, we host the applications for the client so we aren't worried about server compatibility issues - and we have total control of the support which is always nice.

                    Forgive your enemies - it messes with their heads

                    My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility

                    1 Reply Last reply
                    0
                    • C craigsaboe

                      Did this newsletter article really resonate with anyone else? It's slashdotted (codeprojected maybe?) so here's the GCache link: http://bit.ly/qNbGv6[^]. I know it's in the nature of a programmer to be working in a dynamic field, moreso than many others; but ****, is it frustrating when you want to build someone a relatively simple website with some standard features and a few new "things", and you have to spend however many hours evaluating not just languages but platforms and frameworks and communities and future plans and everything else. It's not just Ruby/Rails, the poster child for programmers with ADHD; it's also PHP, easy to deploy on most hosts but with 168 frameworks you need to spend several hours each to evaluate, only to figure out that someone with delusions of grandeur wrote the routing engine. Honestly, I want to code, become really familiar with one stack, so that I can focus on really great solutions with it. If I want to check out some new paradigms, then I can without having to do so just to find work. Yeah, maybe not the "ideal programmer", but having been doing this only 6 years... it's frustrating to me.

                      modified on Tuesday, September 6, 2011 11:34 AM

                      V Offline
                      V Offline
                      Vivi Chellappa
                      wrote on last edited by
                      #18

                      Strip the jargon from all these new-fangled tools and you will find that you are doing the same old things the same old way. In the early 1970's, you had dumb terminals talking to centralized computers. Then came PC's but a whole lot of them had a 3278 emulation card inside them so that they could emulate a dumb terminal cconnected to the mainframe. Then people said they would write client programs on the PC and server programs on the server and everything would be hunky-dory.... except that, a few years later they felt they couldn't maintain all the distributed programs. So they went back to a browser on the PC but all instructions to the browser would be downloaded from the central computer, making the PC a brain-dead machine. Then of course, IBM and Oracle to come up with the dumbed-down NetPC concept too. So, just buy into the latest buzzword and it will keep you in a job that brings you a paycheck. Don't ask for job satisfaction. Just ask for the paycheck every two weeks. :wtf:

                      1 Reply Last reply
                      0
                      • C craigsaboe

                        Did this newsletter article really resonate with anyone else? It's slashdotted (codeprojected maybe?) so here's the GCache link: http://bit.ly/qNbGv6[^]. I know it's in the nature of a programmer to be working in a dynamic field, moreso than many others; but ****, is it frustrating when you want to build someone a relatively simple website with some standard features and a few new "things", and you have to spend however many hours evaluating not just languages but platforms and frameworks and communities and future plans and everything else. It's not just Ruby/Rails, the poster child for programmers with ADHD; it's also PHP, easy to deploy on most hosts but with 168 frameworks you need to spend several hours each to evaluate, only to figure out that someone with delusions of grandeur wrote the routing engine. Honestly, I want to code, become really familiar with one stack, so that I can focus on really great solutions with it. If I want to check out some new paradigms, then I can without having to do so just to find work. Yeah, maybe not the "ideal programmer", but having been doing this only 6 years... it's frustrating to me.

                        modified on Tuesday, September 6, 2011 11:34 AM

                        S Offline
                        S Offline
                        S Douglas
                        wrote on last edited by
                        #19

                        I would just be happy with well defined requirements, and no scope creep. Everything else (choosing the right tool for the job) is what makes it fun to do. :)


                        Common sense is admitting there is cause and effect and that you can exert some control over what you understand.

                        C 1 Reply Last reply
                        0
                        • S S Douglas

                          I would just be happy with well defined requirements, and no scope creep. Everything else (choosing the right tool for the job) is what makes it fun to do. :)


                          Common sense is admitting there is cause and effect and that you can exert some control over what you understand.

                          C Offline
                          C Offline
                          craigsaboe
                          wrote on last edited by
                          #20

                          Knowing that a screw needs to be removed and that's all the job is ever going to be doesn't make it any more fun to try and figure out what screwdrivers can to be used. And determine if a given screwdriver allows you to turn it the requisite number of times to get the screw out. And whether the screwdriver can handle screws painted blue. And whether the screwdriver can be used anywhere else. Or if it would be cheaper just to buy a whole new [x]. [Apologize for the analogy.]

                          S 1 Reply Last reply
                          0
                          • L Luc Pattyn

                            John Simmons / outlaw programmer wrote:

                            Embrace it, or die

                            Seems like you abandoned VB.NET in favor of PHP now... :-D

                            Luc Pattyn [My Articles] Nil Volentibus Arduum

                            P Offline
                            P Offline
                            PIEBALDconsult
                            wrote on last edited by
                            #21

                            Hijacking... I seem to recall that around the time that VS 2010 came out you posted that activating a guideline in the editor required two registry entries rather than one like the earlier versions. From what I see today, that's not the case, but I wonder what it is I must be confusing with this. Do you recall something that requires an additional registry entry? Don't sweat over it.

                            L 1 Reply Last reply
                            0
                            • P PIEBALDconsult

                              Hijacking... I seem to recall that around the time that VS 2010 came out you posted that activating a guideline in the editor required two registry entries rather than one like the earlier versions. From what I see today, that's not the case, but I wonder what it is I must be confusing with this. Do you recall something that requires an additional registry entry? Don't sweat over it.

                              L Offline
                              L Offline
                              Luc Pattyn
                              wrote on last edited by
                              #22

                              You are probably hinting at this thread[^]. Seems my article[^] could use an update... :)

                              Luc Pattyn [My Articles] Nil Volentibus Arduum

                              P 1 Reply Last reply
                              0
                              • C craigsaboe

                                Did this newsletter article really resonate with anyone else? It's slashdotted (codeprojected maybe?) so here's the GCache link: http://bit.ly/qNbGv6[^]. I know it's in the nature of a programmer to be working in a dynamic field, moreso than many others; but ****, is it frustrating when you want to build someone a relatively simple website with some standard features and a few new "things", and you have to spend however many hours evaluating not just languages but platforms and frameworks and communities and future plans and everything else. It's not just Ruby/Rails, the poster child for programmers with ADHD; it's also PHP, easy to deploy on most hosts but with 168 frameworks you need to spend several hours each to evaluate, only to figure out that someone with delusions of grandeur wrote the routing engine. Honestly, I want to code, become really familiar with one stack, so that I can focus on really great solutions with it. If I want to check out some new paradigms, then I can without having to do so just to find work. Yeah, maybe not the "ideal programmer", but having been doing this only 6 years... it's frustrating to me.

                                modified on Tuesday, September 6, 2011 11:34 AM

                                C Offline
                                C Offline
                                CalvinHobbies
                                wrote on last edited by
                                #23

                                I totally TOTALY feel your pain in this...

                                ///////////////// -I’m a DHCP server at a local restaurant. This chick came up and asked me for my address, and I told her she was out of my scope -Why do Java Programmers wear glasses? Because they don’t C#

                                1 Reply Last reply
                                0
                                • realJSOPR realJSOP

                                  I think "gravelly voice and knife at your neck" is a more appropriate visage.

                                  ".45 ACP - because shooting twice is just silly" - JSOP, 2010
                                  -----
                                  You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
                                  -----
                                  "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

                                  C Offline
                                  C Offline
                                  CalvinHobbies
                                  wrote on last edited by
                                  #24

                                  I agree with Pete, gave me the image of Clint Eastwood from "Man with No Name". :cool: Good posting JSOP, needed to hear those words today. (beer)

                                  ///////////////// -I’m a DHCP server at a local restaurant. This chick came up and asked me for my address, and I told her she was out of my scope -Why do Java Programmers wear glasses? Because they don’t C#

                                  1 Reply Last reply
                                  0
                                  • L Luc Pattyn

                                    You are probably hinting at this thread[^]. Seems my article[^] could use an update... :)

                                    Luc Pattyn [My Articles] Nil Volentibus Arduum

                                    P Offline
                                    P Offline
                                    PIEBALDconsult
                                    wrote on last edited by
                                    #25

                                    I don't think so, but that's one I was able to find via search. It must have been some completely other feature. Thanks for the effort. Also, in regard to your 301: As you can imagine, I usually open Control and Form files in the editor, rarely in the designer, and a per-file setting isn't what I want, so I set the editor as the default... In Solution Explorer, right-click a Form file, click Open With..., select CSharp Editor, click Set as Default. This way the icons remain unchanged, but the editor opens when I double-click a Form file. To open the Designer instead, right-click the file and click View Designer.

                                    L 1 Reply Last reply
                                    0
                                    • D Dalek Dave

                                      He is at the point of no return.

                                      ------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC Link[^] Trolls[^]

                                      A Offline
                                      A Offline
                                      Alan Burkhart
                                      wrote on last edited by
                                      #26

                                      Dalek Dave wrote:

                                      He is at the point of no return.

                                      Gawd, that was corny. But I like it anyway. :laugh:

                                      XAlan Burkhart

                                      1 Reply Last reply
                                      0
                                      • P PIEBALDconsult

                                        I don't think so, but that's one I was able to find via search. It must have been some completely other feature. Thanks for the effort. Also, in regard to your 301: As you can imagine, I usually open Control and Form files in the editor, rarely in the designer, and a per-file setting isn't what I want, so I set the editor as the default... In Solution Explorer, right-click a Form file, click Open With..., select CSharp Editor, click Set as Default. This way the icons remain unchanged, but the editor opens when I double-click a Form file. To open the Designer instead, right-click the file and click View Designer.

                                        L Offline
                                        L Offline
                                        Luc Pattyn
                                        wrote on last edited by
                                        #27

                                        Thanks for the suggestion, I never had tried it. Also, I'm still using VS2008 most of the time, that is why my article isn't up-to-date... :thumbsup:

                                        Luc Pattyn [My Articles] Nil Volentibus Arduum

                                        1 Reply Last reply
                                        0
                                        • C craigsaboe

                                          Did this newsletter article really resonate with anyone else? It's slashdotted (codeprojected maybe?) so here's the GCache link: http://bit.ly/qNbGv6[^]. I know it's in the nature of a programmer to be working in a dynamic field, moreso than many others; but ****, is it frustrating when you want to build someone a relatively simple website with some standard features and a few new "things", and you have to spend however many hours evaluating not just languages but platforms and frameworks and communities and future plans and everything else. It's not just Ruby/Rails, the poster child for programmers with ADHD; it's also PHP, easy to deploy on most hosts but with 168 frameworks you need to spend several hours each to evaluate, only to figure out that someone with delusions of grandeur wrote the routing engine. Honestly, I want to code, become really familiar with one stack, so that I can focus on really great solutions with it. If I want to check out some new paradigms, then I can without having to do so just to find work. Yeah, maybe not the "ideal programmer", but having been doing this only 6 years... it's frustrating to me.

                                          modified on Tuesday, September 6, 2011 11:34 AM

                                          L Offline
                                          L Offline
                                          Lost User
                                          wrote on last edited by
                                          #28

                                          That's the difference between a programmer and an architect.

                                          C 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