Viewing profile — woodrush
woodrush
HN member- Joined
- Mon, Dec 20, 2021, 3:26 PM UTC
- HN karma
- 315
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About woodrush
Recent public activity
-
comment
Comment #33120026
I actually mentioned your hint file in details.md. Quite a roundabout way to decode its secrets! I too suspect that writing in lambda's native functional style could save a lot of …
- story
-
comment
Comment #32920293
Thank you for taking a look, and many thanks for your constructive comments. I found the BLC language and interpreter to be elegant and that was what brought me here. I was unaware…
-
comment
Comment #32890744
The basic tools required for implementing a LC interpreter in LC is demonstrated in LambdaLisp. Although LambdaLisp implements Lisp, the same tools can be used to implement a LC in…
-
comment
Comment #32888119
Thanks for your feedback, I forgot to mention the execution speed in the post. The number guessing game example (44 lines long) in the Usage section actually runs with an instantan…
- story
-
comment
Comment #29963752
Thank you for your compliment! It is very encouraging and I appreciate it. I was excited too when I actually got the neural network running on the emulator.
- story
-
comment
Comment #29930600
Author here. Thank you! I had a lot of fun as well working on this project. I appreciate you and everyone's compliments since it encourages me a lot for working hard on my projects…
- story
-
comment
Comment #29697816
Thanks! That would be since the skippable timestep width is bounded by the size of the size of the patterns that you've memorized. Say we have a square pattern of size W. The outco…
-
comment
Comment #29681990
Hi, I'm the author of this project. HashLife actually does just that, by memoizing and reusing past occurrences and outcomes of the same pattern. Since one cell can only interact w…