<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Reproducibility on Work You Can Explain</title>
		<link>https://workyoucanexplain.com/tags/reproducibility/</link>
		<description>Recent content in Reproducibility on Work You Can Explain</description>
		<generator>Hugo</generator>
		<language>en-US</language>
		
		
		
			<copyright>Copyright © Work You Can Explain</copyright>
		
		
			<lastBuildDate>Wed, 19 Aug 2026 00:00:00 -0500</lastBuildDate>
		
			<atom:link href="https://workyoucanexplain.com/tags/reproducibility/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Communicating with Instructors During a Technical Crisis</title>
				<link>https://workyoucanexplain.com/posts/communicating-with-instructors-during-a-technical-crisis/</link>
				<pubDate>Wed, 19 Aug 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/communicating-with-instructors-during-a-technical-crisis/</guid>
				<description>&lt;p&gt;When a technical problem may affect an assignment, contact the instructor as soon as the risk is clear. The message should make the situation easy to understand: identify the course and assignment, describe what happened, state what you have checked, explain the current risk, and make one specific request.&lt;/p&gt;&#xA;&lt;p&gt;You do not need to prove the final cause before sending the first message. You do need to be accurate about what you observed and what you have tried.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Build a Reproducible Linux Setup</title>
				<link>https://workyoucanexplain.com/posts/build-a-reproducible-linux-setup/</link>
				<pubDate>Thu, 30 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/build-a-reproducible-linux-setup/</guid>
				<description>&lt;p&gt;A reproducible Linux setup needs a named target. This walkthrough targets&#xA;&lt;strong&gt;Ubuntu 26.04 LTS&lt;/strong&gt;, not every Linux distribution. It records the packages,&#xA;selected user configuration, manual decisions, bootstrap order, and verification&#xA;needed for one course environment.&lt;/p&gt;&#xA;&lt;p&gt;The repository will not recreate hardware, firmware, disk layout, encrypted&#xA;data, online accounts, or every historical application. It should restore&#xA;required capability on the named target and explain its limits.&lt;/p&gt;&#xA;&lt;h2 id=&#34;define-the-exact-target&#34;&gt;Define the exact target&lt;/h2&gt;&#xA;&lt;p&gt;Record:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Build a Reproducible macOS Setup</title>
				<link>https://workyoucanexplain.com/posts/build-a-reproducible-macos-setup/</link>
				<pubDate>Thu, 30 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/build-a-reproducible-macos-setup/</guid>
				<description>&lt;p&gt;A reproducible Mac setup is a small, tested description of required capability.&#xA;It is not a copy of every installed app or a script that overwrites an unknown&#xA;machine. Record one course environment with a reviewed Brewfile, documented&#xA;configuration sources, cautious bootstrap steps, and read-only verification.&lt;/p&gt;&#xA;&lt;p&gt;Begin only after the current environment works and you can explain its parts.&#xA;If it does not, first &lt;a href=&#34;https://workyoucanexplain.com/posts/set-up-git-ssh-and-course-toolchains-on-macos/&#34;&gt;complete one course-bounded Mac&#xA;environment&lt;/a&gt; rather than&#xA;encoding an unverified setup.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Recover a Student Mac from a Broken Setup</title>
				<link>https://workyoucanexplain.com/posts/recover-a-student-mac-from-a-broken-setup/</link>
				<pubDate>Thu, 30 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/recover-a-student-mac-from-a-broken-setup/</guid>
				<description>&lt;p&gt;Test recovery before a failure, but do not erase, reinstall, or reset a working&#xA;student Mac for practice. Run a non-destructive rehearsal that verifies account&#xA;and FileVault responsibility, restores one disposable test artifact, clones one&#xA;project to a new directory, checks the reproducible setup record, identifies&#xA;device management, and records the correct macOS Recovery path.&lt;/p&gt;&#xA;&lt;p&gt;If no setup artifact exists yet, first create the &lt;a href=&#34;https://workyoucanexplain.com/posts/build-a-reproducible-macos-setup/&#34;&gt;small, secret-free macOS&#xA;setup record&lt;/a&gt;. A recovery rehearsal&#xA;cannot verify documentation that exists only in memory.&lt;/p&gt;</description>
			</item>
			<item>
				<title>A Project README That Lets Someone Else Succeed</title>
				<link>https://workyoucanexplain.com/posts/a-project-readme-that-lets-someone-else-succeed/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/a-project-readme-that-lets-someone-else-succeed/</guid>
				<description>&lt;p&gt;A README succeeds when another person can understand the project and reproduce&#xA;its expected result without reconstructing your memory. State what the project&#xA;does, what it requires, how to install, run, test, and verify it, and where to&#xA;get help.&lt;/p&gt;&#xA;&lt;h2 id=&#34;write-for-a-defined-reader&#34;&gt;Write for a defined reader&lt;/h2&gt;&#xA;&lt;p&gt;Name the reader and starting state:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;These instructions are for a CS 101 student with Git and Python 3.13 installed&#xA;who has cloned the repository but has not created the environment.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Build a Reproducible Windows Setup</title>
				<link>https://workyoucanexplain.com/posts/build-a-reproducible-windows-setup/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/build-a-reproducible-windows-setup/</guid>
				<description>&lt;p&gt;A reproducible Windows setup is not a screenshot of installed applications. It&#xA;is a tested set of source artifacts that explains what the student needs, how&#xA;to establish it, and how to verify the result.&lt;/p&gt;&#xA;&lt;p&gt;Create a versioned repository containing package IDs, an inspected WinGet export&#xA;or configuration, small setup steps, secret-free examples, and a verification&#xA;script. Begin with current course requirements, not every application installed&#xA;over the computer&amp;rsquo;s lifetime.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Install Only What the Course Requires</title>
				<link>https://workyoucanexplain.com/posts/install-only-what-the-course-requires/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/install-only-what-the-course-requires/</guid>
				<description>&lt;p&gt;Install the smallest environment that satisfies the course&amp;rsquo;s documented&#xA;requirements. Match required versions, keep project dependencies isolated when&#xA;the ecosystem supports it, retain dependency records, and document how you&#xA;verified the installation.&lt;/p&gt;&#xA;&lt;p&gt;More tools do not create a more capable beginner environment. They create more&#xA;possible sources of version and path conflicts.&lt;/p&gt;&#xA;&lt;h2 id=&#34;start-with-course-evidence&#34;&gt;Start with course evidence&lt;/h2&gt;&#xA;&lt;p&gt;Before downloading anything, collect:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;the syllabus and current assignment instructions;&lt;/li&gt;&#xA;&lt;li&gt;an instructor-provided setup guide;&lt;/li&gt;&#xA;&lt;li&gt;the starter project&amp;rsquo;s README and configuration files;&lt;/li&gt;&#xA;&lt;li&gt;required language and tool versions;&lt;/li&gt;&#xA;&lt;li&gt;supported operating systems;&lt;/li&gt;&#xA;&lt;li&gt;required editor or IDE, if any;&lt;/li&gt;&#xA;&lt;li&gt;dependency installation commands; and&lt;/li&gt;&#xA;&lt;li&gt;the exact command used to run or test the first exercise.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Treat a classmate&amp;rsquo;s setup, an old video, and an AI-generated list as leads, not&#xA;authority. They may describe another semester or operating system.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Rebuild a Student Windows PC from Documentation</title>
				<link>https://workyoucanexplain.com/posts/rebuild-a-student-windows-pc-from-documentation/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/rebuild-a-student-windows-pc-from-documentation/</guid>
				<description>&lt;p&gt;Test recovery before a device failure, but do not reset a working student&#xA;computer for practice.&lt;/p&gt;&#xA;&lt;p&gt;Run a non-destructive rehearsal: inventory accounts and recovery access, restore&#xA;test files to another location, clone a project into a new directory, inspect&#xA;package manifests, follow setup documentation, and run verification. Record&#xA;every missing dependency.&lt;/p&gt;&#xA;&lt;p&gt;An actual Windows reset or reinstall is a separate destructive operation. It&#xA;requires a real need, complete backup, BitLocker recovery access, official&#xA;instructions, time, power, network access, and authorization for managed&#xA;devices.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Write a Reproducible Bug Report</title>
				<link>https://workyoucanexplain.com/posts/write-a-reproducible-bug-report/</link>
				<pubDate>Fri, 24 Jul 2026 00:00:00 -0500</pubDate>
				<guid>https://workyoucanexplain.com/posts/write-a-reproducible-bug-report/</guid>
				<description>&lt;p&gt;A useful bug report lets another person reproduce the failure or understand why&#xA;they cannot. Include the environment, exact steps, expected and actual behavior,&#xA;complete errors, and the smallest safe example that still fails.&lt;/p&gt;&#xA;&lt;h2 id=&#34;write-a-specific-title&#34;&gt;Write a specific title&lt;/h2&gt;&#xA;&lt;p&gt;Use observable behavior:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;CSV summary rejects a valid header containing spaces&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Avoid “program broken” or a diagnosis you have not established.&lt;/p&gt;&#xA;&lt;h2 id=&#34;record-the-environment&#34;&gt;Record the environment&lt;/h2&gt;&#xA;&lt;p&gt;Include only relevant facts:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;operating system and version;&lt;/li&gt;&#xA;&lt;li&gt;application, runtime, or library versions;&lt;/li&gt;&#xA;&lt;li&gt;installation method;&lt;/li&gt;&#xA;&lt;li&gt;current directory or repository commit;&lt;/li&gt;&#xA;&lt;li&gt;configuration that changes behavior; and&lt;/li&gt;&#xA;&lt;li&gt;hardware only when plausibly relevant.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Use commands or application information screens rather than memory. Redact&#xA;usernames, device names, tokens, internal URLs, and private paths.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
