HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rjeli

no profile record

comments

rjeli
·w zeszłym roku·discuss
the implementations have a distinctly "I wrote this at a 3 AM hackathon" vibe

The LLM handles the natural language interaction and orchestration, while the computer algebra system does what it does best ... exact symbolic manipulation.

this smells like claude :D
rjeli
·w zeszłym roku·discuss
Author’s announcement xeet with some context and highlights: https://x.com/camrobjones/status/1907086860322480233

mirror: https://nitter.net/camrobjones/status/1907086860322480233#m

They link to the webapp which you can play yourself!

https://turingtest.live/

(I have a dozen games played and 100% success rate :3)
rjeli
·3 lata temu·discuss
correct, roid rage is a myth: https://pubmed.ncbi.nlm.nih.gov/8855834/

  No differences were observed between exercising and nonexercising and between placebo and [600mg test-e] treated subjects for any of the 5 subdomains of [Multi-Dimensional Anger Inventory]
rjeli
·5 lat temu·discuss
Nice. Reminds me of Bellard’s https://vfsync.org/ . It’s file system pages served over http, to back his jslinux browser VMs
rjeli
·9 lat temu·discuss
Protocols from interfaces and multimethods from overloading. Although, to be honest, I've barely ever used them because FP is so easy in clojure. The few times I have, they make sense.
rjeli
·9 lat temu·discuss
ok, found it: https://stuartsierra.com/2008/08/08/clojure-for-the-semantic...

I think it was in reference to the java ecosystem, more than "a better way to write java," although I still see it that way.
rjeli
·9 lat temu·discuss
I can't find the quote for the of me, but it was from Rich Hickey and went something like: "First, you use Clojure to escape Java. Then, you use Clojure to write better Java."

I definitely found it to be true. Clojure takes the good parts of Java's OO system.