vote up 42 vote down star
42

I'm what I think would be considered an 'advanced' programmer. I have years of experience doing reverse-engineering, kernel/compiler/emulation/game development, many programming languages under my belt, etc. Up until about two years ago I felt I was continually learning about coding, and I was a good coder but my overall development (documentation, management, organization, etc) skills were poor, so that became the focus of my learning. Now that I feel those have matured to the point where it's not worth complete focus, although obviously I still have a ton to learn, I now feel like my learning has largely stagnated. I had prided myself on learning new things constantly, but eventually there comes a time where the interesting things to learn are few and far between.

I've been trying to come up with little exercises to continue advancing my knowledge -- building a Tokyo Cabinet type DB being my latest idea to that end -- but I'm simply running out of places to go. It's having a definite effect on my morale as I move forward, feeling like I'm nearing the end of the road, so to speak, despite that I know there's far more out there I haven't even considered.

So my questions are these: How do you go beyond this point? What programming exercises, big or small, will expand my mind? Lastly, has anyone else out there hit this point, and how did you get over it?

Edit: I want to clarify a bit. I don't think I've learned everything there is to know about my fields, or anywhere even near it. I know there's a lot left for me to learn, but I simply don't know what that actually is, which is largely the point of the question. In addition, I've wanted new ways of expanding my skills as a tech person, not just as a coder, so thanks to everyone that's given such recommendations. There's a lot to take in here, but I think this will all help greatly.

flag
4  
Well, I'd go for that social life thing for a while, if I were you ;) – Hitchhiker Oct 8 '08 at 11:17
show 4 more comments

51 Answers

prev 1 2
vote up 1 vote down

Since you are 20 years old, I hope that you will read this post and reply to it when you are 40. Frankly, I think two things are happening here.

1) you've lost some inspiration. There are tons of areas you know nothing about, but you do not feel drawn towards anything. I say continue to search and fine your inspirado.
2) Technical knowledge is the easy part of becomming a programming guru. The only way to move from adept to guru is wisdom. Code wisdom is only gained from experience.

My advice: go work for or collaborate with someone who will school your arse. You know that there are better programmers out there than yourself. Search one out and let him/her teach you.

link|flag
vote up 0 vote down

You could try changing your main OS.

Switching to a different OS was an interesting experience for me it altered the problem solving domain I was used to, forcing me to adapt and learn new things.

link|flag
show 1 more comment
vote up 0 vote down

You take everything you know. Find the most annoying problem that everyone has in some area you've worked. Solve it. Start a business to take money from people who need your solution. Works especially well if you really know the area you're selling to. Additionally running a business requires a whole new set of skills and will let you see your old positions from a new perspective.

link|flag
show 2 more comments
vote up 0 vote down

Not to seem flip, but get used to the feeling. All the best people I've heard always are striving for a better problem, better tools and mastery of the tools. I've heard Donald Knuth speak and read a bit and he only seemed interested in the next problem. I'd add that getting some work into the open source world and listening carefully to all feedback will go a long way.

link|flag
show 2 more comments
vote up 0 vote down

Try your hand at writing a risk management system for mortgage backed securities. You may find there are a few banks interested.

link|flag
vote up 0 vote down

I'm nowhere near reaching this point, but why not champion an underutilized language you enjoy the style and strength of? If I were in your shoes, I'd try to revolutionize the language I enjoy, and find nifty in and of itself, and turn it into something better. For me this would be LISP, which I find highly attractive except for the lack of freeware non-SLIME based tools.

Certainly you could write your own programming language, but why not champion something in need that you happen to already enjoy?

Best of luck in continuing to learn, Cody. I hope you find something to apply yourself to, and enjoy doing it.

link|flag
vote up 0 vote down

Start a microISV and sell a product. You will then learn a whole new world of skills in addition to programming, including:

  • product management

  • usability

  • customer support

  • QA

  • documentation

  • marketing

link|flag
vote up 0 vote down

Funny, I think I hit a similar state a few years ago.

I did exactly the same thing - went off "into the wilderness" and honed new business analysis and consulting skills (think: software development lifecycle) rather than development-specific skills.

Personally, I believe I add more value now because I can still apply technical experience (and mentoring), but also I can better communicate with business stakeholders and other team members.

The second thing I did was to align myself more with a specific set of products, e.g. MS SQL Server, rather than working as a broader IT generalist (as I had been doing). Now I have a deeper understanding (in a particular product line) and I get to do more intricate/detailed work.

Ultimately I think I'm probably a better IT Professional now, as opposed to being a good developer/software engineer.

link|flag
vote up 0 vote down

Move yourself down a level, and learn embedded systems programming and electronics / robotics. You already know some ASMs so the learning curve will not be anywhere near as steep. Build your own ALU out of logic gates and you will learn a ton about computers! :)

Edit: Or, genreate a PAL/NTSC video signal using no external hardware and just a R2R ladder! :)

link|flag
vote up 0 vote down

The best way to advance is to ask someone who you want to emulate what you can do to improve. You probably have some programmers / computer scientists that you look up to and think "I'd like to be like that some day." Ask one of them to be your mentor and accept their guidance in your development.

link|flag
vote up 0 vote down

