It looks neat, but wow, I don't think that registration process could have been any worse. Have any of you HN'ers been accepted into the beta? Thoughts?
I agree, looks like a very cool product, but really? Only alphanumeric, dashes, period, underscore, and @ symbol in password and no spaces? Why? And why not put that information on the form instead of in another link and not say why the password was rejected? Why is there a time limit of a few minutes on the confirmation code? I feel like I have to race the clock in order to register. I wish they had made a separate…
Codename: BlueMix – IBM's New PaaS Offering
11–20 of 38 posts
Re: Codename: BlueMix – IBM's New PaaS Offering
#12If they dont want to become "just another AWS" they'll have to start integrating some of these features in order to get devs to switch ...
Re: Codename: BlueMix – IBM's New PaaS Offering
#13Re: Codename: BlueMix – IBM's New PaaS Offering
#14Earlier quoted context omitted.
I agree, looks like a very cool product, but really? Only alphanumeric, dashes, period, underscore, and @ symbol in password and no spaces? Why? And why not put that information on the form instead of in another link and not say why the password was rejected? Why is there a time limit of a few minutes on the confirmation code? I feel like I have to race the clock in order to register. I wish they had made a separate…
My code didn't come by the end of the countdown. I sat there and watched it tick down for a few minutes. It just arrived, a minute or so late. Great job IBM.
Re: Codename: BlueMix – IBM's New PaaS Offering
#15 To deploy Python applications to BlueMix, use
$ cf push -b https://github.com/joshuamckenty/heroku-buildpack-python
Also, I don't see any pricing, so that's a little nervous-making.Nice that you get an 8GB memory allocation to play with, though, shared amongst your various apps.
Re: Codename: BlueMix – IBM's New PaaS Offering
#16The experience of deploying the Node app on Bluemix is very reminiscent of a Heroku deployment, IMO.
Re: Codename: BlueMix – IBM's New PaaS Offering
#17IBM actually has a really cool product for live streams of large datasets. Its called infosphere streams -- http://www-03.ibm.com/software/products/en/infosphere-stream... If they dont want to become "just another AWS" they'll have to start integrating some of these features in order to get devs to switch ...
Re: Codename: BlueMix – IBM's New PaaS Offering
#18So this is a realllly dumb dumb question... but I'll ask anyways, what the heck can I do with this? Build an app, yes, got it, but... what? Like if you said build a wordpress site I'd get it, but what kind of app can I build? to do what? And that app runs on what?
Looks like you can build anything that you could build with java/ruby/node code. And they would launch as many servers as you needed given the amount of traffic that it got. And you'd put the data into a nearby managed database like... Mongo (ew) or Postgres. Not listed: what operating system is running down there (going to guess Linux, since I don't know what building various binary ruby / node modules would actuall…
Re: Codename: BlueMix – IBM's New PaaS Offering
#19So this is a realllly dumb dumb question... but I'll ask anyways, what the heck can I do with this? Build an app, yes, got it, but... what? Like if you said build a wordpress site I'd get it, but what kind of app can I build? to do what? And that app runs on what?
Re: Codename: BlueMix – IBM's New PaaS Offering
#20I had early access to this so I could write an article for their developerWorks site on using the MEAN (mongo, express, angular and node) stack to build a polls app. The platform's not perfect, but its good to see IBM going in the right direction with this sort of stuff.