Fork me on GitHub
#off-topic
<
2018-06-18
>
manutter5115:06:16

Looks like their domain name registration expired?

jgh17:06:00

why do both digitalocean and linkedin send me 4 2FA codes

andy.fingerhut18:06:49

Clearly that must make it more secure, yes? 🙂

jgh18:06:03

yes, 4x more secure in fact 😉

sova-soars-the-sora18:06:12

unusually moved by a song and music video this morning and would like to share with y'all: https://www.youtube.com/watch?v=0ZutRhiFmHM

👍 4
leblowl19:06:06

pretty amazing what they do with digital animations these days...

cdmojoli20:06:32

Getting CIDER to work on Emacs 25.2.1/Ubuntu 18.04, specifically to start and connect to a REPL was painful. There was an annoying interaction with org-babel modules.

dpsutton20:06:21

what was the interaction? that is very surprising

cdmojoli20:06:30

'(org-babel-load-languages
   (quote
    ((emacs-lisp . t)
     ;;;(shell . t)
     ;;;(plantuml . t)
     ;;;(restclient . t)
     )))
If I uncomment one of those, its usually harmless if the underlying lib is not installed (e.g. ob-restclient). Apparently at some point cider (directly or indirectly) iterates over that list and tries to require the corresponding library. It then proceeds to be weird.

dpsutton20:06:14

there is no reference to babel in CIDER

cdmojoli20:06:21

I believe you.

dpsutton20:06:46

stardiviner works on an org babel interaction layer for CIDER but it is not part of CIDER itself

cdmojoli20:06:53

Right now it is working, I am going to try that single line change and report again, just to be very sure.

cdmojoli20:06:16

Yep, confirmed.

cdmojoli20:06:39

Will try to create a demo screencast, was wanting to learn to do that for a while.

dpsutton20:06:36

its a problem with CIDER?

cdmojoli20:06:35

Apparently cider-doc requires org-table and that leads to babel.

dpsutton20:06:54

ah. how strange

dpsutton20:06:20

yeah file a bug. interestingly, that's been there since 05-28-2014