I was having similar thoughts. Devs are so used to (even love) adapting their tools (e.g. vim/IDEs, shells, themes, snippets, etc, etc) that many just double down on LLMs.
It's unavoidable but, in this case, is rather sad.
I was having similar thoughts. Devs are so used to (even love) adapting their tools (e.g. vim/IDEs, shells, themes, snippets, etc, etc) that many just double down on LLMs.
It's unavoidable but, in this case, is rather sad.
But why is it even reasonable to assume that LLMs can "learn" an algorithm? Not just in the sense of "context" that results from an algorithm's description (or samples of its application), but as a methodology?
But why is it even reasonable to assume that LLMs can "learn" an algorithm? Not just in the sense of "context" that results from an algorithm's description (or samples of its application), but as a methodology?
Cybernews, who supposedly found it, is a typical "ads driven portal", IMHO.
They talk about their research team, but otherwise have no factual blog posts, etc. that confirm its existence.
Cybernews, who supposedly found it, is a typical "ads driven portal", IMHO.
They talk about their research team, but otherwise have no factual blog posts, etc. that confirm its existence.
Dumb question, if I may.
Is the idea of "anonymity",when issuer and redeemer are the same entity, to enable "oracle" like verifications? I.e. one gets a credential, presents it to a 3rd party and that 3rd party then check the cred's validity with the issuer?
Dumb question, if I may.
Is the idea of "anonymity",when issuer and redeemer are the same entity, to enable "oracle" like verifications? I.e. one gets a credential, presents it to a 3rd party and that 3rd party then check the cred's validity with the issuer?
Another aspect of "safeness", IMHO, is the amount of underlying C/C++ code.
In BEAM it's quite significant. It's well tested, but still, things can go wrong...
Another aspect of "safeness", IMHO, is the amount of underlying C/C++ code.
In BEAM it's quite significant. It's well tested, but still, things can go wrong...
Yes, one can easily use unsafe scope, but it's really an exception and doesn't integrate easily with the rest of the code.
I'm actually developing something now using both Elixir and Rust.
Yes, one can easily use unsafe scope, but it's really an exception and doesn't integrate easily with the rest of the code.
I'm actually developing something now using both Elixir and Rust.
So you are competing with e.g. devenv?
So you are competing with e.g. devenv?
Not a flat file, but logical, reusable blocks? Maybe that can lead to standardization across components (apps) that do similar things?
Not a flat file, but logical, reusable blocks? Maybe that can lead to standardization across components (apps) that do similar things?
I'm wondering, whether it's possible to build a full featured solution on top, which'll be a lot simpler than K8S in the end.
I'm wondering, whether it's possible to build a full featured solution on top, which'll be a lot simpler than K8S in the end.
It kind of goes in the direction of fly.io - deploying and orchestrating micro VMs vs containers.
It kind of goes in the direction of fly.io - deploying and orchestrating micro VMs vs containers.
If anyone is curious here's the repo github.com/vasiliys/ker...
If anyone is curious here's the repo github.com/vasiliys/ker...