<?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>{ dotps1 }</title>
		<description>Blog and website of Thomas Malkewitz @dotps1, blogging mainly for tech and homebrewing. Opinions expressed are my own.</description>
		<link>https://dotps1.github.io</link>
		<atom:link href="https://dotps1.github.io/feed.xml" rel="self" type="application/rss+xml" />
		
			<item>
				<title>One and half minute brewday</title>
				
				
					<description>&lt;p&gt;Tried out the time lapse on my video camera.  Took one shot every three seconds.  I stopped just before I racked to my fermenter.&lt;/p&gt;

</description>
				
				<pubDate>Mon, 05 Mar 2018 00:00:00 +0000</pubDate>
				<link>https://dotps1.github.io/homebrewing/2018/03/05/one-and-half-minute-brew-day.html</link>
				<guid isPermaLink="true">https://dotps1.github.io/homebrewing/2018/03/05/one-and-half-minute-brew-day.html</guid>
			</item>
		
			<item>
				<title>Brewing your own BrewPi</title>
				
				
					<description>&lt;p&gt;Like most people, I found out how important controlling fermentation temperature is only after making a huge mistake and letting a batch of beer ferment about 10 degrees Fahrenheit over the yeast strains max temperature.  And it was so horrible I had to dump it all, it wasn’t even close to drinkable.  And I think my next actions where the same as most others as well, got my hands on an old cheap fridge (stand up freezer in my case), purchased an &lt;a href=&quot;https://www.amazon.com/Inkbird-All-Purpose-Temperature-Controller-Fahrenheit/dp/B00OXPE8U6/ref=sr_1_3?ie=UTF8&amp;amp;qid=1516664787&amp;amp;sr=8-3&amp;amp;keywords=stc-1000&quot;&gt;STC-1000&lt;/a&gt; relay with temp probe, and built something I could control fermentation temperature with.  &lt;img src=&quot;https://dotps1.github.io/img/2018-01-22-brewing-your-own-brewpi/stc-1000.jpg&quot; alt=&quot;STC-1000&quot; /&gt;This is a quick, and cheap solution, and it does work, but the biggest issue I was running into, was temperature swing.  I would set my target temperature, and when it would cool, it would sometimes go 2-3 degrees Celsius (yes, I bought a Centigrade controller by accident, and they are one or the other) past the target.  Then the heater would turn on and go 1-3 degrees over.  And, especially as fermentation wound down, and the beer was creating less of its own heat, this would get even worse.  And I’m sure this doesn’t affect the beer tremendously, but I still didn’t like it.  Also it seemed like it was making my freezer and heater work much more then necessary as they where fighting each other.  There has to be a better way!&lt;/p&gt;

</description>
				
				<pubDate>Mon, 22 Jan 2018 00:00:00 +0000</pubDate>
				<link>https://dotps1.github.io/homebrewing/2018/01/22/brewing-your-own-brewpi.html</link>
				<guid isPermaLink="true">https://dotps1.github.io/homebrewing/2018/01/22/brewing-your-own-brewpi.html</guid>
			</item>
		
			<item>
				<title>BarcampGR Conference 2017</title>
				
				
					<description>&lt;p&gt;Had a great time last night at &lt;a href=&quot;http://barcampgr.org&quot;&gt;BarcampGR&lt;/a&gt;.  A few &lt;a href=&quot;https://grposh.github.io&quot;&gt;GRPosh&lt;/a&gt; members gave some great talks.  Huge shoutout to everyone from &lt;a href=&quot;http://barcampgr.org&quot;&gt;BarcampGR&lt;/a&gt; for putting a great conference, and to everyone from &lt;a href=&quot;https://grposh.github.io&quot;&gt;GRPosh&lt;/a&gt; for there presentations.&lt;/p&gt;

</description>
				
				<pubDate>Sat, 26 Aug 2017 00:00:00 +0000</pubDate>
				<link>https://dotps1.github.io/conference/2017/08/26/barcampgr_conference_2017.html</link>
				<guid isPermaLink="true">https://dotps1.github.io/conference/2017/08/26/barcampgr_conference_2017.html</guid>
			</item>
		
			<item>
				<title>HP Servers, EMC shelf, and Storage Pools</title>
				
				
					<description>&lt;p&gt;Recently at work I was asked to build a PoC for &lt;a href=&quot;https://docs.microsoft.com/en-us/windows-server/storage/storage-spaces/storage-spaces-direct-overview&quot;&gt;Storage Spaces Direct&lt;/a&gt;.  The premiss is actually pretty interesting.  Basically, you take two servers, pack them full of local storage, set up a storage pool between them and then set up an HA CSV between them and then run VM’s on top of it.  The cool part is for the HA, all of the IO writes are synchronous.  This means, if one of the hosts where to die, your VM would be &lt;em&gt;exactly&lt;/em&gt; how it was on the dead host, on the still functioning one.  This could be important for applications that even a few seconds of latency would cause a bunch of errors in the event the server VM needed to fail over to the other host.  Especially if the VM is running on the host that dies, because you would still lose CPU and Memory from the host.  So the VM would actually have to be restarted, but there &lt;em&gt;should&lt;/em&gt; be no data discrepancy between the hosts and the VM’s vhdx file.&lt;/p&gt;

&lt;p&gt;Well, gather around children, I am going to take you on a journey of learning, and frustration as I attempted to setup a Storage Space Direct PoC.&lt;/p&gt;

