#github
金のニワトリ (@gosrum)
gpt-5.4-mini가 GitHub Copilot CLI에서 0.33(리퀘스트 단위)로 사용할 수 있다는 정보 공유. 곧 벤치마크를 돌려볼 예정이며, 'nano'(요금제/티어)가 없는 점은 가격 정책 결정 중인 상황을 암시한다고 언급함.
Forget Flags and Scripts: Just Rename the File
https://robertsdotpm.github.io/software_engineering/program_names_as_input.html
GitHub Commit Status を活用した柔軟な Approve 数管理
https://developers.cyberagent.co.jp/blog/archives/62826/
https://github.com/pooza/capsicum/issues/136
capsicumのレンダラーに、Markdown一式を実装するのは、確かに誤判定のリスクが高くなる。Markdown嫌いな人がキレそうだし。
しかし、コードブロック(```)と引用文(>)に限って実装すれば、このぐらいならバチは当たらないだろうと。
引用文の行頭に > をつけるのはMarkdownができるもっと前からの慣例であって、Markdown固有のものではない。
また、日常の文章でコードブロックの「```」が、異なる意味で使われるリスクもほとんどない。
…と思って、capsicumの実装を確認していたところ。
ちなみにこれらの表記は、Misskeyにおいても、MFMの仕様の一部ではある。その為か、Mastodon側のレンダラーに既にこれらのレンダリングが実装されていた。
指示してない機能が実装されていたものだから、厳密に言えばこれはバグなんだろうけどw、まぁ結果オーライだ。
Launch an autonomous AI agent with sandboxed execution in 2 lines of code
Show HN: Sub-millisecond VM sandboxes using CoW memory forking