This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-11-23
Channels
- # aws (3)
- # babashka (17)
- # beginners (44)
- # boot (1)
- # bristol-clojurians (1)
- # cider (19)
- # clj-kondo (7)
- # cljfx (5)
- # clojure (35)
- # clojure-australia (25)
- # clojure-europe (41)
- # clojure-nl (4)
- # clojure-spec (5)
- # clojure-uk (104)
- # clojuredesign-podcast (1)
- # clojurescript (41)
- # component (6)
- # conjure (5)
- # core-async (20)
- # core-logic (5)
- # cryogen (7)
- # cursive (4)
- # data-science (1)
- # datomic (14)
- # devcards (2)
- # events (1)
- # fulcro (6)
- # helix (6)
- # jobs (4)
- # kaocha (4)
- # lambdaisland (4)
- # leiningen (3)
- # luminus (1)
- # malli (2)
- # meander (2)
- # mount (6)
- # off-topic (2)
- # pedestal (25)
- # rdf (1)
- # re-frame (17)
- # reagent (5)
- # releases (1)
- # reveal (13)
- # rewrite-clj (45)
- # shadow-cljs (27)
- # sql (18)
- # tools-deps (93)
- # vim (13)
- # xtdb (11)
I'm cheating, in that I'm contracting out to the company I worked for in the UK before moving out here.
> Morning.. I woudnt mind working with clojure.. maybe we should start a project? Actually I'm working with a friend on a side-project that uses Clojure. Maybe you're interested in joining?
It's a type of Language Learning Platform Similar to iTalki, HelloTalk, etc
Cool, been using duo lingo for quite a while, and old friend and I thought of doing something similar.
Oh right. Duolingo is in a different space (unless it has a "Converse with native speakers" feature now)
The only one of the big 3 I don't hate. Purely down to not having used it mind you.
You’re using websockets in an app service? Azure decides to handle all the control frames itself and won’t close the connection properly
Just constant MITM crap that we keep stumbling on, and takes weeks to figure out what we’re doing wrong
oh yea, the company I work for spends I think $500k on Azure annually. When really we can, in theory, go with something like Linode and spend 1/10th
Also, we stay away from App services, worker roles etc. It's easy enough to just use plain VMs isn't it?
Docker + CircleCI/Harness/GithubActions/etc + VM is not reinventing the wheel, is it?
The last part is, when the app service has automated deployment/replacement from a docker registry
Plus https wrapping and other things like that which were really fast to get off the ground
(Yes I know nginx exists, but this was still quicker than having to spend time on the infra as a solo dev)
Anyways, it’s not just limited to the app service. Almost everything in the azure ecosystem has some weird catch or thing it’s doing they don’t describe
> The last part is, when the app service has automated deployment/replacement from a docker registry Yea I suppose, if it just works
Yeah, there are a lot of pitfalls in Azure. For instance, some things you can change after creation, but other things, you can't
Have you tried other providers like AWS or Google Cloud?
Ah ok