<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for mattstratton</title><link>http://disqus.com/by/mattstratton/</link><description></description><atom:link href="http://disqus.com/mattstratton/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Wed, 02 Oct 2019 15:47:20 -0000</lastBuildDate><item><title>Re: DevOps 100: Top leaders, practitioners, experts to follow</title><link>https://techbeacon.com/devops/devops-100-top-leaders-practitioners-experts-follow-0#comment-4637633935</link><description>&lt;p&gt;FYI, Jason Hand is at Microsoft, not VictorOps :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mattstratton</dc:creator><pubDate>Wed, 02 Oct 2019 15:47:20 -0000</pubDate></item><item><title>Re: How I keep my mom updated on my travel schedule with Python, Twilio, and Google Calendar</title><link>https://www.twilio.com/blog/2018/06/how-i-keep-my-mom-updated-on-my-travel-schedule-with-twilio-and-google-calendar.html#comment-3941574327</link><description>&lt;p&gt;This is super awesome. I want to do it myself right now.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mattstratton</dc:creator><pubDate>Tue, 12 Jun 2018 15:02:00 -0000</pubDate></item><item><title>Re: Let’s do the devops again with Nicole Forsgren &amp; Tim Gross</title><link>https://www.arresteddevops.com/made-up-words/#comment-3313564753</link><description>&lt;p&gt;&lt;a href="http://nicolefv.com/resources" rel="nofollow noopener" target="_blank" title="http://nicolefv.com/resources"&gt;http://nicolefv.com/resources&lt;/a&gt; has a white paper on measuring effectiveness and efficiency in DevOps. That paper has the questions.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mattstratton</dc:creator><pubDate>Thu, 18 May 2017 22:39:47 -0000</pubDate></item><item><title>Re: Use TDD to create a web server cookbook - Test driven development with InSpec on CentOS with VirtualBox and Vagrant - Test driven development with InSpec on CentOS - Test driven development with In...</title><link>https://learn.chef.io/modules/tdd-with-inspec/rhel/virtualbox/create-a-web-server-cookbook#comment-3312821968</link><description>&lt;p&gt;To follow the instructions, it is specified to run "chef generate cookbook cookbooks/webserver_test". However, this will fail if the "cookbooks" directory does not already exist.&lt;/p&gt;&lt;p&gt;Chef Development Kit Version: 1.3.43&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mattstratton</dc:creator><pubDate>Thu, 18 May 2017 13:34:15 -0000</pubDate></item><item><title>Re: Don&amp;#8217;t Miss These DevOps Events in 2017</title><link>https://blog.signifai.io/do-not-miss-these-devops-events-in-2017/#comment-3168782337</link><description>&lt;p&gt;Don't forget all of the awesome devopsdays all over the world. Really a great opportunity, especially with the focus on Open Spaces. &lt;a href="https://www.devopsdays.org" rel="nofollow noopener" target="_blank" title="https://www.devopsdays.org"&gt;https://www.devopsdays.org&lt;/a&gt; has all the scoop.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mattstratton</dc:creator><pubDate>Wed, 22 Feb 2017 04:04:44 -0000</pubDate></item><item><title>Re: US hbo-go</title><link>https://downdetector.com/status/hbo-go#comment-3129335121</link><description>&lt;p&gt;Yep. Down down for us too. #hugops to the folks trying to get it back online. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mattstratton</dc:creator><pubDate>Mon, 30 Jan 2017 22:06:59 -0000</pubDate></item><item><title>Re: Chocolatey Gallery | hugo 0.19.0</title><link>https://community.chocolatey.org/packages/hugo#comment-3128418693</link><description>&lt;p&gt;The 0.18.1 package is missing some stuff from the powershell script.&lt;/p&gt;&lt;p&gt;Previously, it contained these lines:&lt;/p&gt;&lt;p&gt;```&lt;br&gt;# Rename the downloaded hugo file name to a sane filename&lt;br&gt;Get-ChildItem -Path "$($destinationPath)\*.exe" | Rename-Item  -NewName "hugo.exe"&lt;br&gt;```&lt;/p&gt;&lt;p&gt;This is important for our build system, because we need to call hugo by name, and not the long name that is installed.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mattstratton</dc:creator><pubDate>Mon, 30 Jan 2017 12:32:21 -0000</pubDate></item><item><title>Re: How to build a mobile friendly website Part 2 - Ok to Go</title><link>https://jbrio.net/posts/mobile-friendly-website-2/#comment-3084625276</link><description>&lt;p&gt;I wonder if this would work:&lt;/p&gt;&lt;p&gt;1 - keep the general hugo setup the same (so people still work with the content directory and static directory, etc)&lt;br&gt;2 - local dev works totally fine because watch works just fine&lt;br&gt;3 - then, in the CI pipeline, have the following steps:&lt;br&gt;4a - build the static files to /public as usual using the hugo command&lt;br&gt;4b - run gulp tasks against all the static files in the /public directory but with an output of /deploy&lt;br&gt;5 - have the CI pipeline publish the contents of the /deploy directory to the web server/whatever&lt;/p&gt;&lt;p&gt;Am I crazy? Am I missing something?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mattstratton</dc:creator><pubDate>Thu, 05 Jan 2017 13:28:48 -0000</pubDate></item><item><title>Re: How to build a mobile friendly website Part 2 - Ok to Go</title><link>https://jbrio.net/posts/mobile-friendly-website-2/#comment-3084432986</link><description>&lt;p&gt;Thanks for the clarification! That's a big bummer for this project, because one of the reasons we got away from the ancient Ruby-based SSG we were using was people having to install stuff. I know that installing npm and gulp shouldn't be considered that big of a barrier to entry (especially since these are supposedly technical folks), but I can't use it now. Hmm. But this still is pointing me towards a direction that might work. And it will definitely work on my other Hugo sites! Thanks!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mattstratton</dc:creator><pubDate>Thu, 05 Jan 2017 11:18:51 -0000</pubDate></item><item><title>Re: How to build a mobile friendly website Part 2 - Ok to Go</title><link>https://jbrio.net/posts/mobile-friendly-website-2/#comment-3084285072</link><description>&lt;p&gt;Perhaps I'm missing something obvious here, but when you're running local testing of your site, are you still running the gulp pipeline, or is this only on deploy?&lt;/p&gt;&lt;p&gt;Here's our scenario - we have a pretty expansive Hugo site, which has dozens of contributors to the content files (basically files that would exist in the content, static, or data directories in a standard install). I cannot assume/require them to have gulp locally. What I was hoping to do was have a set-up where everything would work fine using "hugo --watch" (pointing to existing, non-optimized files, etc) but then as part of our build pipeline in Netlify (substitute your favorite CI/CD pipeline there) it would run gulp to minimize HTML/CSS, optimize/fingerprint images, etc.&lt;/p&gt;&lt;p&gt;The SCSS --&amp;gt; CSS part is no big deal; that all happens in the theme, and happens offline (so the copy of the code that the contributors have has compiled CSS that works for them).&lt;/p&gt;&lt;p&gt;So, do all the files needed to "run" via "hugo --watch" exist inside the hugo/static directory? Seems like some kind of duplication between that and the src directory.&lt;/p&gt;&lt;p&gt;EDIT - looking at the README on hugulp, it says to copy everything from static to src, so it would see that static is not used directly. My guess is this solution doesn't work well with "hugo --watch". I'm curious what your local development setup is like?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mattstratton</dc:creator><pubDate>Thu, 05 Jan 2017 09:38:43 -0000</pubDate></item><item><title>Re:  A step-by-step guide: Hugo on Netlify</title><link>https://www.netlify.com/blog/2015/10/06/a-step-by-step-guide-hugo-on-netlify#comment-2834027490</link><description>&lt;p&gt;I take it back. It doesn't work. The first site that I tried, I thought we were having issues because I wasn't setting --baseURL, but then it turns out that we don't actually use it. Then when I tried this on a site where we DO use it...it doesn't work. How do I access environment variables in the build command?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mattstratton</dc:creator><pubDate>Fri, 12 Aug 2016 11:16:39 -0000</pubDate></item><item><title>Re: Introducing Deploy Previews in Netlify</title><link>https://www.netlify.com/blog/2016/07/20/introducing-deploy-previews#comment-2831443098</link><description>&lt;p&gt;I presume that different previews are generated and kept for different branches? So if there are multiple PR's in flight (from different submitters/different branches) they won't stomp on each other?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mattstratton</dc:creator><pubDate>Wed, 10 Aug 2016 21:08:12 -0000</pubDate></item><item><title>Re:  A step-by-step guide: Hugo on Netlify</title><link>https://www.netlify.com/blog/2015/10/06/a-step-by-step-guide-hugo-on-netlify#comment-2831431509</link><description>&lt;p&gt;Turns out, it worked just fine! I just added --baseURL URL to the command, and voila!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mattstratton</dc:creator><pubDate>Wed, 10 Aug 2016 20:57:34 -0000</pubDate></item><item><title>Re:  A step-by-step guide: Hugo on Netlify</title><link>https://www.netlify.com/blog/2015/10/06/a-step-by-step-guide-hugo-on-netlify#comment-2831423839</link><description>&lt;p&gt;This is super rad. We are definitely interesting in moving at least the build portion of our site(s) (I manage two Hugo sites) over here, and possibly eventually the hosting.&lt;/p&gt;&lt;p&gt;The problem we have right now is with previews. We make heavy use of the baseURL variable in Hugo, the all the links in the preview site render with our production URL. There is a flag to hugo where you can pass the value of "baseURL", which I assume I can get from the URL environment variable...but I'm not sure if that is available to me in the build command?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mattstratton</dc:creator><pubDate>Wed, 10 Aug 2016 20:50:37 -0000</pubDate></item><item><title>Re: Open Your Stack with JJ Asghar</title><link>https://www.arresteddevops.com/openstack/#comment-2649043666</link><description>&lt;p&gt;We definitely were aware there were challenges in the audio with this one, and Joe (our valient editor) did what he could to pull it off. We have control over the sound environment for the hosts (mic quality, bandwidth, background noises) - there was some last minute issue where JJ couldn't banish his kid (hehe), but we thought the content was worth keeping the episode. Thanks for the feedback, though - I personally put a high bar on audio quality for the show, and this was a challenging one. We chose to keep it for the content. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mattstratton</dc:creator><pubDate>Fri, 29 Apr 2016 08:49:32 -0000</pubDate></item><item><title>Re: LINE Disney Tsum Tsum Tips and Tricks to get Tsum more</title><link>http://www.sagegamer.com/2015/01/29/line-disney-tsum-tsum-tips-tricks-get-tsum/#comment-2629657636</link><description>&lt;p&gt;Please feel free to add me to LINE for this fun game! I'm mugsymalone. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mattstratton</dc:creator><pubDate>Mon, 18 Apr 2016 08:43:32 -0000</pubDate></item><item><title>Re: A Participant's Conference - DevOpsDays Chicago 2015</title><link>https://blog.lanyonm.org/articles/2015/09/01/a-participants-conference-devopsdays-chicago.html#comment-2611203072</link><description>&lt;p&gt;Dang. The link to Carolyn's post is no longer valid :(&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mattstratton</dc:creator><pubDate>Thu, 07 Apr 2016 10:37:50 -0000</pubDate></item><item><title>Re: Technology &lt; Partnership</title><link>http://hedge-ops.com/technology-partnership/#comment-2472052044</link><description>&lt;p&gt;Thanks, Michael! I definitely have enjoyed partnering with you and your organization through this journey! Hope to see you at ChefConf this summer!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mattstratton</dc:creator><pubDate>Fri, 22 Jan 2016 11:52:48 -0000</pubDate></item><item><title>Re: Switching Teams: From Linux to Windows and Windows to Linux</title><link>https://www.arresteddevops.com/os-switching/#comment-2387621095</link><description>&lt;p&gt;Thanks for the clarifications! This is a super useful addition of resources and I'll add the links to the show notes soon (or make Trevor do it!)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mattstratton</dc:creator><pubDate>Tue, 01 Dec 2015 14:59:35 -0000</pubDate></item><item><title>Re: Switching Teams: From Linux to Windows and Windows to Linux</title><link>https://www.arresteddevops.com/os-switching/#comment-2387619355</link><description>&lt;p&gt;Ha! Trevor just told me in Slack that he was going to invite you to a future episode. That would be super fun!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mattstratton</dc:creator><pubDate>Tue, 01 Dec 2015 14:58:32 -0000</pubDate></item><item><title>Re: DevOps and ITIL: It’s Not Your Mother’s ITSM!</title><link>https://devops.com/devops-and-itil-its-not-your-mothers-itsm/#comment-2352665925</link><description>&lt;p&gt;Coincidentally, we just talked about this on Arrested DevOps with Steven Boyd, a certified ITIL Master. It must be the time of year for talking bout ITIL and DevOps! &lt;a href="https://arresteddevops.com/itil" rel="nofollow noopener" target="_blank" title="https://arresteddevops.com/itil"&gt;https://arresteddevops.com/...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mattstratton</dc:creator><pubDate>Tue, 10 Nov 2015 18:45:54 -0000</pubDate></item><item><title>Re: DevOps Days Chicago 2015 - Carolyn Van Slyck</title><link>http://carolynvs.github.io/blog/2015/08/devops-days-chicago-2015/#comment-2228112689</link><description>&lt;p&gt;Thanks for the great feedback, Carolyn! We had a great time putting on the event, and the participants are what made it amazing.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mattstratton</dc:creator><pubDate>Mon, 31 Aug 2015 13:19:03 -0000</pubDate></item><item><title>Re: 
    
      I'm so excited. I'm about to join Chef and I think I like it!
    
    /August 29, 2015    
    by Matt Wrock
  </title><link>http://www.hurryupandwait.io/blog/im-so-excited-im-about-to-join-chef-and-i-think-i-like-it#comment-2225312634</link><description>&lt;p&gt;Another Matt at Chef! I think we have three now. WE ARE TAKING OVER.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mattstratton</dc:creator><pubDate>Sat, 29 Aug 2015 17:25:29 -0000</pubDate></item><item><title>Re: 
                Your Blog Post Title Here...
            </title><link>https://preview.hs-sites.com/_hcms/preview/content/2706647234?portalId=228391&amp;_preview=true&amp;preview_key=_duZK8JE&amp;_cachebust=1428445530169#comment-2178132316</link><description>&lt;p&gt;"Push capabilities are now available in Chef, albeit only in enterprise versions."&lt;/p&gt;&lt;p&gt;This has not been the case for almost a year. Push jobs are OSS and freely available.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mattstratton</dc:creator><pubDate>Thu, 06 Aug 2015 14:56:48 -0000</pubDate></item><item><title>Re: OftenType for iOS lets you use shortcut buttons for commonly used phrases while typing</title><link>http://thenextweb.com/apps/2015/04/17/oftentype-for-ios-lets-you-use-shortcut-buttons-for-commonly-used-phrases-while-typing/#comment-1972269477</link><description>&lt;p&gt;You've been able to do the same in iOS for a while. Keyboard shortcuts are nothing new on either platform. I guess the appeal of this approach is you don't need to remember them? :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mattstratton</dc:creator><pubDate>Fri, 17 Apr 2015 06:13:10 -0000</pubDate></item></channel></rss>