@jaredpalmer@github@georgebrock Will this also come with a fix for review comments getting lost in old revisions? Most people I know doing stacked diffs are editing commits in the stack rather than adding fixes on top.
@mipsytipsy it’s also incredibly dumb (in a good way). text-based events that were batched and pushed to s3 on a minutely basis. this ends up being extremely cheap compared to other systems that lose a ton of precision.
@nathankpeck@thdxr biggest difference is that for cdk the cdk binary and cloudformation are the actual runtime, so in your “cdk deploy” step extending the runtime is extremely difficult compared to pulumi.
@nickcoult > If you need the data in the EBS volume to be retained after the task exits, check Delete on termination.
this statement sounds inverted?
@Austen@pbreit@coffeelance the implication is that companies are using risk of long-term high inflation as a smoke screen to ramp prices way beyond cost increases from inflation. Now that inflation rate is going down, they have no excuse to keep these prices high.
@BayesianNuance@amimevalepitito@notanastronomer i got a next day passport last week. you need to show that you have travel within a week. maybe spent 1 hour over the course of two days on it.
As an addendum, it's almost always better to use empty structs and fields rather than enums, since that empty struct can be easily extended with override configuration in the futre.
second: prefer a "topic-comment" style API with repetition than flat API where it's up to the service what fields can be configured together.
A good example is an API for defining http, tcp, or grpc ports
What are some random API design choices that you like?
What are some things people don't often think about when making APIs?
Yes, I am building an API. No, I can't be more specific at this time.
Instead, just create three structs for http, tcp, and grpc and put the configurable fields under each one
* end users know intuitively what fields they can set for a given protocol
* validation is just verifying only one protocol is specified, then validating that protocol