kudan
https://gyazo.com/c55ce0486ebbd46525feef22fd6f28f9
九段。
機構学の動画を出すなどしている。
使用ツール等
Besiege
たのしいだけ
素人
Todo
リンク先になんもないやつとか、後で書いとこってやつ、あと途中で気になったけどスルーしたやつとかを置いとくとこ。
Euler-Savary equation
Chebyshev min-max optimality criterion
Crossley,Dobrjansky 接続行列(Incidence matrix)による機構の表示
→Structural synthesisの飛躍的な発展
KINEMATICS OF MECHANISMS FROM THE TIME OF WATT,Eugene S. Ferguson
Historical Mechanisms for Drawing Curves
Kempe's (focal) linkage
Reciprocal Frame
Plate trick
bistable structure 双安定構造 ないし bistable mechanism 双安定機構
オルタネイトスイッチみたいなやつ
やる木
kerf bending
flexure hinge
flexure bearings
living hinge
Compliant mechanism
dovetails 木組み
バイラテラル・ドライブ・ギヤ 不思議遊星
スチュワートプラットフォーム
人物関連
1136–1206 Ismail al-Jazari
810-887 Ibn Firnās
Oliver Evans
Georg Friedrich von Reichenbach
個人用のUserScript置くとこ
code:style.css
@keyframes blink {
0% {opacity: 0}
49%{opacity: 0}
50%{opacity: 1}
}
.cursor { animation: blink 1s infinite }
code:script.js
// 選択した文字列にマーカー
scrapbox.PopupMenu.addButton({
title: 'マーカー',
onClick: text => [[${text}]]
})
// 選択した文字列を強調
scrapbox.PopupMenu.addButton({
title: '強調',
onClick: text => [! ${text}]
})