20250312
0800 起床
ユビーさんにお世話になるか
@hk_it7: @engineer_naito お大事になさってください...... https://pbs.twimg.com/media/GlzVJdWbEAAFQYd.png
受刑者が失神すると、医師が瞳孔が開いていないかを見る。「すぐ失神する人もいるが、その場合は医者が『フェイクだから続行しなさい』と言い、執行官がムチ打ちを続ける」という。
https://pbs.twimg.com/media/Glu0Z1AaAAA0Qv4.jpg
@typescript: Today we're thrilled to announce our effort to port the TypeScript compiler and language service to native code, gaining a 10x speed boost in build times and editor responsiveness! https://scrapbox.io/files/67d10eb0bbd7744a12b056bf.png
ラジオボタンと呼ばれるのは、以下のように外見や操作方法が古い型のラジオのプッシュボタンに似ているからです。
null
undefined
false
NaN
0
-0
0n
""
document.all
code:js
let text;
const title = text ?? "タイトル";
code:js
let text;
const title = text ? text : "タイトル";
@yusuktan: @engineer_naito 実際かなり鋭い指摘で、自分を自分でコンパイルすることをセルフホストとかbootstrapといったりして、マイルストーンとして重視されてたりします(黎明期のRustはコンパイラがOcamlで実装されてたりした)