View Poll Results: Do you Struggle for Ideas?

Voters
174. You may not vote on this poll
  • Yes

    86 49.43%
  • No

    36 20.69%
  • Sometimes!

    47 27.01%
  • Other (Just for you awkward people)

    5 2.87%
Page 2 of 7 FirstFirst 1234 ... LastLast
Results 11 to 20 of 61

Thread: Do You Struggle For Programming Ideas?

  1. #11
    Join Date
    Jun 2007
    Beans
    19

    Re: Do You Struggle For Programming Ideas?

    I did ... a while ago. Now, it's more like: every day I have at least two new Ideas but haven't got the time/patience to actually work on any of them.

    So, if you want to program something, how about one of the following:

    • A Note Taking / Diagram Creation Application: think of a mixture of Jarnal, Inkscape and Dia. The User should be able to quickly scribble down ideas and turn them into fully worked out nice looking diagrams later on.
    • An application that creates file based Slideshows: The User selects Images, their Order and some Title effects. The output is a folder containing images named like this: 0001.jpg, 0002.jpg, ... (as opposed to the usual way of creating a DVD-Movie-Slideshow)
    • An interactive graphical python shell for use as a powerful Calculator Replacement. User enters function definition in one window and can instantly use them in another window (but can come back to the first window and edit definiton afterwards). Also includes a simple spreadsheet, function plotting and such ...
    • A window-manager that works like eclipse (but instead of eclipse widgets it manages windows): something that supports tabbing but is also easily usable with the mouse.
    • ...


    I think the easiest way to get ideas is this:
    Do something (other than just waiting for an idea to strike you). When you encounter a problem or some boring repetitive work, think of how a program could solve it. There's your next task.

  2. #12
    Join Date
    Apr 2008
    Location
    Denmark
    Beans
    219
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Do You Struggle For Programming Ideas?

    Quote Originally Posted by LaRoza View Post
    Kopete, works fine.
    int main() {
    pinvoke(system.crash)
    }

    If thats kopete, then sure, it works. Kopete crashes constantly on my system, along with alot of other KDE stuff. (and this has survived 3+ reinstallations, so Im guessing that KDE just sucks it down)

    /Lau

  3. #13
    Join Date
    Jan 2006
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Do You Struggle For Programming Ideas?

    my biggest problem is not the stuff I want to write (for educational value), but mostly getting into the zone. For some reason, I seem to be able to come to work and just start coding some script that needed to be done, but at home ... I just can't.

    I think that it's because at work, my keyboard sits on top of the desk whereas at home, I have on a drawer under the desk (home desk is not very deep )
    I am infallible, you should know that by now.
    "My favorite language is call STAR. It's extremely concise. It has exactly one verb '*', which does exactly what I want at the moment." --Larry Wall
    (02:15:31 PM) ***TimToady and snake oil go way back...
    42 lines of Perl - SHI - Home Site

  4. #14
    Join Date
    May 2008
    Location
    Georgia
    Beans
    9
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Do You Struggle For Programming Ideas?

    A lot of things I've written were because I was frustrated with other options, or to eliminate extra work. I've started writing budget software because my husband and I budget differently then most apps function. Its frustrating to try and fit our working system to look like something else and the best one that could have been extended was heavy on the ajax side and too slow. So out came a small requirements doc for hubby to say thats what he was thinking too and onto the fun stuff.

    At work we re-wrote a major section of our code for requirements changes and elminiated tons of files. I wrote a quick script to read our xml's for the scripts that are used and compared that to a query as to whats in prod to show what can be removed from prod and our repository.

    These are some examples that came about from "wouldn't it be nice if..." statements. Hope this helps inspire

  5. #15
    Join Date
    Jan 2006
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Do You Struggle For Programming Ideas?

    Quote Originally Posted by Ann.A View Post
    A lot of things I've written were because I was frustrated with other options, or to eliminate extra work. I've started writing budget software because my husband and I budget differently then most apps function. Its frustrating to try and fit our working system to look like something else and the best one that could have been extended was heavy on the ajax side and too slow. So out came a small requirements doc for hubby to say thats what he was thinking too and onto the fun stuff.

    At work we re-wrote a major section of our code for requirements changes and elminiated tons of files. I wrote a quick script to read our xml's for the scripts that are used and compared that to a query as to whats in prod to show what can be removed from prod and our repository.

    These are some examples that came about from "wouldn't it be nice if..." statements. Hope this helps inspire
    a perfect example of when recasting a problem into something else is more work than making a tool to solve the original problem.
    I am infallible, you should know that by now.
    "My favorite language is call STAR. It's extremely concise. It has exactly one verb '*', which does exactly what I want at the moment." --Larry Wall
    (02:15:31 PM) ***TimToady and snake oil go way back...
    42 lines of Perl - SHI - Home Site

  6. #16
    Join Date
    Sep 2006
    Location
    BC, Canada
    Beans
    347
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Do You Struggle For Programming Ideas?

    For my first major project, something I wanted to actually release for the general public to use, I wanted to come up with a project that would help me solve an issue in regular life and improve my programming skills. I couldn't find any foreign language vocabulary building applications that were free to use. My Japanese has gotten VERY rusty over the years and my vocab has taken a real dive. So, I killed two birds with one stone.

    Vocab Builder: Japanese. =)

    I'm 29 and have only really taken programming seriously for about 4-5 months.

  7. #17
    Join Date
    Dec 2007
    Location
    Israel
    Beans
    990
    Distro
    Lubuntu 12.04 Precise Pangolin

    Re: Do You Struggle For Programming Ideas?

    Quote Originally Posted by Joeb454 View Post
    I'm sitting here trying to think of something to do, so I thought "I know I'll program something" but then I thought "Well what can I program?!?!"

    So I was just wondering if anybody else struggles with ideas of things to program (GUI or otherwise).

    Feel free to post idea's of things to program as well if you think of any
    Write a program to search the web for good programming ideas...
    If you can, help others; if you cannot do that, at least do not harm them.
    Dalai Lama

  8. #18
    Join Date
    Aug 2007
    Location
    Manchester, UK
    Beans
    10,285
    Distro
    Ubuntu

    Re: Do You Struggle For Programming Ideas?

    Quote Originally Posted by jeffus_il View Post
    Write a program to search the web for good programming ideas...
    Interesting, I don't know how I could parse the idea's though

  9. #19
    Join Date
    Nov 2007
    Location
    Queensland
    Beans
    257
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Do You Struggle For Programming Ideas?

    This thread has drifted way OT oh wells. Anyway I answered No to your poll because I have at least the next couple of years booked out programming project wise.

    I choose two types of projects. 1 is the project I want to do (normally some sort of computer game or programming tool). Then I work out what skills I need to be able to write that program. Then I choose some smaller projects that will help me gain the skills I need to complete the primary goal. But since you don't seem to even have an area of interest unlike me you might need some other approach. All I can think of is that you look at things that seem interesting and start there. If you are doing something boring then you lose interest quickly. Better to have a goal you want to achieve than one you don't.

    Another aspect you could look at is what sort of person are you? Are you logical, mathematical, visual, auditory, language, social, etc? Looking at programs that fit in with those areas might help.
    -----
    Where does it say I know what I'm talking about?

  10. #20
    Join Date
    Aug 2007
    Location
    Manchester, UK
    Beans
    10,285
    Distro
    Ubuntu

    Re: Do You Struggle For Programming Ideas?

    Just a quick thanks to LaRoza for moving all the off-topic threads to a separate thread

Page 2 of 7 FirstFirst 1234 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •