-
Unless we have a specific reason to, we should be using AES-GCM across the board. Safari is giving me this warning:
There's some open questions about if we GCM is overkill when we have integrit…
-
# Summary
## Problem
Merkle-DAGs link to specific nodes, which are always based on that specific file's contents. WNFS has named nodes that update based on a top-level mutable pointer.
### Im…
-
```
Err (Just Wnfs, "")
```
Not entirely sure this comes from `publish`.
-
-
In this case, don't do anything. The reason for this is that Elm does dead code elimination, so if the port is not used yet, it will be undefined. Additionally, it might be the user doesn't need the w…
-
## Problem
Currently metadata for a node is encrypted with that node's parent key (the key used to _encrypt that node_), not the node's own key (the key contained as a header value _in that node_). T…
-
# Problem
It's difficult to tell what's in a hash, for when it's being served or searched through
# Solution
Tracking additional information like filesize, MIME type, &c
```haskell
-- Pse…
-
The following occurs when I try to run:
```
var wnfs = await FileSystem.empty();
const cid = await wnfs.mkdir("private/gunclear/safe")
```
Error:
```
Unhandled Rejection (TypeError): o[Symbol.i…
-
Pycom MicroPython 1.20.2.rc7 [v1.20.1.r2-142-g6d01270-dirty] on 2020-05-10; LoPy4 with ESP32
This is the "a smoking gun" for a fault, which made me hate LittleFS. It happens when I do other activit…
-
I am in the process to test ReaR. To test the restore, I use the same machine where "rear mkrescue" was run. In the below output of "rear -D recover" you can see the following messages:
```
No co…