HackerTrans
トップ新着トレンドコメント過去質問紹介求人

rjeli

no profile record

コメント

rjeli
·昨年·議論
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
·昨年·議論
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
·昨年·議論
they come out thursday nights (in the US) - 9pm EST
rjeli
·昨年·議論
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
·昨年·議論
there are a lot of interesting people on twitter
rjeli
·昨年·議論
IIRC when I played KSP it was necessary to point slightly down if you wanted to reach orbit in a continuous burn, rather than waiting to burn more at perigee. Is that true in general?

(was playing with a mod that models ullage, so relighting was quite finicky)
rjeli
·2 年前·議論
For C++, `bit_cast<uint32_t>(0.f)` should be Well Defined, right? I'm curious, in C, is union-casting float->uint32_t also Perfectly Legal And Well Defined?

(I am not a C or C++ expert.)
rjeli
·3 年前·議論
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 年前·議論
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 年前·議論
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 年前·議論
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 年前·議論
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.