This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-07-26
Channels
- # aws-lambda (15)
- # babashka (7)
- # beginners (124)
- # calva (7)
- # cider (19)
- # clj-kondo (26)
- # clojure (261)
- # clojure-australia (3)
- # clojure-dev (10)
- # clojure-europe (45)
- # clojure-nl (4)
- # clojure-uk (6)
- # clojurescript (10)
- # datomic (7)
- # depstar (7)
- # emacs (11)
- # fulcro (41)
- # graalvm (48)
- # helix (1)
- # honeysql (17)
- # inf-clojure (7)
- # introduce-yourself (3)
- # jackdaw (2)
- # lsp (36)
- # malli (2)
- # meander (2)
- # membrane (1)
- # missionary (11)
- # off-topic (17)
- # pathom (83)
- # polylith (15)
- # re-frame (31)
- # reagent (42)
- # sci (35)
- # shadow-cljs (13)
- # spacemacs (13)
- # sql (19)
- # timbre (3)
- # tools-deps (77)
I'm using Clojure for two years now, and still, from time to time I have some wow moments and I talk to my wife about some Clojure features and its superiority (she is a pharmacist, not a programmer, but she understands programming basics and can write very simple Python scripts). Last year I gave her a Ayn Rand's Fountainhead and she finished it a couple months ago. Yesterday she said that Clojure must be like the architecture solutions designed by Roark - practical, robust, simpler and cheaper, and still overlooked or even slurred over by most of the industry 😄
Does that mean Rich will be put on trial eventually? "Why can't you just use Golang?"
That bit in the Fountainhead when Roark re-draws Keating's blueprints, getting rid of his cramped corridors and dark corners, using the space simply and effectively with giant rooms appearing out of nowhere always stuck with me as great description of 'harmonious' design. Clojure reminds me of that a lot.
Is there a term for the style of authentication on a web api where a user signs an api request with an api key but doesn't actually send over any sensitive data? Like this: https://docs.pro.coinbase.com/#signing-a-message Also, as a stretch goal, any examples of this done on clojure/jvm?
Yeah I vaguely understood jwts to be just a "password-like thing" sent over the wire rather than signing something and sending that