2023/07/26発売予定
---
すべてを電化せよ!
https://www.oreilly.co.jp//books/9784814400157/
#bookmarks
About
GTFOBinsのWindows版。Windows上でリスクになりうるファイル一覧。
---
LOLBAS
https://lolbas-project.github.io/
#bookmarks
脆弱性を抱えているわけではないが、設定がマズイ(例えばsetuidされているとかsudoで実行できるとか)とシステムを乗っ取られる恐れがあるUNIX binariesまとめ。いいね。わいわい
---
GTFOBins
https://gtfobins.github.io/
#bookmarks
/uses のPRはこちらから
---
GitHub - wesbos/awesome-uses: A list of /uses pages detailing developer setups, gear, software and configs.
https://github.com/wesbos/awesome-uses
#bookmarks
開発者が使っているソフトウェアやガジェットや設定などの紹介をまとめたサイト。職種や国や得意ジャンルなどで絞り込み可能。githubで自薦できるぞ。みんな自分のドメインに /uses パスを作ってPR送るんだ
---
/uses
https://uses.tech/
#bookmarks
Meta社のSNSであるThreadsのバックエンドはこのPython魔改造のCinderで実装されているらしい。
---
GitHub - facebookincubator/cinder: Cinder is Meta's internal performance-oriented production version of CPython.
https://github.com/facebookincubator/cinder
#bookmarks
Prosperity Public Licenseの公式サイトはここかな
---
Prosperity Public License
https://prosperitylicense.com/
#bookmarks
Firefox Profilerで結果を確認できるPython用プロファイラ。現時点でmacOSとLinuxに対応しておりWindowsは未対応。ソースコードは公開されているがProsperity Public Licenseってなってた。非商用に限り自由に使えるライセンスっぽい。
---
FunctionTrace - human-oriented profiling for Python
https://functiontrace.com/
#bookmarks
BurntSushi先生による正規表現エンジン速度比較。わいわい
---
GitHub - BurntSushi/rebar: A biased barometer for gauging the relative speed of some regex engines on a curated set of tasks.
https://github.com/BurntSushi/rebar
#bookmarks
わかる怖い。状況に応じての判断大事。マイグレーションツールのロールバックはロールバック相当のマイグレーションを行ってそうだからなおさら怖い。DDLをトランザクションにできないDB実装ではなおさら。
---
DBマイグレーションツールのロールバック機能は使うな - モヒカンメモ
https://blog.pinkumohikan.com/entry/do-not-use-rollback-function-of-db-migration-tool
#bookmarks