This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-02-14
Channels
- # announcements (11)
- # babashka (82)
- # beginners (51)
- # calva (11)
- # cider (3)
- # clj-kondo (62)
- # cljdoc (10)
- # cljs-dev (22)
- # clojure (75)
- # clojure-boston (1)
- # clojure-brasil (3)
- # clojure-czech (4)
- # clojure-europe (49)
- # clojure-france (10)
- # clojure-italy (16)
- # clojure-nl (5)
- # clojure-uk (9)
- # clojurescript (69)
- # community-development (33)
- # conjure (12)
- # core-async (6)
- # cursive (2)
- # datalevin (7)
- # datomic (6)
- # graalvm (13)
- # gratitude (2)
- # honeysql (3)
- # introduce-yourself (1)
- # lsp (37)
- # nextjournal (62)
- # off-topic (29)
- # pathom (1)
- # quil (2)
- # reitit (4)
- # releases (2)
- # sci (1)
- # shadow-cljs (28)
- # spacemacs (10)
- # sql (1)
- # tools-build (3)
- # vim (3)
working from home due to COVID. Two PCR tests (and two home tests before that) so far tell me I don’t have it, but my wife tested positive + I have had several cold-like symptoms for like a week now, although I had these symptoms before my wife ever fell ill. Seems to to be a Mr Burns type of situation (“indestructible”).
similar here: my wife had some parosmia last week (green veg tasting like petrol)... a PCR and loads of lateral flows are all negative :man-shrugging:
So, in other parts of the world, today is known as Valentines day. To me, the 14th of February marks the end of the dark period. This stems from when the kids were younger and went to kindergarten: When the 14th of February came along, I could both deliver and pick up the kids in daylight.
Morning!
Put GNU Guix on my xps-13 at the weekend. Going pretty well so far. I have nonguix on it, but haven't put flatpak on yet. I'm hoping it will let me try out things that are a bit tricky to configure (like the things for Overtone around supercollider/real time kernel, and good bluetooth sound.
Morning, Cool! What DE/WM? On X or wayland? I went through that experiment with sway last summer but I managed to break most of my workflows 😄, so eventually got back to fedora. Glad it's been working out well for you though 🙂 Guix has tremendous potential and I'll definitely give it another try. Not yet sure when though!
Ι don't remember exactly but for instance I couldn't make daemons work without systemd
probably not related to sway
Partly 😄 Both me and my wife work fully remote, so we figured we could rent a cabin for the week and go for snow-walks and cross-skiing before and after work
And if I take a walk while thinking about a problem, I have no issue with billing clients for that walk ¯\(ツ)/¯
¡måning
(I can't get tests to run basically - so maybe someone might have some prior experience)
A German magazine -Science Notes sent a correspondent, a young woman Lena von Hort to Georgia in the Fall of 2020 and I recently came across this video - https://youtu.be/BG_yr7DgSgk I, Giga as a “Protagonist” of the story, but I wish the story would have been different. The full story is behind the pay I think - https://sciencenotes.de/autobahn-in-die-wildnis/?fbclid=IwAR06mBARoO3NWJFokENTMpOE21D6LCao_WX2Cd12TvCtHyim8m8b0sKvlW4
What would you have liked different about the story? The topic itself, or how it was presented afterwards?
Beautiful landscapes, but also quite arid. No trees at all. Is this high elevation?
Good morning!
Dear Clojure colleagues! Just published a new version of babashka to master which has a massive performance improvement for loops (2-4x). Please try it out locally and report any regressions. I hope enough people will test drive it to find any problems before the next release!
$ bash <(curl ) --version 0.7.5-SNAPSHOT --dir .
$ ./bb "(time (loop [val 0 cnt 10000000] (if (pos? cnt) (recur (inc val) (dec cnt)) val)))"