FTP problem

Yesterday I FTP’d to my web host to delete a bunch of files. At some point the FTP program stopped working. I tried quitting and restarting. I could signon fine but when I tried to copy over a file I would get… Command: USER billslitResponse: 331 User billslit OK. Password requiredCommand: PASS ****Response: 530 Login …

Matrix/Riot

I’ve been hearing a lot about this lately. Sounds interesting and something to keep my eye on. They say… Matrix is an open standard for interoperable, decentralised, real-time communication over IP. The simplest way to sign up and try Matrix out is to use Riot, a web-based client. What a dumb name…Riot. The Riot client …

Eleventy test blog

Well got the initial blog working. Apparently it sorts articles by the front matter date field which I was wondering about because the file names don’t provide a way to do this.

Julia string indexing problem part 2

So, before opening a bug report, I thought I’d do more research on the Julia string indexing problem. And found that it’s not a bug to Julia. Although I’m not sure about Julia’s behavior in the matter. The actual error I got was “StringIndexError” and had nothing to do with my index being outside legal …