Join Early Retirement Today
Reply
 
Thread Tools Display Modes
Software Development
Old 06-24-2013, 07:26 PM   #1
Recycles dryer sheets
timwalsh300's Avatar
 
Join Date: Nov 2009
Posts: 131
Software Development

I have a question for folks who work(ed) in the software industry.

First some background: I earned my degree in computer science a few years ago. Although my current job is totally unrelated, I remain interested in the subject. This past week I started reading Steven Levy's Hackers: Heroes of the Computer Revolution. One of the pervasive themes is how many of the most innovative pioneers of computing just lived to tackle engineering/programming challenges, and they didn't care about money, or sleep, or anything else. It inspired me to fire up an IDE and write some code again for fun.

I remember the feeling as an undergrad, and it still gets me: when I'm mentally stepping through an algorithm, relentlessly hunting down a deeply buried bug, I feel completely addicted and find it hard to stop for anything; hungry, tired, needing to pee, it doesn't matter. Two nights ago I got out of bed in the middle of the night to change a couple lines of code, thinking I had just found a solution. The feeling of satisfaction, when everything finally makes sense and functions precisely as I desire, is enormous. It makes me think that I would love to do more of this, maybe working on open source projects, when I eventually have more time. Then I think: why do it for free when I could make a career change and get paid for it?

However, I know that this forum is heavily populated with folks who do/did this for a living. So to remind myself that the grass isn't necessarily greener on the other side, I want to hear from you guys. Does the aforementioned feeling wear off at some point? What else about the job drives/drove you to early retirement?

Tim
timwalsh300 is offline   Reply With Quote
Join the #1 Early Retirement and Financial Independence Forum Today - It's Totally Free!

Are you planning to be financially independent as early as possible so you can live life on your own terms? Discuss successful investing strategies, asset allocation models, tax strategies and other related topics in our online forum community. Our members range from young folks just starting their journey to financial independence, military retirees and even multimillionaires. No matter where you fit in you'll find that Early-Retirement.org is a great community to join. Best of all it's totally FREE!

You are currently viewing our boards as a guest so you have limited access to our community. Please take the time to register and you will gain a lot of great new features including; the ability to participate in discussions, network with our members, see fewer ads, upload photographs, create a retirement blog, send private messages and so much, much more!

Old 06-24-2013, 08:20 PM   #2
Thinks s/he gets paid by the post
 
Join Date: Jul 2005
Posts: 4,366
It never wore off for me. Although any problem solving did the same. Developing software as part of a formal group was a challenge at times. I worked with one guy in particular who had just enough formal computer training to be dangerous. His most annoying trait was burying code in many nested subroutines, most of which were only called once in the code anyway. Really tough to trace the code, and it slowed down our simulation. He insisted it was good programming practice and wouldn't change.
Animorph is offline   Reply With Quote
Old 06-24-2013, 08:46 PM   #3
Recycles dryer sheets
 
Join Date: May 2011
Location: Austin
Posts: 375
I am a HW engineer. I could stay all night long debugging my code. But that was before I was married.

Now I still enjoy the intellectual challenge. I am happy I got paid to do what I like.

But after work hours, I like to play with my kids.
HillCountry is offline   Reply With Quote
Old 06-24-2013, 08:49 PM   #4
Thinks s/he gets paid by the post
growing_older's Avatar
 
Join Date: Jun 2007
Posts: 2,657
Never wore off for me. The actual reality of doing software as a job often got in the way of the pure programming rush, but I was lucky to be able to keep some side projects (usually at work, but not my primary job) that kept the love alive. Or at least made it okay to slog through the not so fun stuff in anticipation of a juicy problem to work on occasionally. Some startups are rumored to keep an environment that fosters the crazy creative development of software in all night binges, but even these usually get somewhat corporate after a few years, or a significant setback, or a dreaded management infusion. Still, someone somewhere always needs software, so with a little work you can keep the joy.
growing_older is offline   Reply With Quote
Old 06-24-2013, 09:02 PM   #5
Full time employment: Posting here.
sailor's Avatar
 
