Results 308 comments of Travis Downs

In `handle_client_transport_error` where we categorize the error we already handle GnuTLS push error, we probably need to also handle the nested exception case as shown here. Have to check the...

It looks to me like the new failures are due to hitting bucket quota: ``` ClientError('An error occurred (TooManyBuckets) when calling the CreateBucket operation: You have attempted to create more...

Filed as https://github.com/GoogleChrome/lighthouse/issues/13118.

> I made a Python→‘pure’ C version of this that doesn't use runtime code generation, because sometimes that's not kosher. It uses inline assembly, supports aarch64, and is fairly small....

Hi @FCLC - thanks for your comment and kind words. Sorry on the delay in responding as I've been o I am definitely interested in making these articles accessible and...

Useful link: https://www.realworldtech.com/forum/?threadid=176780&curpostid=176818

> AMD actually documents this: it's called CPB ("core performance boost"), its presence is testable via cpuid, and can be toggled via the HWCR MSR. It's documented in Zen PPR...

> Note that Linux is now filtering userspace MSR writes Ugh, yes, this definitely makes this trickier. Do you know in which kernel version this starts? I haven't run into...

Indeed, it's "on the roadmap" so to speak. The idea is that most of the code should be as portable as reasonable, with only the required amount of assembly. I'm...

OK, I may take you up on that offer if it's still open when I get to this!