Live data from Hacker News

Rate my startup: hosted continuous integration for Python

news.ycombinator.com

31–32 of 32 posts

Re: Rate my startup: hosted continuous integration for Python

#31

Earlier quoted context omitted.

Hello there, my first post here :) I understand your point, but i think that people need to start building prototypes, minimum viable products, and then (if they are lucky enough) will have all the fun to scale their startup. Talking about fundings at this stage is a bit premature, in my opinion.

imo its not really a startup in the HN sense of "find and validate a business model"--the business model is known, so imo its much more about skill of execution than iterating prototypes.

Iterating prototypes is execution.

Re: Rate my startup: hosted continuous integration for Python

#32

I'm helping to build a similar service at http://cloudbees.com . It's basically a Hudson as a Service, so you can build pretty much whatever you want. Hudson build machines are dynamically attached to your Hudson master, and removed when the build is done. We plan to support most Hudson plugins.

ShiningPanda aims to be a little bit more than an Hudson in the cloud. It provides some built-in Python environments to run your tests, and allows you to easily plug some web 2.0 reports instead of console 1.0 outputs (coverage, code analysis, ...). If you need some extra dependences to run your tests (such as databases...), it's as easy as a click. And with a continuous deployment service, it's really a friend that helps you to safely send code (by testing it) from your source repository to your production site.
Post reply on HN