#python

topickapp (IT技術系ニュースサイト)
1/3 9:27:58
💕
https://github.com/DrewThomasson/ebook2audiobook
ebookをAIモデルと音声クローンを使用してオーディオブックに変換するツールです。
チャプターやメタデータも付与され、1107以上の言語に対応しています。
GitHubで公開されており、ソースコードも確認できます。Python製。
#Python

topickapp (IT技術系ニュースサイト)
1/1 11:33:29
💕
https://zenn.dev/avilen_techblog/articles/c59429329b86a0
__pycache__ とは何か?(関連してPythonでのJIT Compilerについて)
__pycache__はPythonの実行時に作成されるキャッシュディレクトリで、実行速度向上を目的としている。
PythonのJIT Compilerは3.13から導入され、性能向上を目指した実験的な機能が追加された。
CopyAndPatch JITは軽量な実装で特定条件下での最適化を行う。
#Python

lemon
10/23 14:01:12
💕🐶
I moved over from the 'pynostr' library to 'nostr_sdk' because it's being actively maintained, but every once in awhile I get stuck
Why doesn't this filter work to search events in the NIP94 File Metadata?
Filter().kind(Kind(1063)).custom_tag(SingleLetterTag.lowercase(Alphabet.M), "image/gif").search("dinosaur")
Is there a way to search custom tags that aren't of "SingleLetterTag" type (e.g. "summary", "alt", "ox")?
#asknostr #python
nostr:npub1drvpzev3syqt0kjrls50050uzf25gehpz9vgdw08hvex7e0vgfeq0eseet nostr:npub1vp8fdcyejd4pqjyrjk9sgz68vuhq7pyvnzk8j0ehlljvwgp8n6eqsrnpsw nostr:npub137c5pd8gmhhe0njtsgwjgunc5xjr2vmzvglkgqs5sjeh972gqqxqjak37w

電子馬⚡️🏇(DenshiUma)
10/8 19:55:32
💕
草
生成AIにTOEIC®リスニング問題を無限に生成してもらい、スコア900超え達成した話 #Python - Qiita https://qiita.com/readiness_/items/3a03e525344aca6d58c2

Maretol - メアトル
9/22 10:18:39
💕
「PyCon JPではWeb系以外のものは機械学習とみなす傾向がありました」でかなり狭いグループで回してる感あるな……
PyCon JPの技術に対する不正の告発、及びに技術者と大衆に対しての警鐘 #Python - Qiita
https://qiita.com/python_bokume2/items/7aa80b73010919007581

Yuki Kishimoto
9/20 4:48:24
💕❤️
## rust-nostr v0.35 is out! 🦀
### Summary
Add gossip model support, deprecate `SQLite` database in favor of `LMDB` (fork of nostr:npub1acg6thl5psv62405rljzkj8spesceyfz2c32udakc2ak0dmvfeyse9p35c's pocket database), add support to negentropy v1 (old version is still supported!), add `MockRelay` (a local disposable relay for tests), allow usage of embedded tor client on mobile devices, many improvements, bugs fix and more!
Full changelog: https://rust-nostr.org/changelog
### Contributors
Thanks to all contributors!
* nostr:npub1acxjpdrlk2vw320dxcy3prl87g5kh4c73wp0knullrmp7c4mc7nq88gj3j
* nostr:npub17q5n2z8naw0xl6vu9lvt560lg33pdpe29k0k09umlfxm3vc4tqrq466f2y
* nostr:npub1zwnx29tj2lnem8wvjcx7avm8l4unswlz6zatk0vxzeu62uqagcash7fhrf
* nanikamado
### Links
https://rust-nostr.org
https://rust-nostr.org/donate
#rustnostr #nostr #rustlang #programming #rust #python #javascript #kotlin #swift