Join Date: May 2005
Location: Atlanta suburbs
Posts: 900
I've been doing this for about 20 years and the feeling of "flow" did not wear off yet.
As my career progressed though, there is more and more distractions, so flow periods are shorter. I learned to adapt somewhat and mentally break my work into smaller pieces.
Additionally I found that, as the years are passing, I'm gaining a lot of experience, being able to intuitively develop optimal/good enough solutions, but my ability to build elaborate structures in my mind diminishes. I better FIRE, while I'm ahead of the curve
I like my job, but I would prefer to be FI and than maybe do some software development at my leisure.
sailor is offline   Reply With Quote
Old 06-24-2013, 09:28 PM   #6
Thinks s/he gets paid by the post
 
Join Date: Jul 2005
Location: Los Angeles area
Posts: 1,708
It never really wore off. I managed to stay in programming (and out of management) my entire career, but retiring early was always my goal. The lure of doing whatever I want whenever I want was just too strong.
__________________
learn, work, save, invest, fire
CyclingInvestor is offline   Reply With Quote
Old 06-24-2013, 09:58 PM   #7
Give me a museum and I'll fill it. (Picasso)
Give me a forum ...
RunningBum's Avatar
 
Join Date: Jun 2007
Posts: 13,228
The programming and debugging fun never wore off. It's everything else that wore me out.

First, if you do well, they try to promote you out. I turned down management jobs, but did have to take a project lead position, which meant I had to do schedules, track everyone else's progress, present to management, etc, but I was still able to do a lot of coding along with this.

Next came The Process. Some of it makes sense, like reviewing plans, designs and code, but still nobody wakes up in the middle of the night with the urge to review more code or complete all of the required sections of a program plan document.

And then comes the automated tools. A bug slips out into the field, and now that the horse has escaped we have to lock the barn door with an additional test to make sure this never happens again rather than try to anticipate where the next problem may come from. And tools are written to examine code for common problems, which also sounds good, but they too are often written to avoid problems that have already been found and fixed. The biggest problems with all of these is the false positives. The tool detects something, and you have to prove that it's not a real problem, and it would be a bad idea to change working code to satisfy the test tools and possibly break something. And they rerun the tests on the next version and you have to fight the same battle, and sometimes you are forced to change code anyway. Then they start to run the tools on maintenance releases so you have to go through this every few weeks. And sometimes you stop making real fixes that are minor but really would improve the product because all the process and overhead of making a code change make it not worth the effort.

And then they move support of your product overseas, and instead of just fixing the code you have to train someone on technology that you've been building expertise on for most of 25 years. You think maybe they've learned something, and on the next problem you have to start over because they really didn't learn anything. And around the time they finally learn something, their contract is ended or they've jumped to another job, and you start over with someone new.

ER starts looking awfully nice by then. Part of the problem is that the place I worked went from maybe 2000 people with still a strong start-up mentality to a mega corp with over 50,000 and the CEO fell in love with having processes.

I did think about working on open source software in ER but in the last few years I locked into legacy software so that I could work part-time and telecommute, so my skills weren't really up to date for a lot of new work. But probably more than that, I had decided not to do anything like that right away, and I just never got the motivation to look into doing any open source work. I do some web work for our nature foundation, and feel stupid enough trying to figure out how to get some javascript stuff working on different browsers that I doubt my abilities to do anything more than that.
RunningBum is offline   Reply With Quote
Old 06-24-2013, 11:09 PM   #8
Moderator Emeritus
M Paquette's Avatar
 
Join Date: Oct 2007
Location: Portland
Posts: 4,946
Getting 'in the zone', a sort of flow of consciousness state, was always fun, and that never wore off.

What did fade away over the years were the opportunities to get that engaged, that in depth immersion in a problem to be solved.
M Paquette is offline   Reply With Quote
Old 06-25-2013, 03:42 AM   #9
Thinks s/he gets paid by the post
bUU's Avatar
 
