Live data from Hacker News

Ask HN: Do you have a side project you want to sell?

news.ycombinator.com

1–10 of 107 posts

Re: Ask HN: Do you have a side project you want to sell?

#4
post #2

I 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?

#7
post #4
post #2

I 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.

They're the clear market winner but some companies might need an internal youtube clone or might need to adapt a similar system that they would find his useful for. But hey if it has enough bells and whistles it could be the facebook to myspace.

Re: Ask HN: Do you have a side project you want to sell?

#8
http://founderpact.com

It'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?

#9
post #4
post #2

I 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.

moron... cloning youtube and cloning youtube's business model are not the same thing. everyone can have their own youtube clone in their house. software can be free.

you're all idiots.

Re: Ask HN: Do you have a side project you want to sell?

#10
post #4
post #2

I 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.

The nice thing (at least from my admittedly-fairly-ad-hoc experience) about video processing is that it scales fairly linearly, at least for the basic features.

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.

Post reply on HN