My opinion is that you have several routes:
1)Enhance your academic credentials. I'm guessing you would be looking at a PhD. That's a challenge. Can you do it? Do you want to? It would push you very hard.
2)Move into engineering. Coding gets old after about 6 years or so. But can you engineer code? Design and develop systems? This is a very difficult thing(in my opinion).
3)Move into business/management. Can you manage coders? Can you manage projects? This is a huge challenge for many people.

Just throwing thoughts out there. :-)

link|flag
vote up 0 vote down

How about putting all that knowledge to work and create the next Google? That would certainly be an experience to learn from.

link|flag
vote up 0 vote down

You could try learning more math. (full disclosure: I'm a math guy 8^)

The idea being that at this point in your development, you've got "details are ephemeral, but fundamentals are forever" down pat, and math is the most fundamental thing out there. Another way to look at it: if you're running out of new things to program about, learning more math can give you that.

Exactly what math to learn depends on what catches your interest. Doubtless you have all the basic CS stuff down pat, but there's way more CS stuff out there than any one person can learn. If you can bring your honed development sense to some of the more arcane algorithms out there, you'll do us all a favor....

Alternately, there's the kind of quantitative stuff like in Numerical Methods, which is similarly endless. The flavor is very different from the discrete stuff you get in conventional CS, and doing it right requires broad comprehension, deep understanding, and close attention to detail.

link|flag
vote up 0 vote down

I'd recommend reading up on different design patterns (as most people gloss over this area of programming), and then toying with some 'exotic' programming. Neural Networks. Adaptive algorithms. Compression logic (build a better .zip!). That sort of thing.

If in doubt, contribute to an open source project. There's a nigh-infinite realm of learning there, as it's being written more quickly than you can possibly read.

link|flag
vote up 0 vote down

Make a game. And put your skills and knowledge to the test on it. Games have the advantage that not even the sky is the limit if your doing it for fun (as opposed to for work). You can just keep shooting higher and higher until you decide its enough.

link|flag
vote up 0 vote down

Work somewhere you often feel like the dumbest person in the room.

I can't really attest to this first hand, but I've often heard others extol the benefits of such an environment.

If you can't find such a place, maybe try getting in a position where you can often teach others what you know?

link|flag
vote up 0 vote down

I know how you feel. It happened to me differently, but I got to a point where I said to myself "how many more problems of logic am I going to solve"? Problems of logic were boring.

So I left programming for a couple of years and did management, where I encountered something called "business strategy". This was not boring and I was good at it. I found that I was good at it because it was a problem of logic, but was about something else - called the "bigger picture".

When I got back to programming I realised that software architecture is much like business strategy and that there is something called "design". Not UML and model-view-controller models etc, but something more intuitive and holistic - ie the big picture. So I now create software architectures and in the process I write and manage code.

Now I am a developer and I run my own business and I'm not ever bored. Stressed, happy and sometimes very tired, but not bored.

link|flag
vote up 0 vote down

I'm a novice programmer at best, but my recommendation would be to try and utilize what you have already learned. I too have a deep desire to learn, but my desire to create takes priority 99.99999% of the time. The whole reason I got into programming in the first place was to build, the skills needed to do so were an afterthought. But what do I know?

link|flag
vote up 0 vote down

Read SICP. It's an introduction to programming. I can assure you that most things you'll learn in this book are new to you if you haven't read it already (writing a compiler for Scheme for example).

link|flag
vote up 0 vote down

Expand your mind with a new language that will make you think differently. Haskell, Lisp, or Scala will do.

link|flag
vote up 0 vote down

I have taken the liberty of looking through your profile and website, and have assumed (possibly incorrectly) that you are an experimentalist engineer with a bias towards decompilation: as described by this paper which breaks down computer scientists into two categories. What you will want to do is start exploring the theorist side.

From what I have gathered, the things you have been doing have mostly been in exercise in conventions. I have dabbled in those areas you described yourself and in 90% of the time was spent learning conventions such as calling conventions, stack layout, OS API, syscalls, peculiarities, etc... There is one layer deeper than this, and that is to design a CPU (one with modern features like pipelines and parallel arithmetic) by yourself. This subject alone could keep you occupied for a lifetime and you will learn much about computers as I did.

But more on the theoretical side: there is much to do.

  • Automated Art

  • AI

    • Edge detection
    • Speech recognition/synthesis
    • Automated grammar production
    • Audio timescale-pitch modification How do you lengthen or shorten a sound without changing the pitch? This is a nontrivial problem that suits your interests in music.
  • Programming Aids

    • Design a framework
    • Garbage Collection
    • Parallel Algorithms
    • Static analysis tools
    • WYSIWYG coding tools
  • Hardware

    • Design your own cpu.
    • Design a self-associating circuit akin to neurons.
  • Information Theory

    • Compression (both lossy and lossless)
    • Error Correction
  • Reverse Engineering

    • Assembly to high-level language diassembler.
    • Reverse someone's encryption algorithm in assembly (would not do again, I was really bored at the time)
    • Design your own encryption algorithm.
  • Bioinformatics

    • Yes I noticed someone else had this section, but as I have studied some of this field in college, I feel that it is infeasible for you to learn about this outside of an institution. Also "a good genomic IDE + synthetic DNA compiler" is really only within the realm of Craig Venter ( who happens to be working on that right now) and other cutting edge groups.
link|flag
prev 1 2

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.