Skip to content

Instantly share code, notes, and snippets.

View kiwirm's full-sized avatar
🤓
coding

Ryan Moore kiwirm

🤓
coding
View GitHub Profile
@smaudd
smaudd / gist:20e8bb3006c549ba61fffda563fbb21c
Created July 15, 2025 18:32
strudel.cc techno ableton template
setCpm(140 / 4)
var BASS_PART = 0
var LEAD_PART = 1
const hpf_i = note(`~`).midichan(16).control([10, hpf]).midi()
function track({ exp, chan, cc }) {
let chain = exp.midichan(chan)
@gbrlsnchs
gbrlsnchs / README.md
Last active May 30, 2025 17:18
Void Linux Installation Guide (UEFI + chroot + brtfs + LUKS-encrypted root and swapfile)

Installation guide for Void Linux with LUKS-encrypted btrfs root

NOTE

I have ported this Gist to a handbook. I'll not maintain this Gist anymore, but will keep it here for future references. You can access the respective chapter in the handbook here.

Introduction

In this guide you will find:

  • btrfs with Zstandard compression
  • LUKS-encrypted root and swapfile
  • GRUB with UEFI
@pkazmier
pkazmier / .skhdrc
Last active January 19, 2025 02:23
# Modified from https://github.com/alyssais configuration.
#
# The following configuration heavily leverages modal keymaps to minimize the
# pollution of global keybindings. In addition, the modal keymaps facilitate
# the consistent use of the same keybindings across different modes. For
# example, this configuration uses 'h', 'l', 'j', and 'k' to represent west,
# east, south, and north when: changing focus, warping windows, resizing
# windows, swapping windows, and moving floating windows. Those four keys are
# mapped differently depending on the current mode to provide a consistent user
# experience.