Matthew L Daniel

Results 18 comments of Matthew L Daniel

Thanks for everyone weighing in; while the `mount --bind` trick side-steps that one specific issue, it surfaces the next hard-coded path, which would be weirder to bind-mount away[1]: ``` 2020/04/05...

Apologies, I didn't check the Scrapy issues since I knew if parsel was subject to this behavior then Scrapy was implicitly affected by it. Thanks so very much for tracking...

There's also [luci-go](https://chromium.googlesource.com/infra/luci/luci-go/) but unknown if they're equivalent. Poking around in that `infra` tree surfaced what seems a lot more chromium-specific tool: https://chromium.googlesource.com/infra/goma/server/+/refs/tags/v0.0.25#goma-server This is the first I've heard of...

I was curious how [Arch did it](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=chromium-dev#n69), and it seems they don't use gclient et al, but rather `curl https://commondatastorage.googleapis.com/chromium-browser-official/chromium-101.0.4951.41.tar.xz` which is still hefty at 1.4G but more manageable (same...

I also just realized they have [chromium GitHub mirror](https://github.com/chromium/chromium) so if GitHub can work with you in some way, they don't need to pay for that clone traffic from GCP;...

I have a Works For Me™ branch, and will put a PR in flight for this

> I saw that Git also has a `commit.gpgSign` config, which makes it sign all commits. I assume that means that e.g. `git rebase` can get interrupted by GPG asking...

> it doesn't seem that the scanner has any opinion about signed commits Yup, makes sense given that setting up PKI is some holy-shit, and the majority of the world...

it's linked from the footer of that 404 page: https://spectre.app/spectre-algorithm.pdf or, barring that, wayback knows all: https://web.archive.org/web/20211019121301/https://masterpassword.app/masterpassword-algorithm.pdf

Can we get an update on the situation, including whether how one can influence some of these outstanding issues? It leads to a lot of uncertainty about whether this plugin...