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
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.
https://github.com/RutledgePaulV/ring-firewall-middleware/blob/master/src/ring_firewall_middleware/core.clj#L68 @rutledgepaulv 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 helpful README 🙏:skin-tone-2: