Test: Using a Docker image to Build This Blog

I use Docker to run several microservices across my websites. Generally, they are standalone tools and demonstrations, mostly made to teach myself how to get these things done in microservices. I recently came across the concept of utility containers. Up to now, all the containers I run are meant to run all the time, and be easily replaced by spinning up a replacement container. Utility containers, on the other hand, are literally containers that hold the bits needed to process input data into output data, do that process, then exit....

21 May 2022 · 5 min · Gary Allen Vollink

Trying Hugo

This is a post where I’m literally doing nothing but testing hugo to see if it will work for what I need. Turns out, it works pretty well. Here are some features I’m likely to use. Sub With Code Trying a sub-topic my $test = MyStuff->new(); if ( ! $test ) { printf {*STDERR} "Error.\n"; } Final Thoughts It took me over a week to figure out how to extract what I needed from my old Google blogger account, and now that I’ve done that, I’m … happy enough … with the results....

16 May 2022 · 1 min · Gary Allen Vollink

[Tech] Web Server Notes

This is a link to my notes on how I run my web servers at home, hosted on my home servers. https://www.home.vollink.com/gary/setup.html

30 Oct 2018 · 1 min · Gary Allen Vollink

[Tech/PC] VirtualBox, Windows 7 and a new CPU

As I've done from time to time, this blog serves as a bit of a bench-notes of what I did.  However, maybe someone else hits the same problem, and finds my blog via search. About a month back, the new nVidia 2080 Ti card was announced.  I decided to hit up eBay to see if anyone was selling off a 1080 Ti, and I was not disappointed in the price drops....

15 Sep 2018 · 3 min · Gary Allen Vollink