vote up 177 vote down star
80

For me, I've always wanted to finish the O'Reilly "Mastering Regular Expressions" book. When I need a Regexp, I manage to get the one I need eventually, but it takes more effort than it should.

Learning a specific technology or language always seems to bubble up ahead of this.

flag
show 6 more comments

230 Answers

prev 1 2 3 4 5 8 next
vote up 4 vote down

Erlang

link|flag
vote up 0 vote down

I would like to fully master how to program the grafics cards shaders.

link|flag
vote up 2 vote down

Perl

I can read some perl and 2 or 3 times I have got good enough to write with out constant reference to the book, but I do not use frequently enough to be able to use easily. (Less then once a year).

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

Software reverse engineering, which means (for me):

  1. Better understanding of assembly
  2. Using IDA
  3. Enhanced debugging skills

This is very useful even when you don't really need to reverse engineer anything in your work, because it hones your debugging skills and furthers your understanding of program behavior, debugging, compilation, etc. to a very high level.

Plus, it's a fun challenge

link|flag
vote up 1 vote down

meta template programming in C++

link|flag
vote up 0 vote down

I want to develop some web clawing application.

link|flag
vote up 0 vote down

Rspec. I've got the handle on Ruby unit/functional tests, but Rspec syntax does my head in.

link|flag
vote up 0 vote down

Regular Expressions...Damm always need google for it

link|flag
vote up 2 vote down

LISP.

MSN

link|flag
vote up 0 vote down

Scripting languages such as Python, Perl, and Lua.

link|flag
vote up 42 vote down

10-finger keyboard typing

link|flag
1  
Where did you get the extra 2 fingers? Personally I only have 8. Just imagine how much easier it would be to type with 10. – Kibbee Sep 26 '08 at 13:00
27  
Thumb is a subclass of Finger. – Ctrl Alt D-1337 Jan 25 at 8:13
1  
No No, thumb and finger(along with toes!) are both subclasses of digit appendage. – Neil N Sep 2 at 16:58
1  
maybe 10 in octal...? – elcuco Oct 3 at 14:21
3  
wtf, Americans don't count "thumbs" as fingers? – hasen j Oct 10 at 23:29
show 1 more comment
vote up 1 vote down

I'm already fluent in SQL, Javascript, RegExps, ASM, machine-learning algorithms, multi-threading and Unit Testing. I once wrote a compiler in Haskell, just for fun, dammit!

So what's missing? COBOL!

First I learn COBOL, then I get a life.

link|flag
vote up 1 vote down

I've been wanting to learn Ruby on Rails for a while now, but I never have the free time to do it.

link|flag
vote up 4 vote down

Time management!

link|flag
vote up 4 vote down

MVC!

I've seen enough to know the basics but I haven't had time to run through a simple implementation to see all the pieces together.

link|flag
vote up 0 vote down

SQL/Databases -- figuring out how to optimize reliably, how to work well with the very large datasets that are part of my day to day working life

link|flag
vote up 0 vote down

JavaSript :) I'm a little bit disgusted by this language, but I think to really learn it, might help me.

link|flag
vote up 3 vote down

Making better use of my time

Making time is the one programming skill I've always wanted to master but haven’t had time. ;)

link|flag
vote up 1 vote down

Functional programming.

link|flag
vote up 0 vote down

Like many previous posters I want to learn LISP as despite having both the Graham and the Seibel books I just haven't had the time to do anything with them. Also ARM7 assembly language programming as there are just so many powerful cheap microprocessors out there using this core that I really should be using.

link|flag
vote up 0 vote down

Constraint Programming / Constraint Satisfaction Problems

link|flag
vote up 5 vote down

Finishing reading 'Code Complete' by McConnell - this book is brilliant but finding time to sit down and digest it all is difficult. I also would love to get into socket programming and distributed architectures.

link|flag
vote up 1 vote down

JavaScript would help me a lot in my actual work. With the todays web we can do almost anything with javascript.

link|flag
vote up 0 vote down

3d game programming.

link|flag
vote up 1 vote down

Learning LUA (and become a famous WoW-Addons author) :)

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

I've always wanted to write or learn how to write my own compiler.

link|flag
vote up 0 vote down

Got to agree with KevDog, Regular Expressions! I can do the very basics but there are times when I need something more heavy duty and usually end up emailing my friendly Regular Expression guru.

So many things to learn, so little time!

link|flag
vote up 7 vote down

Javascript looks like it is going to take over the world. I guess it's time to start learing it properly rather than just copying examples off blogs.

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

Don't laugh...
...XSLT

link|flag
10  
You can learn it, but will cost you 3 sanity points. Do you still want to learn it? – troelskn May 18 at 11:56
1  
XSLT's great! I've yet to see a comparably useful tool for transforming xml (or really, tree structures). – Eamon Nerbonne Sep 22 at 10:05
show 6 more comments
vote up 0 vote down

the .Net GDI+ and accessing hardware through the HAL for device access (ever tried to write your own cd burning app?)

link|flag
prev 1 2 3 4 5 8 next

Your Answer

Get an OpenID
or

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