<?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>Forem: Wesley Harris</title>
    <description>The latest articles on Forem by Wesley Harris (@wesmharris).</description>
    <link>https://forem.com/wesmharris</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%2F215639%2F777acc6b-0361-402e-bd60-8e9fa8b78d6e.jpg</url>
      <title>Forem: Wesley Harris</title>
      <link>https://forem.com/wesmharris</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/wesmharris"/>
    <language>en</language>
    <item>
      <title>Feedback on startup ideas</title>
      <dc:creator>Wesley Harris</dc:creator>
      <pubDate>Tue, 10 Sep 2019 09:23:31 +0000</pubDate>
      <link>https://forem.com/wesmharris/feedback-on-startup-ideas-39fm</link>
      <guid>https://forem.com/wesmharris/feedback-on-startup-ideas-39fm</guid>
      <description>&lt;p&gt;Hey all! Me and my business partner are throwing around ideas for a startup. We've come up with the following (links are to landing pages which explain the concept a little better):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://summarize.withcomb.com/"&gt;Summarize &amp;amp; extract information&lt;/a&gt; from Slack &amp;amp; email and send to people who should know about the info, e.g. C-levels, PMs, clients, etc. Reduces the number of mails you cc your boss into and ensures that valuable info isn't lost&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://multiplier.withcomb.com/"&gt;Development work estimation multiplier&lt;/a&gt;: Person A estimates work to be 1h, multiply by 3 for Person B, multiply by 0.75 for person C. Person X estimates, then multipliers are different.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://non-technical.withcomb.com/"&gt;Help non-technical project managers&lt;/a&gt; recognize issues &amp;amp; manage their team&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://estimation.withcomb.com/"&gt;Estimation-as-a-service&lt;/a&gt;: You give us the (development) work, we estimate how long it will take&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://emotions.withcomb.com/"&gt;Emotional status monitoring&lt;/a&gt; &amp;amp; communication around organisation to improve efficiency of the team. Improve team emotional intelligence (EQ).&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;2 &amp;amp; 4 are related, yes. We're trying to see if there's any interest in any of these ideas. Your feedback would be great! Would you use any of these if they existed?&lt;/p&gt;

&lt;p&gt;We also put together a &lt;a href="https://forms.gle/BTvNdrmCWGgYyf4W6"&gt;survey&lt;/a&gt; if you like that sort of thing :)&lt;/p&gt;

&lt;p&gt;Thank you so much for your time! Really appreciate it! If any of these turn into a reality, we'd love to give back by offering discounts/free periods/etc.&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>startup</category>
    </item>
    <item>
      <title>Let’s Encrypt Cloudflare</title>
      <dc:creator>Wesley Harris</dc:creator>
      <pubDate>Thu, 05 Sep 2019 17:29:45 +0000</pubDate>
      <link>https://forem.com/wesmharris/let-s-encrypt-cloudflare-42ae</link>
      <guid>https://forem.com/wesmharris/let-s-encrypt-cloudflare-42ae</guid>
      <description>&lt;p&gt;tl;dr Cloudflare’s “Always use https” breaks letsencrypt renewal&lt;/p&gt;

&lt;p&gt;Sometimes you’re browsing through the settings of an app and you come across something that seems like such a good idea, and you just flip the switch. And then 3 months later… you find out that it has real consequences.&lt;/p&gt;

&lt;p&gt;Let me tell you the story of how I spent my afternoon. It was sunny outside, so I was doing the responsible thing and staying inside so my moles don’t get all cancer-like. I finally had a spec of free time to deal with a nasty email I had gotten a few days back… from Let’s Encrypt.&lt;/p&gt;

&lt;p&gt;It was a notice that a certificate was expiring. I loathe those mails. Why have I gotten so many to form such a strong opinion? Well, probably because I spent too long using IIS as a webserver before certbot worked on Windows. Even with my machete of a hack script, I still had to invoke the damn thing manually.&lt;/p&gt;

&lt;p&gt;Certbot is a godsend — like your own personal Moses to part the Red Sea for you, and hold your hand as you walk its dampened path to the promised land. Being but a mere mortal, I do not pretend to understand the mystic magic that is at its core, I merely wave it in the general direction of a webserver and hope for the best. So when things go wrong, I do what every pale-skinned, be-speckled Egyptian slave would do — I ask the almighty Google wtf the error message means.&lt;/p&gt;

