Hacker News new | ask | show | jobs
by lambda 2944 days ago
Raptor does have a sub-$2000 machine on pre-order: https://www.raptorcs.com/content/TL1BC1/intro.html

That is starting to approach the price point where it's worth it if you want to tinker, but with something that is a lot closer to a real machine than a $250 embedded board.

I tried taking a look for cloud services that offer POWER machines, but couldn't find anything that I could just sign up for and try for relatively cheap. There are a couple of universities that have free POWER clusters that you can request access to, but for tinkering I'd actually rather be able to pay for what I'd need rather than having to manually request access.

Do you have references to cloud services that would allow you to easily get access to POWER9 systems by the hour? IBM's own cloud services only seem to offer bare-metal POWER8 servers by the month; as far as I can tell (from their fairly confusing pricing page and docs), all of their virtual servers or hourly servers are Intel.

2 comments

I remember hearing of some Power cloud offerings, but unfortunately I can't find any these days.

I find old-press releases going to broken web-pages: https://www.ovh.com/world/news/cp1606.world_exclusive_ovhcom...

But that's not really helpful. Hmm, I guess Power8 / Power9 cloud systems seem to have disappeared. IBM really needs to work on getting cloud-instances ready for tinkering.

> Raptor does have a sub-$2000 machine on pre-order: https://www.raptorcs.com/content/TL1BC1/intro.html

With RAM and storage, it will be $3000+.

With "price/performance" parts, like the $1300 18-core CPU (something that would make the entire purchase worth it IMO), you'd be above $4k+.

Oh, yeah, looks like you also have to add the CPU, that's not included in the base price.

Although, for RAM and storage you can purchase that separately at cheaper prices.

I just tried to sign up for IBM's cloud, to see if I could use the limited free trial or $200 credit to try out one of the bare-metal systems.

Nope. The limited free trial only seems to apply to a few of their SaaS offerings; and the $200 credit also doesn't apply to their "infrastructure services" like VMs, bare metals servers, storage, etc.

Additionally, it looks like you need to get manual approval for you account to be able to use the VMs; even once I added my credit card info, they tell me my account needs to be reviewed by someone before I can actually rent server time.

On AWS or GCS, you just sign up and spin up VMs. I've used that many times for quick compat testing against different operating systems, some quick extra CPU cycles, deploying test servers, and so on.

But on IBM's cloud, you need someone to actually manually approve your account before you can do anything but use their SaaS offerings.

They really don't seem to want to attract people casually trying things out.

edit: after a bit, they did approve my account for infrastructure access. But the bare-metal POWER servers can't be rented by the hour, only by the month, and they start at $1000 per month. Still not really helpful for casual exploration. They also have such wonderful usability features as requiring you to allow popups in order to configure and order servers or VMs.

Oregon State University's Open Source Lab offers development hosting on their POWER8 OpenStack cluster.[1]

[1] http://osuosl.org/services/powerdev/

Yes, but they require you to fill out a long, detailed form about what project you're affiliated with, exactly what resources you need and for how long, an IBM advocate (?), and so on.

This is quite inconvenient for someone just wanting to do a little bit of experimentation before committing.

For instance, I was interested in experimenting with AltiVec on POWER for the Rust bug bounty. I wanted to get an idea of the scope of the problem, see how things work in C and C++, do a little bit of quick microbenchmarking in C and C++ to see how it compares to SSE.

If it turns out that it was something I was interested in pursuing further, I might try to work with the Rust project to apply for this kind of access officially for a CI system for the Power architecture. But that's a lot of trouble to go through if I just want to do some quick experimentation before deciding on whether the scope of the project is worth it.