Fork me on GitHub
#clojure-uk
<
2017-03-13
>
agile_geek07:03:23

@geek-draven re: businesses ppl using Excel: a lot of this kind of response from business comes from combinations of familiarity with existing tools, the cognitive overhead of learning some other tool that, although more powerful is also inherently more complex and, in my experience, frustration with the speed of response to new requirements from IT depts. This is how Salesforce established it's SaaS business model and grew to the size it is.

thomas09:03:35

@glenjamin have a look at OSM and friends (OSRM comes to mind)

glenjamin09:03:09

I poked around the OSM stuff, but had some difficulty identifying the actual APIs that are available

thomas09:03:19

have a look at mapzen

thomas09:03:25

maybe that has what you need.

thomas09:03:49

OSM it self doesn't do routing... but there should be a service that does that based on the OSM data.

glenjamin09:03:56

the scenario I have is that I have a cycling route as a GPX or similar, and i want to turn that into turn-by-turn directions, and then attach them together for upload into my watch

glenjamin09:03:08

I already have the routing, but i want to enrich that route

thomas09:03:59

hmm... in that case I am not sure. maybe combine your gpx with some OSM data... and then find the route in that?

glenjamin09:03:50

i think if i can find an API that tells me the road name from a co-ord and then do that on every point, and then announce a turn whenever the road changes

geek-draven09:03:54

@agile_geek I understand why they want to use it, and in this case it's because it's what they've always used, but when you're dealing with 10's of millions of rows of data each day, it's a little limiting. They've got better and the requests to extract all the fields from all of the reports from an API have thankfully stopped. To start with it was a case of 'give us all the data and we'll figure out what to do with it later'. It's been a learning experience from both sides, and I now know more about the Facebook APIs than I ever wanted to know! 😀

korny12:03:46

There's some spreadsheet automation at my current client, but it's all Google Sheets, which is a bit more manageable - sharing, permissions, change logs, security, are all handled by Google. (I'm presuming Microsoft have some enterprise-y way to do this with Excel and Office 365? )

yogidevbear14:03:18

Can anyone remind me what the CI/CD system is that's build on Clojure?

yogidevbear15:03:07

Yes, thank you

dominicm15:03:12

I thought it was CircleCI?

yogidevbear15:03:16

I think CircleCI might be CLJ too, but I was thinking of LambdaCD

yogidevbear15:03:55

CircleCI docs don't seem to mention Clojure

yogidevbear15:03:22

Not sure if this is any good, but a friend shared this earlier https://www.gocd.io/

yogidevbear15:03:13

I'm guessing there might be some ThoughtWorks people here?

Sam H15:03:50

The front end of circleci is in clojurescript. It's actually open sourced on their github repo

korny15:03:43

I quite like GoCD, but it's overly complex for simple systems. And it definitely doesn't have any clojure in in!

korny15:03:06

lambdacd is a project written by a ThoughtWorks person, looks pretty neat but I haven't tried it

mccraigmccraig16:03:09

@otfrom a while ago i seem to remember you saying you had found c* impossible to deploy on top of mesos/dcos - what were the problems you had which stopped you ?

djtango18:03:37

is the Uswitch meetup going ahead tonight?

otfrom18:03:41

@mccraigmccraig that was more of a worry from @thattommyhall . We'll be finding out soonish

mccraigmccraig18:03:29

oh, ok, cool - i'll be trying it soon too - i couldn't see an obvious reason why it wouldn't work, as long as there are disk reservations etc