&lt;p&gt;Now this usually works. Google is a kind and merciful God, with great bounties of knowledge that no one man could ever fully grasp. But today he was being a pestilent child, taunting me with repugnant tales of people solving very similar, but not quite the same problem. As if my sailing troubles could be solved by self-help guides to flying aircraft (but they’re both forms of transport!)&lt;/p&gt;

&lt;p&gt;In my desperation I began fiddling with the nginx config &amp;amp; started wading through curl responses to try convince myself I was doing something that points me, even remotely, in the right direction.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;301 http to https
    But LE doesn’t listen to https
So why doesn’t it pick up the http
        What else could be doing the redirect??!1
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Cloudflare
&lt;/h2&gt;

&lt;p&gt;Cloudflare is that rich uncle that you can always count on to bum a smoke. But he likes the sauce, so when you go out on his yacht, he’ll take you literally when you say you wanna “dance the hempen jig” and start tying the rope, rather than blazing that fattie that’s hanging out his shirt pocket.&lt;/p&gt;

&lt;p&gt;So anyway, there it was in the curl headers. Plain as Red Sea mud. Cloudflare doing what you told it to. Let’s just uncheck that little switch, and…&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fmiro.medium.com%2Fmax%2F1042%2F1%2AHNr8pno_67JdSvM5JzaIrg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fmiro.medium.com%2Fmax%2F1042%2F1%2AHNr8pno_67JdSvM5JzaIrg.png"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Ba-bam! Woosh, whip! And suddenly that metaphorical storm outside that’s really inside (your head) abates and your little boat is once more on its merry way. Kinda anticlimactic. Maybe we should celebr — no. We just burned 3 hours for recklessly flicking a toggle switch. Them’s 3 hours we shan’t be gettin’ back. No need to celebrate undoing stupidity. A 12th cup of coffee is an acceptable consolation prize.&lt;/p&gt;




&lt;p&gt;After time to reflect and just enough coffee to look like a meth addict, I came to the realization that we, as developers, live in a quantum state of information. The answer is either 42 seconds of Googling away, or it is unreachable. No one can know before you Google the error message, and doing so collapses the wave down on top of you and leaves you sputtering coffee all over your keyboard.&lt;/p&gt;

&lt;p&gt;Our systems are now so complex that we need a whole team to take the Helm of the SS Kubernetes and forge a path to the buried treasure. Where once you floated in your dinghy greedily grabbing bottled messages from forums in the vain hope that they had the answers, you now sit on your magnificent vessel, surrounded by comrades, doing the same because it’s too much effort to take your headphones off and Slack is down again.&lt;/p&gt;

&lt;p&gt;Maybe one day we’ll traverse the tricky Strait of Business Model and arrive triumphant on the new issue day to be rewarded with our cut of the booty. Maybe on that day, we’ll be able to return, broken and alone, to the solitude of our dinghy where we’ll finally find some time for that side project we started.&lt;/p&gt;

</description>
      <category>linux</category>
      <category>nginx</category>
      <category>cloudflare</category>
      <category>letsencrypt</category>
    </item>
    <item>
      <title>Automated resource scheduling for project management</title>
      <dc:creator>Wesley Harris</dc:creator>
      <pubDate>Fri, 30 Aug 2019 09:58:05 +0000</pubDate>
      <link>https://forem.com/wesmharris/automated-resource-scheduling-for-project-management-3f7i</link>
      <guid>https://forem.com/wesmharris/automated-resource-scheduling-for-project-management-3f7i</guid>
      <description>&lt;p&gt;I've been looking around at the PM resource scheduling solutions that exist, but they all want me to manually pick people and assign them tasks, and quite often resolve conflicts manually. Are there any tools that will take my project with its tasks and automatically generate a schedule across all resources taking into account conflicts, leave time, due dates, task skill requirement, etc.? I want to spend my time focusing on the progress of the project, clearing roadblocks for people, not shuffling around calendars.&lt;/p&gt;

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