最近はラズパイに Ubuntu を入れられるようになったのでちょっと楽になった。でも AWS か GCP で無料枠でサーバを借りる方がもっと楽...
npub1susu...0yu8
npub1susu...0yu8
うちのラズパイ 3B+ は 4年くらい立ち上げっぱなしだけどまだ壊れてない。
I released v1.2.0 of nostr-keyx, a NIP-07 browser extension that uses the OS's native keychain application to protect your private keys.
- Add Windows and Linux native keychain application support

GitHub
GitHub - susumuota/nostr-keyx: A NIP-07 browser extension that uses the OS's keychain or YubiKey to protect your private keys.
A NIP-07 browser extension that uses the OS's keychain or YubiKey to protect your private keys. - susumuota/nostr-keyx

OS ネイティブのキーチェーンアプリを利用して秘密鍵を保護する、NIP-07 ブラウザ拡張機能 nostr-keyx の v1.2.0 をリリースしました。
- Windows と Linux の OS ネイティブキーチェーン対応
初期設定が結構大変なので以下ドキュメントも参考にしつつ試してみてください。
また、YubiKey 等の任意のハードウェア認証デバイスから秘密鍵を取得することも出来ると思います。 `keychain.ts` の `spawnSync` のところで秘密鍵を返すコマンドを指定してください。

GitHub
GitHub - susumuota/nostr-keyx: A NIP-07 browser extension that uses the OS's keychain or YubiKey to protect your private keys.
A NIP-07 browser extension that uses the OS's keychain or YubiKey to protect your private keys. - susumuota/nostr-keyx
Chrome for Developers
Native Messaging | Apps | Chrome for Developers
How to exchange messages with native applications from your Chrome App.

クラスメソッド発「やってみた」系技術メディア | DevelopersIO
Chrome拡張機能とローカルアプリでプロセス間通信 | DevelopersIO
GitHub
nostr-keyx/node/keychain.ts at main · susumuota/nostr-keyx
A NIP-07 browser extension that uses the OS's keychain or YubiKey to protect your private keys. - susumuota/nostr-keyx

`npm pack` して作った tgz を zip に変換するのこんな風にしてみた。
```
"scripts": {
"pack": "rm -f *.tgz *.zip ; npm pack ; tar tfz *.tgz | sed -e 's|^package/||' | zip -r@ `ls *.tgz | sed -e 's|\\.tgz|\\.zip|'`"
},
```
設定がややこしくなってきたので Windows 用のディレクトリを作って分離して、残りの macOS と Linux はどうしようかと思って Unix というディレクトリを作った。しかし、最近 Unix という単語をほとんど聞かなくなったな...

Awesome Nostr Resources
A comprehensive collection of Nostr resources, tools, clients, and protocols for developers and users.
GitHub
GitHub - aljazceru/awesome-nostr: nostr.net - awesome-nostr is a collection of projects and resources built on nostr to help developers and users find new things
nostr.net - awesome-nostr is a collection of projects and resources built on nostr to help developers and users find new things - aljazceru/awesom...
LLM seems to become commodity.
Iris リロードしたら "Post & Replies" というのが追加された。
Nostr は SNS でなくゲーム。
怪しいサイトで NIP-05 してると怪しい人とみなされるようになる
NIP-46 用の SDK が出てた。NIP-46 は秘密鍵を守るために App と Singer(秘密鍵を保持) に分離してその間のやり取りを記述したプロトコル。NIP-07 のアプリ版というか一般化(NIP-07 はWebブラウザのみ)。
(SDK, Signer 実装 + サンプル App)
(iOS + Android App 例)

GitHub
GitHub - nostr-connect/connect: Nostr Connect SDK for TypeScript is a library that allows you to easily integrate Nostr Connect into your web application
Nostr Connect SDK for TypeScript is a library that allows you to easily integrate Nostr Connect into your web application - nostr-connect/connect
GitHub
GitHub - nostr-connect/nostrum: iOS & Android reference implementation of a Nostr Connect NIP-46 remote signer. Written with React Native Expo
iOS & Android reference implementation of a Nostr Connect NIP-46 remote signer. Written with React Native Expo - nostr-connect/nostrum
GitHub
NIP-46: Nostr Connect 🔌 connect your Nostr app with remote signing devices by tiero · Pull Request #153 · nostr-protocol/nips
Hello frens!
Having to enter your private key on each Nostr web app sucks. Using a browser extension is a great advancement, although most people d...
GitHub
nips/46.md at nostr-connect · nostr-connect/nips
Nostr Implementation Possibilities. Contribute to nostr-connect/nips development by creating an account on GitHub.
Nostr リレーこれで建てられた。 #nostrstudy
docker run -p 7000:8080 scsibug/nostr-rs-relay
とりあえず自分用リレーを建ててみよう。 #nostrstudy
みなさまおつかれさまでした。勉強になりました😃 #nostrstudy
仕様が数字の件、理系に略語を作らせると大抵ろくでもないことになるから数字にしておいたほうがマシだと思う。
This looks great! I will adapt nostr-keyx to NIP-46.

GitHub
nips/46.md at master · nostr-protocol/nips
Nostr Implementation Possibilities. Contribute to nostr-protocol/nips development by creating an account on GitHub.
GitHub
NIP-46: Nostr Connect 🔌 connect your Nostr app with remote signing devices by tiero · Pull Request #153 · nostr-protocol/nips
Hello frens!
Having to enter your private key on each Nostr web app sucks. Using a browser extension is a great advancement, although most people d...
Nostr 版 Medium by #[0]
NIP-23 の実装だそうです。かっこいい。
https://habla.news/

GitHub
GitHub - verbiricha/habla
Contribute to verbiricha/habla development by creating an account on GitHub.
GitHub
nips/23.md at master · nostr-protocol/nips
Nostr Implementation Possibilities. Contribute to nostr-protocol/nips development by creating an account on GitHub.
