ベーコンウォッカ https://note.com/take3r/n/nda0924fb7740
メープルベーコンサンデー https://gigazine.net/news/20110411_dennys_maple_bacon_sundae/
アメリカ人は心からベーコンを愛しているのだな…
ベーコンウォッカ https://note.com/take3r/n/nda0924fb7740
メープルベーコンサンデー https://gigazine.net/news/20110411_dennys_maple_bacon_sundae/
アメリカ人は心からベーコンを愛しているのだな…
ベーコン マニアhttps://ja.wikipedia.org/wiki/%E3%83%99%E3%83%BC%E3%82%B3%E3%83%B3%E3%83%BB%E3%83%9E%E3%83%8B%E3%82%A2 アンサイクロペディアかと思った
Baconnaise Sauce ベーコネーズ、ベーコンを使っていないがベーコンの味のするマヨネーズというのが存在するらしいが、日本からは買えないっぽい https://ja.wikipedia.org/wiki/%E3%83%99%E3%83%BC%E3%82%B3%E3%83%8D%E3%83%BC%E3%82%BA
https://gigazine.net/news/20230405-twitter-turned-off-access-sign-in/
ソシャゲのTwitterログインもいよいよヤバそうね
ときどきは添付メディア使用量の推移を確認する
select m.s, a.username, a.domain, m.account_id
from (
select account_id,sum(file_file_size) as s
from media_attachments
where file_file_name is not null and file_file_name != ''
and file_file_size is not null and file_file_size > 0
group by account_id
order by s desc limit 10
) as m
left join accounts as a on m.account_id=a.id
order by m.s desc;
あれ、リモート投稿の添付データがローカルにキャッシュ中かどうかってこの判定だとうまくない…?
@cmplstofB Arrayの添字アクセスに整数以外を指定すると、オブジェクトプロパティに関連したデータを返すのです。 https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/Array
Array.at()メソッドは引数を整数に変換するので、より制限された振る舞いとなります。 https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/Array/at
Twitterクライアントは画面内に必ず鳥を表示しないといけないDesign Requirements、クライアント自体が規約違反になったしそもそも公式が鳥を表示しなくなったのでもうどうでもよくね?