Christopher Hong

Results 5 comments of Christopher Hong

+1 Got same error on Ubuntu 22.04 running in ARM M1 Pro Macbook Pro. Plan on using libsndfile for processing mp3s. This makes me slightly wary but I guess I...

Thank you so much! Personally I also had to add the following to the top of `/etc/pam.d/common-auth` in order to get the PAM integration to work. ~~~ auth sufficient /usr/local/lib/x86_64-linux-gnu/security/pam_howdy.so...

The meson build default prefix (for me) seems to be `/usr/local`, so the `howdy` pam config ends up in `/usr/local/share/pam-configs/howdy`, and so `pam-auth-update` does not detect it. Sym linking `/usr/local/share/pam-configs/howdy`...

It’s the default branch (beta).

With regards to improving the DL approach to facial recognition, the source code for state-of-the-art tends to be proprietary, but the methods are published, so the challenge is to re-implement...