Skip to content

Instantly share code, notes, and snippets.

View jesuspirate's full-sized avatar
🏠
Working from home

Bitcrazy jesuspirate

🏠
Working from home
View GitHub Profile
@m1sterc001guy
m1sterc001guy / resolvr_fedimint_module.md
Last active June 30, 2026 21:17
Resolvr Fedimint Module

Motivation

The goal of the Resolvr project is to enable an open-source dispute resolution system. We have discussed in the past that part of the solution could include a Fedimint module that orchestrated the unlocking of a "bounty". How to do this has remained an open question. In this post, I will propose two possible implementations. Both implementations use FROST/ROAST to produce a signature that allows the bounty to be unlocked.

Requirements and Assumptions

  • "Reviewers" can be assigned to a "bounty". This bounty is paid out in Bitcoin (on-chain, lightning, or ecash).
  • The "Reviewers" are assumed to have a Nostr Public Key (npub) associated with their identity. This proposal does not attempt to solve the problem of public key discovery or trustworthness of nostr npubs. It is assumed that reputation will be
@peters
peters / Sony WH-1000XM4.md
Last active April 29, 2026 12:14
Connecting Sony WH-1000XM4 to Ubuntu 22.04 (Jammy)

Connecting Sony WH-1000XM4 to Ubuntu 22.04 (Jammy)

This guide will help you connect your Sony WH-1000XM4 headset to Ubuntu 22.04 using Bluetooth. Once connected, you'll be able to listen to music and use the microphone on apps like Microsoft Teams.

1. Connect to Bluetooth Headset

Steps:

  1. Open a terminal and launch bluetoothctl:

Dev Setup

  1. Homebrew/terminal/bash
  2. OSX Productivity - Window Management/Quick Launcher/Hyperswitch
  3. OSX Settings - Dock/Finder
  4. Web Browser - Extensions - AdBlock, Privacy Badger, OneTab, JSONViewer, Stylus, Vue Devtools, React Devtools
  5. Node.js - nvm
  6. Code Editor - vs code
  7. Code Editor Extensions
  8. Break timer and Flux
xcode-select --install
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update
brew cask install iterm2
# update iterm2 settings -> colors, keep directory open new shell, keyboard shortcuts
brew install bash # latest version of bash
# set brew bash as default shell
brew install fortune
brew install cowsay
brew install git