HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jlewallen

no profile record

comments

jlewallen
·hace 11 meses·discuss
I just successfully used the Cinnado T23 installer on a Q5 and it worked. It did seem to take two tries, but I could have been being impatient.
jlewallen
·el año pasado·discuss
We used to have Electronics Warehouse here in SoCal (Riverside) I miss them but admit I would rarely go. Selection was definitely better than Radio Shack, but catered to an electronics era my personal designs had grown away from.
jlewallen
·el año pasado·discuss
This is true, for anybody curious about this: https://en.wikipedia.org/wiki/Capture_effect
jlewallen
·hace 2 años·discuss
I'm surprised Greg Bear never came up here. I started with Blood Music, but I've enjoyed many of his books.
jlewallen
·hace 2 años·discuss
Crafting Interpreters is such an amazing work.

There's at least one other Rust implementation of lox that I know of (https://github.com/tdp2110/crafting-interpreters-rs) (no unsafe)

It's always interesting to see how different people approach the problems in their own language or relative isolation. I agree with others here, the real value of the original work lies in avoiding copy and paste.