wassenaar10

↗ HN profile [ 68.2 ms ] full profile
Karma
289
Created
August 31, 2020 (5y ago)
Submissions
0
  1. I was born in the late 90s so by the time I got involved in technology, my introduction to Unix and Unix-flavored systems was limited to Linux and MacOS. However, I've read about the history of Unix at Bell Labs, the…

  2. I'd like to learn how to program for GPUs using either CUDA or OpenCL, and was wondering if anyone here could recommend a resource that could help me get started. It would be awesome if there were a book or tutorial…

  3. An engineer (non-software) friend of mine asked me if range() was a function that had been added recently to Python, or if his professors just never showed it to him. I told him range() has been there since the 90s and…

  4. Pretty much what the title says. AST (abstract syntax tree) interpreters are about the easiest form of language implementation to write, but they typically result in pretty slow performance due to the amount of memory…