Archive
Autostart 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”.
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.
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.
#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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Google's new (?) Not Found animation
Google has a nice little animation when you end up on a search result with no results. It’s a little blue monster fishing. Click it and it will start fishing for something. A fish, or a tin of fishes or, well, look for yourself.
Just another New Year
Every year my feeds (yes, I am still reading my news via feeds) are filled with New Years resolutions and Old Year reviews. I myself dabbled in it a while, but for the past 10 years I gave up on this.
Music for the New Year
Some mellow music to let the year run out to. No more programming for at least 10 hours ;)
Earth's Black Box
It looks like earths climate catastrophe now has it’s own black box. Earth’s Black Box will record every step we take towards this catastrophe. Hundreds of data sets, measurements and interactions relating to the health of our planet will be continuously collected and safely stored for future generations.
Hyper Shell
There is nothing, you can’t do with Electron, apparently. Newest proof is Hyper, a shell inside of Electron (you read that right). Developed by Vercel, the app is theme-able and extensible by plugins, like any other Electron app. It doesn’t look though like any init scripts like .
You got to...
… subscribe to Stefan Judis’ Newsletter (click this link, load his site, scroll to the footer and subscribe). Trust me. It’s good. Weekly. His topics touch everything web development related and there is never an issue from which I don’t learn something new.
Converting frontmatter in GoHugo
Some days ago I realised, that I keep all my configurations for GoHugo in the TOML format, while using YAML for the frontmatters in my content folder. That did not seem right ;) so I changed those too to TOML.
Learning to git with git
I like to learn things by doing them. Recently I found a couple of interesting game formats that teach certain aspects of full stack developer’s life by playing a game. Let’s play? Oh My Git! is a game to learn Git, by using Git.