Joseph Heck

Results 112 comments of Joseph Heck

For what it's worth, length would be a smidge easier to compute than an end index when working with the Swift language overlay. Either is workable, but length seems more...

It took a while to get through Amazon's heavy upsell, but the User Guide link https://docs.aws.amazon.com/cognito/latest/developerguide/tutorial-create-hosted-ui-app-client.html seems like what you may be aiming for. I'm a bit unclear on _where_...

To throw out a bit of detail - doing stripping of the static linux build may impact the ability to get any (useful) backtraces from a crash. I'm not 100%...

can we consider prompting the user and installing on their behalf? (or are we avoiding anything with privilege escalation with swiftly?) Could we consider a `swiftly check` command that does...

Heh - the tl;dr for anyone looking: Cory said it much better than I would: > Public static lets can serve a bunch of roles, but one of them is...

As for the "why did I pick this particular thing to poke at?" - I'm referencing this type in some internal documentation as an example of a good way to...

Well that's positive at least! Just to check - did you make your own baseline to compare against, or did you compare against the built-in one, because I generated that...

Well, that's reassuring then. It shows the SIMD stuff is actually adding value (at least a little) on Intel, even if it seems to be a pretty annoying regression on...

Image showing a comparison of `generate-noise` - SIMD version (the one that's slightly slower) on top, original code below. 11 vs 15 ms for the `Math.multi` vs `SIMD3 &*` is...