-
A helpful person emailed me this:
```
I would like to add a comment with regards to client-side salting. It might be a bit misleading and sometimes completely wrong to use the username/email + dom…
-
Currently we use a mixture of rdflib and sparqlwrapper in all sparql implementations (recall we also use sparql for local rdf files as well).
These provide extremely low-level interfaces and assume…
-
```
Hi,
Taking user input, using with some string manipulation and then feeding that
into DB is very dangerous. Even if you try to use string escaping.
This is a point that will be hammered into dev…
-
```
Hi,
Taking user input, using with some string manipulation and then feeding that
into DB is very dangerous. Even if you try to use string escaping.
This is a point that will be hammered into dev…
-
```
Hi,
Taking user input, using with some string manipulation and then feeding that
into DB is very dangerous. Even if you try to use string escaping.
This is a point that will be hammered into dev…
-
```
Hi,
Taking user input, using with some string manipulation and then feeding that
into DB is very dangerous. Even if you try to use string escaping.
This is a point that will be hammered into dev…
-
This is low priority, but in the cases where people enter bad metadata in the Wax CSVs, it would be useful to have some kind of failure rather inscrutably borked up designs. I've been trying a few in …
-
Far too many times I've seen regexes like `/^foo|bar$/` where the writer clearly meant for `/^(foo|bar)$/`. I don't that I've ever seen an intentional, correct use of `/^foo|bar$/`.
The only one I c…
-
https://dbdiagram.io/d
-
Currently jq can not apply the "sh" escaping to objects:
```
>jq -nr '{foo: "bar",baz: "test"}|@sh'
jq: error (at ): object ({"foo":"bar...) can not be escaped for shell
```
It would be nice …