RSS tweaks and work in progress
I've removed the date from the titles and also made it so that the RSS post doesn't duplicate the title. Hopefully the RSS output will look cleaner now. I'm pleased with my log system as it uses the current date/time stamp to generate the folder name for each posting. I'm hoping that will mean that the posts as written in the RSS are done so in the right order, but now that I think about it, the order might be flipped. This post will serve as a test.
And it worked! I was able to get the ordering correct by changing the part of the bash script that writes the feed to use for f in $(ls -d * | sort -r); do
for reverse sorting the directories. Each directory is in YYYYMMDDHHMM format. Including the minute is a bit excessive, but it removes any concern about making multiple posts in a row sometime in the future.
I could keep tweaking the build scripts, but I think they are in a good place now. If I find the script to be slow months or years from now, I could consider consolidating the little text files I'm currently generating into a single settings file. Maybe that would be faster
I've also been working on a variation of the 16nx build. Of the five boards I had to order because of manufacturer minimums, I used one, build another 16nx for a fellow Merveilles person, and gave away two more boards. This left me with one last board that I wanted to experiement with. I tested out a rotary potentiometer of the right value, and it seemed to work, so I ordered 16 panel mount pots and 16 panel mount mono jacks so that I could bodge wire them by way of a redesigned top panel. Bodge wiring the jacks might not have been necessary, but it allows me to have the top panel be completely independent of the circuit board, so I can use whatever spacers work best once everything is in place. This is nearly done, I just need to do the complete wiring (time consuming) and wait for the knobs I ordered to arrive.
Another project is in the works too, but just in the mental consideration phase. I'd like to make a little device that can take a picture of a small drawing and post it somewhere. The idea is to create a friction-free way to collect doodles into a kind of gallery.
Lastly my long-running project of a media player with enhancements has a fully functional circuit, and just awaits a final housing. A metal plate sandwich design has been drafted, but I'll need to do some 3D printed prototypes to make sure it will all come together correctly.