This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-10-20
Channels
- # announcements (33)
- # aws (1)
- # babashka (8)
- # beginners (100)
- # calva (59)
- # clara (4)
- # clj-kondo (33)
- # cljdoc (9)
- # cljs-dev (30)
- # cljsrn (1)
- # clojure (24)
- # clojure-australia (1)
- # clojure-boston (1)
- # clojure-dev (4)
- # clojure-europe (14)
- # clojure-france (5)
- # clojure-italy (7)
- # clojure-nl (1)
- # clojure-uk (36)
- # clojurescript (13)
- # clojureverse-ops (6)
- # conjure (2)
- # cursive (2)
- # datahike (11)
- # datalevin (1)
- # datomic (106)
- # graphql (3)
- # helix (10)
- # holy-lambda (24)
- # kaocha (2)
- # lambdaisland (3)
- # lsp (199)
- # malli (35)
- # off-topic (16)
- # pathom (7)
- # polylith (38)
- # portal (16)
- # quil (2)
- # re-frame (18)
- # reagent (57)
- # shadow-cljs (11)
- # testing (3)
- # xtdb (9)
Strikes close to hammock time. John Cleese on Creativity: https://www.youtube.com/watch?v=Pb5oIIPO62g
Hey all, No sure if is correct channel, but I’m looking for advices about “find my first Clojure job”, maybe my question is too generic, but I would love to hear some words regarding it;
#jobs-discuss would be more appropriate. I don't know for sure, but that channel might also be archived on Zulip - in this case, you can find a decent amount of similar questions with quite a few answers.
cool, I will take a look there. thx!
I need to offload a potentially resource intensive job to another process/machine. I need something light-weight, e.g. I want to avoid requiring reddis, rabbitmq, postgresql, etc. I think a simple rpc service like slacker could work. It's been a while since I've looked into anything like this and google turns up stale results (+4 years old) so not sure what the best choices are today. I don't care if the client is async or not, so long as it can be embedded in an http-kit/fulcro backend and won't hold-up other threads/requests. Any recommendations? Thanks!
This does not *need* to be robust. I would need some kind of error to be returned, but nothing more is required
Yeah, intelligent error handling would be nice but is not required. I just really don't want to write another http endpoint and all of its boilerplate myself for the millionth time. I want something that can be given a function and make it available remotely. I don't care if it's json or edn or even http under the covers. These are the things I really don't want to spend my time on
Since we're already in AWS, we set up AWS Batch to run the app in a "worker mode", which just takes a job id on the CLI, performs that job and exits.
anyone know something similar to https://serenade.ai/download/ for clojure? coding with voice.
Not clojure specific, but I know people who use https://talonvoice.com/ for coding clojure