Ask HN: Projects that don't make you money but you're doing it out of sheer joy?
151–160 of 587 posts
Re: Ask HN: Projects that don't make you money but you're doing it out of sheer joy?
#152It'll never make money, but it has been a good project for me to modernise my web development skills which had gone rusty over the preceding decade. I also took the opportunity to learn NGINX and a few other things that I hadn't really been exposed to beforehand.
Re: Ask HN: Projects that don't make you money but you're doing it out of sheer joy?
#153https://cadodo.nl/en - Create wish lists for your next birthday/wedding/etc https://bookmarkify.it - Create javascript bookmarklets https://github.com/abuisman/freudjs - Component library in JS for when view libraries like React are overkill
alert(1);
It gave output as: javascript:(function(){window.s0=document.createElement('script');window.s0.setAttribute('type','text/javascript');window.s0.setAttribute('src','https://bookmarkify.it/bookmarklets/6804/raw');document.getElementsByTagName('body')[0].appendChild(window.s0);})();
So every time this bookmarklet is clicked, a http request goes to your website, and then the code executed? I can see the possible use of this in super duper long javascript code, but why this trip even for simplest code?Re: Ask HN: Projects that don't make you money but you're doing it out of sheer joy?
#154I just did it for fun and because I wanted a tool like it.
Re: Ask HN: Projects that don't make you money but you're doing it out of sheer joy?
#155If I didn't have some creative work I would be much less happy.
Re: Ask HN: Projects that don't make you money but you're doing it out of sheer joy?
#156It's a wiki of all the info you need to drive your own vehicle around a country, continent or the world.
Border crossings, paperwork, insurance, gas prices, camping, drinking water, safety... it's all in there for a massive number of countries in the world.
I'm driving around myself, and it occured to me there is so much info out there but it all slides off the front pages of blogs and forums or is buried in facebook posts. Every three months people re-write and re-post the same stuff because they couldn't find it in the first place. The idea is not for WikiOverland to contain all the info, but at least link directly to it.
Re: Ask HN: Projects that don't make you money but you're doing it out of sheer joy?
#157Not only do I not make money on the project, it actually costs me money! :)
I have seemingly undying motivation to work on it, knock out bugs, release patches, catch cheaters, etc. The community being so active and excited helps keep me going. I probably spend 30-40 hours of week on the project.
Edit: grammar
Re: Ask HN: Projects that don't make you money but you're doing it out of sheer joy?
#158I built + maintain todolist[1] which is a GTD-style task management app for the command line. It's getting a bit of traction now which is pretty fun. It got a ton of upvotes on Product Hunt which was really cool to see[2]. I have very loose plans to monetize via a paid subscription for syncing with other devices / phones, but there will always bee a free / open source version as well. [1]: http://todolist.site [2]: h…
Re: Ask HN: Projects that don't make you money but you're doing it out of sheer joy?
#159Also the development challenges are super fun (real time chat, multi platform, AI).
Come join the fun!
Re: Ask HN: Projects that don't make you money but you're doing it out of sheer joy?
#160It's a Chrome extension/homepage that shows you a new book every time you open a new tab, plus a special hand-picked idea that teaches you a new perspective/fact/concept.
I'm evaluating a couple different paths to make it profitable, but it's not currently making anything since Amazon cut me off its affiliate program.