generated at
wogikaze

Midjouenyが出たときになにか崩れる音がした(ような気がする)
人を描くには観察眼がよわよわすぎるので風景とかを中心に
絵は描けないです。画伯

興味の移り変わりツリー
2025/01~
2024/10~
神威, Devin.aiなど開発補助エージェント
2023/08~
Cursor, v0などAIによる開発補助AI
2022/08~
Stable DiffusionのOSS化により画像生成AIを試すように

script.js
import 'https://scrapbox.io/api/code/yuyasurarin/wogikaze/出張用.js' import "/api/code/work4ai/png画像からデータを読み取るscript/mod.js"; import {popupBindings} from '/api/code/wogikaze/popupmenuのショートカットを決める/script.js'; popupBindings.start(); popupBindings.push( {key: '.', buttonName: 'link'}, // link {key: 't', buttonName: 'Embed Tweet'}, // twitter {key: 'u', buttonName: 'URL'}, // other links ); scrapbox.PopupMenu.addButton({ title: 'link', onClick: text => { if (text.match(/https?:\/\//)) { return text.replace(/(https?:\/\/[^\s]+)/g,'[. $1]') } } }); scrapbox.PopupMenu.addButton({ title: 'w4i', onClick: text => { if (text.match(/https?:\/\//)) { return text.replace(/(https?:\/\/[^\s]+\/([^\/\s]+))/g,"[. $1/$2]$2") } } });

this is yuyasurarin’s page