Skip to content

Instantly share code, notes, and snippets.

View daveio's full-sized avatar
🧑‍🎤

Dave Williams daveio

🧑‍🎤
View GitHub Profile
@daveio
daveio / STUFF.md
Last active June 28, 2025 13:09
Stuff to get out of storage

Stuff to get out of storage

Ableton Push 3

I have a Push 2 and a Push 3. I want the Push 3.

The power supply might be a pain in the arse, but I do need it. It was plugged in with the Push on the music table, so might still be with it.

It's rated 20V, 3A, with a barrel plug.

@daveio
daveio / 1.TO.md
Last active June 24, 2025 15:00
MS Society emails

I wrote a brief piece about how MS-related balance issues present, for people who don’t suffer from it but care for and/or love people for whom it’s an issue to try to explain in as much detail as possible how it is.

A few people said they really enjoyed it and found it useful, and a couple of them suggested mailing it to the MS Society, so here I am.

I quote the piece below, and grant the MS Society a non-exclusive, perpetual licence to reprint and edit it in any media. Credit is appreciated (Dave Williams, [email protected] mailto:[email protected]) but not required.

My hope is that it helps people, in any case. As I say, credit appreciated but not required, and you can edit as necessary. I’d be grateful if you could let me know anything you decide to do with it, but again, that’s not required.

I'd like to use your attention for a moment to ask that people don't underestimate what "balance issues" means. I understand that to many this will be like teaching you to suck eggs, but I wrote the thing and thought i

@daveio
daveio / MEDICATIONS.md
Created June 17, 2025 15:11
Medications

Medications

Mirtazapine

30mg x 28

  • Meer / Mere / Mir (Russian space station)
  • Taz / Tazz
  • Ah (short)
  • Peen
@daveio
daveio / SPEC.md
Last active June 14, 2025 21:52
16c Home Automation

Remote power sockets over Zigbee with Home Assistant

Architecture

  • A Raspberry Pi running Home Assistant OS.
  • A USB Zigbee coordinator letting HA speak Zigbee 3.0 on 2.4 GHz.
  • Mains‑powered Zigbee smart plugs act as routers, so every new plug extends the mesh.
  • Control comes from the HA web UI, mobile apps, voice assistants, or YAML automations.

Gubbins

@daveio
daveio / catppuccin-macchiato.zettlr.css
Last active June 12, 2025 17:16
Catppuccin Macchiato theme for Zettlr
/*
* Catppuccin Macchiato Theme for Zettlr
*
* A warm, dark theme using the Catppuccin Macchiato color palette
* Based on Catppuccin style guidelines: https://github.com/catppuccin/catppuccin
*
* Installation:
* 1. Set the Bielefeld base theme
* 2. Copy and paste this file into Zettlr config
*
@daveio
daveio / INCIDENTS.md
Created June 11, 2025 03:52
Cis women accused of being men

Cisgender Women Falsely Accused of Being Men

  • Detroit woman mistaken for man, ejected from women's restroom
    Detroit Free Press

  • Woman with short hair harassed as 'man' in Walmart restroom
    Newstimes

  • Man follows woman into hospital restroom, mistaking her for male
    Yahoo News

@daveio
daveio / mcp.schema.json
Created June 6, 2025 12:15
Unified MCP configuration schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://github.com/daveio/myriad/projects/mcp/config/mcp.schema.json",
"title": "MCP Configuration Schema",
"description": "Schema for Model Context Protocol (MCP) configuration files",
"type": "object",
"properties": {
"$schema": {
"type": "string",
"description": "The JSON schema to validate this document against"
@daveio
daveio / goose.schema.json
Last active June 6, 2025 12:13
Goose configuration schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://gist.github.com/daveio/8d61320990bcd3623d0305fe7b341f0c",
"title": "Goose Configuration",
"description": "Configuration schema for Goose AI assistant YAML files. Unofficial; written using the documentation at <https://block.github.io/goose/docs/guides/config-file/>",
"type": "object",
"properties": {
"GOOSE_PROVIDER": {
"type": "string",
"description": "Primary LLM provider for Goose",
@daveio
daveio / proof.md
Created June 6, 2025 02:47
aspe:keyoxide.org:ZCULKKUAF2TP3OE5P2JY5OUKKA

$argon2id$v=19$m=8192,t=2,p=4$Y9H4as0R7+DfIXUM9oMddw$9EWy/w/6mYvFhZJNWU8dtZ1CWFmvRC3r

@daveio
daveio / YUBIKEY.md
Created June 1, 2025 16:32
Yubikey Gumpf

YubiKey Package Summary

A comprehensive overview of YubiKey-related packages available through Homebrew, ranging from encryption tools to authentication managers. These packages provide various ways to leverage YubiKey hardware tokens for enhanced security.

Core Command-Line Tools

age-plugin-yubikey (v0.5.0)

Purpose: Plugin for encrypting files with age and PIV tokens such as YubiKeys
License: Apache-2.0 OR MIT
Status: Stable, actively maintained