this post was submitted on 30 Oct 2024
10 points (100.0% liked)

Learn Programming

1634 readers
7 users here now

Posting Etiquette

  1. Ask the main part of your question in the title. This should be concise but informative.

  2. Provide everything up front. Don't make people fish for more details in the comments. Provide background information and examples.

  3. Be present for follow up questions. Don't ask for help and run away. Stick around to answer questions and provide more details.

  4. Ask about the problem you're trying to solve. Don't focus too much on debugging your exact solution, as you may be going down the wrong path. Include as much information as you can about what you ultimately are trying to achieve. See more on this here: https://xyproblem.info/

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS
 

I've been stuck in this mindset where I can't think of any good website ideas, or game ideas, or anything really. I want to get out of this mindset by thinking, "What should I make?", or "What do I need to make?".

I still follow peoples advice on "go take a walk and think about it for a bit" and "you'll get one soon" and things like that. Those don't seem to work.

All I need is advice on how I can make myself come up with ideas for projects that would let me do something with my free time. Any help would be appreciated!

top 5 comments
sorted by: hot top controversial new old
[–] starshipwinepineapple 1 points 9 hours ago

I live my life and i come across something that is painful because it takes time, or is complicated/tedious, etc, and i think to myself "is there anything i can do to make this better?"

Look for problems you have and try to solve them. Also as you learn more about programming you add tools to your toolbox. Having those tools helps you think about new problems you could solve. You might still have to look up the documentation on how to use that tool, but you can at least start to recognize that it could be used to solve a problem you're having

[–] tyler 3 points 13 hours ago

That’s a common mindset to have but honestly I think one of the most harmful. Don’t try to think of stuff to build. A plumber doesn’t think “oh what plumbing can I build today?” A home builder doesn’t think “what house can I build today?” They wait for a need to arise in an area and they then think “I can solve that”. Trying to make up problems just never works. Wait for something to happen and an idea will come to you.

[–] Kissaki 1 points 12 hours ago* (last edited 12 hours ago)

Do you not have tools you use, or miss, in your normal PC use? I have so many things I would like to have and do or finish. Things come up naturally.

Outside of brainstorming with a friend what projects we could work on together, where I was able to make use of my backlog, ideas, and wishes anyway, I never had to think about what I want to make.

Can be tools and apps or libs you use, contribute to or implement an alternative that may or may not fit you better, or tools you're missing. I've made various stuff for data conversion, archiving, video cutting, hosting/config setup, checksum generating, hex viewer, …, exploring new tech, …

[–] nous 3 points 1 day ago* (last edited 1 day ago)

“What should I make?”, or “What do I need to make?”.

These are very open ended questions which make it hard to narrow things down to one project and generally I don't find them a good question to ask. Instead of looking for something to make for the sake of needing to make something try to find a problem you have that you can solve by making something. All the best projects are solving some problem some one has had and it is a much narrower question to ask. You can narrow it down further by looking at each of your hobbies/interests/things you need to do one by one.

If you want to be more systematic about it go through each area of interest and write down every issue or problem you can think of. Big or small, easy to hard to solve (with or without a programmable solution) - anything and everything. Just get them down on bit of paper or document. You can expand on it over time as well when you think of something or encounter an issue for the first time. Then once you have a few things you can consider them in more detail. Think about how you might solve things, and slowly filter things out to one that most interest/bug you and that you could solve with a program in some way.

That should give you specific things to think about and ponder over which can be very helpful for leading to an actual project idea.

And honestly these days I have far more project idea that I could start then I have time to start. But they all start with a problem I encounter. I tend to need to think through an idea I have for a bit then write it down and shelve it for the future so it does not distract me from the current things I have on the go. Or if something is more important/interesting than a current project it can replace something else I have on the go (which you need to be careful of that you don't keep jumping to new things and never finishing things you have already started).

[–] notnotmike 5 points 1 day ago

My personal advice would be to find an open-source software you can contribute to. While building from scratch is fun it's difficult to maintain and harder to find inspiration. You also miss out on collaboration and community, which are very important, in my opinion

But if you really want to make something yourself then I'd say be patent and wait for a problem to arise. Practice thinking about solutions to problems you could solve yourself. For example, my friend once complained that Apex Legends doesn't have a random button, so I made him a website to randomize a character. I didn't sit down and think about all the domains I know, I came across the problem naturally and was just aware that I could "fix" it