cjhanks

↗ HN profile [ 77.3 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I hypothesized that AI primed with linguistic prose would embody the practitioners of said lingua. The Biblical Hebrew corpus is but a drop in the bucket compared to the Chinese corpus. However, they have very strong…

  2. Hey all! This is the first in a series of 'recipes' I am writing demonstrating how to use `systemd-nspawn`/`machinectl` to containerize services for either production or development. I'm personally optimistic about…

  3. Today Zipcar sent me an e-mail stating: > Thank you for being a Zipcar member. We’re writing to let you know we’re moving your account to our $7 standard monthly plan and retiring your previous membership plan. This…

  4. It has been my observation that there exists a division between management and engineering in both smaller and larger software companies. As a consequence, management in many software companies has become less about the…

  5. This is a list of 3 things I would love to see in an optimizing C/C++ compiler. I know how to do none of them, but maybe somebody knows an alternative work-around.... 1. Useful pragmas for defining optimization regions.…

  6. Looking through CPPreference I found the `special_math` targeted for C++17 [1]. Most of these functions look very specialized and I would expect there to be fairly non-generic optimized implementations. What makes these…

  7. I have never posted here before. Please accept mis-steps. I, like many aspiring software hobbyists and enthusiasts, came to SF Bay to learn and practice. In 5 years I have met people living in extraordinary…

  8. http://www.openacc.org/ https://gcc.gnu.org/wiki/OpenACC This seems like a god-send for those of us which need somewhat portable code that's parallel. OpenCL is fantastic... if you are writing a new program from…