Join Date: Dec 2012
Location: Georgia
Posts: 2,240
What wore off for me was the tolerance for recurrent futility: The work is good, but more often than not, these days, I'm blocked from doing the good work because my doing the good work would incur onto the company excessive costs in terms of verification and validation, deployment and support. Also, I often find my work penned-in by the constraints and limitations tying us to platform software last redesigned in 1999. Furthermore, I know a lot of younger developers (including a couple that work with me) are sometimes frustrated by the fact that the paying-of-the-dues means that the scarce instances of really good work goes to seasoned experts (like me), while they're often saddled with the scut. (Sorry guys.) I've seen the discipline change over the years - the competition (with developers in literally dozens of countries) has seriously degraded the experience of being a developer here.

Sorry to be a downer.
bUU is offline   Reply With Quote
Old 06-25-2013, 04:04 AM   #10
Full time employment: Posting here.
 
Join Date: Jun 2008
Location: Caldas da Rainha, Portugal
Posts: 583
Quote:
Originally Posted by timwalsh300 View Post
Does the aforementioned feeling wear off at some point? What else about the job drives/drove you to early retirement?
It didn't wear off for me. Working under all the constraints others have already discussed meant fewer opportunities for such feelings.

The job(s) didn't drive me to retirement. In the worst cases, when working under somebody who knew far less than his team, on a project that had no reason for being other than some suit read an article, with people of varying degrees of talent and motivation using imposed practices that were at variance with best practices - I was being well paid to do something I enjoyed so much I knew I'd still do it as a hobby after retiring.
__________________
ER Oct 2008 at age 54. An expat enjoying a mild 4 season climate after 11 years in the tropics.
ItDontMeanAThing is offline   Reply With Quote
Old 06-25-2013, 04:22 AM   #11
Recycles dryer sheets
killingme's Avatar
 
Join Date: Apr 2013
Posts: 98
The problem solving/detective work/innovation all remain a rush to me, but that had succumbed to a more routinized almost production line process imposed by mega IT department. Once the innovation and cooperation was stripped away the desire was also taken. Now in ER perhaps I can get fire’d up again and solve some looming problems I have come across which might be helped through the creative use of technology. Plus it’s cool to create something which can solve a problem and make other people’s lives easier or better, which is what technology was supposed to do.

I still wear my propeller hat and was still coding in ID-10-T errors every opportunity I had...just for fun.
killingme is offline   Reply With Quote
Old 06-25-2013, 07:40 AM   #12
Give me a museum and I'll fill it. (Picasso)
Give me a forum ...
 
Join Date: Sep 2005
Location: Northern IL
Posts: 26,895
I was not a 'coder' in the same sense as a typical Software Engineer, but I did a fair amount of instrumentation control programming and some in-house utilities (mostly in Rocky Mountain Basic, which will probably ring bells with a few on this forum), and managed some SW programs for in-house use as part of my responsibilities.

As others have said, the challenge/puzzle aspect can be intoxicating for geeks. Yes, I've woken up in the middle of the night and jotted down ideas for sub-routines. For most, the 'job' aspect is going to get in the way of that a lot of the time. But it's fun when it pops up.

Software is special in this way, IMO. I remember thinking - it's just me and the machine. The machine generally didn't make mistakes, it rarely 'broke', so you had no excuses if your routine didn't work as you expected. It was all up to you. It was a kind of pure mental 'game'. And unless the system required long compile times, or the routine controlled some process that took a long time to get results, it was almost immediate response. And with long external processes, you would usually 'fake' those responses to test your routine, so you got 90% of the verification pretty quickly. The 'instant gratification' (or 'instant DOH!') was a part of it. << Boy, does that spell 'geek'?

Compared to a hardware assignment - I'd need to get the parts made, and/or order other parts and that was a long delay. There might be a mistake in the parts, or a supply glitch. It took time to assemble, then more time for any changes. No instant gratification.

Most of the drive to ER was to be independent, I didn't want to be reliant on the whims of megacorp, and the odds of similar employment/salary/benefits in my 50's were not great. And the work environment had gone downhill - but as I mentioned in another thread, that seemed to be pretty common whether you were a HW or SW engineer, a production sup, a buyer, or in finance, etc. It wasn't all that related to job title.

