Learning Something New: Understanding Long Short Term Memory Networks

LSTMs are explicitly designed to avoid the long-term dependency problem. Remembering information for long periods of time is practically their default behavior, not something they struggle to learn!

Source: Understanding LSTM Networks — colah’s blog

I wonder what would happen if one trained an LSTM network with a couple million court opinions plus code and regulations. Would it be able to answer even a simple legal question?

Adding Free SSL Certificate and HTTPS to WordPress with Let’s Encrypt and Certbot – WPMU DEV

Installing an SSL certificate on your domain is an essential step you should take to secure your WordPress site and now with Let’s Encrypt you can get one for free. An SSL certificate encrypts the connection between your site and your visitors’ browser so hackers can’t intercept and steal personal information. Normally, SSL certificates can be cumbersome to install and can get expensive, but this is changing fast.

Source: Adding Free SSL Certificate and HTTPS to WordPress with Let’s Encrypt and Certbot – WPMU DEV

Let’s Encrypt + Certbot provide a straight forward way to add SSL and HTTPS to your website. This article walks you through the steps to get this running on a WordPress site. It’s worth noting that this will likely work on Apache with virtual hosts but it’ll take a bit more work.

VersionPress Brings the Power of Git to WordPress

One of the best things about WordPress is how easy it is to make sweeping changes to a website in just a few minutes. But with no easy way to revert a website to a previous state, you can lose a lot of work very quickly if you aren’t careful. VersionPress brings the power of Git to WordPress so you can make as many changes as your want with the knowledge that undoing any change is just a click away.

Source: Setting Up VersionPress for Git-Powered WordPress Version Control – WPMU DEV

Appears to work for both content and backend changes which would be handy. Not sure how it would work on large multisite installs like Classcaster or Lawbooks.