<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>jeremyheckt.com</title>
    <link>https://jeremyheckt.com/</link>
    <description>Recent content on jeremyheckt.com</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 10 May 2026 19:10:17 -0700</lastBuildDate>
    <atom:link href="https://jeremyheckt.com/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Learning How to Be Bored Again</title>
      <link>https://jeremyheckt.com/posts/learning-how-to-be-bored-again/</link>
      <pubDate>Sun, 10 May 2026 19:10:17 -0700</pubDate>
      <guid>https://jeremyheckt.com/posts/learning-how-to-be-bored-again/</guid>
      <description>&lt;p&gt;Most people do not like being bored, same with myself. We seek stimulating, or at least acceptably so, things to do when we feel bored.&lt;/p&gt;&#xA;&lt;p&gt;In the year 2026 being bored usually involves reaching for your phone. Having the little dopamine device in your pocket prevents you from ever being completely bored, just scroll some more or hit refresh! But using this constant drip of less-than-stimulating (or over-stimulating) material to try to solve that bordem is creating problems not just for society but for ourselves and our ability to do things as simple as learn. Being bored should cause us to want to do something, not cause us to continue doing nothing. (Excluding meditation, but if you are someone who meditates then you know that already.)&lt;/p&gt;</description>
    </item>
    <item>
      <title>[Media Reflection] Majora&#39;s Mask And What It Has To Say</title>
      <link>https://jeremyheckt.com/posts/media-reflection-majoras-mask/</link>
      <pubDate>Tue, 05 May 2026 09:29:41 -0700</pubDate>
      <guid>https://jeremyheckt.com/posts/media-reflection-majoras-mask/</guid>
      <description>&lt;h2 id=&#34;looking-backwards&#34;&gt;Looking Backwards&lt;/h2&gt;&#xA;&lt;p&gt;When I was a child I got an N64 for Christmas, like many children did back in the early 90s. I got several games, including Super Mario 64 and The Legend of Zelda: Ocarina of Time (OOT). Both great games, with OOT getting a sequel on the same system a few years later named The Legend Of Zelda: Majora&amp;rsquo;s Mask (Majora&amp;rsquo;s) &lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;.&lt;/p&gt;&#xA;&lt;p&gt;I never finished Majora&amp;rsquo;s as a child. I tried, but the time system was a tad difficult to deal with when I was that small. For those who are not aware of the game, here is a brief rundown:&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Joy of Improving at Climbing</title>
      <link>https://jeremyheckt.com/posts/the-joy-of-improving-at-climbing/</link>
      <pubDate>Sun, 19 Apr 2026 17:23:30 -0700</pubDate>
      <guid>https://jeremyheckt.com/posts/the-joy-of-improving-at-climbing/</guid>
      <description>&lt;p&gt;I started climbing recently, specifically bouldering (yes I will do the rope some day, but not today). I remember the very first day I decided to get back into it after a break since college. I was pretty scared to get more than a few feet off the ground.&lt;/p&gt;&#xA;&lt;p&gt;In bouldering the difficulties are rated (subjectively by the route-setter) from V0 -&amp;gt; V12+. V0 is essentially the easiest, with some places using a VB (V-Beginner) route for the ones that are essentially just a ladder on a wall. I knew this from watching some YouTube videos, but did not know what the colored tape or any of that stuff meant.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Reflecting on Being Logged Off of Short-Form Social Media for Three Months</title>
      <link>https://jeremyheckt.com/posts/reflecting-on-being-logged-off-of-short-form-social-media-for-three-months/</link>
      <pubDate>Sun, 12 Apr 2026 15:32:29 -0700</pubDate>
      <guid>https://jeremyheckt.com/posts/reflecting-on-being-logged-off-of-short-form-social-media-for-three-months/</guid>
      <description>&lt;p&gt;I will cut to the chase at the start here: I feel much better (mentally) than I did at the start of the year. The very few positives of these sites (seeing &amp;ldquo;hot takes&amp;rdquo; on the freshest of the fresh news) is outweighed by the avoidance of the negatives of these sites (see my other post).&lt;/p&gt;&#xA;&lt;p&gt;I can feel a sense of my attention span returning.&lt;/p&gt;&#xA;&lt;p&gt;Another thing that I have started recently is keeping my laptop out of my room. I have an iPad, and that is enough. Yes, it has slimmed down functionality but that is the point. My room feels as if the air moves more freely about it when I have less electronics in there&amp;hellip;but I will still keep a video game handheld because that is nice in bed sometimes - but video games are not &amp;ldquo;short-form&amp;rdquo; media. Or at least the ones I play are not, generally.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Writing a Rust Embedded Driver Is Easier Than I Thought</title>
      <link>https://jeremyheckt.com/posts/writing-a-rust-embedded-driver-is-easier-than-i-thought/</link>
      <pubDate>Tue, 10 Feb 2026 18:27:11 -0800</pubDate>
      <guid>https://jeremyheckt.com/posts/writing-a-rust-embedded-driver-is-easier-than-i-thought/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;Why would you want to use a language &lt;em&gt;other&lt;/em&gt; than MicroPython for an embedded system like a Pi Pico? It is so easy!&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;You, maybe&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;Yes, it is easy. But I decided my goals lie in a loftier place. I learned regular &lt;code&gt;std&lt;/code&gt; Rust. I read the books (The Rust Book and Rust For Rustaceans) and I felt like I was ready to take the next step. I figured it would be difficult, and complex, because Rust is supposed to be a &amp;ldquo;real&amp;rdquo; systems language. As it turns out when you stand on the shoulders of giants things are a lot easier than they seemed they would be at first glance.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Reflecting on a Month of Logging off of Short Form Media Sites</title>
      <link>https://jeremyheckt.com/posts/reflecting-on-a-month-of-logging-of-of-short-form-media-sites/</link>
      <pubDate>Tue, 27 Jan 2026 13:20:08 -0800</pubDate>
      <guid>https://jeremyheckt.com/posts/reflecting-on-a-month-of-logging-of-of-short-form-media-sites/</guid>
      <description>&lt;p&gt;It has been about a month since I decided to step away from short-form media sites. This for me was mainly text-based short-form BlueSky, but I also refuse to click links to Twitter/X or Instagram unless its something my friend &lt;em&gt;absolutely&lt;/em&gt; needs me to see for some reason and they sent it to me.&lt;/p&gt;&#xA;&lt;p&gt;The first few days, or even the first week, I felt a sort of emptiness with my hands. I used to reach for my phone and just scroll when I got bored and when I felt like I was done I would close the browser just to open it back up almost immediately. But after a few days I began to feel relief that I did not have to read so many complaints or misdirected anger from all the posts in my feeds.&lt;/p&gt;</description>
    </item>
    <item>
      <title>I Will Climb Mountains</title>
      <link>https://jeremyheckt.com/posts/i-will-climb-mountains/</link>
      <pubDate>Sat, 17 Jan 2026 14:11:45 -0800</pubDate>
      <guid>https://jeremyheckt.com/posts/i-will-climb-mountains/</guid>
      <description>&lt;p&gt;&#xA;  &lt;figure&gt;&#xA;    &lt;img class=&#34;article-image&#34; src=&#34;https://static.letseatlabs.com/data/blog/jeremyheckt/img/DSC_0980.jpg&#34; alt=&#34;Mountain top near Alpental on Snoqualmie Pass in Washington State&#34;&gt;&#xA;    &lt;figcaption class=&#34;image_subtitle&#34;&gt;Mountain top near Alpental on Snoqualmie Pass in Washington State&lt;/figcaption&gt;&#xA;  &lt;/figure&gt;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;Mountains, both physical and metaphorical, have been on my mind a lot recently.&lt;/p&gt;&#xA;&lt;p&gt;I have started doing endurance training, even if its just a little bit. The book that inspired me to get off my butt is titled &lt;em&gt;Training For The New Alpinism: A Manual For The Climber As Athlete&lt;/em&gt;. The book is full of photos of people scaling precarious peaks with nothing but rope and their gear on their backs. I am unlikely to do alpine style climbing but I am more than willing to do grueling hikes to camp on top of mountains, however.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Migrating My Blog</title>
      <link>https://jeremyheckt.com/posts/migrating-my-blog/</link>
      <pubDate>Fri, 16 Jan 2026 19:14:33 -0800</pubDate>
      <guid>https://jeremyheckt.com/posts/migrating-my-blog/</guid>
      <description>&lt;p&gt;This post is short. I migrated my blog from a Golang webapp I wrote myself (&lt;a href=&#34;https://git.sr.ht/~jheckt/personal-site/tree&#34;&gt;here&lt;/a&gt;). At the time this was actually a good idea as I learned &lt;em&gt;a ton&lt;/em&gt; about how to write webapps for Go, even if it was a simple one. Embedding a filesystem into your binary is actually really slick.&lt;/p&gt;&#xA;&lt;p&gt;I migrated the blog to Hugo, and will simply muck with customizing the theme. It will be forked from &lt;a href=&#34;https://github.com/yihui/hugo-xmin&#34;&gt;this theme&lt;/a&gt; because I want to go for a retro look, even if I am just using the pure theme at the start.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Logging Off</title>
      <link>https://jeremyheckt.com/posts/post-logging-off/</link>
      <pubDate>Sun, 28 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://jeremyheckt.com/posts/post-logging-off/</guid>
      <description>&lt;p&gt;Compressing thought down to 140 or so characters does a lot of things. Reading other people&amp;rsquo;s compressed thoughts seems to have a negative impact on me, so I think it is time to log off of any media focused on short-form content. That goes for both short-form video, which I already avoided, and now short-form text-based media. I am also going to begin avoiding spending time on any website that is primarily algorithmically driven, or has infinite scrolling mechanisms.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Rearrange Your Room For A Headspace Reset</title>
      <link>https://jeremyheckt.com/posts/post-rearrange-your-room-for-a-headspace-reset/</link>
      <pubDate>Sun, 23 Nov 2025 00:00:00 +0000</pubDate>
      <guid>https://jeremyheckt.com/posts/post-rearrange-your-room-for-a-headspace-reset/</guid>
      <description>&lt;p&gt;Recently I have felt the need to get a reset of my headspace, and emotional reconfiguring if you will. I felt like I was in a rut with the way I was going, feeling like each day was the same as the past. Same habits, same activities, same feelings.&lt;/p&gt;&#xA;&lt;p&gt;So I rearranged my bedroom today, and it has already felt like a big difference. I moved my bed so that my head is near the window that opens, which is something that I have not done in a few years now that I think about it. During college, and for a few years after, I almost always had my head in this location because I love the fresh, cold air while laying under my blankets.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Getting Back Into Photography And Going Outside</title>
      <link>https://jeremyheckt.com/posts/post-getting-back-into-photography-and-going-outside/</link>
      <pubDate>Mon, 17 Nov 2025 00:00:00 +0000</pubDate>
      <guid>https://jeremyheckt.com/posts/post-getting-back-into-photography-and-going-outside/</guid>
      <description>&lt;p&gt;Recently I decided to pull the trigger on a new camera. I got a Nikon Z6 II, a mirrorless camera released around 2020. It is not the &amp;ldquo;latest and greatest&amp;rdquo; but it is absolutely still a strong contender being only a few years old.&lt;/p&gt;&#xA;&lt;p&gt;I discovered that it had a feature to take a bunch of photos with incremental changes to the focus of the lens, which will aid me in doing my macro photography that I have put to the side for too long.&lt;/p&gt;</description>
    </item>
    <item>
      <title>My Job Is Boring But The Economy Is Shit</title>
      <link>https://jeremyheckt.com/posts/my-job-is-boring-but-the-economy-is-shit/</link>
      <pubDate>Thu, 02 Oct 2025 00:00:00 +0000</pubDate>
      <guid>https://jeremyheckt.com/posts/my-job-is-boring-but-the-economy-is-shit/</guid>
      <description>&lt;p&gt;My job has fluctuations in the level of activity. Being a DevOps engineer, one who is typically tasked with responding to issues rather than implementing new features, the job comes in waves. Some days are busy, 5-alarm fire types of days. These days are not so bad. But most days are not this&amp;hellip;most days feel as if I am just starting at a blank new tab window in the browser.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Trying Apple&#39;s Container Runtime</title>
      <link>https://jeremyheckt.com/posts/trying-apples-container-runtime/</link>
      <pubDate>Sun, 10 Aug 2025 00:00:00 +0000</pubDate>
      <guid>https://jeremyheckt.com/posts/trying-apples-container-runtime/</guid>
      <description>&lt;p&gt;I decided to try to run containers locally on my machine instead of on a VM on my homelab. This way I can start to wind down the homelab box, or at least shrink it, as well as eliminate some latency when I am using my reference image storage app that I made. This is easy enough on Linux with either Docker or Podman being acceptable options.&lt;/p&gt;&#xA;&lt;p&gt;On my Macbook I decided to try Apple&amp;rsquo;s new &lt;a href=&#34;https://github.com/apple/container&#34;&gt;container&lt;/a&gt; framework for MacOS, specifically MacOS 26. &amp;ldquo;Cutting over&amp;rdquo; to it was really easy as it is OCI compliant and allows you to use Dockerfiles:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Sometimes You Just Need A Haircut And A Shave</title>
      <link>https://jeremyheckt.com/posts/sometimes-you-just-need-a-haircut-and-a-shave/</link>
      <pubDate>Tue, 13 May 2025 00:00:00 +0000</pubDate>
      <guid>https://jeremyheckt.com/posts/sometimes-you-just-need-a-haircut-and-a-shave/</guid>
      <description>&lt;p&gt;Recently I have been coasting along, not doing terrible but not being terribly productive. I have been half-heartedly trying to pick up some of my side projects that I have allowed to fall to the side.&lt;/p&gt;&#xA;&lt;p&gt;I noticed that I was spending a lot more time on social media during the past few weeks than I had the few months prior. Doing this for too long during the day gives me this massive &amp;ldquo;brain fog&amp;rdquo; feeling where I cannot stay on a task for more than a few moments before wanting to slump over. I decided I was done feeling like this constantly. I also picked up a habit of 1-2 beers after work which, while not &amp;ldquo;binge drinking&amp;rdquo; by any means, made me feel sleepy earlier and even more unproductive. I wanted to do something to change.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Things I Find &#39;Just Neat&#39; About The Julia Programming Language</title>
      <link>https://jeremyheckt.com/posts/things-i-find-just-neat-about-the-julia-programming-language/</link>
      <pubDate>Mon, 24 Feb 2025 00:00:00 +0000</pubDate>
      <guid>https://jeremyheckt.com/posts/things-i-find-just-neat-about-the-julia-programming-language/</guid>
      <description>&lt;p&gt;&#xA;  &lt;figure&gt;&#xA;    &lt;img class=&#34;article-image&#34; src=&#34;https://static.letseatlabs.com/data/blog/jeremyheckt/img/neat_marge.jpg&#34; alt=&#34;Marge Simpson holding an object and saying &amp;ldquo;I just think they&amp;rsquo;re neat&amp;rdquo;&#34;&gt;&#xA;    &lt;figcaption class=&#34;image_subtitle&#34;&gt;Marge Simpson holding an object and saying &amp;ldquo;I just think they&amp;rsquo;re neat&amp;rdquo;&lt;/figcaption&gt;&#xA;  &lt;/figure&gt;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;I have been learning the Julia programming language recently and I wanted to take a bit of time to just show some things that I found neat about the language. I may update this over time as I learn more!&lt;/p&gt;&#xA;&lt;p&gt;I really recommend the book &lt;a href=&#34;https://nostarch.com/practical-julia&#34;&gt;Practical Julia by Lee Phillips&lt;/a&gt;, at least one of these examples came from there.&lt;/p&gt;</description>
    </item>
    <item>
      <title>What To Do When The Dream Is Being Ripped Apart</title>
      <link>https://jeremyheckt.com/posts/what-to-do-when-the-dream-is-being-ripped-apart/</link>
      <pubDate>Sun, 02 Feb 2025 00:00:00 +0000</pubDate>
      <guid>https://jeremyheckt.com/posts/what-to-do-when-the-dream-is-being-ripped-apart/</guid>
      <description>&lt;p&gt;Watching what is happening in the US right now, particularly in regards to research and higher education, leave me wondering if achieving my goal of a PhD in my lifetime needs to be put on hold. It is unfortunate, but due to this supposed &amp;ldquo;D.O.G.E.&amp;rdquo; I am anticipating a lot of funding reductions for schools.&lt;/p&gt;&#xA;&lt;p&gt;I had been preparing myself, even if somewhat lazily, to go back to school after working in the private sector for so long. It really is unfortunate, because I feel I have grown as much as my current role will allow. I am also tired of working nights/evenings.&lt;/p&gt;</description>
    </item>
    <item>
      <title>It is more than okay to relearn things</title>
      <link>https://jeremyheckt.com/posts/it-is-more-than-okay-to-relearn-things/</link>
      <pubDate>Thu, 16 Jan 2025 00:00:00 +0000</pubDate>
      <guid>https://jeremyheckt.com/posts/it-is-more-than-okay-to-relearn-things/</guid>
      <description>&lt;p&gt;Sometimes, as we get older, we get stuck in our ways. Maybe a more apt thing to say would be that we our thinking gets gunked up and we do not take the time to remove the grime.&lt;/p&gt;&#xA;&lt;p&gt;Last year I undertook a painting course that focused on painting light. In this course one of the points the teacher made was that you needed to unlearn how you see things, and learn to see things as light reflecting off of objects.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Shape Up Sunday</title>
      <link>https://jeremyheckt.com/posts/shape-up-sunday/</link>
      <pubDate>Mon, 09 Dec 2024 00:00:00 +0000</pubDate>
      <guid>https://jeremyheckt.com/posts/shape-up-sunday/</guid>
      <description>&lt;p&gt;Sometimes, like everyone, I find myself in a funk. Luckily I have the ability to notice the funk ocurring and at least try to get myself out of it.&lt;/p&gt;&#xA;&lt;p&gt;I seem to tend to do this on Sundays. I am not sure why. Maybe it has to do with me wanting to have a good start to the next work week, but more realistically I think it has to do with me not having been at work the previous day.&lt;/p&gt;</description>
    </item>
    <item>
      <title>E-ink Or Bust?</title>
      <link>https://jeremyheckt.com/posts/e-ink-or-bust/</link>
      <pubDate>Fri, 08 Nov 2024 00:00:00 +0000</pubDate>
      <guid>https://jeremyheckt.com/posts/e-ink-or-bust/</guid>
      <description>&lt;p&gt;Recently I have been trying to use the screen less, but this has the unfortunate side effect of excluding large swaths of information as it exists in a digital format. Well, we have e-ink screens.&lt;/p&gt;&#xA;&lt;p&gt;I now own two e-ink devices that I have started to use regularly. First, I own an entry level Kindle, with a backlight and USB-C port. I really like this device for reading fiction or anything that feels like it should be a paperback book. I normally keep the backlight at around 3-4 out of a max of 15. I do not want it too bright during the day and when reading in the dark it is more comfortable if it is as dim as I can tolerate without squinting.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Creating a GB Sprite Viewer In Rust</title>
      <link>https://jeremyheckt.com/posts/creating-a-gb-sprite-viewer-in-rust/</link>
      <pubDate>Sat, 02 Nov 2024 00:00:00 +0000</pubDate>
      <guid>https://jeremyheckt.com/posts/creating-a-gb-sprite-viewer-in-rust/</guid>
      <description>&lt;p&gt;I had a few days off of work recently around Halloween and I decided I wanted to finally learn some basic Rust. Plus, the logo matches the colors of the season.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-weekend-project&#34;&gt;The Weekend Project&lt;/h2&gt;&#xA;&lt;p&gt;I wanted to twiddle a few bits with this project, but not too many, so I felt as if a good project would be to extract sprites from GameBoy ROMs. I did an initially internet search and found a similar project here: &lt;a href=&#34;https://github.com/taylus/gb-rom-viewer&#34;&gt;https://github.com/taylus/gb-rom-viewer&lt;/a&gt;. I decided to attack the problem the a similar way as this project, but that I would use Rust.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Animating Sprites On The Pi Pico</title>
      <link>https://jeremyheckt.com/posts/animating-sprite-on-the-pi-pico/</link>
      <pubDate>Mon, 21 Oct 2024 00:00:00 +0000</pubDate>
      <guid>https://jeremyheckt.com/posts/animating-sprite-on-the-pi-pico/</guid>
      <description>&lt;p&gt;&lt;em&gt;Note: This originally appeared on blog.leateatlabs.com but I am consolidating my writings.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;The SSD1306 OLED display is commonly used by hobbyists to add an informative screen to their projects. But, as humans, we know what we truly want to do with screens&amp;hellip; and that is to goof off.&lt;/p&gt;&#xA;&lt;p&gt;The end goal is to make a game for this screen, but first we need to draw something other than text and lines.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Reflecting On Self Hosting</title>
      <link>https://jeremyheckt.com/posts/reflecting-on-self-hosting/</link>
      <pubDate>Sun, 08 Sep 2024 00:00:00 +0000</pubDate>
      <guid>https://jeremyheckt.com/posts/reflecting-on-self-hosting/</guid>
      <description>&lt;p&gt;I have been hosted my own websites for a few years now, both public ones and ones that I use internally. There is a lot of upsides to this, namely cost and learning a lot. However I have been annoyed with having to do things like renew SSL certs periodically, debate if I want to use wildcard certs, go downstairs and reboot the Proxmox server since the HP Elitedesk running it does not auto-power after a power outage.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Knowing How To Proceed Without Knowing How To Start</title>
      <link>https://jeremyheckt.com/posts/knowing-how-to-proceed-without-knowing-how-to-start/</link>
      <pubDate>Wed, 28 Aug 2024 00:00:00 +0000</pubDate>
      <guid>https://jeremyheckt.com/posts/knowing-how-to-proceed-without-knowing-how-to-start/</guid>
      <description>&lt;p&gt;Recently I have been thinking a lot about why I feel stuck. Why do I always feel like my brain needs to be on, and why can&amp;rsquo;t I just let my hobbies be hobbies?&lt;/p&gt;&#xA;&lt;p&gt;Well, I am sure that there are plenty of reasons&amp;hellip; but one in particular that stands out right now is that my day job is not what I want it to be, and because of this I feel a constant pressure to apply myself towards my goals.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tile-Matching Games, A Super Brief History</title>
      <link>https://jeremyheckt.com/posts/tile-matching-games-a-super-brief-history/</link>
      <pubDate>Mon, 15 Apr 2024 00:00:00 +0000</pubDate>
      <guid>https://jeremyheckt.com/posts/tile-matching-games-a-super-brief-history/</guid>
      <description>&lt;p&gt;This had originally appeared on another site that I was writing game-specific topics for, but I decided that I was going to fold it into this blog as i never write anything because I have so many set up.&lt;/p&gt;&#xA;&lt;p&gt;I had originally wrote a blog post about a couple of &amp;ldquo;puzzle block&amp;rdquo; games, but I had originally just left it as a very short review and comparison of a handful of games. I felt that the level of detail was beneath what I wanted to present, so I decided to dive deeper into the topic.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Value Chains In Oldschool Runescape Skills</title>
      <link>https://jeremyheckt.com/posts/value-chains-in-oldschool-runescape-skills/</link>
      <pubDate>Mon, 15 Apr 2024 00:00:00 +0000</pubDate>
      <guid>https://jeremyheckt.com/posts/value-chains-in-oldschool-runescape-skills/</guid>
      <description>&lt;p&gt;This had originally appeared on another site that I was writing game-specific topics for, but I decided that I was going to fold it into this blog as i never write anything because I have so many set up.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;For the past 10+ years the Old School Runescape grind has been real. Known by many to be &amp;ldquo;grindy&amp;rdquo; to max out some or all of their skills at 99/99, why do so many people do it?&lt;/p&gt;</description>
    </item>
    <item>
      <title>(Instant) Ramen Rodeo</title>
      <link>https://jeremyheckt.com/posts/instant-ramen-rodeo/</link>
      <pubDate>Mon, 16 Oct 2023 00:00:00 +0000</pubDate>
      <guid>https://jeremyheckt.com/posts/instant-ramen-rodeo/</guid>
      <description>&lt;p&gt;This year I decided that I wanted to keep track of new things I tried. One of the things I really like is ramen, so I decided to keep track of new instant ramen that I purchased and consumed this year.&lt;/p&gt;&#xA;&lt;p&gt;Below is a list in order of consumption (not preference).&lt;/p&gt;&#xA;&lt;p&gt;But if you want to know which one was my favorite of the year, it was the Assi Rapokki.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Reflecting On A Warm Summer And How Good Sleep Feels</title>
      <link>https://jeremyheckt.com/posts/reflecting-on-a-warm-summer-and-how-good-sleep-feels/</link>
      <pubDate>Fri, 01 Sep 2023 00:00:00 +0000</pubDate>
      <guid>https://jeremyheckt.com/posts/reflecting-on-a-warm-summer-and-how-good-sleep-feels/</guid>
      <description>&lt;p&gt;I have not written in a while, and for that I do apologize. Not just for this personal blog, but for all of the blogs I wish to write on. I had a very growth-focused summer and it had been very good for me. I am back now, though.&lt;/p&gt;&#xA;&lt;h2 id=&#34;getting-back-outdoors&#34;&gt;Getting Back Outdoors&lt;/h2&gt;&#xA;&lt;p&gt;I had missed the outdoors. I was a very camping-heavy child and I had taken a break since graduating from college. This year I have taken three tent trips and one cabin trip, with two more tent trips planned. I am even going out there in October! That should certainly be something.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chasing Sleep</title>
      <link>https://jeremyheckt.com/posts/chasing-sleep/</link>
      <pubDate>Sat, 06 May 2023 00:00:00 +0000</pubDate>
      <guid>https://jeremyheckt.com/posts/chasing-sleep/</guid>
      <description>&lt;p&gt;I have recently been frustrated with my lack of sleep, as evidence by my writing this post at 2:03am on a Saturday. I decided to finally look at my historical sleep data (I wear a fitness watch).&lt;/p&gt;&#xA;&lt;p&gt;I immediately noticed that my sleep duration dropped sharply around October and never recovered.&lt;/p&gt;&#xA;&lt;p&gt;&#xA;  &lt;figure&gt;&#xA;    &lt;img class=&#34;article-image&#34; src=&#34;https://nyc3.digitaloceanspaces.com/letseatlabs-data/data/blog/jeremyheckt/img/sleep_duration_22_23.png&#34; alt=&#34;Chart of my sleep duration&#34;&gt;&#xA;    &lt;figcaption class=&#34;image_subtitle&#34;&gt;Chart of my sleep duration&lt;/figcaption&gt;&#xA;  &lt;/figure&gt;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;Why is that? &lt;em&gt;Something&lt;/em&gt; happened. I looked at my other charts to see if any of them lined up, and the one that lined up almost perfectly was my daily &amp;ldquo;intensity minutes&amp;rdquo; &amp;ndash; which is essentially a measure of how many minutes per day I am more than mildly active.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Fun With Ffmpeg</title>
      <link>https://jeremyheckt.com/posts/fun-with-fmmpeg/</link>
      <pubDate>Sun, 11 Dec 2022 00:00:00 +0000</pubDate>
      <guid>https://jeremyheckt.com/posts/fun-with-fmmpeg/</guid>
      <description>&lt;p&gt;Recently I have been having a lot of fun with &lt;code&gt;ffmpeg&lt;/code&gt;. I do photography and wanted a FOSS way to make timelapses, slideshows, etc. I thought I would share three sets of commands that currently see frequent use with me.&lt;/p&gt;&#xA;&lt;h3 id=&#34;make-a-time-lapse-from-a-set-of-jpegs&#34;&gt;Make a time-lapse from a set of JPEGs&lt;/h3&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;ffmpeg -framerate 30 -pattern_type glob -i &amp;#34;*.JPG&amp;#34; -s:v 1440x1080 -c:v libx264 -crf 17 -pix_fmt yuv420p my-timelapse.mp4&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th style=&#34;text-align: left&#34;&gt;Flag&lt;/th&gt;&#xA;          &lt;th style=&#34;text-align: left&#34;&gt;Action&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;-framerate&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Fromrate of the movie&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;-pattern_type glob&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Grab all of the images in a wildcard fashion&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;-i&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Input file(s)&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;-s:v&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Output resolution&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;-c:v&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Encoder Type (H264)&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;-crf&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;A parameter specific to the H264 codec that determines the quality/compression&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;&lt;code&gt;-pix_fmt yuv420p&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;This needs to be set to yuv420p to allow many players, such as Quicktime to play the video (&amp;ldquo;the FFmpeg docs say &lt;em&gt;dumb&lt;/em&gt; players, I&amp;rsquo;ll be more forgiving&amp;rdquo;)&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;Source: &lt;a href=&#34;https://medium.com/@sekhar.rahul/creating-a-time-lapse-video-on-the-command-line-with-ffmpeg-1a7566caf877&#34;&gt;https://medium.com/@sekhar.rahul/creating-a-time-lapse-video-on-the-command-line-with-ffmpeg-1a7566caf877&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Five Months Of Dailies And A Bright Winter Ahead</title>
      <link>https://jeremyheckt.com/posts/five-months-of-dailies-and-a-bright-winter-ahead/</link>
      <pubDate>Mon, 28 Nov 2022 00:00:00 +0000</pubDate>
      <guid>https://jeremyheckt.com/posts/five-months-of-dailies-and-a-bright-winter-ahead/</guid>
      <description>&lt;h2 id=&#34;intro&#34;&gt;Intro&lt;/h2&gt;&#xA;&lt;p&gt;My oh my, what a season Autumn was. I was really rough around the edges there for a while &amp;ndash; but I sanded some corners and now I am doing great!&lt;/p&gt;&#xA;&lt;p&gt;&#xA;  &lt;figure&gt;&#xA;    &lt;img class=&#34;article-image&#34; src=&#34;https://letseatlabs-data.nyc3.digitaloceanspaces.com/data/blog/jeremyheckt/img/Five-Months-Of-Dailies.jpg&#34; alt=&#34;Image of checklist of daily habits for November 2022&#34;&gt;&#xA;    &lt;figcaption class=&#34;image_subtitle&#34;&gt;Image of checklist of daily habits for November 2022&lt;/figcaption&gt;&#xA;  &lt;/figure&gt;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;My journaling habit suffered a little, but if I am being honest that is probably the least of my concerns. But let us move on to an update!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Devlog: Writing My Own Website</title>
      <link>https://jeremyheckt.com/posts/devlog-writing-my-own-website/</link>
      <pubDate>Mon, 08 Aug 2022 00:00:00 +0000</pubDate>
      <guid>https://jeremyheckt.com/posts/devlog-writing-my-own-website/</guid>
      <description>&lt;p&gt;I decided to write my own personal website. You can see it here: &lt;a href=&#34;https://www.jeremyheckt.com&#34;&gt;https://www.jeremyheckt.com&lt;/a&gt;. I wanted a central place where I could &amp;ldquo;advertise&amp;rdquo; myself. It would also convenient to be able to point everybody to the same URL if they wanted to read my writings.&lt;/p&gt;&#xA;&lt;p&gt;An issue I came across initially is that I publish on several different websites, and I do not want to stop keeping those websites separate. The solution I decided on was to have my website read from a spreadsheet that contained all of my writings in order from newest to oldest. I did not want to manually update this as that is a huge pain&amp;hellip;so RSS to the rescue!&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Case For Doing Things The Hard Way (At Least Once)</title>
      <link>https://jeremyheckt.com/posts/the-case-for-doing-things-the-hard-way-at-least-once/</link>
      <pubDate>Fri, 22 Jul 2022 00:00:00 +0000</pubDate>
      <guid>https://jeremyheckt.com/posts/the-case-for-doing-things-the-hard-way-at-least-once/</guid>
      <description>&lt;h2 id=&#34;radishes&#34;&gt;Radishes&lt;/h2&gt;&#xA;&lt;p&gt;It is easier for us to go to the store to buy a bunch of radishes than it is for us to grow some. Unless one is a gardener or has an interest in horticulture it is unlikely that they are prepared to grow radishes. Additionally, one usually wants radishes today and not 45 days from now.&lt;/p&gt;&#xA;&lt;p&gt;If one chooses to eat a lot of radishes a thought will likely cross their mind at one point inquiring as to how one grows a radish. A seed is a fragile thing that takes a lot of input the radish consumer will find. I need to till some soil (or get a planter), I need to plant the seeds, I need to water them frequently and prevent them from drying out during this stage, I need to watch the leaves for signs of illness, etc.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Text Based Game in Ebiten</title>
      <link>https://jeremyheckt.com/posts/text-based-game-in-ebiten/</link>
      <pubDate>Thu, 19 May 2022 00:00:00 +0000</pubDate>
      <guid>https://jeremyheckt.com/posts/text-based-game-in-ebiten/</guid>
      <description>&lt;h1 id=&#34;why&#34;&gt;Why?&lt;/h1&gt;&#xA;&lt;p&gt;Well, why not? I had recently wanted to dig into the Ebiten game framkework for Go and I wanted to create something that was not annoyingly complex for a first complete attempt. I had previously tried to make a Terraria clone in Ebiten but whatever I did was not working performance wise and I determined that to fix it I would likely need to re-write everything. So a text based game it is.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Learning Ebiten Part Two</title>
      <link>https://jeremyheckt.com/posts/learning-ebiten-part-two/</link>
      <pubDate>Mon, 28 Mar 2022 00:00:00 +0000</pubDate>
      <guid>https://jeremyheckt.com/posts/learning-ebiten-part-two/</guid>
      <description>&lt;p&gt;I have been working on my Terraria-ish game idea in Ebiten this past week and I can safely say that I have learned a lot - a whole lot. My proficiency with Golang has greatly increased, and I feel much more confident navigating its typing idosyncracies.&lt;/p&gt;&#xA;&lt;p&gt;There were several programmer-induced bugs that I had to overcome - the biggest one being that the first and last few arrays withing the blockMap were empty which was because I was skipping areas for the GUI border.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Learning Ebiten and Got A Dog</title>
      <link>https://jeremyheckt.com/posts/learning-ebiten-and-got-a-dog/</link>
      <pubDate>Sun, 20 Mar 2022 00:00:00 +0000</pubDate>
      <guid>https://jeremyheckt.com/posts/learning-ebiten-and-got-a-dog/</guid>
      <description>&lt;h3 id=&#34;summary&#34;&gt;Summary&lt;/h3&gt;&#xA;&lt;p&gt;I was quiet for a bit becuase I got a dog. Her name is Holly and I love her. She is a 2-ish year old Border Collie mix that I adopted from a rescue. She is a total sweetheart, but is learning not to pull on the leash so much.&lt;/p&gt;&#xA;&lt;p&gt;I decided I wanted to sit down and learn Ebiten, the 2D game engine for Golang.&lt;/p&gt;&#xA;&lt;h3 id=&#34;learning-ebiten&#34;&gt;Learning Ebiten&lt;/h3&gt;&#xA;&lt;p&gt;I want to make a basic Terraria style game, but much more basic than Terraria - a fun little thing that can grow as big as it wants to. I want to learn this for multiple reasons, but mainly I want to practice procedural generation.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Brackey&#39;s Game Jam 2022.1 Post-Mortem: LampLighter</title>
      <link>https://jeremyheckt.com/posts/brackeys-game-jam-20221-post-mortem-lamplighter/</link>
      <pubDate>Sat, 26 Feb 2022 00:00:00 +0000</pubDate>
      <guid>https://jeremyheckt.com/posts/brackeys-game-jam-20221-post-mortem-lamplighter/</guid>
      <description>&lt;p&gt;This past week I had the pleasure of participating in the 2022.1 Bracley&amp;rsquo;s Game Jam, which you can read more about here: &lt;a href=&#34;https://itch.io/jam/brackeys-7&#34;&gt;https://itch.io/jam/brackeys-7&lt;/a&gt;. I decided to try to make a real 3D experience this time, and I think I was successful! I did cut some corners, like missing most of the audio, but that is to be expected in a game-jam scenario when you are a solo indie-dev with a full time job.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Underqualified - Devlog 3</title>
      <link>https://jeremyheckt.com/posts/underqualified-devlog-3/</link>
      <pubDate>Wed, 16 Feb 2022 00:00:00 +0000</pubDate>
      <guid>https://jeremyheckt.com/posts/underqualified-devlog-3/</guid>
      <description>&lt;p&gt;I have finally produced something that is stable enough to exist on its own! Here is a quick overview of what I have been up to.&lt;/p&gt;&#xA;&lt;h3 id=&#34;getting-the-filebrowser-application-to-function&#34;&gt;Getting the FileBrowser Application to Function&lt;/h3&gt;&#xA;&lt;p&gt;I have finally gotten this software to behave like a human expects. It has a super basic backup button that only lets you go to root sometimes&amp;hellip;but I will fix that. I had been chasing down a bug for so long, using so many print statementsm that was causing the FileBrowser to crash when trying to load a folder. I needed to change an &lt;code&gt;or&lt;/code&gt; statement to an &lt;code&gt;and&lt;/code&gt; statement. I felt silly after spending so much time finding this bug, but it has taught me to think twice about my login when implementing something in code.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Underqualified - Devlog 2</title>
      <link>https://jeremyheckt.com/posts/underqualified-devlog-2/</link>
      <pubDate>Sat, 12 Feb 2022 00:00:00 +0000</pubDate>
      <guid>https://jeremyheckt.com/posts/underqualified-devlog-2/</guid>
      <description>&lt;p&gt;My continued work on Underqualified as proved rewarding so far. I am excited to see where this project goes. It is very enjoyable to build upon a base of a project and then begin to see more and more of your features you have added come to life.&lt;/p&gt;&#xA;&lt;h3 id=&#34;current-status&#34;&gt;Current Status&lt;/h3&gt;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;I have made two applications for the FishyOS computer the player will be using - TextViewer and FileBrowser. Both are incredibly simplistic.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Underqualified - Devlog 1</title>
      <link>https://jeremyheckt.com/posts/underqualified-devlog-1/</link>
      <pubDate>Fri, 11 Feb 2022 00:00:00 +0000</pubDate>
      <guid>https://jeremyheckt.com/posts/underqualified-devlog-1/</guid>
      <description>&lt;h3 id=&#34;summary&#34;&gt;Summary&lt;/h3&gt;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;I decided to undertake writing a videogame that takes longer than a single game jam. I am going to continue jams as they suit my ADHD very well, but I am undertaking a larger project.&lt;/p&gt;&#xA;&lt;h3 id=&#34;plot&#34;&gt;Plot&lt;/h3&gt;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;The game is called Underqualified (working title). The premise is that you are a someone who was looking for a job in the tech industry. You may or may not have embellished your resume a little too much and now you have landed a job that you are extremely unqualified for.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mindfulness and Discipline: The Same Thing?</title>
      <link>https://jeremyheckt.com/posts/mindfulness-and-discipline-the-same-thing/</link>
      <pubDate>Mon, 04 Jan 2021 00:00:00 +0000</pubDate>
      <guid>https://jeremyheckt.com/posts/mindfulness-and-discipline-the-same-thing/</guid>
      <description>&lt;p&gt;I got to thinking the other day as to whether people who are &amp;ldquo;highly disciplined&amp;rdquo; are actually just &amp;ldquo;highly mindful&amp;rdquo;.&#xA;It seems as if a lot of the two words overlap in regards to their meaning when talking about human beings. When one thinks of someone who is disciplined, you also think of someone who is acutely aware of their surroundings, as well as acutely aware of their mental faculties. Both traits are ones that I want in myself, so do I focus on mindfulness or discipline?&#xA;I think they may overlap so much that they can be classified as essentially the same thing. When one practices mindfulness you begin to become more aware of why you are thinking things: why you crave that beer, why you want cannabis, why you do not want to get off your butt to write your blog post.&#xA;I think as this year progresses and I continue down my mental health journey I will be able to gain both discipline and mindfulness at the same time by doing the same things. Just one usually involves lifting more weights than the other.&lt;/p&gt;</description>
    </item>
    <item>
      <title>First Post, and 2020 Resolutions</title>
      <link>https://jeremyheckt.com/posts/first-post-and-2020-resolutions/</link>
      <pubDate>Sun, 03 Jan 2021 00:00:00 +0000</pubDate>
      <guid>https://jeremyheckt.com/posts/first-post-and-2020-resolutions/</guid>
      <description>&lt;h2 id=&#34;happy-new-year&#34;&gt;Happy New Year&lt;/h2&gt;&#xA;&lt;p&gt;Yes, I know, I am a little late as it is currently the 3rd of January.&#xA;I am going to make this space my personal blog, as opposed to my professional blog which I house at &lt;a href=&#34;https://blog.letseatlabs.com&#34;&gt;https://blog.letseatlabs.com&lt;/a&gt;. Here will be my thoughts on various topics, as well as updates about my life and some behind-the-scenes looks at Let&amp;rsquo;s Eat Labs.&lt;/p&gt;&#xA;&lt;h3 id=&#34;resolutions&#34;&gt;Resolutions&lt;/h3&gt;&#xA;&lt;p&gt;This year I decided that I would pick just 5 of the top goals I wanted to accomplish, as anything else would be a distraction from what I want the most. Here is what I am going to work on in 2020:&lt;/p&gt;</description>
    </item>
    <item>
      <title>About The Author</title>
      <link>https://jeremyheckt.com/about/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://jeremyheckt.com/about/</guid>
      <description>&lt;p&gt;Jeremy Heckt is located in the beautiful Pacific Northwest. He is a maker, a creator, a photographer, and a writer. He is a maker of things that are not only beautiful, but also useful.&lt;/p&gt;&#xA;&lt;p&gt;Motivated, imaginative, and energetic. Chemistry degree, programmer, previous makerspace director, gardener, dog lover. Let&amp;rsquo;s discover some new things together.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
