- Powered by
- WordPress
- Blog
- Profile
- Homepage
-
Personality testing as human resources practice is indefensible
As cases against psych-screening go, this article by Cathy O’Neil in Bloomberg View seems pretty weak sauce, but I understand that change requires some subset of change agents to be working within the system. “Maybe all employers really want is a tool to help them reduce the huge pool of applications they receive for any…
-
A simple CGI example in Scheme
This example is tested with Guile 1.8.8, a nice lightweight open-source Scheme. The string-split function is not part of the RSR5 standard, but shouldn’t be too hard to hand-code. I found a ready-made one, but apparently that one requires a single character split expression to be “listed,” which is to say, in the code below,…