More edits

This commit is contained in:
Thomas Cole 2022-01-31 09:40:55 -05:00
parent 1a02d80c22
commit 34923d8cf0

View File

@ -98,6 +98,7 @@
<li class="fragment fade-in">What happens when someone leaves?</li>
<li class="fragment fade-in">What happens when something breaks?</li>
<li class="fragment fade-in">How do you backup data?</li>
<li class="fragment fade-in">Does it get your full attention?</li>
</ul>
</div>
</div>
@ -110,32 +111,7 @@
<li>Centralizing management of users allows for easier turnover. No more sharing passwords.</li>
<li>Replacing hardware is not always straight forward. You want the right tool for the job.</li>
<li>What is the disaster recovery plan? Last time backups were run? Do your backups work?</li>
</ul>
</aside>
</section>
<section>
<div style="text-align: left;">
<p>It's OK to be overwhelmed</p>
</div>
<hr>
<div class="r-stack">
<img class="fragment fade-out" src="/img/spongebob-overwhelmed.gif" height="auto" width="80%">
<div class="align-left fill-width fill-height">
<ul>
<li class="fragment fade-in"></li>
<li class="fragment fade-in"></li>
<li class="fragment fade-in"></li>
<li class="fragment fade-in"></li>
<li class="fragment fade-in"></li>
</ul>
</div>
</div>
<div class="r-stretch"></div>
<aside class="notes">
<ul>
<li></li>
<li>Are you devoting all day every day to this or is it something you get around too when you have time?</li>
</ul>
</aside>
</section>
@ -289,16 +265,27 @@
<!-- <img class="fragment fade-out" src="/img/charlie-day-complicated.gif" height="auto" width="80%"> -->
<div class="align-left fill-width fill-height">
<ul>
<li class="fragment fade-in"></li>
<li class="fragment fade-in">Go for business class</li>
<li class="fragment fade-in">Used enterprise hardware is a great bang for the buck.</li>
<li class="fragment fade-in">2022 baseline specs<sup>*</sup></li>
<ul class="fragment fade-in">
<li>CPU: At least 4 true cores</li>
<li>Memory/RAM: 16GB</li>
<li>SSD: At least 256GB</li>
<li>HDD: 1TB (Only as file storage)</li>
<li>Graphics: It depends</li>
</ul>
<li class="fragmens fade-in">Laptops vs Desktops</li>
</ul>
</div>
</div>
<div class="r-stretch"></div>
<aside class="notes">
<ul>
<li></li>
<li></li>
<li></li>
<li>While they may have a bit of a price premium, business class machines are generally easier to service/upgrade, have longer support cycles, and will have more readily available support</li>
<li>Enterprises are always upgrading. Used business machines can generally be found for a really good price.</li>
<li>These are in my personal opinion. Don't take this as the be all end all recommendation.</li>
<li>Laptops are convenient, but desktops generally have longer lifespans. Plus the accessories can be brought forward when it is time to upgrade.</li>
</ul>
</aside>
@ -476,13 +463,8 @@
<script src="plugin/markdown/markdown.js"></script>
<script src="plugin/highlight/highlight.js"></script>
<script>
// More info about initialization & config:
// - https://revealjs.com/initialization/
// - https://revealjs.com/config/
Reveal.initialize({
hash: true,
// Learn about plugins: https://revealjs.com/plugins/
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
});
</script>