</description>
				
				<pubDate>Mon, 07 Aug 2017 00:00:00 +0000</pubDate>
				<link>https://dotps1.github.io/server/2017/08/07/hp-servers-emc-shelf-and-storage-pools.html</link>
				<guid isPermaLink="true">https://dotps1.github.io/server/2017/08/07/hp-servers-emc-shelf-and-storage-pools.html</guid>
			</item>
		
			<item>
				<title>PowerShell + DevOps Global Summit Scholarship</title>
				
				
					<description>&lt;p&gt;As automation grows in the IT workplace, it maybe be growing to fast for a lot of folks to keep up with.  PowerShell is taking over the Windows World, and now is moving into the UNIX and Mac spaces as well.  I have attended the &lt;a href=&quot;http://powershellsummit.org/&quot;&gt;PowerShell + DevOps Global Summit&lt;/a&gt; three out of the five years it has been running, and it has some of the best content of any conference I have had the pleasure of being part of.  That being said, the great people at &lt;a href=&quot;https://powershell.org&quot;&gt;PowerShell.org&lt;/a&gt; have come up with a great idea of giving scholarships to a few fine deserving individuals so they can attend the Summit if they maybe struggling to find administrative approval.&lt;/p&gt;

</description>
				
				<pubDate>Thu, 03 Aug 2017 00:00:00 +0000</pubDate>
				<link>https://dotps1.github.io/powershell/2017/08/03/powershell-devops-global-summit-scholarship.html</link>
				<guid isPermaLink="true">https://dotps1.github.io/powershell/2017/08/03/powershell-devops-global-summit-scholarship.html</guid>
			</item>
		
			<item>
				<title>DSC Pull Server Creating Excessive edb Logs</title>
				
				
					<description>&lt;h3 id=&quot;the-prodigal-son-returns&quot;&gt;The prodigal son returns…&lt;/h3&gt;

</description>
				
				<pubDate>Fri, 21 Apr 2017 00:00:00 +0000</pubDate>
				<link>https://dotps1.github.io/powershell/2017/04/21/dsc-pull-server-creating-excessive-edb-logs.html</link>
				<guid isPermaLink="true">https://dotps1.github.io/powershell/2017/04/21/dsc-pull-server-creating-excessive-edb-logs.html</guid>
			</item>
		
			<item>
				<title>Deploying Dynamic Server Nano Images with SCCM</title>
				
				
					<description>&lt;p&gt;So, its been a while since my last blog post. 
My short lived carreer in Consulting has already come to an end and I am back where I belong, in Enterprise IT. 
That being said, this week I took the plunge into deploying Windows Server 2016 Nano, and this is my tale…&lt;/p&gt;

</description>
				
				<pubDate>Sat, 12 Nov 2016 00:00:00 +0000</pubDate>
				<link>https://dotps1.github.io/sccm/2016/11/12/deploying-dynamic-server-nano-images-with-sccm.html</link>
				<guid isPermaLink="true">https://dotps1.github.io/sccm/2016/11/12/deploying-dynamic-server-nano-images-with-sccm.html</guid>
			</item>
		
			<item>
				<title>Repairing Corrupted WUA on Windows 7</title>
				
				
					<description>&lt;p&gt;This article is an expansion on from my last blog post: &lt;a href=&quot;http://dotps1.github.io/logmein-breaks-patching-with-labtech.html&quot;&gt;LogMeIn Breaks Patching With LabTech&lt;/a&gt;.  After
addressing the LogMeIn Patch Management issue with the Windows Update Agent, I experienced a slew of other issues that where hindering my abilities to successfully patch Windows 7 
clients.&lt;/p&gt;

</description>
				
				<pubDate>Mon, 22 Aug 2016 00:00:00 +0000</pubDate>
				<link>https://dotps1.github.io/powershell/2016/08/22/repairing-corrupted-wua-on-windows-7.html</link>
				<guid isPermaLink="true">https://dotps1.github.io/powershell/2016/08/22/repairing-corrupted-wua-on-windows-7.html</guid>
			</item>
		
			<item>
				<title>LogMeIn Breaks Patching With LabTech</title>
				
				
					<description>&lt;p&gt;I recently accepted and moved in to a new role, and one of my first tasks was to figure out why patching was failing on clients.
The updates where being applied using Ignite VIA LabTech.
The updates continuously failed with the following error:&lt;/p&gt;

</description>
				
				<pubDate>Fri, 10 Jun 2016 00:00:00 +0000</pubDate>
				<link>https://dotps1.github.io/labtech/2016/06/10/logmein-breaks-patching-with-labtech.html</link>
				<guid isPermaLink="true">https://dotps1.github.io/labtech/2016/06/10/logmein-breaks-patching-with-labtech.html</guid>
			</item>
		
			<item>
				<title>dotps1 Makes The Booch</title>
				
				
					<description>&lt;p&gt;So, this is going to be a short blog post, because I made a video!  This is how I (dotps1) makes the booch!&lt;/p&gt;

</description>
				
				<pubDate>Fri, 27 May 2016 00:00:00 +0000</pubDate>
				<link>https://dotps1.github.io/miscellaneous/2016/05/27/dotps1-makes-the-booch.html</link>
				<guid isPermaLink="true">https://dotps1.github.io/miscellaneous/2016/05/27/dotps1-makes-the-booch.html</guid>
			</item>
		
	</channel>
</rss>
