This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-04-02
Channels
- # announcements (1)
- # architecture (1)
- # aws (21)
- # babashka (37)
- # beginners (173)
- # boot (12)
- # chlorine-clover (5)
- # cider (36)
- # clara (11)
- # clj-kondo (25)
- # clojure (128)
- # clojure-europe (7)
- # clojure-finland (3)
- # clojure-germany (2)
- # clojure-nl (57)
- # clojure-uk (23)
- # clojurescript (71)
- # clojurex (1)
- # core-async (30)
- # core-typed (5)
- # cursive (35)
- # datomic (8)
- # duct (4)
- # emacs (8)
- # exercism (41)
- # fulcro (116)
- # jackdaw (4)
- # jobs-discuss (6)
- # juxt (4)
- # kaocha (16)
- # leiningen (14)
- # malli (5)
- # observability (4)
- # off-topic (2)
- # pathom (19)
- # pedestal (29)
- # re-frame (64)
- # reitit (18)
- # ring (8)
- # shadow-cljs (3)
- # sql (13)
- # tools-deps (32)
- # tree-sitter (5)
- # yada (17)
Yeah, you touch one knob a little bit, everything explodes in one way. You change some other number a little bit, and is completely different 😄
that's why it's great to model as few things as possible and let it sort it out itself, where it can explore the search space autonomously
apart from this little simulation, this stuff is amazing: https://www.youtube.com/watch?v=Lu56xVlZ40M
there are so many things like this popping out, where they lay out general rules for the 'AI' (sic) to learn stuff. There was another one where it learned to model physics
I wonder if the new developments in libpython-clj / clojisR is a good reason to finally get into AI
In a little more than 24 hours I will stream GraphQL Subscriptions through the looking glass - A reflection on GraphQL Subscriptions and four server implementations on the JVM on YouTube, https://www.youtube.com/watch?v=QRBgKWSqJog (despite the description in Dutch it will be in English). Spoiler, it includes Lacinia as 'winner'.
@gklijs did you check Leona to work together with Lacinia if you use spec? https://github.com/WorksHub/leona
No, started the thing 3 years ago. But seems usefull especially as your schema grows and/or you work on it with multiple persons.
you first start a server with bb --nrepl-server 1667
and then you cider-connect
from emacs. Sure. It's in the nrepl-server
branch. Binaries are posted to #babashka_circleci_builds
if you want to run in development mode with a JVM: BABASHKA_DEV=true clojure -A:main --nrepl-server 1667
if you have problems getting started, also take a look at https://github.com/borkdude/babashka/blob/master/doc/dev.md
Really cool. I want to start an nREPL server in a clj project, from an electron app, and have them communicate through that.
@kevin.van.rooijen From what I've learned so far is that it's best to just reverse engineer the protocol by looking at the *nrepl-messages*
buffer
e.g. you can connect to lein repl
with cider and then just look at what's being sent back and forth
Ahh ok, I misread and though you mean dynamic clojure var. so M-x nrepl-toggle-message-logging
and then go to that emacs buffer
the last thing I want to finish is the completions, then I hope to make a new release
and maybe I should use some unit tests... https://nrepl.org/nrepl/usage/clients.html#_talking_to_an_nrepl_endpoint_programmatically
@kevin.van.rooijen My side project is my MQTT broker. And I haven't looked at it for about a year orso.
hope I tweeted this correctly: https://twitter.com/borkdude/status/1245723797417791488