ldnclj

Find us on #clojure-uk
agile_geek 2015-07-07T05:36:45.001671Z

@pupeno: nice :simple_smile:

agile_geek 2015-07-07T05:37:31.001672Z

Morning London people (and those outside London who, like me, want to hang with the ‘cool kids’)

pupeno 2015-07-07T06:01:29.001673Z

Good morning.

pupeno 2015-07-07T06:10:24.001674Z

How are you Chris?

agile_geek 2015-07-07T07:14:23.001675Z

@pupeno: I’m fine thanks Pablo, yourself?

pupeno 2015-07-07T07:14:34.001676Z

Good good.

agile_geek 2015-07-07T07:15:19.001677Z

😄

2015-07-07T08:11:01.001680Z

morning

benedek 2015-07-07T08:13:25.001681Z

morning

thomas 2015-07-07T08:24:28.001682Z

morning

korny 2015-07-07T09:55:04.001684Z

interesting - clojure bot turns anonymous fns into (fn ) forms

korny 2015-07-07T09:55:22.001685Z

original was (->> ((->> [0 2 5 1 -4 1 -6] (map #(partial + %)) (apply juxt)) 109) byte-array (String.))

korny 2015-07-07T09:55:42.001686Z

(confession: I just wanted to use “juxt”)

thomas 2015-07-07T10:12:32.001690Z

feel free to add to this....

acron 2015-07-07T10:36:29.001692Z

a classic.

korny 2015-07-07T10:46:43.001693Z

nice

korny 2015-07-07T10:47:27.001694Z

My favourite is still the hash checking one...

minimal 2015-07-07T10:47:54.001695Z

thanks

minimal 2015-07-07T10:48:16.001696Z

I saw a bash one that generated it 1 char at a time from dev/random

2015-07-07T12:27:49.001698Z

korny & acron did you do both of yours from scratch or did you reverse engineer them?

acron 2015-07-07T12:29:42.001699Z

I cheated. I figured out what "morning" was in binary and then went from there.

korny 2015-07-07T12:37:58.001700Z

I started with “how does juxt work again?” then converted “morning” to [109 110 114…] to [0 +2 +5 …] - and then I hacked something together with a big procedural let statement. And then minified

korny 2015-07-07T12:38:55.001701Z

I also looked to see if I could get a quadratic equation that produced the [109 110 114 …] numbers, but my awesome tool of choice (excel) couldn’t find a curve to match the numbers, alas.

acron 2015-07-07T12:41:15.001703Z

@korny damn Excel. That would have been an awesome contribution.

xlevus 2015-07-07T16:22:44.001704Z

@korny: https://github.com/whamtet/Excel-REPL ?

xlevus 2015-07-07T16:23:53.001706Z

actually looks like there's multiple clojure-excel things. neat. Go go gadget clr.

korny 2015-07-07T17:05:38.001708Z

I did some hacking with docjure a while back… actually ISTR I had a pull request open that I never chased down :simple_smile: