s-p-n
- Karma
- 14
- Created
- April 9, 2012 (14y ago)
- Submissions
- 0
-
I thought the RTX would do better here, but the Ryzen 3750h performs better on training a model in tensorflow. I'm using this guide to get things going, and I'm usng tf-nightly with Ubuntu 20.04.…
- JSON-sl – Some scripting language features in JSON (github.com)
- HTML5 Sprite MMO First Test: Surface Tension (stension.com)
- Scope: A Web Programming Language To-Be (medium.com)
-
I'm playing around making a language. I'm a firm believer that recursion is good, but there's a lot going in in `let foo = () => foo;`. First, I think `let foo` is interpreted, and `foo` is immediately hoisted, as it…