vote up 3 vote down star

In my day to day activities I often find myself wishing I could go into the source code of something and change it so that it was more intuitive or to add a feature which would be easy to implement, but for some reason was never added.

What are some projects you wish you could contribute to but haven't or can't?

Highest on my list is my university's student services web-app. The interface is horribly clunky and any simple task requires 20 more steps than it should.

flag
should be community wiki – Malfist Feb 28 at 18:55
Malfist: Agreed. – Wayne Koorts Feb 28 at 19:23
Mind if I ask why? :S – cwap Feb 28 at 19:25
Because it's discussion based, and not question based. – Malfist Feb 28 at 19:26
I see .. After reading the FAQ I was still quite confused about what exactly the "community-wiki" was :) - Thanks – cwap Feb 28 at 19:32

6 Answers

vote up 4 vote down check

Highest on my list is my university's student services web-app. The interface is horribly clunky and any simple task requires 20 more steps than it should.

I'm with you on that. My university's web-app has security holes, in addition to being usability-challenged. I've been writing up proof-of-concept code to show the flaws, and hopefully get it fixed.

Also on my list:

  • CPython. Problem is, I've only just started learning C.
  • Wine: Same problem.

There are actually quite a few more projects that I want to do that involve C, which is a huge motivation for learning it, even if I don't particularly like programming in it. I've never really had the urge to help out in a closed-source app. They don't seem nearly as welcoming.

link|flag
vote up 4 vote down

Microsoft Visio! So much potential, no real competitors but such a slow, crowded, mazed and unintuitive user-interface :(

link|flag
Really? I've always liked Visio's UI ... – LuckyLindy Feb 28 at 18:58
Guess it's in the eyes of the beholder - I just dislike the way I have to open a main-dialog, then 3 subdialogs and finally do a little guessing on some weird naming to make an association with a class which has 3 public methods, 2 protected and a few attributes :P – cwap Feb 28 at 19:08
@Meeh Agreed. Visio ain't gettin' no dates for the prom. Could definitely use a new UI. – Clayton Feb 28 at 19:25
vote up 0 vote down

stackoverflow.com

Not so much because it's complex interesting code, but because I'd love to have access to mine the data and add certain features.

link|flag
vote up 0 vote down

Eclipse.

I build plugins and RCP apps all the time, but the selection process, and bureaucracy behind contributing to the main IDE itself is not terribly friendly (in my experiences).

link|flag
vote up 0 vote down

Firefox.

There are so many cool plugins and add-ons, but to be honest I lack the time and experience (and it wouldn't really fit into my work needs).

link|flag
vote up 0 vote down

Windows menus and UI - because a lot of them was not modified since the release and, it's sometimes about NT 4.0 ! It's awful.

Windows system MMC consoles - because a lot of them are not equal in common places. Context menus, clicking behavior, so on.

Far Manager - because it's current project manager is a boor, unfortunately.

link|flag

Your Answer

Get an OpenID
or

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