google-cloud

Google Cloud Platform: Clojure + {GAE, GCE, anything else on Google Platform}
qqq 2017-01-11T18:52:07.000062Z

gentlemen, we have been spared from the great clojurians slack purge of 2017, but have been asked to 'advertise the channel more'

qqq 2017-01-11T18:52:53.000063Z

thus, please invite your friends, invite your enemies, even invite the uncoverted from AWS -- we need to grow this community!

seancorfield 2017-01-11T21:13:03.000065Z

I posted a note on #admin-announcements to draw attention to this channel. I suggest adding a “topic” and expanding the “purpose” description a bit.

seancorfield 2017-01-11T21:14:00.000066Z

It’s been some years since I last tried to do battle with GAE — as I recall it had some “interesting” restrictions on JVM programs. Have those been lifted, at least partially?

qqq 2017-01-11T21:18:56.000069Z

@seancorfield : it's doable but not pleasant yet; http://qqq-demos.appspot.com/ is hosted on GAE -- there's some work arounds involved in getting clojure to run on the JVM GAE restrictions

2017-01-11T21:20:15.000072Z

should probably be #gcp? I dunno if you can change slack channel names though

qqq 2017-01-11T21:20:35.000073Z

yeah, it should be #gcp

qqq 2017-01-11T21:20:39.000074Z

good call

qqq 2017-01-11T21:21:44.000075Z

we should change it now while there's only 9 ppl; is standard to use #gcp or #google-cloud-platform?

seancorfield 2017-01-11T21:22:00.000077Z

Given #aws I’d stick to just the acronym.

seancorfield 2017-01-11T21:22:31.000078Z

Want me to rename it (and update my #admin-announcements post)?

qqq 2017-01-11T21:23:00.000079Z

@seancorfield : that'd be amazing! I was about to create a new chnanel + invite everyone; but renaming it would be infinitely better!

seancorfield 2017-01-11T21:23:50.000082Z

And good ol’ Slack automatically updated my admin post for me!

serioga 2017-01-11T21:24:14.000083Z

google-cloud would be more understandable and searchable 🙂

2017-01-11T21:25:14.000084Z

maybe one of these days the slack channel search will consider the description of the channel important :eyerolly:

qqq 2017-01-11T21:26:42.000086Z

@seancorfield : if you don't mind, could you rename it to #google-cloud ? I do realize this breaks protocol with #aws, but I do agree with serioga that it's more searcahble (i.e. when I first searched for channels< I typed in "google ... ", not "gae" or "gcp"

seancorfield 2017-01-11T21:27:05.000087Z

Remember that the purpose is what shows up in the list of channels so that should be updated.

qqq 2017-01-11T21:27:30.000089Z

@seancorfield : how do we update the purpose? I just updated the topic

seancorfield 2017-01-11T21:27:57.000090Z

In the side-bar, expand Channel Details and mouse over it — there will be an edit link.

sveri 2017-01-11T21:38:07.000094Z

So this is what a rant turns into 😄

seancorfield 2017-01-11T21:41:00.000095Z

Never underestimate the power of a good rant!

qqq 2017-01-11T21:45:03.000096Z

I've been thinking about: "What is the single best thing that would make this channel popular?" And I think the answer is: If our glorious founder, @sveri , did regular live casting of Clojure/GCP tech, and only answered questions posted to this channel. 🙂

qqq 2017-01-11T21:45:36.000097Z

That would probably single handedly attract people to #google-cloud .

sveri 2017-01-11T21:50:38.000098Z

@qqq That sounds like a nice idea, the problem is, I am not even closely interested in #google-cloud as it is much more expensive than my server -.-

sveri 2017-01-11T21:52:17.000099Z

let alone the 3 TB storage will cost me 60$ / month, thats without the i3770 and 16 GB RAM I have on my server

qqq 2017-01-11T21:53:24.000100Z

@sveri: doh; what hosting provider is this?

sveri 2017-01-11T21:56:12.000101Z

whaaaaaaat? 8 vCPUS and 30 GB RAM + 3 TB storage = 260 $ -.-

sveri 2017-01-11T21:56:58.000102Z

@qqq Not sure where you live, but here in germany we have hetzner: https://robot.your-server.de/order/market#623733

sveri 2017-01-11T21:57:21.000104Z

Something similar will cost 31€

sveri 2017-01-11T21:57:35.000105Z

And these are real root servers, no virtualization

sveri 2017-01-11T21:57:48.000106Z

I could setup like 6 of those for the same price 😄

2017-01-11T21:57:50.000107Z

with virtualisation comes HA

2017-01-11T21:58:57.000108Z

that said a managed service is always going to be significantly more expensive than diy, no doubt

sveri 2017-01-11T21:59:33.000109Z

Thats true, given I have my server for playing around and backup I dont need managed stuff myself 🙂

qqq 2017-01-11T21:59:58.000110Z

The main reason I'm using GAE is: (1) until the service gets big, it doesn't matter (2) my server side is not CPU/RAM intensive (3) when it does get big, I'd rather pay Google to host my distributed database -- rather than running distributed riak on a cluster myself

qqq 2017-01-11T22:00:21.000111Z

that said: https://robot.your-server.de/order/market#626672 is really fucking amazing

sveri 2017-01-11T22:02:05.000114Z

Yep, these are "used" machines. Still they will switch hardware for you if something breaks

qqq 2017-01-11T22:02:41.000115Z

On the dataside, this also means there's no 99.99% guarantee and it's your job to backup in case hd dies?

sveri 2017-01-11T22:02:51.000116Z

Exactly

qqq 2017-01-11T22:03:04.000117Z

I'd be happy to pay for used machines + gcp/aws storage

sveri 2017-01-11T22:03:20.000118Z

Almost all come with a raid, but if both hard drives fail, well, you better have a backup 😄

qqq 2017-01-11T22:03:26.000119Z

I think the machine /bandwidth is highway robbery; but I'm willing to pay for a multi-region distributed database

sveri 2017-01-11T22:04:32.000120Z

Yea, it all depends on the use case 🙂