Tim Bray
Tim Bray
I'm referring to https://github.com/cloudevents/spec/blob/master/primer.md#aws---cloudwatch-events On Thu., Jul. 18, 2019, 10:02 a.m. Christoph Neijenhuis, < [email protected]> wrote: > @timbray I tend to agree on the versioning. > > With Clemens on...
Thanks for the input, everyone
I'm no longer an AWS insider but it is clear to me that if AWS were going to do anything ambitious around CloudEvents, it would have to be led by...
Hey Michael, Under "Publishing CloudEvents using Amazon EventBridge", is the value of the data.dataschema field really right? Why go through the console?
I’d argue that the current “standard workflow” of key management has significantly failed, judging by the proportion of non-hardcore-geeks who use it. That proportion, last time I checked, rounds to...
In general, over the history of Ruler, we basically haven't added any feature unless we had some group yelling "we really need this". Who really needs this? What's the scenario?
Not bad. But I meant actual groups with actual concrete problems they need solutions for right now. In my career, I've had really bad luck guessing what people need.
Depends what you mean by "solve". I think this syntax is nice and expressive and we can probably figure out how to build a state machine to implement it: ```json...
Yes, but the benchmark is doing exactly what it was designed to - exercise the hell out of the flattener and number-processor and so on. One effect is that we're...
Yeah, the basic algorithm is in ACFinder.java, like this: You have a sorted list of fields, i.e. name/value pairs, in the event, in this case 2462 long. You have a...