ゆきえって誰よキー(積もったのは昨日の昼でした
おっさんぽ行てきた
f05fb51ecb (upstream/main) Fix status title for statuses without text (#24359)
10f0de4212 Refactor race condition reblog service spec (#24526)
b0800d602e tootctl: add --approve option to tootctl accounts create (#24533)
d02aa274be typo: collapsable -> collapsible (#24521)
\Master?/ \ますたー/
Merged mastodon/mastodon at f05fb51ecb34fd5ef86fad861e16cfc959fe0b27.
このアカウントは、notestockで公開設定になっていません。
ほんとに0x5Cだしー
$ ruby -e 'puts "ソ".encode("Shift_JIS").unpack("H*")'
835c
カタカナだめ文字検出器
$ ruby -e '("ァ"..."ヾ").each{|x| puts x if x.encode("Shift_JIS", invalid: :replace, undef: :replace).bytes.find{|b| b == 0x5c or b == 0x7c}}'
ソ
ポ
ひらがなダメ文字検出器(無かった)
$ ruby -e '("ぁ"..."ゞ").each{|x| puts x if x.encode("Shift_JIS", invalid: :replace, undef: :replace).bytes.find{|b| b == 0x5c or b == 0x7c}}'
このアカウントは、notestockで公開設定になっていません。
30分経ってもbundle add rails --version 古いやつがnokogiriまでしか進んでないorz IDSみたいのが邪魔してるんだろうと思う。私物でやるかねえ…。
自ホストのIPアドレスを知りたいと思っただけなんです…
$ ifconfig
Command 'ifconfig' not found, but can be installed with:
apt install net-tools
Please ask your administrator.
$ rbenv install 2.3.4
して
openssl-1.0.2u
つくってもらって
おっさんはなにをやっているのだろう
$ ruby -e 'puts "シュガーバタートーストスプレッド".chars.shuffle.join'
ュターートトガシスードバスップレ
ぎゃー
Generating RI format into /tmp/ruby-build.../ruby-2.3.4/.ext/rdoc...
Marshal.dump reentered at marshal_dump
/tmp/ruby-build.../ruby-2.3.4/lib/rdoc/store.rb:866:in `dump'
/tmp/ruby-build.../ruby-2.3.4/lib/rdoc/store.rb:866:in `save_class'
/tmp/ruby-build.../ruby-2.3.4/lib/rdoc/store.rb:750:in `block in save'
/tmp/ruby-build.../ruby-2.3.4/lib/rdoc/store.rb:749:in `each'
/tmp/ruby-build.../ruby-2.3.4/lib/rdoc/store.rb:749:in `save'
/tmp/ruby-build.../ruby-2.3.4/lib/rdoc/generator/ri.rb:27:in `generate'
/tmp/ruby-build.../ruby-2.3.4/lib/rdoc/rdoc.rb:535:in `block in generate'
/tmp/ruby-build.../ruby-2.3.4/lib/rdoc/rdoc.rb:530:in `chdir'
/tmp/ruby-build.../ruby-2.3.4/lib/rdoc/rdoc.rb:530:in `generate'
/tmp/ruby-build.../ruby-2.3.4/lib/rdoc/rdoc.rb:513:in `document'
./bin/rdoc:20:in `<main>'
make: *** [uncommon.mk:442: rdoc] Error 1
$ CONFIGURE_OPTS=--disable-install-doc rbenv install 2.3.4
Installing openssl-1.0.2u...
BUILD FAILED (Ubuntu 22.04 using ruby-build 20230330-2-gf2c3a7f)
ぎょーw
Facebookにむっちゃフィッシングっぽいノーティフィケーションが来てた(ほんものっぽいけど面倒だし無視する)
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
あんまし眠いからダメ文字リストを作ったらそれどころじゃなくなってたぬ
$ cat damemoji.rb
bad = [0x5C, 0x7C]
puts (0..255).map{|x|
bad.map{|b| [b,x].pack("C2")} + bad.map{|b| [x,b].pack("C2")}
}.flatten.map{|c|
x = c.force_encoding("Shift_JIS")
if x.chars.size == 1
begin
x.encode("UTF-8")
rescue Encoding::UndefinedConversionError
end
end
}.compact.join
$ ruby damemoji.rb
—−ソポЫл噂榎浬掛欺弓圭芸構鋼蚕旨十楯申酢曾掃箪竹貼倒能培表怖暴翻予慾禄兔處喀嘶媾斈彌忿拿掟杤桍歃毫濬烟畚痞秉窩綵縹臀艚藹蛞觸諫軆轎鐔閖饅驂鷭黥
このアカウントは、notestockで公開設定になっていません。
このアカウントは、notestockで公開設定になっていません。
@calchan へええ!残念ながらフランスのお料理はよく知らず、オリーブオイルとニンニクで炒めるくらいしか想像できないんだけど、それだけでもおいしそう!
@calchan @terri Thank you! Looks delicious!!
So, it sounds like the persillade reaches the table fresh and never cooked. I'll have find good parsley for that. I don't know why but I've been having difficulty finding it in supermarkets here.
I guess American kind of eggplant (bigger and thicker) fits better than Japanese kind (long and thin).
I'll definitely try this once I can find good parsley!
ユーザーのデータを保持するのにどうしてMerkle木にする必要があるのかと思ったけど、そうか、鍵対を更新したときにひとつ署名したらそれまでの歴史全部に署名したことになるな。過去を改変した場合を考えると #なんもわからん
AT Protocol (BlueSky Social)仕様解説 ~ W3C DID仕様を添えて ~ - Qiita https://qiita.com/gpsnmeajp/items/eb665d639f088b85454e
このアカウントは、notestockで公開設定になっていません。