Chris A.

Results 177 comments of Chris A.

Nope, it's repro'ing with Cargo inside of Docker + OrbStack + Ubuntu 24.10 + aarch64 on my M3 Pro Mac. Suspiciously faster execution: - Cargo + Apple Silicon macOS (~6-7...

Optimization flag perf impact: Docker, OrbStack, M3 Mac, **Bazel**: (these are sequential performance steps/changes) - `lto=thin` -> `lto=off`: none - `codegen-units=1` -> (opt default, 16 I think): ~4.5% slower -...

After writing a sed script for redacting some sensitive crate names, here are the full final build commands for the benchmark binary from `Cargo` and `Bazel` inside the `Dockerfile`: #...

Here's the `.bazelrc`, this isn't super important honestly, I've tried hundreds of variations of these flags and have never ever gotten the benchmark numbers that Cargo gets on `aarch64` with...

`Dockerfile` I ran the Bazel and Cargo builds inside of on my M3 Pro Mac: ``` FROM --platform=linux/arm64 ubuntu:24.10 RUN apt update && apt upgrade -y && apt install -y...

Tool seems useful but, ![screenshot from 2016-12-14 19-31-01](https://cloud.githubusercontent.com/assets/320177/21208483/deaac370-c233-11e6-9a75-b742936aa1e4.png) There is not a snowball's chance in _Hell_ of me authorizing a random app to access my private repositories. I get salty...

@creichert pre-auth'd orgs are green-checked and I can't explicitly disinclude them. I have privileged access to code that doesn't belong to me (not just my employer's) and I cannot/will-not use...