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

Matrix: nostrdev

https://chat.nostrdev.com

Nostr 開発者向けの Matrix (プロトコルの) サーバー

#キャッチアップ #awesomenostr

awesome-nostr のコミットのキャッチアップ

https://github.com/aljazceru/awesome-nostr/commits/main/?since=2024-08-21&until=2024-09-13&author=aljazceru

#キャッチアップ #awesomenostr

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

https://github.com/nostr-protocol/nips/commits/master/?since=2024-09-07&until=2024-09-13

* NIP-30: Custom Emoji

* `kind: 7` (リアクション) の例が追加された

* .gitattributes

* 新しく追加されたファイル。`*.md linguist-detectable`

* NIP-10: Conventions for clients' use of `e` and `p` tags in text events

* typo

* NIP-13: Proof of Work

* 6fb9e54 の C のサンプル コードの変更が元に戻された。参考: https://github.com/nostr-protocol/nips/commit/6fb9e54f7b4886272f7464aba2f0971543d8df40#commitcomment-146061197

* README

* kind のテーブルを更新した

#キャッチアップ #nips

リレーの実装をざっと見てみたけど、そんなことやってなさそう

#Nostr

`["CLOSED", "sub1"]` が送られてきてた気がしたけど、気のせいだったかな

#Nostr

他の実装次第だけど、`["CLOSED", "sub1", ""]` で良いのでは

https://github.com/nostr-protocol/nips/pull/1490

#Nostr

https://github.com/nostrability/nostrability/issues/91

リアクションのセマンティクスはあいまいだから、無理に求めなくても

#Nostr

最小限で再現可能な例

MRE: Minimal Reproducible Example

MCVE: Minimal Complete Verifiable Example

MWE: Minimal Working Example

https://stackoverflow.com/help/minimal-reproducible-example

#用語

Crusty n3xB

https://n3xb.io/

n3xB Bitcoin exchange protocol を実装する Rust のライブラリ

リポジトリ: https://github.com/nobu-maeda/crusty-n3xb

#キャッチアップ #awesomenostr

ファイル数をカウント

```

find <ディレクトリー> -type f | wc -l

```

#Linux