off-topic

https://github.com/clojurians/community-development/blob/master/Code-of-Conduct.md Clojurians Slack Community Code of Conduct. Searchable message archives are at https://clojurians-log.clojureverse.org/
2020-08-28T02:02:33.167200Z

there are even two transcripts for that talk here: https://github.com/matthiasn/talk-transcripts/tree/master/Hickey_Rich :)

orestis 2020-08-28T04:45:18.169700Z

Off topic - it would be more accessible (for me) to have this info in ClojureVerse instead. As it is slack will disappear everything in a few days.

2020-08-28T04:46:39.169900Z

That's a good suggestion

p-himik 2020-08-28T05:03:54.170100Z

Indeed, thanks!

chucklehead 2020-08-28T21:30:27.180400Z

has anyone gotten REBL to work in WSL on a Surface Pro X? or other linux ARM64 device I guess, since my main problem seems to be availability of a ARM64 JDK with Java FX

borkdude 2020-08-28T21:33:41.181Z

@chuck.cassel Have you tried GraalVM? They have an aarch64 release for linux: https://github.com/graalvm/graalvm-ce-builds/releases/tag/vm-20.2.0

chucklehead 2020-08-28T21:43:19.181100Z

thanks, I hadn't tried that, but fails with one of the same errors I've seen with others:

Loading library prism_es2 from resource failed: java.lang.UnsatisfiedLinkError: /home/chuck/.openjfx/cache/11.0.2/libprism_es2.so: /home/chuck/.openjfx/cache/11.0.2/libprism_es2.so: cannot open shared object file: No such file or directory (Possible cause: can't load AMD 64-bit .so on a AARCH64-bit platform)
java.lang.UnsatisfiedLinkError: /home/chuck/.openjfx/cache/11.0.2/libprism_es2.so: /home/chuck/.openjfx/cache/11.0.2/libprism_es2.so: cannot open shared object file: No such file or directory (Possible cause: can't load AMD 64-bit .so on a AARCH64-bit platform)

chucklehead 2020-08-28T21:45:00.181300Z

going to try to see if I can run REBL in an Oracle windows x86 jdk to connect to a repl in the WSL session