Just checked out www.multyvac.com, which has webvan, boo.com, etoys and lehman brothers listed as customers. What's the joke? Not sure I get it.
PiCloud has joined Dropbox
11–20 of 23 posts
Re: PiCloud has joined Dropbox
#12So sad to see PiCloud go. They made parallel computation so easy to implement. Their service was really well-built.
Re: PiCloud has joined Dropbox
#13As a very happy user of PiCloud, I'm sad to see it go. It is a shame they had such A-list VC's (Andreessen Horowitz, Kleiner Perkins Caufield & Byers, and Greylock Partners), who don't have an interest in just a good solid business. They only wanted a huge, home run. I've been looking around for a good replacement, and there is a gap. PiCloud really had three components. The first was an ability to run code with arbi…
You might also be happy to learn that some of the talent behind Picloud is now part of the Docker team itself :)
Re: PiCloud has joined Dropbox
#14Oh man, two things: first, I wonder what DropBox will do with PiCloud, and second, I feel like a dodged a bullet. I kinda hate saying that, since it always turns up on these threads, but it's just true. I had been working seriously on converting a financial application to run on PiCloud. It's mid-November. In the hundred days until they cease operations, I would have had to deal with 10-K filings for my clients and s…
I think it is pretty clear from the wording it is an aqi-hire by DropBox. They are just getting a talented team. I am very close to launching Predictobot.com, which uses PiCloud for all of its computation. I spent last week moving to Heroku after DotCloud's pivot, and now I'll need to replace PiCloud. The web sure is a stable place.
Re: PiCloud has joined Dropbox
#15Re: PiCloud has joined Dropbox
#16As a very happy user of PiCloud, I'm sad to see it go. It is a shame they had such A-list VC's (Andreessen Horowitz, Kleiner Perkins Caufield & Byers, and Greylock Partners), who don't have an interest in just a good solid business. They only wanted a huge, home run. I've been looking around for a good replacement, and there is a gap. PiCloud really had three components. The first was an ability to run code with arbi…
The docker gap is one part of it. For me I only really need one environment though (I have a customised one I run on picloud) so that's not the major concern. The bit that wasn't as obvious to solve is moving the python library dependencies from the client to the server. I looked into libraries to handle this but I couldn't find anything obvious. All the other processing libraries use a model where you need to have the code you want to run up on the remote machine before you start.
Re: PiCloud has joined Dropbox
#17When we started PythonAnywhere they were right up there on the list of potential competitors, though as it turned out our early adopters steered us more in the direction of hosting and lightweight computation (ping an API periodically and do stuff with the results) rather than heavy-duty computing.
The big problem with VC backing is that they really want $1bn exits. For them, Heroku's $200MM exit to Salesforce was almost a failure. I guess they couldn't see PiCloud going that way, so they chose not to invest again. Better to put the cash into a more likely-looking moonshot.
IMO this is a pity, because there are a bunch of smaller-than-$1bn but still solid companies that are getting starved of funding. The business-to-developer space is particularly prone to that kind of issue; it's less of a winner-takes-all market, so the big wins that VCs want are rarer than they are in other markets.
Re: PiCloud has joined Dropbox
#18Anyway, if anyone is interested in seeing even a bare-bones python function queue based on picloud's pickler, get in touch and maybe we can open source what we have and build it out a little more. Its not open source right now just because its tied into some of our other libraries, but if there is interest, we could probably split it all up.
Re: PiCloud has joined Dropbox
#19As a very happy user of PiCloud, I'm sad to see it go. It is a shame they had such A-list VC's (Andreessen Horowitz, Kleiner Perkins Caufield & Byers, and Greylock Partners), who don't have an interest in just a good solid business. They only wanted a huge, home run. I've been looking around for a good replacement, and there is a gap. PiCloud really had three components. The first was an ability to run code with arbi…
Hey Craig, speaking on behalf of the docker project: we are busy filling the "docker gap" you speak about. There are currently many businesses aspiring to offer infrastructure to docker users. What we're doing is giving them a way to integrate directly into docker itself, so you can "docker run" straight to the provider of your choice, either from the docker command-line or remote API. All with minimal risk of lock-i…
There are tons of companies that are working on Docker based solutions to my problems. In six months, or a year, there will be plenty of great ways for me to use Docker. The only problem is that PiCloud shuts down on February 25, so I'm in a bit of a hurry. Today, I'm in a gap, and there isn't a great replacement. Specifically I'd need:
* Per second pricing (per minute would be Ok). This makes parallelism "free"
* Large instances with big memory and CPU
* Ideally on AWS (My data is on s3, and it would be good to avoid bandwidth charges).
Nothing seems to fill these requirements yet. Any of you Docker startups out there want to help me out? Any pointers would be great if I'm missing something.
Re: PiCloud has joined Dropbox
#20As a very happy user of PiCloud, I'm sad to see it go. It is a shame they had such A-list VC's (Andreessen Horowitz, Kleiner Perkins Caufield & Byers, and Greylock Partners), who don't have an interest in just a good solid business. They only wanted a huge, home run. I've been looking around for a good replacement, and there is a gap. PiCloud really had three components. The first was an ability to run code with arbi…
Do you expect the open source pickup by Multyvac to be a bust?