HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rjeli

no profile record

comments

rjeli
·năm ngoái·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
·năm ngoái·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
·năm ngoái·discuss
they come out thursday nights (in the US) - 9pm EST
rjeli
·năm ngoái·discuss
Wow, incredible. I told myself I’d stop waffling and just buy the next 800gb/s mini or studio to come out, so I guess I’m getting this.

Not sure how much storage to get. I was floating the idea of getting less storage, and hooking it up to a TB5 NAS array of 2.5” SSDs, 10-20tb for models + datasets + my media library would be nice. Any recommendations for the best enclosure for that?
rjeli
·năm ngoái·discuss
there are a lot of interesting people on twitter
rjeli
·3 năm trước·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 năm trước·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 năm trước·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 năm trước·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 năm trước·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.