The Sovereign Individual: Mastering the Transition to the Information Ageby James Dale Davidson and Lord William Rees-MoggThe Network Stateby Balaji SrinivasanA Lodging of Wayfaring Menby Paul Rosenberg
Understood. I’ll revise the NIP proposal to define a new dedicated event kind 7043 for tone events. The JSON schema will remain in the content field, and we’ll expand tag usage to include both standard t hashtags and new single-letter custom tags for structured classification—enabling better filtering per NIP-01. I’ll make those updates and notify you when the draft is ready for review.
draft optional author:YourName discussions-to:#music
NIP: 7043
Title: Tone Events (Sound Representation)
| pacman -S --needed git base-devel | |
| git clone https://aur.archlinux.org/yay.git | |
| cd yay | |
| makepkg -si | |
| yay -S flutter | |
| java -version | |
| sudo pacman -S jre8-openjdk |
| function _renderQrArrayWithQuietZone( | |
| qrArray: boolean[][] | undefined, | |
| borderSize: number, | |
| lightCharPair = "\u2588\u2588", | |
| darkCharPair = " " | |
| ): void { | |
| if (!qrArray || qrArray.length === 0) { | |
| log.warn("QR array is empty, cannot render."); | |
| return; | |
| } |
| <div class="radar"></div> |
| #!/bin/sh | |
| ### BEGIN INIT INFO | |
| # Provides: basic | |
| # Required-Start: $remote_fs $syslog | |
| # Required-Stop: $remote_fs $syslog | |
| # Default-Start: 2 3 4 5 | |
| # Default-Stop: 0 1 6 | |
| # Short-Description: Starts/stops basic service | |
| # Description: A basic init script that starts, stops, and checks status | |
| ### END INIT INFO |
| #!/bin/bash | |
| if [ ! -f /usr/lib/sftp-server ]; then | |
| ln -s /usr/lib/ssh/sftp-server /usr/lib/sftp-server | |
| fi | |
| uci set dropbear.@dropbear[0].PasswordAuth='on' | |
| uci set dropbear.@dropbear[0].RootPasswordAuth='on' | |
| uci set dropbear.@dropbear[0].Port='22' | |
| uci commit dropbear |
NOTICE from wss://feeds.nostr.band/: error: unknown feed
nostr.band feeds are tricky because the root domain connects like a relay, but does not actually behave like a relay. Only it's sub paths act like relays, and I'm still trying to figure out how to handle this in a way that doesn't require manual treatment. It would be better if feeds.nostr.band refused to connect.
NOTICE from wss://relay.noswhere.com/: internal error on filter 0
Internal issue it seems.
| #!/bin/bash | |
| # USAGE: | |
| # fjb.sh <timestamp> | |
| # returns: <blocknum> | |
| TIMESTAMP=$1 | |
| LOWER=0 | |
| UPPER=$(bitcoin-cli getblockcount) |