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.

Why I released a crappy todo app that no-one will ever use

69 pointsby rhubarbcustardalmost 13 years ago

16 comments

orangethirtyalmost 13 years ago
A lot of the programmers/devs/engineers I talk to don't ship much code. They just re-work some existing code base to add X or Y feature. These people don't have a clue to what it takes to design something from the bottom up and hammer it into something that resembles the original idea. Shipping code, which is my favorite passtime, is just damn difficult. Not because the code itself is hard. No. Its because we procrastinate, change our minds, focus on early optimization, decide to to talk to others about it, and just do everything expect shipping the damn thing.<p>That is why you shoul dno tcall your project crappy. Hell no. You went ahead and shiped something. You started a project and saw it through. You know how many people go through life without ever finishing something? A lot! But you managed to do something. And to be honest, it is quite handy. Its is a nice project that could be setup on an intranet so people would stop using email attachments to keep track of their todos.<p>Keep hacking and shipping. Good luck.<p><i>edit</i><p>Do you mind listing your email on your profile? I'd like to get in touch with you.
评论 #4410428 未加载
评论 #4410166 未加载
评论 #4410286 未加载
incisionalmost 13 years ago
Good.<p>I think it's an important milestone to build something end to end, no matter how simple or imperfect.<p>On a related note, I was recently looking for a todo app for my phone and found myself wondering how it is that there are so many (hundreds) apps, many of which have their own ardent fans.<p>When there are so many competing apps and such parity between them, what's the lure for using one over another?<p>In my case, I tried several and ended up using the one which felt most intuitive to me - the app which allows me to record and organize things the way I think of them with the least effort.<p>So...I wonder if the relatively low barrier of entry to creating sufficient functionality in such an app has worked with the myriad, individual ways of thinking about time and tasks to feed multiple many successful apps in the same space.<p>If this is the case, how different would other spaces, which are currently dominated by just a few players look and feel if the mechanics were easier to implement?
评论 #4410206 未加载
rokhayakebealmost 13 years ago
A good friend with 20+ years of programming experience once told me "even putting a form that collects basic information, and sends it as an email, is hard." Shipping a software product, no matter how lightweight, is freaking hard.
benrhughesalmost 13 years ago
I felt the same way when I released my todo app (<a href="http://benrhughes.com/todotxt.net" rel="nofollow">http://benrhughes.com/todotxt.net</a> - a windows implementation for <a href="http://todotxt.com" rel="nofollow">http://todotxt.com</a>). I mean, who's ever going to use this little PoS that I wrote basically so I could update my task list at work? The last thing the world needs is another todo app.<p>That was a bit over a year ago. Now I have ~500 active users and a half a dozen of contributors. I get random "thanks" emails, the occasional donation, and something nice to put on my resume. And the satisfaction of actually shipping something.
TomAnthonyalmost 13 years ago
Site is down. Cache:<p><a href="http://webcache.googleusercontent.com/search?q=cache:www.moreofless.co.uk/just-ship-it-like-yesterday/&#38;hl=en&#38;pws=0&#38;prmd=imvns&#38;strip=1" rel="nofollow">http://webcache.googleusercontent.com/search?q=cache:www.mor...</a><p>Link to the actual app (when it comes back up):<p><a href="http://www.moreofless.co.uk/todo" rel="nofollow">http://www.moreofless.co.uk/todo</a>
评论 #4409867 未加载
JamesLeonisalmost 13 years ago
I like hearing these stories of released apps. It's one reason I like the Show HN threads. I enjoy reading about how they overcame the problems they encountered. As somebody who is working on a project, it helps to distract me from frustration and (hopefully) fix a problem I will stumble across in the future.
alancealmost 13 years ago
Well it would seem that the logical next step is going to be giving it a way to provide permanence to the data. That generally means online storage, but there might be other ways that are more in keeping with your offline approach... or maybe you could give the user an easy to remember token that they can use to fetch their todo list from another computer. I like the shopping list aspect of it. I would focus my energy completely on the usability side. Keep optimizing for convenience.<p>I've just launched a todo list sort of an app too, but it borrows heavily from open source components, much hairier, different audience to yours I suspect (alouy.com).
tommooralmost 13 years ago
Seems like you have the right attitude! Shipping a "crappy todo app" is more than many will manage, best of luck with releasing more and more projects in the future.
评论 #4408902 未加载
qu4z-2almost 13 years ago
Well done!<p>I know the feeling of working on things and never shipping. I recently decided to actually see a small program (vim plugin) all the way through from idea to documented, installable release.<p>It's also highly bare-bones (around 10 lines of vimscript, although it started as many more). But I don't want to get side-tracked talking about it. I guess my real point is:<p>Congratulations on shipping. God knows it can be harder than it seems.
astrojamsalmost 13 years ago
I was expecting the first comment to be something like "because you are a jackass" but then I realized that I'm not reading Reddit.
epagaalmost 13 years ago
Congrats on shipping.<p>Looking at these comments, I can tell HN is doing its best to re-discover its positive attitude towards "shippers" -- I kind of feel bad for anyone who tried to post a "Show HN" a month ago, only to hear crickets in the comments section. ;)
electicalmost 13 years ago
To be honest, most people will never ship something by themselves their entire career. Also, most people will ship something that they think is crappy but it turns out it's the next big thing.<p>So, kudos for trying. Keep it up!
Xceleratealmost 13 years ago
Maybe I should have titled my app submission this morning "A crappy list of good domains that no one will ever use". A provocative title seems to be good for at least 28 more points than I got.
评论 #4409788 未加载
zio99almost 13 years ago
Hey Steve, great projects dude. You've got my upvote. Keep it up! I especially loved Squareleaf and PicStrips. Even NotForest has a pretty sweet hypothesis and design.
评论 #4409890 未加载
pohungcalmost 13 years ago
This is cool!<p>Feature creep: add some neat keyboard shortcuts for the power users ;)
评论 #4409299 未加载
allardschipalmost 13 years ago
+1 for shipping code