s-p-n

↗ HN profile [ 47.6 ms ] full profile
Karma
14
Created
April 9, 2012 (14y ago)
Submissions
0
  1. 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.…

  2. 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…