はやし雑記

はやしです

2022-10-01から1ヶ月間の記事一覧

proto の Unmarshal は Marshal する proto と違っててもエラーにならないことがある

go で proto の Marshal/Unmarshal したときに、軽くハマっておや?となったので調べてみた こんな感じの proto があるとする syntax = "proto3"; package hoge; message A { B b = 1; } message B { C c1 = 1; C c2 = 2; } message C { D d = 1; } message …

Cloudflare のアレを Bypass する話

www.zenrows.com Cloudflare はいろんな方法でbotを検知しているらしい IP address reputation HTTP request headers TLS fingerprinting (TLSの実装はOSやブラウザに依るが、UAとミスマッチがあれば偽装とバレる) CAPTCHAs Canvas fingerprinting JavaScrip…

やはり AWS しか勝たんのか……

apisix.apache.org freeman.vc ARM-based server performance comparison AWS Graviton3 has higher performance and cost-effective than GCP T2A and Azure Dpsv5 AWS vs GCP reliability AWS beat GCP in launch time by 66% and by errors by 84x.