Ask HN: Do you have a side project you want to sell?
1–10 of 107 posts
Re: Ask HN: Do you have a side project you want to sell?
#2Re: Ask HN: Do you have a side project you want to sell?
#3Offers please send to b@hern.as :)
Re: Ask HN: Do you have a side project you want to sell?
#4I built a basic YouTube clone in Erlang that I currently only use in my home network. I've often wondered how much I could make if I came up with some flashy logo and name and tried to monetize it.
Re: Ask HN: Do you have a side project you want to sell?
#5Never knew how to market it
Re: Ask HN: Do you have a side project you want to sell?
#6Re: Ask HN: Do you have a side project you want to sell?
#7I built a basic YouTube clone in Erlang that I currently only use in my home network. I've often wondered how much I could make if I came up with some flashy logo and name and tried to monetize it.
I don't know what infrastructure youtube has, but I work in the same building with another known "youtube clone" from Europe and they are spread on 7-8 floors and have a lot of remote infrastructure. (serious question) How can you realistically compete in this area with a basic youtube clone ? From my point of view, the infrastructure and operational costs dwarf the development costs.
Re: Ask HN: Do you have a side project you want to sell?
#8It's not making any revenue so any offer will be considered. It's a tool for helping inexperienced founders avoid common mistakes when starting a business with someone, both legally and in terms of making sure you're on the same page. Did it after getting very burned on a business venture because of this.
Got retweeted by some TechCrunch writer and also got to the frontpage (I think) of ProductHunt a while back. But I never got the time to get the product to where I wanted it to be (pay a $49 fee to get a good legally binding agreement based on the data you provided that you can just download, print and sign, and avoid problems and lawyer fees) nor market it properly (I also think it would be great to partner up with people who organize hackatons etc).
Built in Rails, hosted in DigitalOcean.
Email in profile
Re: Ask HN: Do you have a side project you want to sell?
#9I built a basic YouTube clone in Erlang that I currently only use in my home network. I've often wondered how much I could make if I came up with some flashy logo and name and tried to monetize it.
I don't know what infrastructure youtube has, but I work in the same building with another known "youtube clone" from Europe and they are spread on 7-8 floors and have a lot of remote infrastructure. (serious question) How can you realistically compete in this area with a basic youtube clone ? From my point of view, the infrastructure and operational costs dwarf the development costs.
you're all idiots.
Re: Ask HN: Do you have a side project you want to sell?
#10I built a basic YouTube clone in Erlang that I currently only use in my home network. I've often wondered how much I could make if I came up with some flashy logo and name and tried to monetize it.
I don't know what infrastructure youtube has, but I work in the same building with another known "youtube clone" from Europe and they are spread on 7-8 floors and have a lot of remote infrastructure. (serious question) How can you realistically compete in this area with a basic youtube clone ? From my point of view, the infrastructure and operational costs dwarf the development costs.
Things like building a scalable transcoding cluster can be made fairly simple ("just add more boxes") using a decent message-queue service. From there, everything is pretty simple HTTP.
Of course, this is only the very barebones stuff, and covering all of Youtube's features exhaustively would be quite difficult, and requires some good Machine Learning work.