HackerTrans
TopNewTrendsCommentsPastAskShowJobs

iwwr

no profile record

comments

iwwr
·hace 6 meses·discuss
Thanks for the clarification!
iwwr
·hace 6 meses·discuss
AFAIK continuously welded tracks (like those used in high speed rail) are also slightly tensioned, so a break in a single point could make it look like a whole section of track is missing, as tension is released.
iwwr
·hace 7 meses·discuss
What is it using for interconnect?
iwwr
·hace 12 meses·discuss
Each step in that chain is harder to do and more computationally expensive.
iwwr
·hace 2 años·discuss
So what does it do?
iwwr
·hace 2 años·discuss
Could you use a unionfs like overlay2 for more advanced pid hiding?
iwwr
·hace 2 años·discuss
What about auto-formatting the json and sorting all keys, to create some kind of canonical form? Then we can use standard textual patch.
iwwr
·hace 2 años·discuss
Genuinely interested. What problems did you have dealing with the standard reconciliation mechanism provided by ArgoCD and by k8s itself. I understand the advantage of the operator approach, but it might be hard to show the state in ArgoCD and somewhat breaks the idea of gitops.

Can we benefit your project in a more limited but agentless way? Limiting the types and CRDs we allow in k8s makes operations better, especially with the aggressive upgrade cycle that k8s already imposes.
iwwr
·hace 2 años·discuss
Why do you need an in-cluster operator/pod?
iwwr
·hace 2 años·discuss
This is a problem for me as a language learner on mobile. I set a keyboard with (for example) Russian, and suddenly the world looks Russian, even though I am far from comfortable in it yet. I wish there were a way for the browser to ignore some system languages. This is worse for apps because I also get served with localised versions, where I need to uninstall, remove system language and re-install.
iwwr
·hace 2 años·discuss
Is this useful for large json files, on the order of GiB?
iwwr
·hace 2 años·discuss
Deep down in the sun photons are absorbed almost as soon as they are created. In a sense the photons at the surface of the sun are the result of nuclear reactions thousands of years back. However neutrinos escape pretty fast and so can be used to gauge the status of nuclear reactions now.
iwwr
·hace 2 años·discuss
Or maybe switch to an operating system that isn't a security dumpster fire?
iwwr
·hace 2 años·discuss
In some restricted environments (e.g. containers in CI, build servers or AWS Lambda) you may have limited disk space or no write access at all, so it is useful to have a tool that can stream to memory while decompressing on the fly, and discarding what you don't need.
iwwr
·hace 3 años·discuss
> Who wants to send an email through the smart speaker?

People of limited mobility, without working limbs, holding babies, cooking etc.
iwwr
·hace 3 años·discuss
The ancient Roman concrete was very different from modern: it was more thick, could not ne poured etc. But more importantly, it had no rebar, which is the main thing that corrodes over time. Ancient buildings could use molten lead to join together pieces of stone, but steel could not be made in the volume needed for reinforced structures.
iwwr
·hace 3 años·discuss
Thanks!

So basically the fragments are escaping through the aerogel.
iwwr
·hace 3 años·discuss
But why Aerogel? Is it easily compressible?
iwwr
·hace 3 años·discuss
> The goal is to define a datatype by cases, where one can add new cases to the datatype and new functions over the datatype, without recompiling existing code, and while retaining static type safety (e.g., no casts).

Isn't this made moot by the prevalence of static linking or fat binaries in go-land?
iwwr
·hace 3 años·discuss
It's far easier for a project with many contributors. Plus, PRs and branches are cheap.