This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-10-01
Channels
- # announcements (8)
- # aws (8)
- # babashka (21)
- # beginners (125)
- # calva (12)
- # cider (10)
- # circleci (29)
- # clara (6)
- # clj-kondo (34)
- # cljdoc (3)
- # cljfx (65)
- # cljs-dev (18)
- # clojure (38)
- # clojure-australia (4)
- # clojure-berlin (5)
- # clojure-czech (2)
- # clojure-dev (15)
- # clojure-europe (22)
- # clojure-nl (3)
- # clojure-uk (31)
- # clojuredesign-podcast (7)
- # clojurescript (87)
- # code-reviews (1)
- # conjure (3)
- # cursive (2)
- # data-science (1)
- # datalog (1)
- # datomic (36)
- # emacs (12)
- # events (1)
- # fulcro (3)
- # graalvm (68)
- # instaparse (2)
- # jackdaw (2)
- # jobs (2)
- # leiningen (8)
- # luminus (2)
- # nrepl (31)
- # pedestal (44)
- # releases (1)
- # remote-jobs (6)
- # shadow-cljs (4)
- # spacemacs (4)
- # sql (13)
- # tools-deps (56)
- # uncomplicate (4)
- # xtdb (40)
- # yada (11)
CUDA 11 support in new ClojureCUDA 0.11.0 release! http://clojurecuda.uncomplicate.org http://github.com/uncomplicate/clojurecudahttps://t.co/VtzDRQ6ozo?amp=1 http://aiprobook.com

Created a piece of ring middleware for implementing ip-based access to a clojure app (or sections of an app). Feedback welcome! https://github.com/RutledgePaulV/ring-firewall-middleware
https://github.com/RutledgePaulV/ring-firewall-middleware/blob/master/src/ring_firewall_middleware/core.clj#L68 @U5RCSJ6BB Use constantly
?
certainly could! sometimes i think defining the signature helps communicate the shape of the thing for people who choose to implement their own
Very nice! That opens up the possibility to place fine grained source-ip security for different routes.
Yeah, that's my primary use case. Restricting admin or prometheus metric endpoints on a public application.