vote up 180 vote down star
84

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 1 vote down

My bold answer is ... an operating system! I already bought the book of A. Tanenbaum, but didn't come much further than to read some of it. I think it's way too much to do for just one person and I don't want to end it like the hundreds of half-finished hobby OSes I found on the web. Although ...

Another topic would be to write some Android application, but here I'm missing any good idea on what that app. should do. If you have any ideas, let me know ...

link|flag
vote up 3 vote down

Artificial Intelligence, not the theory, but the practice... one can use a physic engine without knowing anything about physic (or with minimal knowledge). I want to work with AI the way I use physic engine.

link|flag
vote up 1 vote down

virtual machine design

link|flag
vote up 1 vote down

Web programming.

link|flag
vote up 1 vote down

Finally learning Python! I'm still doing scripting in Perl, but I had wanted to make the switch a long time back ...

link|flag
vote up 1 vote down

Sitting down and coding without having a reference (google).

link|flag
vote up 1 vote down

shell scripting

link|flag
vote up 3 vote down

Test Driven Development. This is one of those things where it's really easy to learn the basic concepts, but much harder to get the hang of applying them in a real-world application. I think I'm right on the edge of it, but not there yet.

link|flag
vote up 0 vote down

Just getting the darn thing done.

link|flag
vote up 2 vote down

CAB for Winforms and now Prism for WPF

link|flag
vote up 6 vote down

Understanding OpenGL

link|flag
vote up 1 vote down

Not really a skill I've always wanted to master, but something that occasionally would be the perfect technique, and when that happens I really hope I mastered it:

XPath
...as well as XSLT, regular expressions, and fluent Python scripting.

The thing is, I have learned a bit of these to solve some particular problems, but I don't use them regularly enough to keep them in my head. So, the next time I need them, I usually have to re-learn even the basics, which sucks.

link|flag
vote up 1 vote down

There's a long list of languages I used, but for some reason I never got my head around assembler. I always wanted to learn assembler. I used it a little when coding graphics stuff in c/c++ on DOS, but only small portions to speed things up. I've always wanted to do my own operating system. Not with other bootstrappers and such others wrote, but my own. Just to learn how it works. Another thing I always liked where those 4k intros. They're another reason to learn assembler.

I'm planning on learning F# and Python this year. I've worked with python a bit about 6 or 7 years ago and I believe it's improved a lot. I think a lot can be done with Python and Silverlight.

link|flag
vote up 1 vote down

Four years after learning C++ and Java (and even more years after learning python) and being able to be quite productive in all these languages, understand (1) what OOP really is; (2) whether it's everything it's been hyped up (in my life) to be; (3) what the real benefits of OOP are.

link|flag
vote up 3 vote down

I want to do LINUX KERNEL PROGRAMMING but couldnt find time for it.

link|flag
vote up 2 vote down

Designing, coding, and implementing a high-performance, high-function file system.

link|flag
vote up 3 vote down

Politics. Seriously.

link|flag
2  
I do that. You will find that it's NP complete. – mstrobl Jan 25 '09 at 9:12
vote up 2 vote down

C and hack into the Minix, Linux or BSD kernels.

link|flag
vote up 1 vote down

actionscript and Adobe AIR

link|flag
vote up 1 vote down

Compiler building...particularly for building external DSLs

link|flag
vote up 2 vote down

Get hot and heavy into JavaScripting and using Web frameworks to do cool things with Web pages. That would be FUN!

link|flag
vote up 2 vote down

Creating an OS like Windows Vista.......

link|flag
5  
If you created an OS, why on earth something like Vista? ;) – Jonik Feb 1 at 13:18
vote up 4 vote down

Design Patterns.

link|flag
vote up 1 vote down

Learn PHP and python.

link|flag
vote up 5 vote down

Mental telepathy

link|flag
vote up 1 vote down

It's a toss-up between learning to code for Apple platforms and learning the x86 instruction set.

link|flag
vote up 0 vote down

Pretty much anything in programming or computer science. .NET, C++, SQL, Sql Server, Functional programming, JavaScript, Unit Testing, Source Control, Object Oriented Analysis & Design, Design Patterns, Anything. I've learned a lot, but I've never mastered any of it. Even if I focused on just one, I don't think that I could ever truly master it... no matter how much time I spent on it...

Regards,
Frank

link|flag
vote up 6 vote down

C

Enough said ...

link|flag
vote up 0 vote down

I always wanted to learn Ruby, C++ and WPF (sooner or later I will learn this).

I would like to master regular expressions and xslt too (I know a little about each but I always end up looking on internet about them because I don't know enough to do what I need to do).

link|flag
vote up 0 vote down

The scary thing is that I've done almost all of the top 10 items mentioned here!
One skill I'd like to master is writing good requirements - this is important when communicating with both the customer and the development team, and stuff that goes wrong there costs a LOT of money and time.

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.