Update all content; add categories and move Tech, Games, Music to category taxonomy; add location taxonomy
This commit is contained in:
parent
413a49067a
commit
ba73889720
11 changed files with 56 additions and 26 deletions
|
@ -3,7 +3,8 @@ title: "Colorado Modular Synth Society Three Module Challenge"
|
|||
date: 2022-01-23T09:21:35-07:00
|
||||
description: In which I submit a video of me playing a small Eurorack system to CMSS
|
||||
draft: false
|
||||
tags: ["Music", "Eurorack", "Synthesizers", "Recordings", "Performances"]
|
||||
categories: ["Music"]
|
||||
tags: ["Eurorack", "Synthesizers", "Recordings", "Performances", "Compositions"]
|
||||
---
|
||||
|
||||
{{< figures/youtube id="sqr7g4P85aM" title="A top-down video of me operating a small Eurorack system made of only three modules. Lights flash, an incorporeal hand turns knobs to sculpt the sound." >}}
|
||||
|
|
|
@ -3,7 +3,8 @@ title: "Profiling ZSH"
|
|||
date: 2022-01-23T11:35:38-08:00
|
||||
description: In which I learn about how to profile my ZSH init files.
|
||||
draft: false
|
||||
tags: ["Tech", "ZSH"]
|
||||
categories: ["Tech"]
|
||||
tags: ["ZSH", "Dotfiles"]
|
||||
---
|
||||
|
||||
I've been hacking on my [dotfiles][dotfiles] a lot lately. One of the things
|
||||
|
@ -13,9 +14,11 @@ undertook the same project.
|
|||
|
||||
TIL, ZSH has a profiler built in. You can start it by calling the following.
|
||||
|
||||
{{< figures/code >}}
|
||||
```zsh
|
||||
zmodload zsh/zprof
|
||||
```
|
||||
{{< /figures/code >}}
|
||||
|
||||
Then, once you're done, you call `zprof` to get a report that tells you where
|
||||
ZSH is spending most of its time. I put the line above at the top of my
|
||||
|
|
|
@ -3,7 +3,8 @@ title: Oh Dear, She Got Hooked on Nethack Again
|
|||
date: 2022-04-24T17:36:33-07:00
|
||||
description: In which I get hooked on that one roguelike (God help me)
|
||||
draft: false
|
||||
tags: ["Nethack", "Video Games", "Roguelikes"]
|
||||
categories: ["Games"]
|
||||
tags: ["Nethack", "Roguelikes"]
|
||||
---
|
||||
|
||||
A couple weeks ago, I connected to my VPS to check on something. There's [a
|
||||
|
|
|
@ -12,6 +12,7 @@ resources:
|
|||
- name: dcss
|
||||
src: "dcss.png"
|
||||
title: ""
|
||||
categories: ["Games"]
|
||||
tags: ["Roguelikes", "Video Games"]
|
||||
---
|
||||
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
title: "Making an Audio Scope with P5.js"
|
||||
date: 2022-08-18T20:48:37-07:00
|
||||
draft: false
|
||||
tags: ["P5.js", "Programming", "Tech", "Web"]
|
||||
categories: ["Tech"]
|
||||
tags: ["P5.js", "Programming", "Web", "Art"]
|
||||
resources:
|
||||
- src: sketch.js
|
||||
params:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue