<?xml version='1.0' encoding='UTF-8' ?>
<rss version='2.0' xmlns:dc='http://purl.org/dc/elements/1.1/'>
	<channel>
		<title>Ten Digits</title>
		<link>https://tendigits.space</link>
		<description>What's new on the site</description>
		<image>
			<url>https://tendigits.space/assets/img/rss.jpg</url>
			<title>Ten Digits</title>
			<link>https://tendigits.space</link>
		</image>
<item><title>New year, new web hosting</title><link>https://tendigits.space/site/logs/202601021828.html</link><pubDate>Fri, 02 Jan 2026 18:28:21 EST</pubDate><dc:creator><![CDATA[Ten Digits]]></dc:creator><description><![CDATA[<p>I'm locally hosting my website again, this time from my synology NAS. It's completely static and build using bash scripts. I'm using the git server package on the NAS and running a simple static site configuration in the web station. 
    I'm also testing deploying via a post-receive hook. I didn't realize that when you run git in a server context, you don't actually see the files the same
    way that you do locally. Once I realized this, setting up the hook made sense. So now I have a seperate folder that the post-recieve hook builds into. This
    seperate folder is where the web server serves from. This means that I can just git push to deploy updates without any further steps.
</p>]]></description></item>
<item><title>Closing Out November 2024, end of year notes</title><link>https://tendigits.space/site/logs/202411300928.html</link><pubDate>Sat, 30 Nov 2024 09:28:22 EST</pubDate><dc:creator><![CDATA[Ten Digits]]></dc:creator><description><![CDATA[<p>I'm all setup to participate in <a href="https://tendigits.space/site/december_adventure">December Adventure</a> again this year. The low-key nature of this prompt for daily coding fun feels just right. Likely I'll stop around the mid-point of the month when we take holiday, but we'll see.</p>

<p>On a personal note, I learned from my doctor that they want me to return to "what I did in 2021", referring to my most significant drop in LDL (bad cholesterol). That "what I did" was start adhering to a vegan diet. In the last year or so I had gradually worked away from that diet, which mostly involved incorporating dairy products back in. Consequently, my latest blood test this month showed my numbers climbing back up. This is not to say that diet is the only factor - there's a mix of genetics, exercise, and diet that impacts everyone differently in terms of cholesterol. As much as I am tempted by non-vegan foods (mostly cheese), getting the push from my doctor is exactly what I needed to get back on track. I started back on the vegan diet Friday November 29th, and intend to make it permanent. I look forward to seeing improvement in my numbers by the end of February, when I get tested again!</p>]]></description></item>
<item><title>RSS tweaks and work in progress</title><link>https://tendigits.space/site/logs/202411130905.html</link><pubDate>Wed, 13 Nov 2024 09:05:32 EST</pubDate><dc:creator><![CDATA[Ten Digits]]></dc:creator><description><![CDATA[<p>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.</p>
<p>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 <code>for f in $(ls -d * | sort -r); do</code> 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.</p>
<p>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</p>
<p>I've also been working on a variation of the <a href="https://tendigits.space/site/sixteen_nx">16nx</a> 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.</p>
<p>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.</p>
<p>Lastly my long-running project of a <a href="https://tendigits.space/site/media_player_card">media player with enhancements</a> 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.</p>]]></description></item>
<item><title>Welcome to my new RSS</title><link>https://tendigits.space/site/logs/202411122152.html</link><pubDate>Tue, 12 Nov 2024 21:52:49 EST</pubDate><dc:creator><![CDATA[Ten Digits]]></dc:creator><description><![CDATA[<p>If you're seeing this, that means you're getting my updated feed. I wrote <a href="https://tendigits.space/site/writing_rss">a page</a> describing the new setup. The new RSS is now based on a new "logs" section of the site where I'll create posts that describe what's new and point to any new/updated topic pages.</p>]]></description></item>
</channel>
</rss>
