Deploying upstream@17da58270f1d94e60db9648a31fb8e7c144b02ec: 20260623 Plan updates
This commit is contained in:
@@ -610,17 +610,17 @@
|
||||
</h1>
|
||||
</header>
|
||||
<div class="post-meta post-show-meta">
|
||||
<time datetime="2026-05-27T13:13:05.814Z">
|
||||
<time datetime="2026-06-23T13:35:52.288Z">
|
||||
<i
|
||||
class="iconfont icon-calendar"
|
||||
style="margin-right: 2px;">
|
||||
</i>
|
||||
<span>2026-05-27</span>
|
||||
<span>2026-06-23</span>
|
||||
</time>
|
||||
|
||||
|
||||
<span class="dot"></span>
|
||||
<span>445 words</span>
|
||||
<span>228 words</span>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -628,29 +628,13 @@
|
||||
<div
|
||||
id="section"
|
||||
class="post-content">
|
||||
<p>To review the history of my <code>~/.plan</code> file and see progress over time, you can see <a target="_blank" rel="noopener" href="https://source.starfort.tech/aklabs.net/www.aklabs.net/commits/branch/main/now/index.html">the history on the Starfort Source Vault</a>.</p>
|
||||
<p>These days I’m mostly focused on my day job, which means I won’t publish a lot of personal code, but the good news is that most of my work is open source on Repo1, and you can <a target="_blank" rel="noopener" href="https://repo1.dso.mil/akesterson/dotfiles/-/blob/main/.plan.md">follow me there</a>.</p>
|
||||
<h2 id="Recent-Progress"><a href="#Recent-Progress" class="headerlink" title="Recent Progress"></a>Recent Progress</h2><ul>
|
||||
<li>Started my embedded development journey. Started out with a <a target="_blank" rel="noopener" href="https://www.amazon.com/dp/B0BMQ2CPQN?ref=ppx_yo2ov_dt_b_fed_asin_title">Freenove ESP32-S3 WROOM board</a>. About 1/3 of the way through <a target="_blank" rel="noopener" href="https://docs.freenove.com/projects/fnk0085/en/latest/">their C tutorials</a>. Built a <a target="_blank" rel="noopener" href="https://source.starfort.tech/andrew/esp32-learning/src/branch/main/flowing_light_with_button">cascading LED waterfall</a> that rolls through and fades lights with PWM off the GPIO pins, and uses a button to change the direction of the scroll.</li>
|
||||
<li>Built a primitive timeclock for my son to log hours working for me on household projects and deployed it into my kubernetes cluster</li>
|
||||
<li>Moved entirely off of GitHub and onto self-hosted infrastructure (the server hosting this is in my living room)</li>
|
||||
<li>Minor bugfixes to <a target="_blank" rel="noopener" href="https://source.starfort.tech/andrew/libakerror">libakerror</a> to improve detection of functions that should return <code>akerr_ErrorContext *</code> but don’t</li>
|
||||
<li>Added <code>atof</code> to my <a target="_blank" rel="noopener" href="https://source.starfort.tech/andrew/libakstdlib">libakstdlib</a></li>
|
||||
<li>Improvements and bugfixes to my [libakgl] game library<ul>
|
||||
<li>Correctly interpret relative paths when loading assets</li>
|
||||
<li>Abstracted the rendering layer out into an <code>akgl_RenderBackend</code> object to make it easier to swap in GPU rendering later</li>
|
||||
<li>Implemented pluggable physics through <code>akgl_PhysicsBackend</code> and started work on an arcade physics engine. Moved away from primitive movement mechanics (input directly sets velocity) to a more proper physics simulation (input drives thrust, actor characteristics drive acceleration, gravity and atmospheric drag are counteracting forces)</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Updated my <a target="_blank" rel="noopener" href="https://source.starfort.tech/andrew/akgl-test">akgl test demo</a> to use the new pluggable renderers and physics systems, updated assets for relative pathing and physics data, as well as additional HUD data for player velocity and positioning data</li>
|
||||
</ul>
|
||||
<h2 id="Specific-Plans"><a href="#Specific-Plans" class="headerlink" title="Specific Plans"></a>Specific Plans</h2><!-- personal .plan here -->
|
||||
<ul>
|
||||
<li>Complete the 2026 Marion fire academy, and produce a better plan for 2027. This academy has been just as much work as the last one, I need to be able to step away more from the next one and let the junior instructors handle more of the classes.</li>
|
||||
<li>Add collision detection to the libakgl arcade physics engine. Actors should be able to stand on things, run into things, and slide down angles.</li>
|
||||
<li>Complete ESP32 Serial communication and Sensor projects</li>
|
||||
<li>Plan and implement a distributed storage network for myself and my relatives. One of us recently suffered a catastrophic data failure on their NAS and there were no backups. This was a serious wake-up call that RAID in one location is not enough, so we’re taking steps towards geographically distributed replicated backups.</li>
|
||||
<li>Learning embedded development. I’m working through a process that will take me through Arduino on ESP32, then into bare metal programming on an STM32 Nucleo board, then mastering advanced stuff like trusted security modules on STM32H5, then RTOS with more STM32, then FPGA programming on an Artyx. Along the way I’m experimenting with PIC microcontrollers and other embedded toys as well. I hope to complete this course by some time in 2027.</li>
|
||||
<li>Relaxing after a successful fire academy. The first half of every year is devoted to training firefighters in Marion County, Georgia. We just graduated 3 new support firefighters and 3 new suppression firefighters, so I’m taking a break from training for a while to focus on other things.</li>
|
||||
<li>Working on a tinyhouse for my oldest daughter. She has been very patient with me to complete this project, but I absolutely need to bear down and get this done. She deserves it, and besides, I promised.</li>
|
||||
</ul>
|
||||
<p><a target="_blank" rel="noopener" href="https://source.starfort.tech/aklabs.net/www.aklabs.net/commits/branch/main/now/index.html">My ~/.plan history is on the Starfort Source Vault</a>.</p>
|
||||
<h1 id="Musings"><a href="#Musings" class="headerlink" title="Musings"></a>Musings</h1><!-- musings here -->
|
||||
<blockquote>
|
||||
<p>You will stop at nothing to reach your objective, but only because your<br>brakes are defective.</p>
|
||||
@@ -675,7 +659,7 @@
|
||||
style="padding-right: 2px;">
|
||||
</i>TOC
|
||||
</div>
|
||||
<ol class="toc"><li class="toc-item toc-level-2"><a class="toc-link" href="#Recent-Progress"><span class="toc-text">Recent Progress</span></a></li><li class="toc-item toc-level-2"><a class="toc-link" href="#Specific-Plans"><span class="toc-text">Specific Plans</span></a></li></ol></li><li class="toc-item toc-level-1"><a class="toc-link" href="#Musings"><span class="toc-text">Musings</span></a>
|
||||
<ol class="toc"><li class="toc-item toc-level-1"><a class="toc-link" href="#Musings"><span class="toc-text">Musings</span></a></li></ol>
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user