-ERD50
ERD50 is online now   Reply With Quote
Old 06-25-2013, 07:49 AM   #13
Confused about dryer sheets
 
Join Date: Jun 2013
Location: Knoxville
Posts: 9
The part of the work that you describe is/was very much what I love to do. If that was the only part of the job (as many others have said) that would be fine. The politics, management, and all of the issues that can wear you down in just about any other job are there as well. I notice also that a lot of people take their work very personally and will do anything to protect "their" code and bash "your" code. That's a good reason for ER in of itself.
My other issue is that I have so many other things in life that I love. There are many in the industry that live and breathe the work and that's just not me. I like it a lot and have made a great living doing software but it just doesn't turn my crank like a lot of other things.
My dream situation would be to continue to maintain some code base independent of all the other stuff. Otherwise, I'll probably have to find a smaller part time situation that works for my situation.
nakadude is offline   Reply With Quote
Old 06-25-2013, 08:26 AM   #14
Give me a museum and I'll fill it. (Picasso)
Give me a forum ...
MRG's Avatar
 
Join Date: Apr 2013
Posts: 11,078
Great job for most of my career. No the thrill never went away. What did change was my tolerance for nonsense. At the end a 2 minute change took several hours of CC paperwork, and if the change missed the projected window, look out.

If you had been working on a problem for 24 hours straight, and got it fixed great, but missing something on the CC form was unacceptable at 4:00AM. Could have gone somewhere else but when I realized I could RE, I was done.

MRG
MRG is offline   Reply With Quote
Old 06-25-2013, 11:46 AM   #15
Thinks s/he gets paid by the post
 
Join Date: Jun 2010
Location: Palma de Mallorca
Posts: 1,419
I wrote my first program in 10th grade in 1975. Not in BASIC, but in FORTRAN. By age 18 I'd used five different "real" computers.

Over the 31 years I w*rked, the programming went down and the management went up, until I ended up in HR for the last 3 years. But I still found ways to write some code from time to time. Today, I tweaked half a dozen lines of complex PHP/Javascript interaction, and I may have to debug a couple of lines of Lua later this evening.

I'm thinking of training as a existential psychotherapist. Maybe I should specialise in the problems-with-living of geeks like myself.
BigNick is offline   Reply With Quote
Old 06-25-2013, 11:49 AM   #16
Thinks s/he gets paid by the post
 
Join Date: Jul 2005
Posts: 4,366
Quote:
Originally Posted by sailor View Post
Additionally I found that, as the years are passing, I'm gaining a lot of experience, being able to intuitively develop optimal/good enough solutions, but my ability to build elaborate structures in my mind diminishes. I better FIRE, while I'm ahead of the curve
I like my job, but I would prefer to be FI and than maybe do some software development at my leisure.
Yeah, I should have mentioned that too. I can no longer hold large portions of the code structure in memory. Plus I was in some danger of being caught totally blank-minded in a meeting unless I worked at tracking the conversations (and not, for example, the portfolio). That concentration just isn't there any more.
Animorph is offline   Reply With Quote
Old 06-25-2013, 01:37 PM   #17
Full time employment: Posting here.
 
Join Date: Sep 2012
Location: San Jose
Posts: 607
Not to burst anybody's bubble, as I'm sure there are a lot of folks who still get a kick out of software development.

But I guess I'll be one of the few (if not only) folks here to say the bloom fell off the rose a long time ago for me.

I've been doing IT work for almost 30 years, a large part of it developing systems and writing code. While I used to get a kick out of it early on, I've really grown to dislike the field in the last 10 years or so. I just don't find it challenging or rewarding anymore.

All the politics and BS aside that exists in any career, just from the technology standpoint of it...I've grown to realize that all software systems do the same three things. Take input, crunch it, and provide output. No matter how many systems I've worked on (batch, online, mainframe, open systems, reporting, integrations, etc) they all do these same three things.

