HackerTrans
TopNewTrendsCommentsPastAskShowJobs

noctune

no profile record

comments

noctune
·قبل 4 أشهر·discuss
KD-trees select their splits according to the contained points. That tends to make them better for static sets of points, but updates become expensive. Quadtrees are often used in e.g. physics engines.
noctune
·قبل 6 أشهر·discuss
Some patterns must happen to repeat, so I would assume the offset to be larger, no?
noctune
·قبل 7 أشهر·discuss
You might be interested in https://connectrpc.com/. It's basically what you describe, though it's not clear to me how well supported it is.
noctune
·قبل 8 أشهر·discuss
It doesn't help that URLs are badly designed. It's a mix of left- and rightmost significant notation, so the most significant part is in the middle of the URL and hard to spot for someone non-technical.

Really we should be going to com.ycombinator.news/item?id=45789474 instead.
noctune
·قبل 9 أشهر·discuss
I built something similarly a few years ago for `sort | uniq -d` using sketches. The downside is you need two passes, but still it's overall faster than sorting: https://github.com/mpdn/sketch-duplicates
noctune
·قبل 10 أشهر·discuss
I overall agree with the article; GitOps is great for managing long-lived, shared, stable systems you need a good audit trail for (like production), but testing isn't one of these. Test environments should ideally just be something non-shared you can just spin up and make changes to without asking for permission.
noctune
·قبل 10 أشهر·discuss
I don't understand why features like S3's "downloader pays" isn't more widely used (and available outside AWS). Let the inefficient consumer bear their own cost.

Major downside is that this would exclude people without access to payment networks, but maybe you could still have a rate-limited free option.
noctune
·قبل 10 أشهر·discuss
You can condition IAM on Nitro attestation, so that's doable (if a lot more work than usual).