This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-02-03
Channels
- # beginners (48)
- # boot (26)
- # cider (7)
- # cljsrn (1)
- # clojure (137)
- # clojure-nl (1)
- # clojure-spec (5)
- # clojure-uk (18)
- # clojurescript (26)
- # cursive (8)
- # datascript (4)
- # datomic (4)
- # defnpodcast (11)
- # docker (1)
- # duct (7)
- # figwheel (4)
- # fulcro (7)
- # off-topic (7)
- # re-frame (46)
- # reagent (40)
- # reitit (3)
- # shadow-cljs (4)
just been hacking on my MQTT broker and now it publishes message to multiple clients subscribed to the same topic
Something about that emoji just seems inappropriate
Morning
I just ordered my āworkā computer - I am quite excited, though bummed about how long itās going to take to get deliveredā¦
I am also auditing a codebase (paid, short-term consultancy) and so far the initial setup of the dev environment, which is a Docker Compose nightmare of epic proportions, has taken 3 hours of waiting.
I have seen a āmissionā document that talks about the transition to Docker / Docker Compose as part of a plan to make the development more efficient. I am hoping__ that this is a one-time costā¦
we use docker compose for cloud-based test runs @maleghast... i'm not sure i'd want to use it for dev though
@mccraigmccraig - I have in the past for very lightweight service-based systems that could have several very small containers. I agree that anything that has containers for DB and Cache system and 4 or 5 ābig fatā webapps and so forth is making an error.
I used it for dev a few times, even for clojure. It's clearly not designed for it. It works as well as duct tape does: well enough, but not great.
@yogidevbear I see what you mean... but I felt quite happy I had it working.
@thomas lol I guessed as much š