parazyd

Results 45 comments of parazyd

Hey @Zipdox, there shouldn't be such a hardcoded path to the Karens. Other than that, looks good.

My way of solving this is something like the following: `.visrc:` ``` background = 'dark' vis:command_register("tbg", function() if background == 'light' then background = 'dark' else if background == 'dark'...

FYI the latest iterations are here: https://github.com/darkrenaissance/darkfi/tree/master/zkas/proofs Included in the book like: https://github.com/darkrenaissance/darkfi/blob/master/book/src/zkas/examples/sapling.md#mint

* https://zcash.github.io/halo2/user/simple-example.html * https://github.com/darkrenaissance/darkfi/blob/master/src/zk/arith_chip.rs * https://github.com/zcash/halo2/blob/main/halo2_proofs/examples/simple-example.rs * https://zcash.github.io/halo2/design/gadgets/sinsemilla/merkle-crh.html * https://docs.rs/halo2/0.1.0-beta.1/halo2/ * https://github.com/vocdoni/halo2-franchise-proof/blob/main/src/franchise.rs * https://github.com/zcash/halo2/blob/main/halo2_gadgets/src/sinsemilla/merkle.rs * https://github.com/zcash/halo2/blob/main/halo2_gadgets/src/sinsemilla/merkle/chip.rs

On top of this, I've written a VM and a language + compiler for prototyping ZK circuits/contracts with Halo2: https://darkrenaissance.github.io/darkfi/zkas/ And indeed, we're happy to help with advice and guidance...

https://leste.maemo.org/Nokia_N9

Just left it here for reference.

This can probably fit in arm-sdk's N900 build script in a similar fashion to how Pinephone's u-boot is built.

So I've added support for this in https://github.com/parazyd/arm-sdk/commit/a5ad681c5417f962c947210885cf483f0bc9628b and propagated the change to image-builder in https://github.com/maemo-leste/image-builder/commit/e2665e3520ecfb963ab572ad0e34295726f125b4 Let's see if we can use 0xFFFF to flash this, and note it down...