Monday, December 29, 2014
More LDAP Misery–Solved!
This one cost me about 2 hours of my life. It felt like 6 hours.
Various symptoms such as:
$ id gcs6
id: gcs6: no such user
Or
$ ldapsearch –ZZ
ldap_start_tls: Connect error (-11)
additional info: (unknown error code)
Turns out that the problem was a bug in TLS, which is exposed when using self-signed certificates. Doh! Thanks to user67717 all other users who answered on this and various other forums.
http://serverfault.com/questions/398684/ubuntu-12-04-ldap-ssl-self-signed-cert-not-accepted
Friday, December 12, 2014
SSE enhancements
Some more information
http://stackoverflow.com/questions/7894633/disabling-msse
And this is interesting as well
http://lists.ros.org/lurker/message/20100323.100115.90abcbeb.pl.html
Plastimatch scripting
Maybe this is what I need?
Cf.
http://purplepwny.com/blog/binding_lua_to_c_think_twice_before_eating_that_glue.html
and link from
http://realmensch.org/blog/fun-lua-bindings
Or else just use AngelScript or something else.