Damus
S. Ota profile picture
S. Ota
@s_ota

A programmer. An author of nostr-keyx. Interests: Reinforcement Learning, Natural Language Processing and Artificial General Intelligence.

Relays (13)
  • wss://relay.damus.io/ – write
  • wss://nos.lol/ – write
  • wss://relay.snort.social/ – write
  • wss://nostr.wine/ – read
  • wss://relay.nostrich.land/ – read & write
  • wss://universe.nostrich.land/ – read
  • wss://nostr.mutinywallet.com/ – write
  • wss://relay.nostr.band/ – read & write
  • wss://relay.nostr.wirednet.jp/ – write
  • wss://relay-jp.nostr.wirednet.jp/ – write
  • wss://nostr.h3z.jp/ – write
  • wss://nostr.holybea.com/ – write
  • wss://nostr.fediverse.jp/ – write

Recent Notes

note1fh5nm...
S. Ota profile picture
自分が観測した範囲ですが、最近の流れは Trust and Safety チームの人員を雇うべきと強く主張している人達がいる一方、運営側はあまりやりたくないというという感じのようです。

https://bsky.app/search?q=trust+and+safety
https://bsky.app/search?q=T%26S

結局 Bluesky 社は 「SNS サービス」に主眼があるのか「プロトコル開発」にあるのか、というところに行き着くような気がします。

S. Ota profile picture
自分の周りでは Python のパッケージマネージャは Poetry を使ってる人が多いかな。PyPI にパッケージを登録するのも楽だし、必要なら requirements.txt も出力出来るので。
S. Ota profile picture
Why さんは現在は VC だって言ってたような気がする。投資する人。もちろん技術もわかってるけど日常的にコードを書いてるわけじゃないっぽい。日本に来てる間はオンラインで仕事してるのって聞いたら全くしてないって言ってた。
S. Ota profile picture
今日の勉強会で紹介された Mastering the Lightning Network のオンライン版はこんな感じで HTML/PDF/EPUB が作れました。

git clone https://github.com/lnbook/lnbook.git
cd lnbook
docker pull asciidoctor/docker-asciidoctor:latest
docker run -it --rm -v $(PWD):/documents/ asciidoctor/docker-asciidoctor
apk add jq perl
cat atlas.json | jq -r .files[] | perl -nle 'print "= Mastering the Lightning Network\n" if $. eq 1; print "include::$_\[\]\n"' > book.asciidoc
asciidoctor book.asciidoc
asciidoctor-pdf book.asciidoc
asciidoctor-epub3 book.asciidoc
exit
open book.pdf
S. Ota profile picture
予約投稿を受け付けるサーバをリレーで実装するのはどうだろう。EVENT を送ってOK返すだけのリレーで、REQ は受け付けない。