This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-05-03
Channels
- # aws-lambda (6)
- # beginners (38)
- # boot (39)
- # cider (44)
- # cljs-dev (9)
- # cljsrn (96)
- # clojure (142)
- # clojure-dev (6)
- # clojure-dusseldorf (8)
- # clojure-greece (45)
- # clojure-ireland (3)
- # clojure-italy (7)
- # clojure-norway (6)
- # clojure-russia (26)
- # clojure-sg (16)
- # clojure-spec (31)
- # clojure-uk (39)
- # clojurescript (125)
- # cursive (38)
- # datascript (4)
- # datomic (18)
- # emacs (34)
- # figwheel (2)
- # hoplon (3)
- # immutant (23)
- # jobs (1)
- # lambdaisland (2)
- # lumo (13)
- # off-topic (77)
- # om (8)
- # onyx (9)
- # pedestal (2)
- # play-clj (1)
- # re-frame (52)
- # reagent (3)
- # rum (4)
- # spacemacs (2)
- # specter (4)
- # unrepl (37)
- # untangled (8)
- # vim (79)
- # yada (1)
Morning (from an overcast West Sussex โ๏ธ)
morning
overcast and quite rainy in Surrey
Datomic is doing my head in this morning!
how so @agile_geek ?
Iโve added a message about ClojureX call for papers being open in the announcements channel, just in case you were thinking of speaking this year
I am trying to query between two datetimes where the query needs to determine the state of many attributes across a one to many relationship. I tried using d/history
and d/log` but the best I can come up with is to determine if any of the attributes I care about have changed between two txns (times) and then iterate over the list of entity/txn pairs getting a database instance as-of
that txn and querying it's state. As this amounts to 10's of thousands of db instances per day it seems like a lot of work!
since
doesn't help as I have an upper bound on time
@jr0cket Do you also organise HaskellX?
@yogidevbear Not yet ๐ No, unfortunately I dont organise HaskellX, but I would be willing to helpโฆ I can find out who the organisers are though (may take a few days)
I didn't know about it until yesterday. I'm coming to ClojureX this year (YAY :the_horns:). Maybe I'll aim to attend HaskellX next year ... Baby steps
@yogidevbear I will be at HaskellX this year, so happy to share my experiences.. although Clojure will remain my true calling ๐
I think it is already messy.
Anyone here know of a Clojure company based in Kensington?
Ah... Says media organisation so guessing that sounds about right
@mccraigmccraig Why ๐ข?
not terribly sad, but a little bit sad - i keep having to change them to streams
today i need a callback to return a promise, which knocks down a couple of dominos such that i have to recast my db select
operation on top of a stream-based operation
otoh lazy-seqs seem a fair bit faster than (manifold) streams
ha, yeah, promises & cps do both seem like that
@peterwestmacott that might be the worst of it... that it will only get messier the next 2 years ๐
https://booko.co.uk/9781449373320/Designing-Data-Intensive-Applications-The-Big-Ideas-Behind-Reliable-Scalable-and-Maintainable-Systems This is the guy who did JSON crdt iirc, his book is finally out I noticed!
Actually, I'm confused: > Originally published: March 16, 2017 ^^ that's somewhere else
@dominicm that book looks like a seriously thorough piece of work