vote up 16 vote down star
10

I think that the best, and maybe the only, thing to do to get better as a programmer is to program, i.e. to create new stuff, build new apps, solve new problems.

But during our daily jobs we (well I can only speak for myself :)) usually do a lot of maintainance programming, debugging, support and other work that could be categorized as "not so fun".

So I'm looking for some interesting ideas to keep my fingers fast and my mind sharp. It could be anything: a desktop app, a web app or just some cool feature added to an existing product you once thought would be really useful.

So what's your favourite non-implemented programming project idea?

Thanks for all your answers!

flag

38 Answers

prev 1 2
vote up 0 vote down

An enhanced note pad. I find other notepad offerings add too much functionality which crowds the ui and take just too long to load for me to use them regularly.

link|flag
2  
Notepad++ seems pretty swift. I even use the portable version from a thumbdrive on a usb 1.1 port and it loads quickly. – Worthless Genius Nov 9 '08 at 2:52
show 2 more comments
vote up 2 vote down

I suggest reading Michal Zalewski's STUPID_IDEAS.txt for inspiration.

http://lcamtuf.coredump.cx/soft/STUPID_IDEAS.txt

link|flag
vote up 6 vote down

A TextMate clone for GNOME.

EDIT: And a good download manager.

EDIT 2: And an e-Book organizer.

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

I'd like to write a fast TOAD clone (TOAD is an Oracle database tool for executing queries, stored procedures, ecc.) that would be free. Yeah, SQL Developer and all that java slowness suck, IMHO.

What discourages me is lack of time/motivation and some things that wouldn't be so easy (like syntax coloring).

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

See also What do you want to develop?

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

I've been wanting to develop a nice mp3 collection catalog. I've never found one that pleased me. Actually it is almost done, it just needs a GUI, and some tweaks in the core code. But time is very short, so it's advancing very slowly.

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

I am currently playing with the idea of doing a good bookmark manager. Yes, another one.

One that is browser agnostic, relying heavily on tags, using XML as storage format (easy to reuse), updating, in real time or at a command, a version on a Web server, either by FTP (no need of server-side script) or some HTTP. But being independent of any site or vendor, since these can disappear suddenly... So I can have the same bookmarks at work, at home, or at a friends' place.

There is a Firefox plugin doing something similar, but I wasn't convinced by it (might reconsider). FF's bookmark manager is just awful, FF3 didn't improved it significantly. And no share option there...

link|flag
1  
del.icio.us is everything you describe except the non-site based part, but they do allow exporting into FF, so you still have some vendor portability – rmeador Nov 9 '08 at 7:22
show 3 more comments
vote up 5 vote down

I have always wanted to write my own programmers editor. I wrote a small one during college for class. I've tried many editors and they all have things I don't like. But, while I'd love to do it, its not a good use of time. While there is someting in every editor that bugs me, the two I use regularly are just fine.

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.