Fork me on GitHub
#clojure-uk
<
2018-07-26
>
yogidevbear06:07:54

Also just Google'd T-shaped people

agile_geek06:07:39

Bore da to all you I shaped, T shaped or even X shaped people welsh_flag

thomas07:07:10

I am 'I' shaped I guess.

thomas07:07:12

morning btw

yogidevbear07:07:08

I'm feeling a little O shaped at the moment

😂 4
agile_geek08:07:19

Too much breakfast?

yogidevbear09:07:08

Something like that... More a factor of no exercise lately 🏃 vs morning

😂 4
thomas07:07:28

ok, just googled it and I am an physically an 'I' shaped person.

thomas07:07:57

otherwise I just an 'I' shape that has fallen over I guess.

😂 4
yogidevbear07:07:24

You mean an _ shaped person?

thomas07:07:20

yeah... on the ground... I feel very much like that at the moment

thomas07:07:36

definetly not a - person.

firthh08:07:18

I heard the latest thing was companies wanting ‘W’ shaped skillsets, because being an expert in one domain or area isn’t enough

guy08:07:23

Morning!

guy08:07:23

W shaped skillsets/

seancorfield08:07:37

W for Waterfall, right? I heard it's making a comeback...

😂 16
agile_geek09:07:29

Comeback? It never went away…. Basically you trundle along on a project until two weeks before the delivery date at which point the entire development team get pushed over the waterfall!

😂 16
thomas09:07:55

two weeks before? I thought that happened two weeks after the supposed ship date. At that point it is certain that they have failed after all.

😂 4
3Jane09:07:00

waterfall never went away, “let’s pre-arrange our sprint content for this quarter”

3Jane09:07:37

but yeah… I find it hard to constrain myself to a certain shape. Can I be a tree-shaped developer instead?

dominicm09:07:27

i'LL BE AN EGG

3Jane10:07:43

Humpty Dumpty…

3Jane10:07:32

you just made me snort cola

3Jane10:07:44

you savage

agile_geek09:07:54

@dominicm a good egg presumably old chap?

dominicm09:07:15

An egg who uses caps lock

dominicm09:07:19

JUDICIOUISLY

agile_geek09:07:40

Unlike a president who shall not be named?

agile_geek09:07:19

As an emacs user I have obviously remapped Capslock to Ctrl so none of that nonsense for me

dominicm09:07:44

I should map my laptop capslock to escape perhaps

dominicm09:07:48

escape ctrl would be cool

agile_geek09:07:57

“VIM I grapple with thee; From Hell’s heart I stab at thee” but only if I can figure out how to get into insert mode

dominicm09:07:29

tap caps lock = escape caps lock + another key = ctrl + another key

dominicm09:07:53

Oh neat, I can do the same for L_Shift too... this is starting to look powerful

maleghast10:07:09

Morning All!

maleghast10:07:53

I've been out of the work mode for a few days, but it's good to be back... How's everyone doing?

maleghast10:07:38

Yeah, London is baking this week - been crackin' the flags...

guy10:07:17

anyone checked out graalvm with clojure?

Rachel Westmacott10:07:22

@guy there’s a channel for that! #graalvm

maleghast10:07:35

I am looking forward to getting back to Scotland tonight

alexlynham11:07:19

good knowledge

alexlynham11:07:41

I think I'm not so much a T as an underscore

alexlynham11:07:18

although I've just noticed underscore is under the T

cddr11:07:10

I'm trying to use pack and tools.deps.alpha to build a "lein-free" project (nothing against lein, just exploring the space) I can get a repl that downloads deps (even from a private repo as of v1.9.0.381 after updating ~/.m2/settings.xml). However when I try to build an uberjar using pack, I get a 401 permission denied when it tries to download from the private repo.

clj -A:pack mach.pack.alpha.capsule smokin.jar \
    -e build-dir \
    --application-id smokin \
    --application-version \
    $(git describe) \
    -m fundingcircle.smokin.test-runner

cddr11:07:59

Would you expect pack to honor any maven settings specified in ~/.m2/settings.xml?

dominicm11:07:23

Pack's t.d.a may be a bit old, but I would expect it to work otherwise.

dominicm11:07:37

Might be worth adding a dependency on t.d.a to your pack alias.

dominicm11:07:47

If that's the issue I will bump pack's version and push it now.

cddr11:07:38

Yep. That does seem to be the issue. I just added "org.clojure/tools.deps.alpha {:mvn/version "0.5.442"}" to my extra-deps and it seems to be doing it's thing now

dominicm12:07:07

Will bump in pack.

dominicm12:07:50

@cddr that's pushed, along with skinnyjar support 😄

wizard 12
simonkatz13:07:15

Has anyone tried Amazonica's Athena API? (looks like it might be untested — https://github.com/mcohen01/amazonica/issues/322). The Java API looks like something I'd rather not touch (looking at https://docs.aws.amazon.com/athena/latest/ug/code-samples.html).