Chad Brewbaker

Results 102 comments of Chad Brewbaker

My use case it running the command in a given AWS Region. AWS S3 allows temporary signing of file URIs so the remote has temporary access to only the files...

Lots is going on in kernel space that is a bottleneck. It makes sense to do whole system eBPF tracing instead of just a few user space PIDs. For C/C++/Rust...

amazonlinux is stuck on gtest-devel.x86_64 1.7.0-11.amzn2.0.1 Probably why protobuf git submodules gtest.

mkdir build; cd build; cmake ../; make -j4 log Scanning dependencies of target hwy_list_targets [ 2%] Building CXX object CMakeFiles/hwy_list_targets.dir/hwy/tests/list_targets.cc.o [ 5%] Linking CXX executable hwy_list_targets [ 5%] Built target...

This is how protobuf handles it, https://github.com/protocolbuffers/protobuf/blob/master/cmake/tests.cmake#L14

Want me to contribute an AWS Codebuild script? Lambda now supports AVX512 so it's suddenly relevant. On Wed, Dec 9, 2020 at 12:22 PM Jan Wassenberg wrote: > @chadbrewbaker we...

Caroline had a nice talk at fuzzcon 2020, https://www.youtube.com/watch?v=M5882yo57WQ It uses a similar setup to traditional input fuzzing.

I would be happy to generate one if you could give me an outline of how to start. Aspects are much harder than simple monkey patches. You have to keep...

I just wanted to log type mismatches on assignment operators. Not something you would run in production, just as a testing tool. I'll try out your suggestion. The approach I...

@sjakobi Nice! I was unaware of CSV output. I will take a crack at implementing CSV input of external timings.