This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-03-06
Channels
- # aleph (2)
- # arachne (4)
- # aws (3)
- # beginners (196)
- # cider (131)
- # cljs-dev (208)
- # clojure (193)
- # clojure-boston (1)
- # clojure-dev (26)
- # clojure-greece (4)
- # clojure-italy (26)
- # clojure-losangeles (1)
- # clojure-russia (11)
- # clojure-spec (40)
- # clojure-uk (78)
- # clojurescript (168)
- # cursive (25)
- # datascript (1)
- # datomic (31)
- # docker (8)
- # docs (1)
- # emacs (20)
- # fulcro (62)
- # hoplon (3)
- # jobs (1)
- # leiningen (3)
- # luminus (1)
- # nrepl (25)
- # off-topic (10)
- # other-languages (3)
- # parinfer (11)
- # planck (37)
- # portkey (54)
- # protorepl (11)
- # re-frame (2)
- # reagent (19)
- # remote-jobs (1)
- # ring (2)
- # rum (8)
- # shadow-cljs (23)
- # spacemacs (4)
- # uncomplicate (6)
- # unrepl (77)
- # vim (56)
- # yada (2)
London Clojurians monthly gathering tonight at SkillsMatter from 6.30pm onwards. https://skillsmatter.com/meetups/10755-london-clojurians-monthly-gathering
This month we have Steve Smith giving a talk about how Atlassian use Clojure (and Clojure job opportunities there). I'll also talk about ClojureX, our annual conference we have just started to Organise.
Morning
I can also give a recap of the ClojureBridge London event last weekend.
Sounds like a very interesting talk @jr0cket
The London Java Community is getting interested in Clojure again. We had a great virtual Meet A Mentor session where we discussed the value of learning and developing with Clojure
@jr0cket if you can move the meeting to 8 May I could give a talk on "Dealing with Annoying Sized Data using transducers and core.async"
Should be okay. I will check with Skillsmatter tonight
I've asked SkillsMatter about the 8th, hopefully they will get back to me today or early next week. Talk will be recorded unless you ask it not to be.
@otfrom Skillsmater can't do the 8th May, it's already fully booked. They have space on the 10th May (Thursday). Would that work?
Alternatively we could set you up as a remote speaker and do the 2nd May
@maleghast me too. That's why I want to do it. π
any suggestions on what dataset I should work with? I was going to go back to my old standby of NHS GP prescription data
http://www.cru.uea.ac.uk/data It may not be big enough for your needs however
I am in the process of working out how to "harvest" large tracts of NOAA data (GHCND datasets for Non-US countries) so I am sure that I can point you at much bigger datasets if you want to play with climate info, but there are "snags" in terms of how big they are and the limits on download / access...
Itβs a shame that the UK pub names dataset isnβt big enough for you π - https://www.kaggle.com/getthedata/open-pubs
https://dataissexy.wordpress.com/2016/10/18/calculating-the-darcey-coefficient-part-3-strictlycomedancing-machinelearning-clojure-weka/ from our very own @jasonbell
I β€οΈ @jasonbell
Well there's one citation I wasn't expecting. Thank you @maleghast @dominicm π
@jasonbell - I am going to "follow along" with your posts and do the weka one at least, when I'm not working - looks fascinating on first read. π
I can't remember if I pushed that stuff up to github or not. I'll check this evening
It's been a long while since I ran it so let me know if you bump in to any problems.
Thanks @jasonbell - will do π
Does anyone know if there is a way to take a Terraform file and process / parse it into AWS cloudformation?
@maleghast first kill a:chicken: at π
@maleghast I think @mccraigmccraig is reading from the official documentation... π
@maleghast cloudformation is the work of π
@mccraigmccraig - Yes indeed, I don't really disagree, however rather than have a non-standard install of Terraform on one of my instances I would like to use Terraform to output "correct" Cloud Formation so that I can use it in conjunction with the AWS CLI to create infra.
i.e. I have Terraform on my workstation, I perfect the "recipe" in Terraform, test it and then when I want to set up a remote machine to periodically create / destroy infra (on a schedule) then I export the CF from Terraform (if that's possible) and put the CF onto the instance that is going to be driving...
And yes, this would all be a lot simpler if I had a cluster to run workloads in / with Docker, but the intention at the moment is to limit costs and an always-on cluster is a lot more costly than an instance that gets spun up once a week for a couple of hours by one of the very small number of instances that we are already running 24/7
Google leaves me thinking that Terraform -> CF is not possible, but I coulda sworn that it used to be...
(I also am pretty certain that the AWS provider for Terraform is in fact taking the platform agnostic Terraform file(s) and creating CF in order to work)
i don't think the terraform AWS provider creates CF @maleghast - i'm using terraform to provision our clusters and there are no stacks showing in our CF console after a cluster has been provisioned
I am not happy about it, but installing terraform directly from the HashiCorp website onto the instance that will be using it is pretty pain free.
Can't get it to interact with Github at the moment, it's being all "Jenkins" at me.#