This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-10-22
Channels
- # 100-days-of-code (3)
- # announcements (7)
- # beginners (147)
- # cider (22)
- # cljdoc (24)
- # cljs-dev (71)
- # cljsrn (8)
- # clojars (3)
- # clojure (45)
- # clojure-conj (11)
- # clojure-dev (1)
- # clojure-italy (21)
- # clojure-nl (2)
- # clojure-spec (76)
- # clojure-sweden (2)
- # clojure-uk (100)
- # clojurebridge (3)
- # clojurescript (15)
- # cursive (7)
- # data-science (2)
- # datomic (7)
- # emacs (9)
- # events (2)
- # figwheel-main (4)
- # fulcro (117)
- # jobs (2)
- # jobs-discuss (21)
- # leiningen (184)
- # nyc (4)
- # off-topic (50)
- # planck (6)
- # re-frame (14)
- # reagent (25)
- # ring-swagger (5)
- # shadow-cljs (96)
- # spacemacs (5)
- # sql (26)
- # tools-deps (12)
- # uncomplicate (1)
- # yada (3)
went to a friend’s concert and baked a lemon drizzle poppyseed polenta cake (not even crumbs left, sorry)
Morning 😃
yes, we had a good weekend... Saturday there was a Medieval festival in Gouda with lots of people dressing up and all kinds of activities related to it.
Sounds divine @lady3janepl
Did you dress up @thomas?
That's cool
(with a camera that almost is medieval (Twin Lens Reflex camera with proper film in it))
I haven't held a camera with actual film in it it years
Wow, it really does look like a camera from a century ago 🙂
Speaking of children, my son is finally riding his bicycle without me breaking my back holding onto the bike 🎉
måning
Oh @lady3janepl it's like I have a reputation 😉
So in my mind you are now wandering through a giant yellow castle which smells strongly of fermentation
@jasonbell a reputation, a presentation, all that’s lacking is a dissertation (on the superiority of Kafka over onyx ofc) ;P
On that subject, I’ve been going through “the spy and the traitor” over the weekend, have any of you guys read it?
Nope. Looks interesting though. But I hear good things about “Red Notice”…
it’s uneven, 2/3 slow, 1/3 need sleep can’t put down, but I keep wondering if it had 2 authors
huh, red notice is a modern times book … I’m surprised he felt it was safe to publish it
he’s even less safe than that - he’s been pushing for global legislation to prevent russian oligarchs from spending their ill-gotten gains abroad
@lady3janepl it isn't made out of cheese... but there are lots of cheese shops and when walking past you can smell it!
@jasonbell i've been discovering new (to me) failure modes for onyx and aeron... mountains of byte[]
garbage and OOMEs for messages with high fanout, and aeron randomly losing its shit completely
@jasonbell are you talking?
Yes I am @thomas and as for practising are you talking about drinking or heckling, cos let's be honest.... 😉
Look forward to seeing you again @thomas it was a pleasure to meet you last year (and a ton of fun all round too)
ClojureX free workshops update - we have an offer of "Spec from the ground up" which I think would be great. I just had the clojure.core.spec pick up a bug when running lein test and it was pretty clear what I had done. Suggested topics for the workshop include, Kafka/Event streaming, Datomic (maybe with Ions). I would love to see something on ClojureScript with figwheel.main. Anyone else volunteering to give a workshop on Sunday 2nd? Or suggest other topics to inspire our community to give something. Workshops can be short or long. https://t.co/wvPJrrr2pY
If you want to attend the workshop, please sign up on London Clojurians event page https://www.meetup.com/London-Clojurians/events/254693569/
I want to use it (it's been recommended to me), but I am falling at the first hurdle...
For example, to convert map keys into keywords while decoding:
(json/from-json +data+ (json/object-mapper {:decode-key-fn true}))
;; => {:foo \"bar\"}
looks good on paper, but there is no "from-json" function anywhere in the namespace...(def +data+ (json/write-value-as-string {:foo \"bar\"}))
(json/read-value +data+)
;; => {\"foo\" \"bar\"}
it looks like they use it for https://github.com/metosin/muuntaja
it looks like this is how they use it: https://github.com/metosin/muuntaja/blob/master/modules/muuntaja/src/muuntaja/format/json.clj#L28 @maleghast
@guy - I will try and figure it out, but I am not using muuntaja, so it's going to be a bit weird
so u have an example of how they use it in the context of decode/encoding json from different formats
I have to be honest, I can't see how to use the decoder-fn from that source code. I am going to go back to using Cheshire
@maleghast a library has to be simple to use IMHO.
@otfrom not for me, but looks like it https://status.github.com/messages
def weird - gists aren't working very well at all
@mccraigmccraig I think gists went first
@otfrom partial service since midnight https://status.github.com/messages
Morning
Just catching up but iirc it's read-json you want in jsonista. I think there's an example in my stub needlecast thing on github (which itself was mainly a test to see if I could get kafka running in travis, haha)
Github is fully restored, so Dont Panic