Arvid E. Picciani

Results 148 comments of Arvid E. Picciani

> land in centos. fedora rawhide should have all the packages. is centos now trailing rawhide? dunno how this works these days. > https://github.com/vasiliy-ul/kubevirt/commits/sev-snp/ that wont work out of the...

we're required to run attestation inside the pod. without this change you cannot actually access /dev/dev-guest inside the pod at all. since you get permission denied even with privileged. i...

they're also on stdout, making it impossible to build cli utils that use tikv client

the logger is a global and wraps zap in a weird inflexible way, but there's a trick: this is what i do now as a workaround: ```go import ( pingcaplog...

but for anyone finding this issue and wondering what to do: ``` k exec -ti flame-0 -- /bin/sh /app # node Welcome to Node.js v16.20.1. Type ".help" for more information....

anyone has seen a competitor thats maintained? copilot uses openai which isnt as good as anthropic, and codium doesnt say which model they use

Yes. But maybe it's just counterintuitive naming. There is also `engines.replicated.mayastor.enabled = false` which does in fact disable it

on the upside we're using longhorn to test our own S3 implementation as a load test. The amount of list calls is pretty insane. I assume this is because of...

> , "NeverMiss" - a "Following"-type feed that prioritizes those you follow who post less often over those who post more often, @enn-nafnlaus yep, i want this too. going to...

having prompt be a function is pretty smart! your example doesnt work, i think buf is never used? but i'm not sure how to write my own function, because i...