This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-01-11
Channels
- # announcements (1)
- # babashka (70)
- # beginners (8)
- # calva (5)
- # cider (9)
- # clojure (48)
- # clojure-austin (68)
- # clojure-europe (29)
- # clojure-norway (30)
- # clojure-uk (5)
- # clojuredesign-podcast (2)
- # cursive (19)
- # datomic (10)
- # emacs (11)
- # events (2)
- # exercism (4)
- # fulcro (2)
- # hyperfiddle (29)
- # introduce-yourself (2)
- # jobs-discuss (4)
- # kaocha (1)
- # leiningen (8)
- # lsp (8)
- # malli (2)
- # matcher-combinators (20)
- # nrepl (15)
- # off-topic (33)
- # reagent (7)
- # releases (4)
- # shadow-cljs (42)
- # spacemacs (6)
- # sql (6)
- # squint (10)
- # vim (3)
Morning
Morning
Good morning
Hello fellow GMT-1 folks. I am attempting to follow the "Get Started with Clojure in VS Code" video, and having an error: Error: Unable to access jarfile .calva\deps.clj.jar
Well, I removed the temp directory, and closed all the windows, and tried again, and this time it asked "make a new temp dir and download again?" and I said yes, and then it worked. š¤·
Sorry, I'm too much of a newbie to have known what to look for and where, I was just struggling to get anything going at all, so the evidence is lost. I'm happily learning Clojure now, so no harm done.
Yeah, not blaming you at all. Itās just that when someone is taking his first steps of Clojure, some will just drop it at a hurdle like that. I want to figure it out so I can fix it. š In this case I think you got a bit unlucky, deps.clj was updated yesterday and then it seems Calva failed when downloading the new version for you. Iāll have to take a closer look at how we handle that.
Good morning. Trying to log my daily work, privately, just in a text file, to better remember, and maybe feel less like I'm not getting anything done (certain aspects of my workplace can have that effect...). Anyone here do something like this? How's does it work for you?
I've been using Logseq pretty effectively for that sort of stuff, plus all sorts of notes about stuff that I'm thinking about. I love how easy it is to get everything connected and cross-linked.
And Logseq is local files (markdown) so you can git control and/or back them up easily and read the notes outside the app -- and it's built with Clojure/Script and you can write custom queries in Datalog š
I used to have a collection of md-files, recently moved to Joplin (because encryption and sync). Basically for the same reasons: to remember discussions, decisions, and just for the fun of browsing through the history. Too bad the data produced by this approach has at most as much useful structure as you put effort into writing the contentsā¦
@U04V70XH6 local markdown files is what I'm doing now, so I might as well give Logseq a gander! Cheers for the tip š
And are you generally satisfied with your own work, @U4E39A29Y? š
I started at 0, so I'm already impressed with myself š
@U0AQ3HP9U generally satisfied š I realize how much context switching I have to do daily during my work, so in the end I can hardly remember that I finished so many tasksā¦
Same here, part of the reason I started doing it myself. At times, I feel like all I ever do is context switching š I forget the work I actually did, and that's the good part! So, making more of an effort to remember the good part š
Morning š
Iāve done this on and off since 2017. Now itās become a āget unstuckā tool for me. If I donāt know what to do, I sit down and write. āWhatās important?ā is one question to answer. Previously Iāve also enjoyed answering āintent, relationships, actionsā: What is the intention behind this work? What relationships with other people are involved? What actions are necessary?
For organization, i often use a yearly org-mode doc with major headings for each day. I also have a small hometemp
script, which is:
hometemp () {
mkcd ${HOME}/tmp/temp-$(date "+%Y-%m-%d")
}
Then I have somewhere to start when I need a place without wanting to name a place.