Google ReCAPTCHA to AngularJS

Why? To block robots. Other captchas? JavaLite – captcha http://javalite.io/captchaBut I wanted not to challenge any images to users. Google ReCAPTCHA v3 only reads users’ mouse and keyboard interactions and challenge nothing to find out robots. Is it free? Yes, commercially free. But Google will collect all users’ interactions all over the website, right on… Continue reading Google ReCAPTCHA to AngularJS

Loading

Published
Categorized as xacdo

Install MariaDB on Mac

brew brew updatebrew install mariadb permission chmod 777 /usr/local/etc/my.cnf.d set PATH cd ~touch .bash_profilevi .bash_profileexport PATH=${PATH}:/usr/local/Cellar/mariadb/10.3.15/support-files:/usr/local/Cellar/mariadb/10.3.15/bin(change 10.3.15 as your version!) mysql start brew info mariadbTo have launchd start mariadb now and restart at login:brew services start mariadbOr, if you don’t want/need a background service you can just run:mysql.server start mysql shell mysql -u rootshow databases;select… Continue reading Install MariaDB on Mac

Loading

Published
Categorized as xacdo

Switched to Azure

요즘 클라우드가 다들 1년 무료라서, 돌아가면서 쓰고 있다. Amazon AWS에서 1년, Google Cloud에서 1년, 그리고 Microsoft Azure로 옮겨서 1년을 시작했다. 근데 막상 내가 작도닷넷을 옮겨보니 왜 1년이나 무료로 주는지 알만했다. 옮기는게 정말 어려웠다. 그냥 있는 그대로 옮기는 것도 엄청 어려웠다. 같은 클라우드 서비스라고 해도 아마존, 구글, 마이크로소프트가 각각 사용방법이 달랐고, 새로운 기능이 출시되고 보안이 강화된… Continue reading Switched to Azure

Loading

Published
Categorized as xacdo