Also, I've gotten demoralized (for lack of a better word) over the realization that what I work on, and the systems I create, don't mean anything in the bigger scheme of things. In a couple years from now, whatever I've created will be obsolete, thrown out, and replaced with the next shiny thing. It has no lasting permanence or meaning.

Perhaps if I had ever worked on something that really changed the landscape, such as helping to develop Windows, or iOS, or something along those lines, I'd feel more excited over what I do. But to develop yet another reporting application that crunches numbers and spits out a graph...doesn't do it for me anymore.

Again, don't want to burst anybody's bubble, and more power to folks who can stay challenged and excited in the IT field. But wanted to provide a different perspective from somebody who's been doing it a long time...the grass is definitely not greener.

Good luck!
LoneAspen is offline   Reply With Quote
Old 06-25-2013, 03:57 PM   #18
Full time employment: Posting here.
 
Join Date: Apr 2008
Posts: 702
I still like the challange. I now have a part time gig programming with my previous employer who called me back out of retirement to do a project which I just finished.

It is a small company and I am the only one doing their programming. I don't have to deal with users or deadlines, as I have a coworker who does all of that. It is a nice way to end my career and make a few dollars. I can work from home or in their office with totally flex hours.
FreeAtLast is offline   Reply With Quote
Old 06-25-2013, 05:31 PM   #19
Recycles dryer sheets
timwalsh300's Avatar
 
Join Date: Nov 2009
Posts: 131
Quote:
Originally Posted by ERD50 View Post
Software is special in this way, IMO. I remember thinking - it's just me and the machine. The machine generally didn't make mistakes, it rarely 'broke', so you had no excuses if your routine didn't work as you expected. It was all up to you. It was a kind of pure mental 'game'. And unless the system required long compile times, or the routine controlled some process that took a long time to get results, it was almost immediate response. And with long external processes, you would usually 'fake' those responses to test your routine, so you got 90% of the verification pretty quickly. The 'instant gratification' (or 'instant DOH!') was a part of it. << Boy, does that spell 'geek'?
I think this articulates the joy of programming really well. I definitely agree that the interactive nature of it, with constant feedback, is a huge component. The problems that I deal with in my current job are nothing like that. They are highly ambiguous, I only get one shot at them, and I never really know if I made a good decision since someone is always upset and the impacts are difficult to measure.

I'm fascinated by all the responses. I knew everyone would complain about the management-coworkers-meetings-politics stuff, but I also thought more people would say that "the rush" (as someone put it) actually does go away after a while.

Quote:
Originally Posted by LoneAspen View Post
Also, I've gotten demoralized (for lack of a better word) over the realization that what I work on, and the systems I create, don't mean anything in the bigger scheme of things. In a couple years from now, whatever I've created will be obsolete, thrown out, and replaced with the next shiny thing. It has no lasting permanence or meaning... Perhaps if I had ever worked on something that really changed the landscape, such as helping to develop Windows, or iOS, or something along those lines, I'd feel more excited over what I do...
This was an interesting comment too. Something I was seeking in my career choice was an opportunity to be a part of something with real historical significance. Working on revolutionary projects like the earlier versions of Windows, or the iPhone, or Google search would fit the bill. Building some of the crap software that we use in our office, on the other hand, would probably leave me feeling empty after a couple decades.

Tim
timwalsh300 is offline   Reply With Quote
Old 06-25-2013, 08:41 PM   #20
Give me a museum and I'll fill it. (Picasso)
Give me a forum ...
easysurfer's Avatar
 
Join Date: Jun 2008
Posts: 13,149
I didn't FIRE because of being sick of the challenge of coding and problem solving but because of all the other stuff that happens at w*rk such as spending all the time on emails to CYA (no fun).

I sometimes to miss the challenge of software development. But to roll up my sleeves while retired and write for fun... I can't say I miss coding that much
__________________
Have you ever seen a headstone with these words
"If only I had spent more time at work" ... from "Busy Man" sung by Billy Ray Cyrus
easysurfer is online now   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


» Quick Links

 
All times are GMT -6. The time now is 11:19 AM.
 
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.