Corbin Simpson
Corbin Simpson
PC increment must be preincrement in order to look up the correct instruction. Additionally, skiptable lookups must be masked or else garbage will be read, which can cause skips of...
I run a game where the leaderboard has many different routes, but many routes share an initial segment, or even several initial segments in a path. It would be nice...
Currently, if I want to reroute, I have to hand-edit my file. I can use the [sexp](https://github.com/janestreet/sexp) utility to make it a little easier, but not by much. I don't...
Mostly leaving this here as a reminder to myself. It would be nice for some graphs to have a log scale.
The central idea behind a functor is that it is a map between categories; for every arrow in the source category, the functor designates an arrow in the target category,...
The example category, Max, is a preorder. The resulting category is skeletal; there is at most one arrow between any two objects. This is not bad, but most categories will...
The goal of category theory is to define natural transformations; categories were originally an auxiliary concept. If categories and functors are covered, then natural transformations should be covered too.
For example, the algebraic laws for categories say that, for any arrow `f`. `f;id == id;f == f`. These laws are essential for functors and monads.
Thus spoke @glyph, in March of 2012: "I want to take the example at the top of the readme, clip off the 'run' function at the bottom, then do ```...
I made a `ClusterRoleBinding` object and tried to send it to a 1.11.5 cluster. I get this error: error: unable to recognize no matches for kind "ClusterRoleBinding" in version "rbac.authorization.k8s.io/v1alpha1"...