Live data from Hacker News

Ask HN: What's a side project you built to make money that hasn't?

news.ycombinator.com

221–230 of 600 posts

Re: Ask HN: What's a side project you built to make money that hasn't?

#221

I built this for a bit more than just "making money" (wanted some experience), and it is still early days. But I made an iOS game: https://apps.apple.com/us/app/two-birds-one-stone/id15396463... So far, my main win has been to qualify for the apple small business program, so I will qualify for the reduced apple commission next year. http://ideationapps.com/ (has gameplay video and other stuff for the curious).

App not available on the Irish App Store.

Re: Ask HN: What's a side project you built to make money that hasn't?

#222
post #182

By far most of my side projects died before seeing the light of day. Either because I lost interest or I found another project that did what I aimed to do better than I imagined. Only a couple went live but didn't get traction: - A site for ip geolocation lookup - A curated index of conference talks and meetups Last year I decided that I'd do much more market research before writing any code, and that I'd see it thro…

I don’t see any ads on the site. How are you planning to make it profitable?

Re: Ask HN: What's a side project you built to make money that hasn't?

#224

Read 25 years computer news, summarized OLED touchscreens since 2018. Amazon "Google Phone News September 2020 micro LED TV, 5 nano meter chips" published after edited (by price, some alphabetical) chapters like cheap, solid state battery. I paid for a little advertising but those already in industry more interested than business people. LibreOffice needs Android update.

LOL

Re: Ask HN: What's a side project you built to make money that hasn't?

#225

I made a flexible, light-weight, card-based drag-and-drop kanban-ish planning tool called StoryWall and posted the MVP on Hacker News literally the same week Trello was released. Managed to take all the wind from my sails.

StoryWall name sounds like an outliner app, maybe you should have pivoted into that.

Re: Ask HN: What's a side project you built to make money that hasn't?

#226
post #182

By far most of my side projects died before seeing the light of day. Either because I lost interest or I found another project that did what I aimed to do better than I imagined. Only a couple went live but didn't get traction: - A site for ip geolocation lookup - A curated index of conference talks and meetups Last year I decided that I'd do much more market research before writing any code, and that I'd see it thro…

I don’t see any ads on the site. How are you planning to make it profitable?

There are affiliate links to a domain name seller, and I'm planning to add ads from ethicalads. It should break even if I add them and stop my own ads.

Re: Ask HN: What's a side project you built to make money that hasn't?

#227
https://doplaces.com

Its a very lightweight community search, designed for mobile first but won't suck on any platform...

I haven't put as much effort in promoting it and also not much in the last year due to personal reasons and general COVID-19 uncertainties. But I think it will come in handy as things wake back up either next year or soon after... Still have ideas to try out for improvement/refinement, which besides something that I can show off what I can do is also a proof of concept for ideas in its niche.

Re: Ask HN: What's a side project you built to make money that hasn't?

#229

https://engineerdeck.com I tried to make a job board in the UK for Civil, Mechanical and Electrical engineers (and other "real life" engineering) because I'm in the field. Really, I did it to have a list of jobs to apply to. I'm not even sure I can make money from it though. Learning a lot about the internet and websites, so not all a failure. Maybe next year, I'll start charging.

Are the listings added by users? If so it seems like it’s quite active!

Re: Ask HN: What's a side project you built to make money that hasn't?

#230

NN-512 ( https://NN-512.com ) generates stand-alone C code for AVX-512 neural nets The idea was that user companies (or even the hardware companies: Intel, AMD) would pay me as a contractor to implement deconvolutions, transformers, etc., as extensions to the free/open core I released (which includes very sophisticated support for all forms of dense convolution, fully-connected layers, pooling, batch norm, activation…

How about a tool that generates C (or Java or X) code from TensorFlow or PyTorch models? That way you can train a model offline, and then export it to your preferred language for serving/production. For bonus points, figure out how to get the generated code to use the GPU properly.
Post reply on HN