Skip to content

Instantly share code, notes, and snippets.

@ltfschoen
ltfschoen / polkadot-community-evaluation-ai-governance-framework-for-decentralized-voices-program.md
Last active August 21, 2025 09:44
polkadot-community-evaluation-ai-governance-framework-for-decentralized-voices-program.md

Polkadot Community Evaluation: AI Governance Framework for Decentralized Voices Program

Document Control

  • Version: 0.9.1
  • Date: August 21, 2025
  • Author: Luke Schoen, Clawbird Pty Ltd
  • Status: For Public Review Prior to W3F Submission

Table of Contents

  1. Abstract
At a previous ETHBerlin event the Department of Decentralisation said their standards collective tools were focused on decentralisation: self-hosting, fully open source, fully encrypted, and with support for hosting and connecting federated community. Here's an updated list
- Community (async) - Matrix
- Coordination (sync) - Jitsi Meet
- Doc mgmt (collab) - Cryptpad, Nextcloud
- Images - Dotmemo.xyz
- Events - OnlyOffice (organising events)
- Tickets - pretalx/pretix
@ltfschoen
ltfschoen / decentralized-governance-transition-risk-management-framework-a-parallel-storytelling-approach.md
Last active August 8, 2025 01:03
Decentralized Governance Transition Risk Management Framework: A Parallel Storytelling Approach

Decentralized Governance Transition Risk Management Framework: A Parallel Storytelling Approach

This educational document uses parallel storytelling to illustrate governance risks and mitigation strategies through two scenarios: a business scenario involving pub expansion and an abstract governance pattern. The business scenario serves as an accessible analogy to help understand the more complex governance concepts.

The sections of particular educational value include (Scene 6.1) on verification mechanisms and (Key Lesson 3) on transparency requirements. These governance safeguards demonstrate how communities can protect themselves from potential harm during governance transitions. The framework shows that when participants vote without fully understanding implementation details, or when reasoning behind critical votes remains undisclosed, governance systems become vulnerable to manipulation and failure.

The mitigation strategies presented, especially the verification polls that confirm understanding be

@ltfschoen
ltfschoen / polkadot-human-rights-definitions.md
Last active August 4, 2025 04:35
Polkadot Human Rights Definitions

Polkadot Human Rights Definitions - Second draft

Preamble

This document is intended to provide clear explanations, definitions, and principles of basic human rights that are not granted by one human or non-human entity, but rather by your human nature alone. This list is not exhaustive and can be expanded upon or extended later through voting action.

Article I: Definitions

All word definitions below are stated as is, unless stated otherwise in each section.

@ltfschoen
ltfschoen / polkadot-dao-constitution.md
Last active August 4, 2025 04:15
Polkadot DAO Constitution - Third draft

Polkadot DAO Constitution - Third draft

Preamble

We the community of the Polkadot Ecosystem are a Decentralized Software Protocol Network and promote the general welfare and secure the blessings of liberty for ourselves and our posterity, do decree and establish this Constitution for the Polkadot DAO OpenGov.

Article I: Polkadot Origin Story

Section 1: Polkadot

@ltfschoen
ltfschoen / zed.md
Created December 18, 2024 20:37
zed editor

alias zed="/Applications/Zed.app/Contents/MacOS/cli"

@ltfschoen
ltfschoen / Recaptcha Solver (Automatically solves Recaptcha in browser).user.js Recaptcha Solver in Browser | Automatically solves Recaptcha in browser by engageub | Note: This script is solely intended for the use of educational purposes only and not to abuse any website. This script uses audio in order to solve the captcha. Use it wisely and do not abuse any website. Click "Raw" to install it on Tampermonkey
// ==UserScript==
// @name Recaptcha Solver (Automatically solves Recaptcha in browser)
// @namespace Recaptcha Solver
// @version 2.1
// @description Recaptcha Solver in Browser | Automatically solves Recaptcha in browser
// @author engageub
// @match *://*/recaptcha/*
// @connect engageub.pythonanywhere.com
// @connect engageub1.pythonanywhere.com
// @grant GM_xmlhttpRequest
@ltfschoen
ltfschoen / mycrypto.md
Last active November 22, 2023 06:21
mycrypto macos
@ltfschoen
ltfschoen / tmux.md
Created August 28, 2023 01:40
wip - tmux notes
docker exec -w /multix/squid --user=root -it multix-ui-dev /bin/sh
apk add --update tmux

# new Tmux session and window
# references:
# * https://gist.github.com/michaellihs/b6d46fa460fa5e429ea7ee5ff8794b96
# * https://dev.to/iggredible/useful-tmux-configuration-examples-k3g

# commands
@ltfschoen
ltfschoen / find-larg-files.md
Created May 10, 2023 01:54
find large files on macos

find . -size +200M -exec du -hs {} ;