<?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>DUMB DEV Community: Amal Mathew</title>
    <description>The latest articles on DUMB DEV Community by Amal Mathew (@0xlama).</description>
    <link>https://dumb.dev.to/0xlama</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%2F3408150%2F23b9300f-3f3e-40c0-949e-972a2a8094af.png</url>
      <title>DUMB DEV Community: Amal Mathew</title>
      <link>https://dumb.dev.to/0xlama</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dumb.dev.to/feed/0xlama"/>
    <language>en</language>
    <item>
      <title>Made a Resistor Color Code Calculator</title>
      <dc:creator>Amal Mathew</dc:creator>
      <pubDate>Mon, 29 Sep 2025 11:24:16 +0000</pubDate>
      <link>https://dumb.dev.to/0xlama/made-a-resistor-color-code-calculator-2o3f</link>
      <guid>https://dumb.dev.to/0xlama/made-a-resistor-color-code-calculator-2o3f</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2h52q36qmytiugwrxw4p.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2h52q36qmytiugwrxw4p.jpg" alt="resistor color code calc" width="800" height="589"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Yes, I hear you—“there are tons already.”&lt;br&gt;
Exactly. That’s why I made it differently.&lt;/p&gt;

&lt;p&gt;Because I thought: what if it worked both ways?&lt;/p&gt;

&lt;p&gt;➤ Choose 3–6 bands → get the resistance (standard stuff).&lt;br&gt;
 ➤ Enter a resistance → get the color code and nearest standard values (E12, E24, E96).&lt;br&gt;
 ➤ Flip it—match it however you hold the resistor.&lt;/p&gt;

&lt;p&gt;Check it out: &lt;a href="https://tinkererway.dev/the_dev_calc/resistor_color_code_calc" rel="noopener noreferrer"&gt;https://tinkererway.dev/the_dev_calc/resistor_color_code_calc&lt;/a&gt;&lt;/p&gt;

</description>
      <category>electronics</category>
      <category>webtool</category>
      <category>project</category>
    </item>
    <item>
      <title>Serial Spotter – Because I’m Tired of Hunting COM Ports 😅</title>
      <dc:creator>Amal Mathew</dc:creator>
      <pubDate>Sat, 20 Sep 2025 02:31:12 +0000</pubDate>
      <link>https://dumb.dev.to/0xlama/serial-spotter-because-im-tired-of-hunting-com-ports-4acl</link>
      <guid>https://dumb.dev.to/0xlama/serial-spotter-because-im-tired-of-hunting-com-ports-4acl</guid>
      <description>&lt;p&gt;Are you the kind of person who keeps &lt;strong&gt;Device Manager&lt;/strong&gt; open just to check which serial (COM) port your board decided to grab this time?&lt;br&gt;&lt;br&gt;
Yeah… that used to be me. As a firmware engineer, plugging in boards and chasing COM numbers was part of the daily grind—and honestly, pretty boring.  &lt;/p&gt;

&lt;h2&gt;
  
  
  Meet Serial Spotter ⚡
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fa1ul8yv6njvn2vkjlotj.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fa1ul8yv6njvn2vkjlotj.webp" alt="serial_spotter" width="800" height="477"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I built a tiny Windows app that instantly lists every connected serial port along with all the juicy details:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;COM number
&lt;/li&gt;
&lt;li&gt;USB VID:PID
&lt;/li&gt;
&lt;li&gt;Device Serial info
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Just launch the app and boom—everything’s right there.&lt;br&gt;&lt;br&gt;
Need to refresh after a hardware change? Hit the keyboard shortcut and you’re done.  &lt;/p&gt;




&lt;h2&gt;
  
  
  🛠 Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Python + Kivy framework
&lt;/li&gt;
&lt;li&gt;Packaged for Windows 7/8/10/11
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🚀 Try It Out
&lt;/h2&gt;

&lt;p&gt;🔗 &lt;strong&gt;Download:&lt;/strong&gt; [&lt;a href="https://tinkererway.dev/serialspotter" rel="noopener noreferrer"&gt;https://tinkererway.dev/serialspotter&lt;/a&gt;]&lt;br&gt;&lt;br&gt;
💻 &lt;strong&gt;Source Code:&lt;/strong&gt; [&lt;a href="https://github.com/tinkererway/serialspotter" rel="noopener noreferrer"&gt;https://github.com/tinkererway/serialspotter&lt;/a&gt;]  &lt;/p&gt;




&lt;p&gt;Because life’s too short to keep staring at Device Manager. 😉&lt;/p&gt;

</description>
      <category>firmware</category>
      <category>python</category>
      <category>serialport</category>
      <category>windowsapp</category>
    </item>
    <item>
      <title>Seven Segment Display Creator</title>
      <dc:creator>Amal Mathew</dc:creator>
      <pubDate>Wed, 17 Sep 2025 18:32:41 +0000</pubDate>
      <link>https://dumb.dev.to/0xlama/seven-segment-display-creator-3f9j</link>
      <guid>https://dumb.dev.to/0xlama/seven-segment-display-creator-3f9j</guid>
      <description>&lt;p&gt;I built this small side project because I needed clean, customizable seven-segment images for project documentation. Couldn’t find anything online that did exactly what I wanted—so I made one.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwgnpxgzpnbk8jg6pjsve.JPG" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwgnpxgzpnbk8jg6pjsve.JPG" alt="webpage_screenshot" width="800" height="840"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;👉 [Try it here] :(&lt;a href="https://tinkererway.dev/the_dev_calc/seven_segment_display_creator" rel="noopener noreferrer"&gt;https://tinkererway.dev/the_dev_calc/seven_segment_display_creator&lt;/a&gt;)&lt;/p&gt;

&lt;h3&gt;
  
  
  Features
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Up to 10 segments&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Add digits (0–9) or custom characters&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Change segment colors&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Export as PNG&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;100% free, no ads&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It lives under &lt;a href="https://tinkererway.dev/the_dev_calc" rel="noopener noreferrer"&gt;&lt;em&gt;Dev Calc&lt;/em&gt;&lt;/a&gt;, a growing set of tools I keep building to solve the little firmware-engineering problems I run into in daily work.&lt;/p&gt;

&lt;p&gt;Check it out, and let me know if you find it useful.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;73, Amal&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>firmware</category>
      <category>documentation</category>
      <category>webtool</category>
    </item>
    <item>
      <title>Resignation: Normal People vs Me</title>
      <dc:creator>Amal Mathew</dc:creator>
      <pubDate>Sun, 24 Aug 2025 08:25:21 +0000</pubDate>
      <link>https://dumb.dev.to/0xlama/resignation-normal-people-vs-me-bop</link>
      <guid>https://dumb.dev.to/0xlama/resignation-normal-people-vs-me-bop</guid>
      <description>&lt;p&gt;&lt;strong&gt;Normal People:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
“Kindly accept my resignation, effective from…”  &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Me (Firmware Engineer):&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
“Boss, debugger’s yours now. I’m out.” &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxuv49tjikqrrgik2wmoc.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxuv49tjikqrrgik2wmoc.jpg" alt="Funny Resignation Meme" width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devmeme</category>
      <category>firmwareengineer</category>
    </item>
  </channel>
</rss>
