<?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: Rob Lauer</title>
    <description>The latest articles on DEV Community by Rob Lauer (@rlauer6).</description>
    <link>https://dev.to/rlauer6</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%2F984928%2F4a734d5d-7b1a-4ca1-8780-44eaba85a90b.png</url>
      <title>DEV Community: Rob Lauer</title>
      <link>https://dev.to/rlauer6</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rlauer6"/>
    <language>en</language>
    <item>
      <title>Containerizing a QR Code Reader</title>
      <dc:creator>Rob Lauer</dc:creator>
      <pubDate>Thu, 11 May 2023 12:41:03 +0000</pubDate>
      <link>https://dev.to/rlauer6/containerizing-a-qr-code-reader-21nc</link>
      <guid>https://dev.to/rlauer6/containerizing-a-qr-code-reader-21nc</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Id9_RQ3w--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jikrg1v2yb8z3loanj99.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Id9_RQ3w--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/jikrg1v2yb8z3loanj99.png" alt="Credit: Flavio Polleti" width="200" height="200"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/polettix"&gt;Flavio Poletti&lt;/a&gt; recently blogged about using &lt;code&gt;Barcode::ZBar&lt;/code&gt; for reading QR codes. In a previous life I have written applications for workflows that involved reading QR codes from documents and have also used &lt;code&gt;Barcode::ZBar&lt;/code&gt; very effectively...highly recommended.&lt;/p&gt;

&lt;p&gt;Back then, iirc I had quite a struggle satisfying all of the dependencies required to get it actually work. I spent a little time after reading his article to see I could successfully build it once more, this time in a Docker container. The result is this project:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/rlauer6/docker-barcode-zbar"&gt;docker-barcode-zbar&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It was a little difficult piecing together the required packages, but in the end it works!&lt;/p&gt;

&lt;p&gt;Next, I may create a webservice from the container and install it on a Fargate cluster. The service will allow you to upload &lt;code&gt;.png&lt;/code&gt; files and scan them for QR codes. Stay tuned!&lt;/p&gt;

&lt;h2&gt;
  
  
  Other Links of Interest
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/nimiq/qr-scanner"&gt;Javascript based scanner&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/mchehab/zbar"&gt;zbar library&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.polettix.it/ETOOBUSY/2020/01/22/zbar/"&gt;Reading QR Codes from Perl&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://metacpan.org/Barcode::ZBar"&gt;&lt;code&gt;Barcode::ZBar&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/rlauer6/perl-Authen-TOTP-WebApp"&gt;Two-Factor Authentication using QR code&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>perl</category>
      <category>qrcodes</category>
      <category>docker</category>
    </item>
    <item>
      <title>The Observer Effect</title>
      <dc:creator>Rob Lauer</dc:creator>
      <pubDate>Tue, 06 Dec 2022 10:09:45 +0000</pubDate>
      <link>https://dev.to/rlauer6/the-observer-effect-5f0p</link>
      <guid>https://dev.to/rlauer6/the-observer-effect-5f0p</guid>
      <description>&lt;p&gt;In physics there is the concept of the &lt;a href="https://en.wikipedia.org/wiki/Observer_effect_(physics)" rel="noopener noreferrer"&gt;observer effect&lt;/a&gt; whereby the act of observing something alters the measurement. Recently, I've had the pleasure of experiencing that firsthand.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.tbcdevelopmentgroup.com/2022-12-06-the-observer-effect.html" rel="noopener noreferrer"&gt;I blog about it on my website...&lt;/a&gt;&lt;/p&gt;

</description>
      <category>microservices</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
