vNote
quick notes
Add Domain To Google Blogger and Fix Cloudflare SSL Handshake failure
When adding a custom domain in Blogger setting, currently Blogger does not allow adding a root domain (it is called with a term naked domain there). It means, for example, if your domain is google.com, you can not use google.com, must use www.google.com or blog.google.com, or abc.google.com for blogger.
Fix Github page custom domain SSL problem with Cloudflare SSL
Issues: every 3 months or so, the custom domain for Github page will be re-issued with a new SSL certificate (used for HTTPS). This may cause certificate errors with Cloudflare and make your website inaccessible.
Run java on Termux
Need to:
How to Autoplay AnkiDroid Deck
The settings below will let AnkiDroid show answers and open the next cards automatically.
Fix nodejs module anki-apkg-export memory limit - cannot enlarge memory arrays on Termux
LT;DR: A working solution is simply overwriting the file sql.js with sql-memory-growth.js.