-
E.g. `!a && (b || c) || a && (d || e) || !a && f` produces
* `!(!a && !b && !c && !f || a && !d && !e)`
* `(a || b || c || f) && (!a || d || e)`
But a human would rather have
`a && (d || e)…
-
A [question was raised on the list](https://lists.w3.org/Archives/Public/public-swicg/2024Oct/0001.html) as to whether a definitive [RDF?] Ontology would be in scope of an AP-updating WG, however scop…
-
```
Various key-related data such as key owners and key descriptions are
presented in raw UTF-8 form.
```
Original issue reported on code.google.com by `tanarris...@yahoo.com` on 20 Nov 2009 at 10:51…
-
### Overview
An option for normalized output in bytes (aka a non-human readable form) would allow for easier machine processing of the output.
For example, normalized results could be trivially pl…
-
```
Various key-related data such as key owners and key descriptions are
presented in raw UTF-8 form.
```
Original issue reported on code.google.com by `tanarris...@yahoo.com` on 20 Nov 2009 at 10:51…
-
I want to start by saying I'm a supporter of DAPs. Naming has been a problem in the payments, crypto, and decentralized identity community for a while. For DAPs to succeed, and differentiate themselve…
-
Remove human-readable-part of addresses. These aren't needed anyways because a address is really defined by the network id + chain id + address pair.
-
The Spack CI setup by radiuss test the build of several projects, but those are not alerted by the failures, and they do not want to deal with the spack logs or spack CI specifics.
One lead was CDa…
-
Store metadata with each model and checkpoint, such as the training source code and parameters so I know which models correspond to which problems, parameters, runs, algorithm revisions, etc.
Consi…
-
Standardize and document error response. All 4xx and 5xx responses should contain a JSON with machine readable error code (more specific than the HTTP status code) and human readable error message.