Live data from Hacker News

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

news.ycombinator.com

31–40 of 306 posts

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

#31
I built TurboSearch, an ag frontend for MSVC: https://kcbanner.gumroad.com/l/turbosearch

I was frustrated with how slow and clunky all the existing solutions were for regex searches. The built in file search in MSVC has a UI that wastes a tonne of space (and the search itself is unuseably slow). Constantly changing to a terminal to run ag/grep and then open the file manually in MSVC was a pain, so I learned how to build an extension and put a GUI onto the command line tools I was already using.

Tools like Visual Assist are great if you want actual symbol indexing, but the searches (of a UE4) codebase can take 30-60s. TurboSearch can run a regex search of the entire engine in ~6s and searches of just the game code take ~200ms.

I have only sold one copy, but I use it every day and it's a core part of my workflow. I thought there would be more interest in it when I built it, but since I've gotten so much use out of it myself, the time spent building it was well worth it.

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

#32
A browser extension for Twitch.tv (mainly for MOBAs) that enabled live-stream viewers to mouse-over in-game items/abilities and be shown a tooltip describing that item/ability as if they were playing the game themselves. Useful for viewers who are new to watching competitive matches and have no idea what certain icons/abilities/items represent.

Scraped millions of publicly available property tax documents for a specific region and combined it with Leaflet and OpenStreetMap to visualize the data.

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

#33
I built a TikTok clone only showing clips from old snowboard and ski movies from the early 2000s. Movies are imported using a CLI which reads VLC playlist containing bookmarks for each clip. I love my app and is using it every day as an alternative to other empty minded social media, but will probably never publish it or marked it due to copyrights.

If anyone has a use case which does not involve copyright infringement I would be happy to give away the code.

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

#35
post #3

Recently I wrote a small search engine for NYC menus: https://c.bitlet.org/ff.html The data is small enough that you can keep it all in memory. It was a nice toy and it let me play with a few data retrieval techniques I had heard talking about but never actually implemented.

Interesting. Did you scrape the restaurants websites?

The data is scraped from restaurant menu aggregators. There are some online and they don't seem to even try to stop you from scraping.

If I had to guess I'd say that scraping restaurant websites would be a much bigger project than what I did, given that there isn't structure in how menus are presented, and most of them still have pdfs, or even worse, an image for their menu.

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

#36
https://gitlab.echothree.com/echothree/echothree - started years ago as a product information management system for an online retailer, grew a lot of other functionality, now I use it as an example application when talking about GraphQL or other technologies I want to prototype.

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

#37
post #33

I built a TikTok clone only showing clips from old snowboard and ski movies from the early 2000s. Movies are imported using a CLI which reads VLC playlist containing bookmarks for each clip. I love my app and is using it every day as an alternative to other empty minded social media, but will probably never publish it or marked it due to copyrights. If anyone has a use case which does not involve copyright infringeme…

That sounds awesome.

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

#38
"Oh By".[1]

It's a "universal shortener".[2]

You can take any block of text and condense it to a simple code that you can chalk up anywhere. It's the same idea as a QR code but you can just quickly write it out with a pencil or chalk it on the street ... or verbally state it.

I'm convinced there is some use-case that this elegantly solves and would be genuinely valuable to people ... but beyond mentioning it here on HN I have never marketed it in any way.

[1] https://0x.co

[2] https://0x.co/examples.html

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

#39
I built Playtune https://playtune.app - a web game where you can turn any YouTube videos into a rhythm game. It comes from a frustation from playing rhythm game but they have limited song catalog. Playtune literally have millions of song that you can play. Any song that is uploaded to YouTube can be played as long as it allow embedding. You can even make a rhythm game out of five minute craft videos if you want or linus tech tips.
Post reply on HN