<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Max Briggs</title>
		<managingEditor>max@maxbriggs.org</managingEditor>
		<copyright>Copyright 2024, Max Briggs</copyright>
		<link>https://maxbriggs.org/</link>
		<description>Computer science, linguistics, journalism and my life. Mostly the latter.</description>
		<item>
			<title>Markdown to HTML generation test!</title>
			<link>https://maxbriggs.org/blog/2024-02-04-markdown-generation-test.html</link>
			<guid>2f4db90e-48bf-4dd0-83a9-b1af937c3e8f</guid>
			<pubDate>Sun, 4 Feb 2024 01:30 PST</pubDate>
			<description>This is my first post to feature my new Markdown to HTML generation and templating workflow...</description>
			<content:encoded><![CDATA[
				<p>This is my first post to feature my new Markdown to HTML generation and
templating workflow.</p>
<p>I use python-markdown for conversion, and I've written a
<a href="/files/prep.sh">small script</a> to insert the generated HTML into a
template that I've already been using.</p>
<p>This is part of my ongoing project to automate all of the non-blog
writing parts of maintaining a blog. The next steps are to add automatic
home page updates and RSS updates.</p>
]]></content:encoded>
		</item>
		<item>
			<title>Starting a new career at Seattle Pacific University</title>
			<link>https://maxbriggs.org/blog/2023-08-04-starting_at_spu.html</link>
			<guid>b688bcad-c446-486f-9ecc-2d7c789d6250</guid>
			<pubDate>Fri, 4 Aug 2023 18:51 PST</pubDate>
			<description>I'm happy to share that I started a new job...</description>
			<content:encoded><![CDATA[
				<p>I'm happy to share that I started a new job as a Tech Support
				Analyst 1 at Seattle Pacific University this week! I love this
				school, and I'm excited to see what the future holds.</p>
				]]></content:encoded>
		</item>
		<item>
			<title>Updating my Thinkpad x200</title>
			<link>https://maxbriggs.org/blog/2022-11-19-updating-x200.html</link>
			<guid>6bc4aeba-777e-4f3c-9c05-9f0c65846513</guid>
			<pubDate>Sat, 19 Nov 2022 20:00 PST</pubDate>
			<description>I updated my Thinkpad x200 for the first time in 6 months last night...</description>
			<content:encoded><![CDATA[

			<p>I updated my Thinkpad x200 for the first time in 6 months last night. I’ve had it kernel panic in the middle of generating the initramfs before, but luckily that did not happen this time.</p>

			<p>I also flashed the <a href=https://libreboot.org/news/libreboot20220710.html>latest libreboot release,</a> which I'd put off for <em>years</em> because it seemed more daunting than it actually was. I use a custom grub config to be able to unlock my encrypted laptop, so most my time was spent copying that to the new image. I see that the latest update has a grub config that <em>should</em> be able to boot, but I like the one that I made, at least for now.</p>

			<p>Maybe I'll switch over to the default once the merge release between osboot and libreboot comes out.</p>
				]]></content:encoded>
		</item>
		<item>
			<title>A Small Summer Project</title>
			<link>https://maxbriggs.org/blog/2020-08-15-a-small-summer-project.html</link>
			<guid>32783a1b-183f-4996-8113-1825ea3aff75</guid>
			<pubDate>Sat, 15 Aug 2020 15:00:00 UT-7</pubDate>
			<description>I've put together a little program that I use to manage my to-do list...</description>
			<content:encoded><![CDATA[
			<p>I've put together a little program that I use to manage my to-do list. It was originally a <a href="https://maxbriggs.org/blog/resources/todo.sh">bash script</a>, which I wrote back in May. The script allows me to add tomorrow's date and a task to the text file that keeps track of the list, as well as print the most recent entries in the list.</p>
			<p>I've found myself with some free time and the desire to make something small, so I've ported my little bash script to C. Functionality is mostly duplicated, though the C program adds the ability to add items to the list without opening a text editor. Writing this also gave me the opportunity to mess around with makefiles and PKGBUILDS, both of which I've found to be less daunting than they seem.</p>
			<p>I've put the project up on <a href="https://github.com/maxrbriggs/todo">Github</a> and have also created a <a href="https://aur.archlinux.org/packages/todo-git/">PKGBUILD</a> for Arch Linux. You can also <a href="https://maxbriggsorg/blog/resources/todo-master.zip">download the utility here. </a> Both the bash script and the C utility are licensed under the GNU General Public License Version 3.</p>
				]]></content:encoded>
		</item>
	</channel>
</rss>
