よっしゃねる
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
(let ((font (car (delq nil (mapcar (lambda (x) (car (member x (font-family-list)))) '("MS Gothic" "Ricty")))))) (print font))
こう……
このアカウントは、notestockで公開設定になっていません。
(mapc
(lambda (x)
(let (charset (car x))
(catch 'loop
(dolist (font (cdr x))
(when (member font (font-family-list))
(set-fontset-font "fontset-standard" charset font)
(throw 'loop t))))))
'((japanese-jisx0208 . ("Ricty Discord" "Ricty"))
(japanese-jisx0208-1978 . ("Ricty Discord" "Ricty"))
(japanese-jisx0212 . ("Ricty Discord" "Ricty"))
(japanese-jisx0213-1 . ("Ricty Discord" "Ricty"))
(japanese-jisx0213-2 . ("Ricty Discord" "Ricty"))
(japanese-jisx0213.2004-1 . ("Ricty Discord" "Ricty"))))
これでどうよ
;; フォント設定
(mapc
(lambda (font-charset)
(catch 'break
(dolist (font (car font-charset))
(when (member font (font-family-list))
(dolist (charset (cdr font-charset))
(set-fontset-font
"fontset-standard"
charset
font))
(throw 'break t)))))
'((("Ricty Discord" "Ricty") . (japanese-jisx0208
japanese-jisx0208-1978
japanese-jisx0212
japanese-jisx0213-1
japanese-jisx0213-2
japanese-jisx0213.2004-1))))
Out of Dimension: Emacs のフォント設定を克服する https://extra-vision.blogspot.com/2016/07/emacs.html
このアカウントは、notestockで公開設定になっていません。
ActivityPubサーバー実装者向け本質情報集だ
https://socialhub.activitypub.rocks/t/guide-for-new-activitypub-implementers/479
(custom-set-variables
'(backup-directory-alist `(("." . ,(locate-user-emacs-file "backup")))))
これがやりたかっただけなんですけど
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
There’s been a lot of speculation around what Threads will be and what it means for Mastodon. We’ve put together some of the most common questions and our responses based on what was launched today:
https://blog.joinmastodon.org/2023/07/what-to-know-about-threads/
このアカウントは、notestockで公開設定になっていません。
仮にこの通り、要するにオープン標準に一時的に乗っかって、そのあと梯子を外すっていう手段に出られたとして、インスタンス単位でブロックしたところで意味があるとは思えないような
でもまあその問題予測は目新しくない。「Mastodonはリモートの投稿のHTMLを除去しすぎる」「Mastodonは絵文字リアクションがない」と何が違うのかという感じだ。
「今のAPでMetaが連合可能にするなら」個人的には連合を否定する理由はない。しかしその次に起こるのがプロトコルの独自拡張だ、という予想は否定しにくいね
「分散型ネットワーク (Fediverse など) を強制終了する方法 」英語 https://ploum.net/2023-06-23-how-to-kill-decentralised-networks.html MetaのThreads.net との連合を拒否する Fedipact と呼ばれる運動。その背景を説明した記事。
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。