GitHub ActionsやGitlab CIのようなワークフローをセルフホストで動かせるオープンソース実装。GitHub AppやWebhookで起動できるので環境を選ばず統一できることがメリットか。
---
GitHub - Cicada-Software/cicada: A FOSS, cross-platform version of GitHub Actions and Gitlab CI
https://github.com/Cicada-Software/cicada
#bookmarks
About
13ftを応用してさまざまな拡張を加えたWebプロキシ。多機能。
---
GitHub - everywall/ladder: Selfhosted alternative to 12ft.io. and 1ft.io bypass paywalls with a proxy ladder and remove CORS headers from any URL
https://github.com/everywall/ladder
#bookmarks
Googlebotからのアクセスを装うことで、広告や煩わしいポップアップなどがない綺麗なコンテンツをWebサイトから取得するツール。SEO対策のためGooglebotにはいい顔してるサイトを騙す形だ。頭良い。
---
https://github.com/wasi-master/13ft
https://github.com/wasi-master/13ft
#bookmarks
これはつまりウォーターフォールなSIer大勝利ということなのでは!!!!111
---
GitHub、Copilotの将来像となる「Copilot Workspace」発表。人間がコードを書くことなく、Copilotが仕様作成からコード作成、デバッグまで実行。GitHub Universe 2023
https://www.publickey1.jp/blog/23/githubcopilotcopilot_workspacecopilotcopilotgithub_universe_2023.html
#bookmarks
例として挙げられてるのがreq.query.nameをHTTPレスポンスに含めてる件の指摘だが、どこまでソースコードを解析してくれるんだろうな。たとえばDBに格納してから出力するとこまでおっかけるのは厳しそう
---
GitHub、コードの脆弱性を発見後、修正コードまで自動生成してくれる「Code scanning autofix 」発表。GitHub Universe 2023
https://www.publickey1.jp/blog/23/githubcode_scanning_autofix_github_universe_2023.html
#bookmarks
Makefileの代替を謳うPyton実装のツール。import shでシェルコマンドを扱えるのが特徴かな。makeコマンドの代替はjコマンド。
---
GitHub - jeeves-sh/jeeves-shell: Pythonic alternative for GNU Make.
https://github.com/jeeves-sh/jeeves-shell
#bookmarks
git logの-Lオプションは指定されたfunctionに対するcommit logのみを抽出することが可能。へー。仕組みはgit diffのfuncname抽出機能を利用してるらしい。へーへーへー
---
See the History of a Method with git log -L
https://calebhearth.com/git-method-history
#bookmarks
手元のターミナル環境をWebブラウザから操作できるようにするツール&サービス。moshのような先行入力ができるっぽいので快適。ただURLが漏れると脆弱性になりかねないので取り扱い注意。
---
sshx · share collaborative terminals
https://sshx.io/
#bookmarks
CLIベースのバイナリエディタだ。わいわい
---
GitHub - thetacom/hexabyte: A modern, modular, and robust TUI hex editor.
https://github.com/thetacom/hexabyte
#bookmarks
ディレクトリ配下の内容重複ファイルを整理してくれるツール。symlink対応。hardlinkを考慮したオプションもある。便利そうだ。覚えておこう。
---
GitHub - adrianlopezroche/fdupes: FDUPES is a program for identifying or deleting duplicate files residing within specified directories.
https://github.com/adrianlopezroche/fdupes
#bookmarks