<?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: boredom101</title>
    <description>The latest articles on DEV Community by boredom101 (@boredom101).</description>
    <link>https://dev.to/boredom101</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F94044%2F574b446e-1a56-47d2-b202-76d186842c64.png</url>
      <title>DEV Community: boredom101</title>
      <link>https://dev.to/boredom101</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/boredom101"/>
    <language>en</language>
    <item>
      <title>Kicad Helper Workflow</title>
      <dc:creator>boredom101</dc:creator>
      <pubDate>Mon, 06 Dec 2021 12:08:35 +0000</pubDate>
      <link>https://dev.to/boredom101/kicad-helper-workflow-fb</link>
      <guid>https://dev.to/boredom101/kicad-helper-workflow-fb</guid>
      <description>&lt;h3&gt;
  
  
  My Workflow
&lt;/h3&gt;

&lt;p&gt;A workflow for KiCAD that adds images of the back and front, as well as a bill of materials, of the design for easier viewing and collaboration.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to use:
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Copy the workflow to your repository.&lt;/li&gt;
&lt;li&gt;Replace the environment variables at the top.

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;PUSH_NAME&lt;/code&gt; - name of the user that pushes the additions&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;PUSH_USER&lt;/code&gt; - username of the user that pushes the additions&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;PUSH_MESSAGE&lt;/code&gt; - the commit message&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Profit&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Ran action:&lt;/p&gt;

&lt;p&gt;Image:&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--5wthCKZ8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/tsbvhg5tc9se9dqh7s6z.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--5wthCKZ8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/tsbvhg5tc9se9dqh7s6z.png" alt="View of the diff" width="880" height="984"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;
  
  
  Submission Category:
&lt;/h3&gt;

&lt;p&gt;Wacky Wildcards&lt;/p&gt;
&lt;h3&gt;
  
  
  Yaml File or Link to Code
&lt;/h3&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--566lAguM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/boredom101"&gt;
        boredom101
      &lt;/a&gt; / &lt;a href="https://github.com/boredom101/kicad-test"&gt;
        kicad-test
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      A test of the KiCad GitHub Action
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;h1&gt;
Kicad Workflow&lt;/h1&gt;
&lt;p&gt;A workflow that adds images of the back and front, as well as a bill of materials, of the design for easier viewing and collaboration.&lt;/p&gt;
&lt;h2&gt;
How to use:&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Copy the workflow to your repository.&lt;/li&gt;
&lt;li&gt;Replace the environment variables at the top.
&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;PUSH_NAME&lt;/code&gt; - name of the user that pushes the additions&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;PUSH_USER&lt;/code&gt; - username of the user that pushes the additions&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;PUSH_MESSAGE&lt;/code&gt; - the commit message&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Profit&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;



&lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/boredom101/kicad-test"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;br&gt;


&lt;h3&gt;
  
  
  Additional Resources / Info
&lt;/h3&gt;

&lt;p&gt;This mainly uses the KiBot action (&lt;a href="https://github.com/INTI-CMNB/KiBot"&gt;https://github.com/INTI-CMNB/KiBot&lt;/a&gt;)&lt;/p&gt;

</description>
      <category>actionshackathon21</category>
      <category>github</category>
      <category>git</category>
      <category>kicad</category>
    </item>
    <item>
      <title>Nand Lab: Computer Playground</title>
      <dc:creator>boredom101</dc:creator>
      <pubDate>Sun, 28 Nov 2021 11:08:36 +0000</pubDate>
      <link>https://dev.to/boredom101/nand-lab-computer-playground-486f</link>
      <guid>https://dev.to/boredom101/nand-lab-computer-playground-486f</guid>
      <description>&lt;p&gt;I am working on a tool to demonstrate how computers work starting with nand gates. I made it in Godot Engine.&lt;br&gt;
&lt;a href="https://nandlab.itch.io/nandlab"&gt;https://nandlab.itch.io/nandlab&lt;/a&gt;&lt;br&gt;
Now, I am looking for feedback and what I could change.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Nand 2 Infinity: A New Video Series</title>
      <dc:creator>boredom101</dc:creator>
      <pubDate>Tue, 18 Aug 2020 21:32:54 +0000</pubDate>
      <link>https://dev.to/boredom101/nand-2-infinity-a-new-video-series-4poc</link>
      <guid>https://dev.to/boredom101/nand-2-infinity-a-new-video-series-4poc</guid>
      <description>&lt;p&gt;I am working on a youtube video inspired by Nand 2 Tetris. In it, I am planning to explore how computers work, starting with the lowest level. I have so far made one video. If you are able, please tell me how I could do better.&lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/qC6EyM0U8H4"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>learning</category>
      <category>computers</category>
      <category>electronics</category>
      <category>logicgates</category>
    </item>
  </channel>
</rss>
