<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: John Resler</title>
    <description>The latest articles on DEV Community by John Resler (@jmresler).</description>
    <link>https://dev.to/jmresler</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4045695%2F0a0c06b0-65d6-44f6-b516-37f9e9ea3817.jpg</url>
      <title>DEV Community: John Resler</title>
      <link>https://dev.to/jmresler</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jmresler"/>
    <language>en</language>
    <item>
      <title>I built a local MOSS alternative</title>
      <dc:creator>John Resler</dc:creator>
      <pubDate>Sat, 22 Aug 2026 21:48:06 +0000</pubDate>
      <link>https://dev.to/jmresler/i-built-a-local-moss-alternative-jdp</link>
      <guid>https://dev.to/jmresler/i-built-a-local-moss-alternative-jdp</guid>
      <description>&lt;p&gt;I built a thing...&lt;/p&gt;

&lt;p&gt;YAM (Yet Another MOSS) is a free and open-source code plagiarism / similarity detector that runs entirely on your own machine.&lt;br&gt;
It combines classic token/winnowing comparison with Abstract Syntax Tree analysis, so it catches more than simple copy-paste: variable renaming, reformatting, reordering, and other cosmetic changes that leave the underlying structure intact.&lt;br&gt;
Key points:&lt;/p&gt;

&lt;p&gt;100% local – student code never leaves your computer (big win for privacy, FERPA, GDPR, etc.)&lt;br&gt;
Modern, minimalist UI that makes it easy to spot the real problem cases without drowning in noise&lt;br&gt;
Multiple ways to run it: headless, pure CLI, CLI + browser view, or simple server mode&lt;br&gt;
Clean CSV and JSON output so you can pipe results into spreadsheets or other tools&lt;br&gt;
Fully configurable (thresholds, k-gram size, window size, language options, etc.)&lt;br&gt;
Free and open source (GitLab)&lt;/p&gt;

&lt;p&gt;No accounts, no uploads, no external services. Just install and run.&lt;br&gt;
Repo: &lt;a href="https://gitlab.com/sylvan.wood.carving-group/yam" rel="noopener noreferrer"&gt;https://gitlab.com/sylvan.wood.carving-group/yam&lt;/a&gt;&lt;br&gt;
Happy to answer questions or take feedback.&lt;/p&gt;

</description>
      <category>plagiarism</category>
      <category>development</category>
      <category>programming</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
