Built for personal use. Not currently making any money but hope to monetise sometime later.
Ask HN: Projects that don't make you money but you're doing it out of sheer joy?
81–90 of 587 posts
Re: Ask HN: Projects that don't make you money but you're doing it out of sheer joy?
#82I find it fascinating watching the changes made to news articles over time. It lets you get into the mind of the various journalists and editors at different news organisations and see how they react to things. I just wish I had more time to develop it further.
Re: Ask HN: Projects that don't make you money but you're doing it out of sheer joy?
#83http://www.overseer.tv I built a show tracker just for me (it's not nearly where I want it to be, so I don't share it anywhere, eg. currently my show database is out of date I need to see what broke my cron tonight. no ssl cert, no optimization at all I don't even know if my js is minified tbh, etc). I am the only active user http://www.overseer.tv/user/smt and I built this because I watch a shit ton of shows and I o…
That sounds really cool. Is it open source?
It's not too pretty in there, but it is functional (arguably) haha.
Re: Ask HN: Projects that don't make you money but you're doing it out of sheer joy?
#84A few months ago I ended up scratching an optimisation itch for weeks, trying to figure out ways to make the lz-string[0][1] library faster and smaller. Near the end I went a bit nuts with trying out what works, methinks (nested trees built out of arrays and such), but I had a lot of fun.
It's not even my library, nor did my PR request get accepted/rejected yet. It did however make the compression up to 2x to 10x faster, depending on how well the data compresses.
And hey, I now have an intuitive understanding of LZ compression that I never thought I'd have!
Since a few days I've been working on writing a component for idyll[2] that lets you embed p5js sketches[3]. Progress here[4][5].
[0] http://pieroxy.net/blog/pages/lz-string/index.html
[1] https://github.com/pieroxy/lz-string/pull/98
[2] https://idyll-lang.github.io/
Re: Ask HN: Projects that don't make you money but you're doing it out of sheer joy?
#85We've been generating them for years, they're a pain to store, we've made $0 with it. But I really like the data we're getting. We recently moved a lot of the legacy data into S3 to save our own backup & restore process ( https://wonderproxy.com/blog/moving-ping-data-to-s3/ )
Re: Ask HN: Projects that don't make you money but you're doing it out of sheer joy?
#86Re: Ask HN: Projects that don't make you money but you're doing it out of sheer joy?
#87A lightweight, native, extensible text editor.
Re: Ask HN: Projects that don't make you money but you're doing it out of sheer joy?
#88https://github.com/bcruddy/GramLikeCam - my Panthers' fan friends seem to enjoy it. Initially I wanted to write a bot that would grab new instagram posts from Cam Newton and translate the weird characters he uses into plain english and post it as the first comment but ended up going pretty much the opposite direction.
https://github.com/bcruddy/tumbo - a very unpolished ascii video chat to play with websockets and string compression, I'll occasionally check out the website and see someone live streaming a day in the office.
Re: Ask HN: Projects that don't make you money but you're doing it out of sheer joy?
#89Global Ping Statistics - https://wondernetwork.com/pings We have ~240 servers world wide, we get them all to ping each other every hour, and record the results. We've been generating them for years, they're a pain to store, we've made $0 with it. But I really like the data we're getting. We recently moved a lot of the legacy data into S3 to save our own backup & restore process ( https://wonderproxy.com/blog/moving-p…
Re: Ask HN: Projects that don't make you money but you're doing it out of sheer joy?
#90This lets public transit passengers answer questions like:
- "My train is getting later and later, is it actually moving?"
- "My train is getting later and later, has it actually STARTED its journey?" (sometimes the answer is "no", sadly)
- "Is it just my train, or are many trains running late?"
- "What was the on-time performance of this train like yesterday? 2 days ago? 7 days ago?" (Some trains tend to be chronically late)
It may come as a surprise that the backend of the system is actually not a database, but Splunk (http://www.splunk.com). DBs are nice, but Splunk is fantastic when it comes to data analytics and reporting.
I'm currently waiting for Splunk to make some of their machine learning modules available for free so that I can start pulling in weather data, train the machine learning component against both that and the train data, and use that to predict the likelihood of any given train becoming late.