TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How do you choose your next side project?

1 点作者 nachox9994 个月前
How do you choose when you've too many ideas?

3 条评论

PaulHoule4 个月前
For the new years I wrote down my ideas for both projects (make something that can make light field images for my Looking Glass Go, etc.) and programs (get back in shape, learn how to channel a fox spirit) on little slips of paper and stuck them up on my board.<p>The #1 practice in management is<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Kanban" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Kanban</a><p>which amounts to &quot;finish what you start&quot;. You want to have more than 1 side project at a time because you can&#x27;t always make progress on it, but you don&#x27;t want to have 20 in progress. I usually have 3 I&#x27;ve committed to, 2 of them I am really making progress on, the third is aspirational -- that&#x27;s fine with me.<p>It&#x27;s more important that you <i>make a choice</i> than the particular choice you make or the process that you use to make a choice.<p>You should pick out projects that are bite sized and have controlled risk. It is good to write a kind of program you know how to write in a new programming language or write a program you don&#x27;t know how to write in an old programming language. Don&#x27;t do both.<p>For instance I started on a chess engine last month having never written one before. I coded one up in Python quickly and I&#x27;m now working on a better one in Java (I code both languages every day) which was much quicker to kick off because I had test cases and experience. If I got the Java one as good as I want I might try rewriting it in Rust because then I&#x27;d be an experienced chess programmer fighting the borrow checker for the first time as opposed to being lost.
评论 #42637060 未加载
achenet4 个月前
Interest.<p>&quot;oh, X sounds cool, let&#x27;s try that!&quot;<p>Of course, I should clarify that I generally have multiple side-projects going on at any given time. If I&#x27;m not getting paid for it, I let myself do whatever I feel like doing that day ^^
billconan4 个月前
solving my own pain point or implementing something I want to learn