I've starting coming up with ideas for things I'd like to do, which is nice, as I've been kind of focused on just forging ahead recently. Yesterday, I wondered if I should try making a Minecraft mod to add some kind of plot to the game, which would add a bit more excitement (for me). There seems to be
at least one mod to make quests, so probably I could use that (or maybe build on it?). If you string together quests with some reason why you go from one to the next, it can make plot. I'll have to see if I can make it work.
Today, I wondered if I could make a program to dynamically generate images of braided rugs based on parameters given by the user (like colors). I have come up with the way to make one section of a braid as an SVG image in HTML. Now, I just need to make one for the other side, make sure they fit, and work on generating a braid (using PHP to make the HTML). I'll probably make some effort to give the braid some shading to add 3D qualities to the image. Then, I'll form it into the proper shape (probably with math).