cjhanks
No user record in our sample, but cjhanks has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
- Kafka (KRaft) Cluster Running on Systemd-Nspawn (github.com)
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…
-
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…
-
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…
-
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.…
-
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…
-
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…
-
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…