This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-01-20
Channels
- # adventofcode (8)
- # aleph (2)
- # announcements (10)
- # aws (5)
- # aws-lambda (2)
- # babashka (23)
- # beginners (23)
- # biff (9)
- # calva (4)
- # cider (8)
- # clj-kondo (21)
- # clojure (77)
- # clojure-boston (1)
- # clojure-dev (50)
- # clojure-europe (36)
- # clojure-gamedev (3)
- # clojure-nl (1)
- # clojure-norway (3)
- # clojure-spec (33)
- # clojure-uk (3)
- # clojurescript (22)
- # core-async (3)
- # cursive (10)
- # datahike (18)
- # datalevin (1)
- # datascript (9)
- # deps-new (21)
- # emacs (11)
- # events (1)
- # graphql (11)
- # guix (26)
- # java (7)
- # jobs (3)
- # lsp (12)
- # malli (6)
- # pathom (33)
- # pedestal (3)
- # polylith (15)
- # reagent (5)
- # releases (3)
- # remote-jobs (1)
- # scittle (9)
- # sql (27)
- # tools-build (9)
- # vim (7)
Good Morning!
Good morning
Goooood mooorning
good morning !
anyone still using copilot on clojure code ? What do you think of it?
good point ! I'm mostly considering it to boost my productivity when I'm in a slump (brain struggling to come up with a clear path forward, uninspired, depressed, or whatever). I basically want it to write shit code, any code, just to kickstart my coding engine.
I have it enabled in VS Code and sometimes it proposes useful snippets. But it is not more than 1% of what I write so not really a meaningful difference.
@U0522TWDA how did you get around the unbalanced parans problem ? I tried it back when it was on beta and I remember it not working great with calva's auto closing parans ( which I'm used so didn't even try disabling it)
moorning
Ha! Ya know the old one right... two steps of footsteps in the sand, then one set, then why? Here we have bike treads and footsteps. And then just bike treads. Then a (extremely funny, if I do say so myself) faulty conclusion.
hmm... I'd like to get my calendar entries out of google and save them for the day (just to help me with timesheets and my meetings). Any thoughts on how to do it? Doing it via emacs is turning into a pain, but that is still an option. I'm wondering about ical4j for parsing the ical files, but that seems like a pain too.
There's a couple of different APIs: https://developers.google.com/calendar/api/guides/overview
I might go with that. I'm not sure if I should learn their API or parse iCal. Possibly my chance to learn one of the clojure parsing libraries esp as I only want to read it
If it's going to hurt anyway, maybe deal with the pain that gives you the most benefit, and get it into Emacs/org-mode? Everything's better in Emacs ;)