Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Generating static arrays during compile time in Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Generating static arrays during compile time in Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Double dipping is a term for overfitting a model through both building and evaluating the model on the same data-set, yielding inappropriately high statistical significance and circular logic.
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Prefer to have oneof with a string field describing the specific type of oneof.
message A { // A here is the "interface".
string name = 1;
string a_type = 2; // Or …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Terraform Tenables you to safely and predictably create, change, and improve infrastructure. It is an open source tool that codifies APIs into declarative …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Earthly is a versatile, approachable CI/CD framework that runs every pipeline inside containers, giving you repeatable builds that you write once and run anywhere. It has a super simple …