rhn
rhn
Does SingleFile(Z) actually save embedded content? This relates to something I never properly checked: whether SingleFileZ saves the content associated with the rendered DOM tree. There's no need to answer,...
I had the same idea when browsing the thing! But a separate instance would make more sense. I can see how the features diverge over time.
On Sat, 25 Jun 2011 19:09:12 -0700 balrog-kun [email protected] wrote: > Hej, > > 2011/6/26 rhn [email protected]: > > > raczej trik na przyszłość dla siebie - bardziej uniwersalny, mniej...
Agreed, this is super annoying. Any pointers as to where to start?
That's a Linux 8 thread machine. I suspect this is something related to running out of worker threads. I was testing the viability of CPU mining :)
hs-bench doesn't check if the results are sane, it just sets an impossible threshold and lets the computation go regardless of correctness. Compared to testing with a local regtest node,...
``` bin/hs-bench --backend=simple Backend: simple, Device: -1 Ops: 1000000, Threads: 8, Grids: 0, Blocks: 0, Iterations: 10 ``` Thread count matches the CPU.
That counts as a workaround, but there's a clear deadlock in there somewhere related (probably) to the async event loop, which is what I'm really reporting.
Do you think it makes sense to replace miner-test.js with this one? The goal is very close, but this is more accurate. The reason I even wrote it is because...
It's possible that this is what's going on here: https://news.ycombinator.com/item?id=22514388