もくもく会
同じ場所に集まり、各自が勉強や作業を自由に黙々と進める会の総称。
名前の由来は「黙々と」から来ていると言われている誰が言ったんだそんなこと.icon
イベントの種類
セミナー
講義を聞く
ハンズオン
講義や指導に従って作業
勉強会
割と曖昧
ハッカソン
テーマ内時間内にモノを作り切る
もくもく会
各自勝手に作業する
Shut Up & Write!®
同様の趣旨の会
yosider - /yosider/もくもく会
issac-37765679 - /issac-37765679/結城浩のもくもく会
villagepump - /villagepump/Scrapboxもくもく会
/kyotogo/もくもく会
/r16fr/もくもく会
もくもく会 - Wikipedia
https://ja.wikipedia.org/wiki/もくもく会_(集会)
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/もくもく会/closed.svg
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/もくもく会/open.svg
code:open.svg
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<g>
<style type="text/css">
.f01{
stroke: navy;
stroke-width: 4;
fill: navy;
}
.f02{
stroke: white;
stroke-width: 1;
fill: white;
}
</style>
<ellipse class="f01" cx="50" cy="50" rx="46" ry="46" />
<text class="f02" x="30" y="30" font-size="20">☁☁</text>
<text class="f02" x="5" y="55" font-size="18">もくもく会</text>
<text class="f02" x="22" y="82" font-size="20">開催中</text>
</g>
</svg>
code:closed.svg
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<g>
<style type="text/css">
.f01{
stroke: brown;
stroke-width: 4;
fill: brown;
}
.f02{
stroke: white;
stroke-width: 1;
fill: white;
}
</style>
<ellipse class="f01" cx="50" cy="50" rx="46" ry="46" />
<text class="f02" x="30" y="30" font-size="20">☁☁</text>
<text class="f02" x="5" y="55" font-size="18">もくもく会</text>
<text class="f02" x="22" y="82" font-size="20">準備中</text>
</g>
</svg>