Scratchpad

From Family History Book
Revision as of 08:40, 17 May 2023 by Kat (talk | contribs)


Back to Private


Learning

Courses to Take

Tech Stuff

Wio Terminal Links

TinyML

Discord Tips

  • To include some code in your post, surround the code in single backticks (`) for inline code, or triple backticks for a block of code.
  • You can add an optional language marker to get syntax highlighting for that language. Common markers are py, c, and sh.
`​`​`py
# Check for equals.
if a == b:
    print("Match")
`​`​`
becomes:
# Check for equals.
if a == b:
    print("Match")

Tuesday, 16 May 2023

I'm writing this on my temporary journal at FrayedGenes,com because I'm in the middle of upgrading the wiki installation on my regular journaling site. It's taking a long time to finish, which makes me worried that there's something wrong, but so far at least it isn't throwing any more errors, now that I have the upgraded EmbedVideo extension files loaded. It took some time to get that figured out, since I didn't realize the current lealease directory had the files in a normal compressed .gz package instead of a .git repo. However, because I thought it was a .git thing, now I know how to download one of those using the CLI, and a whole lot more about Git and GitHub than I ever thought I needed to know. I still need to finish the course, but I'm pretty sure I know most of what I need now, since I'm not really using it for version control. I will complete it, though, since it's good information and a useful skill.
Another thing I accomplished today that did employ the knowledge of how to download a .git repo, was updating the driver for the CH340 board I bought to use with the Sparkfun Edge board for doing the exercises in the TinyML book. In the process I also used makefile for the first time. The step-by-step instructions for updating the drivers were on the Sparkfun website so I didn't really need to understand what I was doing, but I intend to do another Linux basics course to learn more about that utility, since it's an important one. I've been limited in what I can do without knowing how to use it. I found a class on Coursera that might cover that, but I'll keep looking to see if I can find something more specific.



Back to May

Wednesday, 17 May 2023

I got a reply from Dr. Loya-Valencia's office that they have faxed the order for my KUB to Baptist Imaging, so I'll head down there as soon as I get dressed. I'm nearly out of cat treats, and completely out of bread, so I'll stop at the store on the way home and pick some up, but I don't need a whole regular grocery run, so will probably just go to Dollar General instead of H.E.B.
In other news, last night I did finally get MediaWiki upgraded, but still having problems logging in, so I'm going to move on to the next release (1.35) and then on to the latest (1.39). Unfortunately, I have to do that in stages since it's necessary to only advance two releases at a time now. Luckily, once I figured out I needed to revert to an earlier version of EmbedVideo extension, it only took a moment to run the script, and now I have all the necessary code downloaded so it's just a matter of copying it over. Here's hoping this fixes the problem so I can get back to my normal use.

Back to May