Avatar
AsaiToshiya
0a2f19dc1a185792c3b0376f1d7f9971295e8932966c397935a5dddd1451a25a
📝 https://notes.asaitoshiya.com/

NIP-95: Relay File Storage

https://github.com/arthurfranca/nips/blob/nip-95-revisit/95.md

Nostr でファイル ストレージ

base64 でエンコードされたファイルを持つイベントと、そのイベントを示す NIP-19 (bech32-encoded entities) の `nfile`

ファイルは `c` タグでチャンク化できる

関連: https://github.com/nostr-protocol/nips/pull/345

PR: https://github.com/nostr-protocol/nips/pull/1145

#Nostr

5年後に壊れていたら Ryzen

ヒヨコが初めて見たものを親だと認識するように、マザーボードは ASRock が親

NIP-35: Draft Events

https://github.com/vitorpamplona/nips/blob/draft-event/35.md

下書き用の汎用的なイベント

任意のイベント (下書き) を NIP-44 (Encrypted Direct Message (Versioned)) で暗号化して `.content` に含める

PR: https://github.com/nostr-protocol/nips/pull/1124

#Nostr

nostr:nevent1qqszu0aegtyfts69y2nnmg049yf8egzusdyl9h0y608gw30ajhu49sc8kpl7m

NIP-xx: Indexes

https://github.com/coracle-social/nips/blob/indexes/xx.md (削除済み)

関連するイベントのインデックスを表す `~` (チルダ) タグ

インデックスのソースは、リレー、NIP-05、または GUN

例:

- `["~", "wss://relay.example.com", "relay"]`

- `["~", "user@example.com", "nip05"]`

- `["~", "b0635d6a9851d3aed0cd6c495b282167acf761729078d975fc341b22650b07b9", "gundb"]`

参考: https://gun.eco/

PR: https://github.com/nostr-protocol/nips/pull/1130

#Nostr

nostr:nevent1qqs95cc8wdkj2xyy0pjdt4xhdj3k2rn0qup73d0rwf3jw5a293x2sjs68uvdt

NIP-64: Inbox model

https://github.com/nostr-protocol/nips/blob/inbox-model/64.md

受信ボックス (`kind: 10064`) とフォロー インテント (`kind: 6401`) を使用するインボックス モデル

ユーザー (Walter) は受信ボックス (A) を作成して、フォロワーは A のリレーにフォロー インテント (B) を送信する

Walter は A のリレーから B をフェッチして、フェッチした B のリレーにイベントを送信する

関連: https://github.com/nostr-protocol/nips/discussions/1134

PR: https://github.com/nostr-protocol/nips/pull/1135

#Nostr

NIPs のコミットのキャッチアップ

https://github.com/nostr-protocol/nips/commits/master/?since=2024-03-23&until=2024-03-25

* NIP-24: Extra metadata fields and tags

* `kind 0` の JSON に、ボットなどを示す `bot` フィールドが追加された

#キャッチアップ #nips

Replying to Avatar AsaiToshiya

NIPs のコミットのキャッチアップ

https://github.com/nostr-protocol/nips/commits/master/?since=2024-03-14&until=2024-03-22

* NIP-05: Mapping Nostr keys to DNS-based internet identifiers

* relays 属性が推奨になった

#キャッチアップ #nips

* NIP-46: Nostr Connect

* `connect` コマンドと `create_account` コマンドのパラメーターにオプションの `optional_requested_permissions` が追加された

#キャッチアップ #nips