In 2004 my brother and I developed a buttplug shaped like George W. Bush - we called it the Bushplug. Manufacturing was more expensive than we had expected but we sold about 100 of them - presumably as novelty gifts. Our price point was too high for a novelty gift and the nose was a little too pointy to be an enjoyable sex toy. We made our money back and had some fun with being featured on BoingBoing and Fleshbot. So…
Right idea, wrong time. My friend owns a sex shop in Provincetown, MA and has sold tens of thousands of Trump-plugs over the past 4 years.
Ask HN: What's a side project you built to make money that hasn't?
381–390 of 600 posts
Re: Ask HN: What's a side project you built to make money that hasn't?
#382In 2006/2007 I built HTMLButcher, a C++ desktop application to slice PSD/image website designs made by designers to HTML. In these years sites where made with tables, so for slicing a design I had to cut the images and fit then into borderless HTML tables. I took 2 years to build it, and in this timeframe people started building sematic websites with CSS, and abandoning table-based designs. I managed to sell 100 copi…
I'm a little confused. That feature has been built into Photoshop since at least CS1 (2003), maybe earlier. https://helpx.adobe.com/photoshop/using/slicing-web-pages.ht...
Re: Ask HN: What's a side project you built to make money that hasn't?
#383I made a bot that bet on horse races. The strategies were succesful but ultimately I spent more than it earned on AWS fees. I might turn it on again next year.
I spent about $5k on some refurb Dell servers and pay $200/mo for colocation to replace what was $1,000+ mo in AWS bills. The best part is I can put all my small projects there as well and they are instantly profitable.
Re: Ask HN: What's a side project you built to make money that hasn't?
#384In 2006/2007 I built HTMLButcher, a C++ desktop application to slice PSD/image website designs made by designers to HTML. In these years sites where made with tables, so for slicing a design I had to cut the images and fit then into borderless HTML tables. I took 2 years to build it, and in this timeframe people started building sematic websites with CSS, and abandoning table-based designs. I managed to sell 100 copi…
I'm a little confused. That feature has been built into Photoshop since at least CS1 (2003), maybe earlier. https://helpx.adobe.com/photoshop/using/slicing-web-pages.ht...
For a 9x9 basic table grid you would set the width 100% of the top and bottom image do the opposite for the sides and fix the corners. All of these tricks involved choosing designs that could work.
It would have been a tool I would have liked.
Re: Ask HN: What's a side project you built to make money that hasn't?
#385NN-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…
Re: Ask HN: What's a side project you built to make money that hasn't?
#386I 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 in my country (the Netherlands). Sad. We have money too, you know
Re: Ask HN: What's a side project you built to make money that hasn't?
#387I 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).
Clicked, saw “This developer does not collect any data from this app”, bought.
Re: Ask HN: What's a side project you built to make money that hasn't?
#388I 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?
#389Definitely https://focuslite.app I built it for myself, and really expected to make something on it. But didn't get anywhere.
Re: Ask HN: What's a side project you built to make money that hasn't?
#390An app for finding the best hotels for traveling with kids. It was basically crawling the booking.com API and then applying an algorithm to figure out if a property was suitable for families with children or not. It would do the usual. Parse descriptions and try to find keywords there, parse and count the number of comments mentioning family-related topics, up-score hotels with certain facilities and then push the im…