TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Why can I never get any project ideas or get started with projects?

1 pointsby Allyedgeover 2 years ago
I mean, I kind of know why, but have no idea how to fix it.<p>Usually, I do not know what to code at all. People always come up with crazy projects that amaze me, yet I never get any sort of ideas to build, no matter how much I think or explore.<p>But for example, last week I wanted to make a project where I could combine GitHub with Discord, where you could find collaborators.<p>Now, although it sounds nice, I didn&#x27;t manage to get started with it. I didn&#x27;t know if I should maybe try microservices while I am at it, which language I should use (I&#x27;ve been liking Rust, Go and Elixir lately, TypeScript and Python are kind of annoying at this point), and so on. I also didn&#x27;t know what kind of UI I wanted to code, and nust ended up giving up.<p>At this point I feel like perhaps I should stop trying to find a web project idea, and look for other things, but even there I can&#x27;t get anything in my mind to code. Maybe my project ideas are just too large scale for me? Since that is kind of a project a large team would build. But on the other hand, why would I build a yet another small project?<p>I don&#x27;t know, I am confused.<p>How can I get out of this state?

2 comments

SirChainsawover 2 years ago
I used to get this quite a lot, and still do sometimes.<p>What helps me is reminding myself to just start coding _something_ small and very very simple, however imperfect. If I didn&#x27;t I would concoct hugely scalable and secure architectures and systems in my head. I would go on and on like this for hours and possibly days. It would only really stop when I came up with another idea for a project.<p>Twitter&#x2F;Facebook&#x2F;Netflix etc etc weren&#x27;t built from scratch like we see them today; they evolved from imperfect, probably insecure, probably slow, probably unmaintainable code.<p>Just try to write something and take it from there.<p>I think lots a &quot;techy&quot; people experience this so don&#x27;t beat yourself up and I&#x27;d be interested to hear what others do.
评论 #34720201 未加载
jzombieover 2 years ago
Perhaps you could start thinking of some common features or technology you might use in any of your projects, and work on building that aspect, and let the rest sort itself out.