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. What's a poor developer to do?

What's a poor developer to do?

Scheduled Pinned Locked Moved The Lounge
c++helptutorialquestionlearning
33 Posts 25 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.
  • H H Brydon

    I recently retired from being paid to develop code. After coding since the late 1960's, I am interested in working on something worthwhile in my retirement years that might have other benefits besides the $$$. I have some expertise in C++/Wintel, and am interested in work on that planet, or perhaps exploration elsewhere as a n00b. I don't want to overstate my abilities, but I still enjoy coding, and learning how to do new things... I suppose that I am a solution in search of a problem to solve. I'm not looking for financial rewards, but other types of currency of some value to myself. I don't want to do anything controversial, political or "fringe". Any suggestions, ideas, direction?

    J Offline
    J Offline
    Joop Eggen
    wrote on last edited by
    #23

    That experience will lead to specialized projects. The more specialized, the better. Otherwise projects tend to take much time. Do active search in small firms. I would still advice to jump on Java. They have libraries for everything. Start with Java 6. Open Source projects come to mind; they provide some continuancy, need active, lasting people. Can offer "commercial" support. Do not immediately start a new project though, only when having something to dedicate oneself to.

    1 Reply Last reply
    0
    • H H Brydon

      I recently retired from being paid to develop code. After coding since the late 1960's, I am interested in working on something worthwhile in my retirement years that might have other benefits besides the $$$. I have some expertise in C++/Wintel, and am interested in work on that planet, or perhaps exploration elsewhere as a n00b. I don't want to overstate my abilities, but I still enjoy coding, and learning how to do new things... I suppose that I am a solution in search of a problem to solve. I'm not looking for financial rewards, but other types of currency of some value to myself. I don't want to do anything controversial, political or "fringe". Any suggestions, ideas, direction?

      F Offline
      F Offline
      Fabio Franco
      wrote on last edited by
      #24

      I'd suggest you explore the mobile world. Lot's of new shiny stuff to learn and have fun with. Also, you may consider contributing to non-profit organizations that do social work, that might be rewarding, helping others to help others

      1 Reply Last reply
      0
      • H H Brydon

        I recently retired from being paid to develop code. After coding since the late 1960's, I am interested in working on something worthwhile in my retirement years that might have other benefits besides the $$$. I have some expertise in C++/Wintel, and am interested in work on that planet, or perhaps exploration elsewhere as a n00b. I don't want to overstate my abilities, but I still enjoy coding, and learning how to do new things... I suppose that I am a solution in search of a problem to solve. I'm not looking for financial rewards, but other types of currency of some value to myself. I don't want to do anything controversial, political or "fringe". Any suggestions, ideas, direction?

        S Offline
        S Offline
        Steve Naidamast
        wrote on last edited by
        #25

        Somebody actually retired from this field? I have 35+ years in and I am going out like Admiral Grace Hopper :)

        Steve Naidamast Black Falcon Software, Inc. blackfalconsoftware@ix.netcom.com

        1 Reply Last reply
        0
        • H H Brydon

          I recently retired from being paid to develop code. After coding since the late 1960's, I am interested in working on something worthwhile in my retirement years that might have other benefits besides the $$$. I have some expertise in C++/Wintel, and am interested in work on that planet, or perhaps exploration elsewhere as a n00b. I don't want to overstate my abilities, but I still enjoy coding, and learning how to do new things... I suppose that I am a solution in search of a problem to solve. I'm not looking for financial rewards, but other types of currency of some value to myself. I don't want to do anything controversial, political or "fringe". Any suggestions, ideas, direction?

          R Offline
          R Offline
          Roger165
          wrote on last edited by
          #26

          The lottery is the answer!

          1 Reply Last reply
          0
          • R Rich Leyshon

            Christopher Duncan wrote:

            I wrote an app to control concert lighting systems

            I'd love to hear some more about it. Back in my student days, in between Crusades, I did a couple of projects to control lighting. The peak of "being useful" probably came when the Mark 1 system controlled 8kW of stage lights for a disco via a Vic 20. No dimming, just running pre-programmed sequences of offs and ons. If you wanted a constant rate of flash, you didn't have to program each step merely tell it the on time and the off time and an interrupt based routine dealt with the rest. The hi-tec Mark 2 version, now using a C64(!) also featured dimming capabilities but only ever got as far as a two channel system (designed for upto 256) due to budget restraints. For this, I had managed to blag some new chips from a lecturer that allowed you to digitally tell it what level of output you wanted and the thing then generated the control signals to activate a triac for the corrct portion of the mains cycle. Before I got hold of these it was a case of a zero crossing detector then some accurate (!) timing. Both systems used a front end editor in Commodore Basic with a run-time interpreter in assembly. The "language" was stored as a byte code which was read at runtime by the m/c part. There, Java and .net were my idea! Regards, Rich

            C Offline
            C Offline
            Christopher Duncan
            wrote on last edited by
            #27

            I waited until the Crusades were over (8086 PC / DOS 3.1) as I didn't want to slip in the blood and sprain something. The lighting project, however, was an MFC app circa Windows 98. It all started so innocently. These days concert lighting runs off the DMX protocol, which is just a 256 byte bucket that the lights poll to see if anything in the range they're set for has changed. Of course, writing a full blown app to control scenes, moving light sequences, syncing to MIDI, playing audio, etc. soon followed. At one point had 10,000 watts of lighting set up in my living room. Yes, I was single at the time. :) Find something you can obsess over and just write it. It worked for me.

            Christopher Duncan
            www.PracticalUSA.com
            Author of The Career Programmer
            Writing apps? Developing sites? Hate marketing? We can help.

            1 Reply Last reply
            0
            • T Terrence Dorsey

              http://codeforamerica.org/

              T Offline
              T Offline
              Toby Atkinson
              wrote on last edited by
              #28

              Another one is http://givecamp.org/

              1 Reply Last reply
              0
              • H H Brydon

                I recently retired from being paid to develop code. After coding since the late 1960's, I am interested in working on something worthwhile in my retirement years that might have other benefits besides the $$$. I have some expertise in C++/Wintel, and am interested in work on that planet, or perhaps exploration elsewhere as a n00b. I don't want to overstate my abilities, but I still enjoy coding, and learning how to do new things... I suppose that I am a solution in search of a problem to solve. I'm not looking for financial rewards, but other types of currency of some value to myself. I don't want to do anything controversial, political or "fringe". Any suggestions, ideas, direction?

                W Offline
                W Offline
                wizardzz
                wrote on last edited by
                #29

                Aside from the name, some hacker groups may not fall under

                Lord Bitnerd of Pentium wrote:

                controversial, political or "fringe".

                You can look into Random Hacks of Kindness rhok.org or Geeks Without Bounds gwob.org. They seem to be looking to help people. I interned at a small school to help with their computer systems. You could always volunteer at an underprivileged school. Lately I've been trying to spend my time away from code and get involved in musical hardware / robotics on a very simple level, starting with kits from MakerShed.com. This can be rewarding, because the results are in a physical form.

                1 Reply Last reply
                0
                • S SilimSayo

                  How about you look for new hobby.. for example playing the Piano or Guitar or painting? I think that would be more rewarding than coding.

                  M Offline
                  M Offline
                  Matthew Barnett
                  wrote on last edited by
                  #30

                  SilimSayo wrote:

                  I think that would be more rewarding than coding.

                  Heretic! :-D

                  1 Reply Last reply
                  0
                  • H Haakon S

                    I am programming a process simulator (chemical engineering) as a hobby project. An important part of the program is a 2D CAD view which is an extension of Johan Rosengren's CFlowchartEditor found on this site. It is a C++ desktop application using VS6 with MFC. You can have my code if you want to. Currently I don't have much time to work with it.

                    J Offline
                    J Offline
                    James Lonero
                    wrote on last edited by
                    #31

                    Interesting. I work for a biotech company that makes chemistry applications for mass spectrometers. We also show the chemical breakdown products as a result of the mass flow reactions. Something like that may help compliment our product line, if you're interested. If yes, then my email is jimlonero@aol.com. (Company is anonymous in this forum.)

                    1 Reply Last reply
                    0
                    • H H Brydon

                      I recently retired from being paid to develop code. After coding since the late 1960's, I am interested in working on something worthwhile in my retirement years that might have other benefits besides the $$$. I have some expertise in C++/Wintel, and am interested in work on that planet, or perhaps exploration elsewhere as a n00b. I don't want to overstate my abilities, but I still enjoy coding, and learning how to do new things... I suppose that I am a solution in search of a problem to solve. I'm not looking for financial rewards, but other types of currency of some value to myself. I don't want to do anything controversial, political or "fringe". Any suggestions, ideas, direction?

                      P Offline
                      P Offline
                      Palab
                      wrote on last edited by
                      #32

                      I would recommend to look at any open software you are using. I don't know, something like VLC, there is many other softwares out there with a big community behind. They always have a huge bug base and new features they want to implement and miss the time to do so. It's something I would love to do and never have the time myself.

                      1 Reply Last reply
                      0
                      • H H Brydon

                        I recently retired from being paid to develop code. After coding since the late 1960's, I am interested in working on something worthwhile in my retirement years that might have other benefits besides the $$$. I have some expertise in C++/Wintel, and am interested in work on that planet, or perhaps exploration elsewhere as a n00b. I don't want to overstate my abilities, but I still enjoy coding, and learning how to do new things... I suppose that I am a solution in search of a problem to solve. I'm not looking for financial rewards, but other types of currency of some value to myself. I don't want to do anything controversial, political or "fringe". Any suggestions, ideas, direction?

                        I Offline
                        I Offline
                        IzharAli
                        wrote on last edited by
                        #33

                        what about doing game programing.

                        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