top | item 3086767

Ask HN: Show me your tiny but useful project

18 points| dholowiski | 14 years ago | reply

I just built http://wethr.ca - it only took 3 hours and $5 for a domain name. It's extremely basic, but extremely useful to me as-is. That got me inspired, that I could build something so useful so quickly. So please share your smallest, but most useful project - even if it's super buggy and nowhere near finished yet.

22 comments

order
[+] SingAlong|14 years ago|reply
Wrote a simple command-line TODO list manager called "j" in ruby. I use it everyday. if you have rubygems, it can b installed by

  gem install j
http://github.com/HashNuke/j
[+] asb|14 years ago|reply
Neat, my implementation of the command-line TODO list manager is sh-todo (written in POSIX compliant shell for maximum portability):

https://github.com/asb/sh-todo

[+] megamark16|14 years ago|reply
I threw together http://www.dragdropcomics.com/ to make it easier to create Rage Face comics on Reddit, then I realized that there were already two or three very good and fully fleshed out Rage Face comic web apps, so I kinda left it as is. My idea was that artists could upload their own character sets and people could pick a character set to make a comic out of, but I never really moved beyond the initial version of it.
[+] andor|14 years ago|reply
I made this command line client for arte+7 -- the online archive of the French/German tv station arte:

https://gist.github.com/5723dfec63b24d64bf6a

If you like arte but rather use mplayer than Flash, this might be interesting to you. Note that it supports resuming downloads.

[+] qxb|14 years ago|reply
This is fantastic. Many thanks for sharing.
[+] poissonpie|14 years ago|reply
http://coloringout.com - I'm not very good with colour schemes - this one let's me take an existing css and transmogrify it to a new colour, keeping the relative "distance" between each colour value. I built it in php and then in python. I use it....don't think anyone else does though :)