Fork me on GitHub
#clojure-uk
<
2016-10-04
>
jasonbell05:10:55

@agile_geek you know I was jesting…. 🙂

jonpither08:10:18

looking forward to seeing a bunch of you on Thursday at XT16

martintrojer08:10:22

Oops, I have slides to write! Maybe tmo

jonpither09:10:30

get on it Trojer

jonpither09:10:54

we have about 2-3 tickets left if anyone on here wants to come - ping me directly

agile_geek09:10:44

Much as I'd love to come to XT16 as I'm currently out of work I better not burn anymore company funds on expenses!

thomas09:10:33

probably a wise thing to do @agile_geek but we’ll drop your name a few times 😉

korny10:10:41

Be good to see folks at XT16 - the goto conference is just a bit too big, looking forwards to a conference that “fits in my head” !

agile_geek12:10:43

@korny everytime I go to a conference the previous one falls out of my head!

rickmoynihan15:10:25

jonpither: Hope the conference goes well... Would love to be going, but the timings pretty inconvenient for us. Hopefully next year! 🙂

malcolmsparks15:10:09

I want to know what matching engines 'do', what kind of algorithms are they based on, hmm. @seancorfield ? 😉

malcolmsparks15:10:51

Can anyone point me in the direction of any papers to read, tech blogs, etc. ?

dominicm15:10:14

I recently discovered https://www.semanticscholar.org/ which is pretty good for finding papers on topics (as a general solution to anyone with an interest in papers)

dominicm15:10:23

I wish Slack would improve the way links are displayed. Less pictures, more horizontal.

seancorfield16:10:55

@malcolmsparks As in dating site matching engines? That’s usually each company’s "secret sauce"...

malcolmsparks16:10:25

@seancorfield yeah, I realised after I sent that I'm probably asking a bit too much! I'm just starting to read up

seancorfield16:10:53

At WS we use a fuzzy search engine (heavily used by realtors for matching houses against online searches) and we’ve developed a custom set of criteria extracted from member profiles. It was a pretty complex slab of CFML code for years, then we converted it to a pretty complex slab of Clojure code 🙂

glenjamin16:10:03

i’m impressed that it got migrated

glenjamin16:10:13

that sort of thing often ends up a ball of do-not-touch

glenjamin16:10:35

apparently pretty much all car rental pricing goes back to one company’s pile of COBOL

seancorfield17:10:33

Well, our business requirements change a lot over time so some areas of the code see a lot of churn — and rewriting certain areas from scratch is often the better solution. That means we have a lot of support for modernizing code on a pretty much continual basis.

seancorfield17:10:36

Which is very nice.