This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-02-14
Channels
- # announcements (4)
- # aws (7)
- # babashka (44)
- # beginners (178)
- # calva (15)
- # cider (3)
- # clj-kondo (15)
- # clojure (139)
- # clojure-dev (8)
- # clojure-europe (2)
- # clojure-italy (2)
- # clojure-losangeles (9)
- # clojure-nl (32)
- # clojure-spec (6)
- # clojure-sweden (1)
- # clojure-uk (27)
- # clojurescript (17)
- # core-typed (116)
- # cursive (26)
- # data-science (1)
- # datomic (14)
- # duct (16)
- # emacs (9)
- # events (1)
- # fulcro (47)
- # jobs (3)
- # juxt (6)
- # keechma (2)
- # malli (59)
- # mid-cities-meetup (8)
- # off-topic (32)
- # pathom (5)
- # reagent (2)
- # remote-jobs (4)
- # rewrite-clj (16)
- # shadow-cljs (14)
- # spacemacs (9)
- # sql (27)
- # tools-deps (37)
- # vscode (7)
For anyone, like me, who's interested in Roam Research (https://roamresearch.com), the note taking tool we talked about briefly, here's a good (and overwhelming) view into how one person uses it: https://www.nateliason.com/blog/roam
I saw this on HN and went down the rabbit hole and ended up reading about the PARA Method, now I'm actually excited to organize. https://praxis.fortelabs.co/the-p-a-r-a-method-a-universal-system-for-organizing-digital-information-75a9da8bfb37/
More logback magic: <configuration scan="true" scanPeriod="30 seconds">
will instruct logback to reload the config every 30s, so you can experiment with your logback settings and fine tune the output format, routing etc without restarting your application - of course the 30s is tunable
Of course, this only works when we have access to the file, which we do in some cases because we're using docker-compose and can just mount a resource path from the host filesystem
haven't quite figured out how to do this same level of tweaking with our kubernetes deployments
this is where @dorab’s dislike of XML and defining logback config in edn is definitely a good idea ;-)