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.

How to get out it's not gonna worth it attitude?

2 pointsby christopherDamover 9 years ago
Whenever I try to start like a new side project or something interesting idea. I found so many people has already done it. Their are really good repos on github and blogs. After searching for while I always loose interest on that as I am not doing something new.<p>I have really bad attitude that it does not gonna worth it and I stop and loose that project. Today while searching my past notes I found really good ideas which if I had started I can learned so much from them.<p>I really want to get out of this attitude it not gonna worth it if I find other people already done it. I am now thinking that by duplicating that work you can learn more.<p>Please advice what should I do and what you do if you find other people already done? How do you motivate yourself to do it? Do you leave the idea or implement it if you can learn from that?

2 comments

11thEarlOfMarover 9 years ago
I would start by considering my motivation. It seems that it is important for you to do something new, rather than re-creating something that has already been done. Is that because you want to be self-affirmed as an innovator? Or gain approval from colleagues?<p>Or is it because you want to sell your work and you think you have less chance if others have already done it?<p>Figure out what your motives are. Then decide whether those are the motives you really want. Once you&#x27;ve confirmed that your motives are &#x27;pure you&#x27;, set your goals for the projects to be in line with your motives.<p>To continue with the examples above, if you want affirmation as an innovator, spend much more time determining how innovative your idea is before diving into it. Include talking to developer friends and knowledgeable persons you know.<p>If you want to sell your work, figure out what is out there already, what people are charging for it and importantly, how much demand is there? If you find it is a crowded market, it could be that a) there is a large demand for it and people pay well for it or b) it is a simple thing to build and an obvious idea, so a lot of devs build it.<p>If you mainly want to grow your skill set, look for work that is already out there and which you find intriguing. Use the project to find out how it works.
评论 #10645869 未加载
malux85over 9 years ago
How about scaling? If you find something has already been done, then why not try making it bigger and better - yeah there&#x27;s a library that can crawl a webpage, but how about crawling every webpage?<p>Yeah there&#x27;s a library to recognise faces, but what about building a very quick search engine on top of it? What about one that can automatically spot celebs?<p>Yeah there&#x27;s a library that can do substring matching using clever algorithms, but can you make it work in parallel across a cluster, can you achieve linear speedups?<p>Pick something that you find cool, then make it 1000 times bigger! :D