Migrating from my trusty 2009 Mac Pro to a 2020 Mac Mini M1
<p>I’ve been using a 2009 cheesegrater Mac Pro for quite a while now. I bought it used quite a while ago - around 2013 if I remember correctly - and it’s been serving as my main photo/video/general programming workhorse, although the latter tasks have been taken over mostly by a Linux machine housed in the infamous <a href="/2021/09/21/wrapping-up-nzxt-h1-saga/">NZXT H1 case</a>. It’s been upgraded a lot during its life - now has the latest 6 core Xeon these machines support…
Wrapping up the NZXT H1 recall saga
<p>As I mentioned in my <a href="/post/2021-05-16-nzxt-h1-saga-continued/">post from a few months ago</a>, I had received the temporary fix in the form of the nylon screws and nuts from NZXT. At that point in time, NZXT’s customer support was not able to tell me when to expect the “real” fix, namely the updated PCIe riser.</p>
Automatically enabling multiple Emacs minor modes via a major mode hook
<p>In Emacs, I usually end up enabling the same set of minor modes when I use one of my “writing modes”, namely modes like markdown-mode and org-mode. Enabling a single minor mode automatically is generally pretty easy via the appropriate mode hook, but enabling more than one minor mode requires one more level of indirection. Of course it does, because everything in computer science requires one more level of indirection :).</p>
TIL that org-mode has an exporter for ODT
<p>I’m by no means an Emacs <a href="https://orgmode.org">org-mode</a> power user - in fact, anything but - but I do use org-mode a lot for note taking and also when I need an outliner to try and arrange ideas in a suitable manner. It excels at both, and usually does what I need including exporting to HTML. Exporting to HTML covers about 90% of my use cases. As much as I’d like to, LaTeX does not feature in my needs, but I needed to export an org-mode file for use with Microsoft…
Turning this particular server into a bit less of a pet
<p>I’m in the middle of a server redo - right now, I’m setting up a replacement server for my trusty Dell T30, plus it was time to give this web server a new home. When I started the migration from my old WordPress site to the new static site, the static site was running on a small 1 core / 1GB RAM cloud server at <a href="https://www.vultr.com">Vultr</a>. That had enough oomph for testing and for the last couple of months. That said, this machine is running FreeBSD with ZFS on root,…
The NZXT H1 saga, continued
<p>Not much to update since the <a href="https://www.lonecpluspluscoder.com/post/2021-05-01-nzxt-h1-recall-experience/">last post on this topic</a>, I’m still waiting for the updated PCIe riser. Although I do have to admit that based on the latest video from Gamers Nexus on this saga, I’m not holding my breath.</p>
My experience with the NZXT H1 recall so far
<p>First, I’m very much a “very occasional” gamer so I’m usually not the target audience for most gaming related accessories and parts. I did however want to rebuild my rather large grey box Linux/Windows workstation into something more compact with a watercooler for the CPU. The <a href="https://www.nzxt.com/products/h1-matte-white">NZXT H1</a> seemed at that point to be a really good match for my requirements and had received good reviews. One was duly ordered, together…
Reading 'Let over Lambda' - thoughts on fundamentals and why I keep reading classic CS texts
<p>Another one for my computer science reading list for this year. I do try to work my way through at least one classic computer science book annually and picked up Let Over Lambda a few weeks ago. Colour one of the cats not impressed, but then again she’s got more free time than I do and probably already read it.</p>
Static site migration - how I automated the static Hugo build and deployments for the blog
<p>Good programmers are supposed to be lazy, right? The way I interpret this statement - because none of the software engineers who I know could be considered lazy - is that we like to automate repetitive tasks. You know, tasks like checking if you’ve made any changes to your blog and then building the blog and deploying the changes automatically. Which is what I’ve done, and in this post I’ll show you my minimalist setup to do so.</p>
Static site migration - if you can read this, the blog has migrated to a static site
<p>Right, if you and your RSS reader can read this, the first stage of the migration of my blog to a static site has successfully completed and you’re now reading the new site. There’s still some more tweaking to do, but I broke it up into multiple milestones to minimise the overall risk of the migration.</p>