<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.5">Jekyll</generator><link href="https://mwjcomputing.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://mwjcomputing.github.io/" rel="alternate" type="text/html" /><updated>2026-03-13T18:37:28+00:00</updated><id>https://mwjcomputing.github.io/feed.xml</id><title type="html">MWJ Computing</title><subtitle>The personal site of Matthew Johnson</subtitle><author><name>Matthew Johnson</name><email>technology@mwjcomputing.com</email></author><entry><title type="html">CISA’s Secure By Design Pledge</title><link href="https://mwjcomputing.github.io/Secure-By-Design-Pledge" rel="alternate" type="text/html" title="CISA’s Secure By Design Pledge" /><published>2025-08-12T00:00:00+00:00</published><updated>2025-08-12T00:00:00+00:00</updated><id>https://mwjcomputing.github.io/Secure-By-Design-Pledge</id><content type="html" xml:base="https://mwjcomputing.github.io/Secure-By-Design-Pledge"><![CDATA[<p>If you spend any time in the Application Security space, at least in the United States, you will eventually will find that the US Government’s Cybersecurity &amp; Infrastructure Security Agency published the <a href="https://www.cisa.gov/securebydesign/">Secure by Design</a> best practices. It’s actually some pretty decent content.</p>

<p>What is actually pretty cool is they have made a voluntary <a href="https://www.cisa.gov/securebydesign/pledge">Secure by Design Pledge</a>. This pledge has currently over 200 signers and the signatories pledge to pritoritize the security of customers as a business requirement, and not a feature. The signatories would then implement <strong>Secure by Design</strong> principals such as:</p>
<ul>
  <li>Multi-factor authentication(MFA)</li>
  <li>Default passwords</li>
  <li>Reducing entire classes of vulnerability</li>
  <li>Security patches</li>
  <li>Vulnerability disclosure policy</li>
  <li>CVE</li>
  <li>Evidence of intrusions</li>
</ul>

<p>Even more so, the signers also provide progress reports on how the companies are progressing and their status. This is great transparancy for customers of the organizations that have taken the pledge.</p>

<p>Honestly, I am glad this a thing. I feel that all organizations producing software for external customers, well even internal customers as well, should consider taking a long look at this. The list of things on this pledge should be the defaults at organizations. If you are in the place to do so as a vendor, please consider this.</p>

<p>Happy coding!</p>]]></content><author><name>Matthew Johnson</name><email>technology@mwjcomputing.com</email></author><summary type="html"><![CDATA[If you spend any time in the Application Security space, at least in the United States, you will eventually will find that the US Government’s Cybersecurity &amp; Infrastructure Security Agency published the Secure by Design best practices. It’s actually some pretty decent content.]]></summary></entry><entry><title type="html">PowerShell Function to Change Windows Theme</title><link href="https://mwjcomputing.github.io/Change-Windows-Theme" rel="alternate" type="text/html" title="PowerShell Function to Change Windows Theme" /><published>2024-03-28T00:00:00+00:00</published><updated>2024-03-28T00:00:00+00:00</updated><id>https://mwjcomputing.github.io/Change-Windows-Theme</id><content type="html" xml:base="https://mwjcomputing.github.io/Change-Windows-Theme"><![CDATA[<p>I am a heavy Mac user these days, but still use Windows on a frequent basis for support of my clients and some light gaming. I love that my Mac sets the theme between light and dark mode automatically. So I set out to find a way to do this.</p>

<p>Sadly, there I could not find a way to do this on sunrise and sunset, however I was able to find a way to do this at a PowerShell prompt. So introducing Set-WindowsTheme. You can add this function to your PowerShell profile, and then set the theme between light and dark mode at will.</p>

<script src="https://gist.github.com/114042f37089208b5c562705fe966fec.js"> </script>]]></content><author><name>Matthew Johnson</name><email>technology@mwjcomputing.com</email></author><summary type="html"><![CDATA[I am a heavy Mac user these days, but still use Windows on a frequent basis for support of my clients and some light gaming. I love that my Mac sets the theme between light and dark mode automatically. So I set out to find a way to do this.]]></summary></entry></feed>