-
I added a pull request to solve the issue for running it offline, but this does not work online.
https://github.com/JuliaComputing/FemtoCleaner.jl/pull/112
-
## Context
A Rerun frame is divided into a bunch of non-overlapping phases.
By "phase" I mean any logical unit of work. Individual phases might be parallelized internally, but as a whole, phases a…
-
Languages like Scala and Clojure uses [HAMT](http://blog.acolyer.org/2015/11/27/hamt/) for implementing very fast arrays (the call it vector), hash-maps and hash-sets. Some people are [using Idris in …
-
Let's put all onename profiles on IPFS.
Steps (afaik):
- [ ] add ipfs as a storage backend to https://github.com/blockstack/blockstore
- [ ] swappable backends to https://github.com/blockstack/bl…
-
I'm experimenting with using HyperLogLog (HLL) data types in some columns. One problem with these is that they take up quite a lot more space than a BIGINT. pg_shard potentially allays a lot of those …
-
Hello,
### Background / context
I'm trying to develop some test cases where the JavaScript code-under-test creates somewhat-immutable datastructures, by declaring the relevant variables using the …
-
Here are some notes for implementing a more-scalable version of Orbit-DB using persistent balanced trees. This came out of a discussion with @haadcode . Before implementing it, I'd love to get the com…
-
My original post to ipfs/go-ipfs#1720:
---
This might be an extreme case, but consider someone wishing to make Wikipedia available on IPFS:
```
$ zcat dumps.wikimedia.org/enwiki/20150901/enwiki-201…
-
I didn't find any similar questions after a quick search on the repo's issue tracker,
and couldn't be certain from linked discussions from the blog post.
This was suggested on the php-internals ma…
-
Suppose that the cursor is over a field in an object (cursor in ``):
```json
{
}
```
If we type `rt` at this point will result in the following invalid object:
```json
{
}
```
…