Instantly share code, notes, and snippets.
Discover gists
kieranklaassen /cc.md
CreatedJuly 15, 2025 22:38
I was mainly interested in finding out how to change pad colours.
There wasthis Github repo detailing some SysEx messages for Minilab 2, but that didn't work for Minilab 3.
In the end I downloaded the DAW integration scripts from theResources page anddecompiled the Bitwig Java classes (you need to unzip the .bwextension file). That gave me the coveted secret SysEx commands :)
vidia /nginx-unificontroller.conf
Last activeJuly 18, 2025 21:23
Example, working, NGINX config for proxying to Unifi Controller software and using letsencrypt. Includes websocket fix. This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
# I had a bit of trouble getting my unifi controller (hosted offsite) to use a proxy/letsencrypt. So here are the fruits of my labor. | |
# The unifi default port is 8443 running on localhost. | |
# License: CC0 (Public Domain) | |
server { | |
# SSL configuration | |
# | |
listen 443 ssl default_server; | |
listen [::]:443 ssl default_server; |
mjkstra /arch_linux_installation_guide.md
Last activeJuly 18, 2025 21:21
A modern, updated installation guide for Arch Linux with BTRFS on an UEFI systemNewerOlder