Julia Computing has changed their URL scheme for the Blog, e.g. this old URL
https://juliacomputing.com/blog/2020/06/22/fast-csv.html
is now
https://juliacomputing.com/blog/2020/06/fast-csv/
A regex rule should be setup to automatically refer to the new scheme.
Apache would be:
RewriteRule ^(/blog/.?/.?)/.?/(.?).html$ $1/$2/ [R=301,L]