This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-05-27
Channels
- # aws (7)
- # babashka (145)
- # beginners (83)
- # calva (18)
- # cider (11)
- # clara (9)
- # clj-kondo (59)
- # cljdoc (4)
- # cljs-dev (4)
- # cljsrn (11)
- # clojure (168)
- # clojure-australia (21)
- # clojure-dev (5)
- # clojure-europe (46)
- # clojure-italy (3)
- # clojure-nl (10)
- # clojure-taiwan (1)
- # clojure-uk (55)
- # clojurescript (85)
- # clojureverse-ops (1)
- # code-reviews (3)
- # conjure (22)
- # cursive (3)
- # datahike (3)
- # datomic (4)
- # emacs (5)
- # helix (20)
- # jackdaw (1)
- # jobs (2)
- # jobs-discuss (7)
- # lsp (1)
- # malli (5)
- # off-topic (85)
- # other-languages (4)
- # practicalli (4)
- # reitit (2)
- # releases (2)
- # sci (62)
- # shadow-cljs (181)
- # testing (5)
- # tools-deps (15)
- # xtdb (31)
morning 🙂
it's always morning in UTG 🌞. it's also always evening 🌚, which is nice too
let's face it... mysteries are all that is left at the moment. with lockdown and all that crap.
Morning
will there be ghosts and stuff, or is it a different sort of mystery ?
We’ll merely think that they are ghosts, right up to the point where Old Man Whithers from the amusement arcade gets unmasked and points out that he would have gotten away with it if it weren’t for you meddling Clojuriuans.
is that your real face @U0525KG62 or are you wearing a mask ?
a mathematician, a logician and a computer scientist walk into a bar... "do you all want a drink?" asks the barman... "i don't know" says the mathematician, "i don't know either" says the logician, and then the computer scientists says "yes!"
A physicist, engineer and a statistician are out hunting. Suddenly, a deer appears 50 yards away. The physicist does some basic ballistic calculations, assuming a vacuum, lifts his rifle to a specific angle, and shoots. The bullet lands 5 yards short. The engineer adds a fudge factor for air resistance, lifts his rifle slightly higher, and shoots. The bullet lands 5 yards long. The statistician yells "We got him!"
my wife laughed at neither of those jokes :man-shrugging:
i first heard the mathematician and friends in a bar joke in a comedy club... in a room with a couple of hundred people there were maybe 3 people, including me, who laughed
which might not sound like a great strategy for a comedian, but the next joke was about those three of us who laughed and everyone laughed at that
Good morning!
Good morning 🙂
does anyone else find that they get cruft building up in .cpcache? Esp when working with libraries that are on disk with other on disk dependencies rather than referring to maven or github?
bb clean
bb.edn:
{:tasks
{:requires ([babashka.fs :as fs])
clean (fs/delete-tree ".cpcache")
}
}
:Pif you want to have this as a system-global thing then it's better to put this in a script and put the script on your path
so, I suppose the tricky thing would be to use deps.edn to figure out all the on disk dependencies and get rid of .cpcache in all of them (as I think that might be where my issue is, but I'm not sure)
I have at least installed babashka now and started using it. Thx @U04V15CAJ