<?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: J Beetz</title>
    <description>The latest articles on DEV Community by J Beetz (@jbeetz).</description>
    <link>https://dev.to/jbeetz</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%2F73803%2Ffb4c59dc-364e-47d2-a66e-3bb7af5e6933.png</url>
      <title>DEV Community: J Beetz</title>
      <link>https://dev.to/jbeetz</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jbeetz"/>
    <language>en</language>
    <item>
      <title>Feedback Requested</title>
      <dc:creator>J Beetz</dc:creator>
      <pubDate>Tue, 16 Apr 2019 10:26:31 +0000</pubDate>
      <link>https://dev.to/jbeetz/feedback-requested-4noh</link>
      <guid>https://dev.to/jbeetz/feedback-requested-4noh</guid>
      <description>&lt;p&gt;Hi!&lt;br&gt;
Although i joined dev.to almost a year ago this is my first post.&lt;br&gt;
I also have never published any of my own work on the web, nor have i solicited feedback from a forum for a project.&lt;/p&gt;

&lt;p&gt;A lot of firsts for me today. &lt;/p&gt;

&lt;p&gt;Last fall near where i live there was a call for Artists proposals for a local festival called Blink. It's an inter-active light festival that runs for three nights in a city near where i live. I attended the last festival (2017) and was very impressed, the life sized lite-bright installation was super cool. &lt;a href="https://www.blinkcincinnati.com/welcome"&gt;Here's a link to the festival&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Being interested in participating, i put together a proposal to use AI based text interpretation to provide the participants of the festival a way to project an image of their own. &lt;/p&gt;

&lt;p&gt;The concept seems pretty straight forward: use a webservice to interact with festival attendees to capture their experience and translate that experience into an image using AI based text analysis tools. The user would then have several images to choose from, pick one and it would be projected onto the side of building for a period of time. I chose to use unsplash api for the image service.&lt;/p&gt;

&lt;p&gt;Alas, the proposal was not accepted and now i have a demo site running that i'm not sure what to do with. I did not get to fully develop the AI features on the site. i had a lot of work to do there, mostly centered around developing the functions to deal with selecting the relevancy score of an image.&lt;/p&gt;

&lt;p&gt;The site was developed using node, express for the backend and Vue &amp;amp; Quasar for the front end. This may become the subject of another post(i'm not sure if i can be that brave). I have a leftover domain from another abandoned project that i recycled for the purposes of the application, you view the site here: &lt;a href="https://mshrwb.com"&gt;https://mshrwb.com&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;This is such a bare bones start to a project, that had a really unique purpose that i cant consider it from a different view point anymore. Any feedback would be considered helpful.&lt;/p&gt;

&lt;p&gt;Respectfully,&lt;br&gt;
jbeetz&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Explain http vs https Like I'm Five</title>
      <dc:creator>J Beetz</dc:creator>
      <pubDate>Tue, 29 May 2018 15:13:42 +0000</pubDate>
      <link>https://dev.to/jbeetz/explain-http-vs-https-like-im-five-2h6o</link>
      <guid>https://dev.to/jbeetz/explain-http-vs-https-like-im-five-2h6o</guid>
      <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I have to explain why getting an ssl cert (https) is important to some non-technical folks. I can't for the life of me simplify this down to a concept. Can someone help. &lt;/p&gt;

&lt;p&gt;I have so far:&lt;/p&gt;

&lt;p&gt;http is how the web used to work / https is how the web is expected to work in the future&lt;/p&gt;

&lt;p&gt;http is vulnerable to being eavesdropped / decoded while in transit&lt;br&gt;
https is not&lt;/p&gt;

&lt;p&gt;https is http over a secure protocol (usually (ssl) port 443 or (tls) port 587)&lt;/p&gt;

&lt;p&gt;My Start:&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Think of it this way:&lt;/em&gt;&lt;br&gt;
&lt;em&gt;you're standing in line at the bank, the teller in front of you asks for your pin.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Do you feel secure saying your pin code for all hear?&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Or speaking it to the teller in a some sort of code only you and the teller can understand?&lt;/em&gt;&lt;/p&gt;




&lt;p&gt;My plan is to use letsencrypt for the cert. I've done this for my own site and it works great. &lt;/p&gt;

&lt;p&gt;Mastering the art of technical explanation to non-technical folks is a work in progress for me.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br&gt;
jbeetz&lt;/p&gt;

</description>
      <category>explainlikeimfive</category>
    </item>
  </channel>
</rss>
