Fork me on GitHub
#off-topic
<
2022-03-01
>
hiredman18:03:42

I just realized I am on java 17 everywhere so I can use unix domain sockets without additional dependencies https://gist.github.com/0885c58b55b674770c277f6dab2eac73

nice 7
valtteri19:03:10

Had to try this one out. I copy-pasted the code and ran it with clj -e '...' and in another terminal I could just nc -U /tmp/222 🙂

✔️ 1
Ben Sless20:03:37

Now plug those in with core.async

hiredman20:03:26

Side channel local only repls for tooling

borkdude19:03:57

I hope they will fix that bug with domain sockets and java.net.http soon (https://bugs.openjdk.java.net/browse/JDK-8275838)