02:19:37
icon

OpenTweenのMastodon対応、MastodonのトゥートにTwitterのURLが含まれてたら引用扱いにしたいとか、TwitterとMastodonのTLをマージしたタブが欲しいとかいろいろ欲がでて設計がまとまらない

02:38:19
icon

C#8.0のおかげでstatus_idをただのlongではなくTwitterStatusIdとMastodonStatusIdのいずれかが入る的な事はやりやすくなった

02:52:50
icon

string Permalink(StatusId id) => id switch
{
TwitterStatusId twStatusId => $"twitter.com/i/web/status/{twSt",
MastodonStatusId donStatusId => $"https://{mastodon.WebDomain}/web/statuses/{donStatusId}",
_ => throw new NotSupportedException(),
}

02:54:49
icon

Expression-bodiedなメソッドとswitch式を組み合わせたときのインデント分からんくなる

04:01:47
icon

かやふぇしゅ、ステージイベントもありつつ30~35の酒蔵が出店する予定ってすげえ規模だ