Live data from Hacker News

Ask HN: What is something you built but never marketed?

news.ycombinator.com

131–140 of 306 posts

Re: Ask HN: What is something you built but never marketed?

#131
I was having problems with my hands from muscle exhaustion due to typing. My doctor recommended I should use an alarm clock, to remind me to not type for more than a few minutes at a time. Instead, I thought, I could do better. So I made the following program:

It is a program that has a countdown, lets say, 100 key presses, and every time you press a key, it goes down by one, and every, lets say second, it recovers 1 key. When it reached like 20 keys, I got a notification, and when it reached 0, I got a typing timeout (I disabled my keyboard). This forced me to, type more efficiently, to use more efficient shortcuts and to think about code before I wrote it more. In the end, this actually helped a lot for my hands, and I was still able to work on stuff.

I ended up never releasing it, because I was too lazy to put in the work to get it to a usable state for other people on other computers.

Re: Ask HN: What is something you built but never marketed?

#132
My bot that finds and tweets about the best-reviewed new games on Steam, constructing miniature 6 second trailers for each: https://twitter.com/playfullyauto

This was an extension of a bot I made years back, that constructed a 6s trailer for every single game on Steam as it's launched (https://twitter.com/microtrailers), which later became part of a thing I did officially at Valve (https://store.steampowered.com/labs).

The @playfullyauto one was my most recent (post Steam Labs) thing, and it's my favorite, because it unearths a bunch of games people like. But I never really spread the word about it.

Re: Ask HN: What is something you built but never marketed?

#134
When Google Play Music died I made https://inter.tube as a replacement music storage locker. It supports almost all of the Subsonic protocol but I haven't had the time to make a web interface for things like the playlist editor so I don't really feel comfortable marketing it. I think it could be useful for a certain niche though. Slowly re-working it to use Cloudflare Workers and R2.

Re: Ask HN: What is something you built but never marketed?

#135

https://rapidstash.io JSON document store that allowed you to access any part of the the JSON document by URL (object.nested.value becomes object/nested/value). Had fun making it and the website above, but was not really interested in the promotion hustle.

That’s a cool idea. I wonder if you could make a expressive enough query language with it

Re: Ask HN: What is something you built but never marketed?

#136
I have two…

The truly abandoned project is FountainCards.com. It accepts typed input, converts it to a “handwritten” SVG, sends to a pen plotter, and mails the card. I built the whole app, bought two pen plotters and was ready for production. the reason I stopped was because I didn’t care enough about marketing to the clientele who needs that kind of thing - mortgage brokers, car salesmen, etc. It felt like I was helping the client act like they cared about their customer by sending “heartfelt” notes without _actually_ caring about their customer. In other words, I was helping them send really nice spam.

After that, I spent some significant time thinking about what project I would really care about, which leads to the second app…

I’ve been working on MoneyHabitsHQ.com in my free time since January. It is a simple take on a personal finance app. The idea is to try to get the maximum benefit from 3 minutes of budgeting per week. There are a bunch of features which will make the app nearly “invisible”, while still helping people keep track of their money.

I haven’t started marketing it because getting the UX right on a budget app is incredibly difficult. I’ve been in quiet beta for a few months, and if anyone wants to try it out, feel free to email me: Stephen@bate-man.com and I’ll get you a promo code.

Re: Ask HN: What is something you built but never marketed?

#137
We built https://metrik.one

It’s an advanced analytics tool for Mailchimp. It’s mostly targeting regular newsletter senders, but gives detailed insights into an audience w/o violating user privacy. We like to think about it as the Plausible for Email Marketing. Unfortunately the development took too long, my business partner and friend ran out of runway and my kid was born. Still planning to market it, but so far under the radar.

Re: Ask HN: What is something you built but never marketed?

#138
https://www.lost-item.com

I lose stuff a lot. It started as a URL (https://www.lost-item.com/eric/) that I can put on a sticker on my stuff so that when people find my phone, wallet, credit card, keys they can contact me.

I preferred that over my phone number or email address because I didn't want to put anything that identifies me on the items, so a form on the internet acts as a barrier.

In general, I find that people are really nice about it. I've recovered my full wallet at least 3 times and my phone probably 5 times.

Yes, I am forgetful. If I were smarter, I would just not lose stuff. But because I'm not, I have that.

Hosted on github pages and uses firebase, so basically it costs me $1 a year + the domain registration fee. So after I recovered my cell phone just once, I basically figured it's been paid for for life.

Lifetime revenue from strangers on it is less than $100. Value of items recovered to myself, probably $3k.

Re: Ask HN: What is something you built but never marketed?

#139
post #135

https://rapidstash.io JSON document store that allowed you to access any part of the the JSON document by URL (object.nested.value becomes object/nested/value). Had fun making it and the website above, but was not really interested in the promotion hustle.

That’s a cool idea. I wonder if you could make a expressive enough query language with it

If I were OP i would use one that already exists like

https://jmespath.org/

https://github.com/json-path/JsonPath

Re: Ask HN: What is something you built but never marketed?

#140
post #69

I made https://coloursinculture.io It's a web-app that allows you to understand how colours are perceived by different cultures. You can search by color, culture or concept.

Russians only put significance into two colors?

Unfortunately, i'm dependent on an incomplete dataset (https://docs.google.com/spreadsheets/d/1kdEOmMxo-Shy2gGlUpPe...) from the original dataviz (https://www.informationisbeautiful.net/visualizations/colour...)

That being said, if you have any informations on Russian color meanings, you might consider contributing here (https://github.com/tfrere/colours-in-culture#contribute)

Post reply on HN