Fork me on GitHub
#babashka
<
2022-07-30
>
Benjamin10:07:26

do you have this issue with cider: when I say jack in babashka it always picks port 1667 - I want something random

1
borkdude10:07:09

the default port is 1667, but you can give it port 0 and then it will do one randomly

Benjamin10:07:37

(setf cider-babashka-parameters "nrepl-server 0")
finally that is niiiiiiice

👍 1
Benjamin10:07:10

I always went and killed my other repl, or started 1 manually lol

teodorlu15:07:36

Scicloj's Tools and libraries page is now auto-generated with Babashka and babashka/cli! https://scicloj.github.io/docs/resources/libs/ We use https://github.com/scicloj/scicloj.github.io/blob/master/content/en/docs/resources/model.edn and https://github.com/scicloj/scicloj.github.io/blob/master/content/en/docs/resources/gen.clj to generate markdown for the static site generator. But why? I believe the data science ecosystem is held back by lack of knowledge. How do we find the good tools that exist? @daslu has done an amazing job in curating good tools and good libraries for data science with Clojure. Now, anyone can leverage this data to experiment with other forms of presentation. Just (slurp "") and go. Experimentation help is very much wanted, I'm not much of a frontend person myself!

💯 4
mario-star 1
Daniel Slutsky16:07:39

That is great, @U3X7174KS. What a brilliant example of the Clojure habit of liberating information by turning it to plain data structures. For context, here is a discussion of why we need a more flexible UI for this list of libraries (briefly: to avoid the artificial tree taxonomy and be able to search for libraries by various apects of them). https://clojurians.slack.com/archives/C0BQDEJ8M/p1658137734024399?thread_ts=1657894631.114789&amp;cid=C0BQDEJ8M

👍 1
borkdude17:07:42

Nice!

🙌 1