<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Home on Joe Spano</title><link>https://joespano.xyz/</link><description>Recent content in Home on Joe Spano</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Sun, 05 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://joespano.xyz/index.xml" rel="self" type="application/rss+xml"/><item><title>Void Linux T480</title><link>https://joespano.xyz/projects/void-linux-t480/</link><pubDate>Sun, 05 Jul 2026 00:00:00 +0000</pubDate><guid>https://joespano.xyz/projects/void-linux-t480/</guid><description>&lt;p&gt;This page tracks my ThinkPad T480 Void Linux setup.&lt;/p&gt;
&lt;h2 id="purpose"&gt;Purpose&lt;/h2&gt;
&lt;p&gt;This machine is my daily-driver laptop and small Unix workstation.&lt;/p&gt;
&lt;p&gt;The goal is a fast, understandable, keyboard-driven system built around simple tools.&lt;/p&gt;
&lt;h2 id="base-system"&gt;Base system&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Void Linux glibc&lt;/li&gt;
&lt;li&gt;runit&lt;/li&gt;
&lt;li&gt;bash&lt;/li&gt;
&lt;li&gt;doas&lt;/li&gt;
&lt;li&gt;Git&lt;/li&gt;
&lt;li&gt;base-devel&lt;/li&gt;
&lt;li&gt;xtools&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="desktop"&gt;Desktop&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;spectrwm&lt;/li&gt;
&lt;li&gt;st&lt;/li&gt;
&lt;li&gt;dmenu&lt;/li&gt;
&lt;li&gt;slock&lt;/li&gt;
&lt;li&gt;xwallpaper&lt;/li&gt;
&lt;li&gt;xrandr&lt;/li&gt;
&lt;li&gt;xsetroot&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="terminal-workflow"&gt;Terminal workflow&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;st&lt;/li&gt;
&lt;li&gt;bash&lt;/li&gt;
&lt;li&gt;abduco&lt;/li&gt;
&lt;li&gt;dvtm&lt;/li&gt;
&lt;li&gt;fzf&lt;/li&gt;
&lt;li&gt;fd&lt;/li&gt;
&lt;li&gt;ripgrep&lt;/li&gt;
&lt;li&gt;tree&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="main-applications"&gt;Main applications&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;vis for editing&lt;/li&gt;
&lt;li&gt;nnn for file management&lt;/li&gt;
&lt;li&gt;Firefox and qutebrowser for browsing&lt;/li&gt;
&lt;li&gt;newsboat for RSS&lt;/li&gt;
&lt;li&gt;weechat for IRC&lt;/li&gt;
&lt;li&gt;zathura with mupdf for PDFs&lt;/li&gt;
&lt;li&gt;mpv for media&lt;/li&gt;
&lt;li&gt;nsxiv and ImageMagick for images&lt;/li&gt;
&lt;li&gt;pass and gnupg2 for passwords&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="hardware-and-system-utilities"&gt;Hardware and system utilities&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;intel-video-accel&lt;/li&gt;
&lt;li&gt;mesa-dri&lt;/li&gt;
&lt;li&gt;mesa-vulkan-intel&lt;/li&gt;
&lt;li&gt;libva-utils&lt;/li&gt;
&lt;li&gt;smartmontools&lt;/li&gt;
&lt;li&gt;rsync&lt;/li&gt;
&lt;li&gt;curl&lt;/li&gt;
&lt;li&gt;wget&lt;/li&gt;
&lt;li&gt;jq&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="printing-and-documents"&gt;Printing and documents&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;CUPS&lt;/li&gt;
&lt;li&gt;cups-browsed&lt;/li&gt;
&lt;li&gt;cups-filters&lt;/li&gt;
&lt;li&gt;LibreOffice&lt;/li&gt;
&lt;li&gt;Calibre&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="website-workflow"&gt;Website workflow&lt;/h2&gt;
&lt;p&gt;This site is built locally with Hugo and deployed to Codeberg Pages.&lt;/p&gt;</description></item><item><title>Void Linux T480 Package Notes</title><link>https://joespano.xyz/posts/void-linux-t480-package-notes/</link><pubDate>Sun, 05 Jul 2026 00:00:00 +0000</pubDate><guid>https://joespano.xyz/posts/void-linux-t480-package-notes/</guid><description>&lt;p&gt;This is a living note for the manually installed packages on my ThinkPad T480.&lt;/p&gt;
&lt;p&gt;The source is &lt;code&gt;xbps-query -m&lt;/code&gt;, which shows packages I explicitly installed rather than every dependency on the system. The point is not to document every library. The point is to remember why the main pieces are here.&lt;/p&gt;
&lt;h2 id="base-system"&gt;Base system&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;base-system&lt;/code&gt; — Void base system&lt;/li&gt;
&lt;li&gt;&lt;code&gt;base-devel&lt;/code&gt; — compiler, make, headers, and normal build tools&lt;/li&gt;
&lt;li&gt;&lt;code&gt;void-docs&lt;/code&gt; — local Void documentation&lt;/li&gt;
&lt;li&gt;&lt;code&gt;xtools&lt;/code&gt; — Void package/repository helper tools&lt;/li&gt;
&lt;li&gt;&lt;code&gt;opendoas&lt;/code&gt; — simple privilege escalation&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This is the core of the machine. Void stays small enough that the manually installed package list is still understandable.&lt;/p&gt;</description></item><item><title>Starting the Site</title><link>https://joespano.xyz/posts/starting-the-site/</link><pubDate>Sat, 04 Jul 2026 00:00:00 +0000</pubDate><guid>https://joespano.xyz/posts/starting-the-site/</guid><description>&lt;p&gt;I am starting this site as a simple static notebook.&lt;/p&gt;
&lt;p&gt;The machinery is intentionally small: Markdown, Hugo, Git, static HTML, and RSS. The site should be easy to read, easy to move, and easy to maintain.&lt;/p&gt;
&lt;p&gt;The point is not to build a fancy website. The point is to have a durable place for notes that would otherwise disappear into chats, browser tabs, notebooks, and temporary files.&lt;/p&gt;
&lt;p&gt;I want this site to become the record of what I am actually building and learning: Void Linux, C, shell, Unix tools, qutebrowser, small systems, electrical trade notes, and the practical details of keeping a useful computer setup running.&lt;/p&gt;</description></item><item><title>About</title><link>https://joespano.xyz/about/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://joespano.xyz/about/</guid><description>&lt;p&gt;I am Joe Spano.&lt;/p&gt;
&lt;p&gt;This site is my home base for notes on Void Linux, C, Unix tools, electrical work, small systems, and durable computing.&lt;/p&gt;
&lt;p&gt;The goal is simple: write things down, keep them under my own domain, and make them easy to find later.&lt;/p&gt;
&lt;p&gt;Most of what belongs here will be notes, project logs, setup records, and working thoughts rather than polished essays.&lt;/p&gt;</description></item><item><title>Now</title><link>https://joespano.xyz/now/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://joespano.xyz/now/</guid><description>&lt;p&gt;Current focus:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;using Void Linux as my daily driver&lt;/li&gt;
&lt;li&gt;building and maintaining this static site&lt;/li&gt;
&lt;li&gt;learning C, shell, and Unix tools&lt;/li&gt;
&lt;li&gt;keeping project notes out of chats and in durable files&lt;/li&gt;
&lt;li&gt;documenting my T480 setup, qutebrowser setup, and small computing workflow&lt;/li&gt;
&lt;li&gt;collecting electrical trade notes as I learn&lt;/li&gt;
&lt;/ul&gt;</description></item></channel></rss>