Skip to main content

Archive

Jul 3 2022

Notes from the Laboratory: June 2022

I am trying this new “thing” of “reporting” what I was up to in a certain time period this year, and monthly reviews just sound like something normal people would do. So bear with me while I am typing up this report.

Jun 26 2022

Music to program to (Part 6)

A song written for David Lynch’s Twin Peaks revival, but ultimately denied by Lynch. He asked for something different and received a very well fitting She’s gone away which lead into the probably greatest episode of TV of all time.

Jun 6 2022

Swapping swap

Short Interlude: The following problems and it’s solution seems to be an Ubuntu 22.04 issue, because that is when the new OOM service was introduced. Read on if your Ubuntu system closes applications when it seems to be overwhelmed by tasks and if it’s a 22.

Jun 5 2022

Notes from the Laboratory: May 2022

I am trying this new “thing” of “reporting” what I was up to in a certain time period this year, and monthly reviews just sound like something normal people would do. So bear with me while I am typing up this report.

May 20 2022

VSCode Remote SSH plugin vs. Dreamhost shared hosting

I finally had a reason to edit a website with VSCode directly on the server. VSCode comes with an extension, the Remote SSH extension. I thought this will connect with the SSH server and make the filesystem available like a mounted path.

May 8 2022

Piping output to files in Bash

There is a recent commit in GoHugo’s repository that removes several CLI parameters I was using in my projects. Those flags were --debug, --log, --logFile and --verboseLog. While I am not discussing this decision (I don’t like it, but I understand that keeping these things in the software needs someone able to keep them up to date and conclusive and the developer of the software seems to be unable to) I am still interested in the idea of having a file with all output of my Hugo runs available so I can parse through it and see what is going on while building the site.

May 4 2022

Better code highlighting for Hugo with render hooks

One of GoHugo’s problems is, that the focus is mostly on speed. Simple HTML rules are prone to be ignored or freely interpreted (for instance, in the internal templates). But it offers ways to override and configure things, so not all is lost.

May 2 2022

Notes from the Laboratory: April 2022

I am trying this new “thing” of “reporting” what I was up to in a certain time period this year, and monthly reviews just sound like something normal people would do. So bear with me while I am typing up this report.

Apr 12 2022

Autostart a development server in VSCode

Are you annoyed of the two clicks and one line command to start your development server (or development watching process) each time you open VSCode? Then I can help you ;] I recently and finally got around to read through all the docs and found out that there is an easy way to do this in VSCode, via “Task configuration”.

Apr 3 2022

Notes from the Laboratory: March 2022

I am trying this new “thing” of “reporting” what I was up to in a certain time period this year, and monthly reviews just sound like something normal people would do. So bear with me while I am typing up this report.

Mar 28 2022

Hugo 0.96 update notes

Hugo 0.96.0 was published last weekend with two new features and many smaller changes and fixes under the hood. Here is a quick overview of the release. New features Vertical merging of content mounts Under this title hides a useful feature for Hugo Modules that mount content directories.

Mar 21 2022

#100daystooffload

I recently started taking part in the #100DaysToOffload challenge. It’s a challenge that tries to create a larger output of content that is interesting and useful. I will try to write about the topics that I have learned during this time while still staying to be the nerd that I am.

Mar 21 2022

Shouting Alexa at a Pork Pie

This really important video about Alexa is a great example of how to use the Alexa API to create a skill. Not really, but watch it until the end to understand ;) From the videos description: Some interpreted it as a commentary on our over-reliance on consumerism, or of the unrealistic demands we make of material possessions.

Mar 20 2022

Music to program to (Part 4)

Ólafur Arnalds remix of Rammstein’s “Zeit” is something perfect. His own notes about this from Facebook: When I was 15 years old Rammstein came to Reykjavík. This was going to be one of the biggest shows in Icelandic history. Me and my friends went and headbanged our teenage hearts out.

Mar 16 2022

Hugo 0.95 - Update Notes

Hugo 0.95.0 brings some really useful features (next to smaller speed increases as always) and upgrades the used Golang version to 1.18. New feature: {{ break }} and {{ continue }} break and continue are keywords known to developers of any programming language.

Mar 16 2022

The Pentaverate

Mike Myers does that thing where he plays multiple roles in the same movie. What if a secret society of five men has been working to influence world events for the greater good since the Black Plague of 1347? As this new series begins, one unlikely Canadian journalist finds himself embroiled in a mission to uncover the truth and just possibly save the world himself.

Mar 10 2022

Hiding UpdraftPlus nagging screens after your subscription ran out

Nagscreens. You know them. Very annoying. Long story short: I recently stopped updating my subscription to a paid WordPress plugin and it started using nag screens to guilt me into renewing the subscription again. In this specific case we have the UpdraftPlus plugin that I really suggest everyone to use, but it did not really add new features or did anything else to make me feel like having a yearly subscription for the simple backup plugin would be something I want to do.

Mar 2 2022

Create a Branch From Within an Issue on Github

You can now create a branch directly from an issue to begin development work that’s correlated to that issue. Branches connected to an issue are shown under the “Development” section, which has replaced “Linked pull requests”, in the sidebar of an issue.

Mar 2 2022

Ubuntu, EFI and Acer

A while ago I found myself in front of my little baby-notebooks screen telling me in no uncertain terms, that “No Bootable Device (was) found”. Hmm. Somehow I remembered that. I also remembered that it’s just a little renaming routine that would solve this annoying issue.

Mar 1 2022

Hugo Shortcode: Taglist

I needed a Hugo shortcode to show a list of posts that belonged to a certain tag, which is quite easy. Add the following to layouts/shortcodes/taglist.html or whatever name you like to use for the shortcode.

Mar 1 2022

Notes from the Laboratory: February 2022

I am trying this new “thing” of “reporting” what I was up to in a certain time period this year, and monthly reviews just sound like something normal people would do. So bear with me while I am typing up this report.

Feb 23 2022

Creating a GPG Key for Github/Gitlab Deployment

Every now and then I have to add a GPG-key to one of my projects. Last week for instance a key expired that I used for a year to sign my commits. And every time that happens, I have to google how to create my key again.

Jan 30 2022

Notes from the Laboratory: January 2022

I am trying this new “thing” of “reporting” what I was up to in a certain time period this year, and monthly reviews just sound like something normal people would do. So bear with me while I am typing up this report.

Back to top
Back Forward