Joseph Werle
Joseph Werle
@hij1nx I love the approach that nodeos has taken furthermore, I like the idea of a low (down) and high (up) level api for building things. It will allow users...
@groundwater I agree. I thinking giving the user a unix like experience is important, but it doesn't need to be posix compliant in implementation. The low level implementation for runtime...
I'm sure everyone has seen https://github.com/rogerwang/node-webkit right?
@hij1nx You're right! I guess I just got excited when the talk of gui came in.
@jb55 A lot of ccan modules make references to other ccan modules in the code.. :( See https://github.com/rustyrussell/ccan/blob/master/ccan/crc/crc.c#L27
I agree ! I find this to be annoying as I'd like to be able to use packages from anywhere. It would be nice if we could preserve directory structure...
Some utility program could be written for this. I know you can just `cp` the database directory anywhere and its "replicated". I've started writing a C program https://github.com/jwerle/sphia that will...
@pmwkaa I've pushed up what are just the beginnings of the tool here https://github.com/jwerle/sphia I still need to test it and build on more machines. It supports get/set/rm/ls for now...
I love all of it! Let me know how I can help in any way :)
@pmwkaa I'd like to keep `sphia(1)` in line with the new features and changes to the code base. What you've mentioned for the roadmap could make this tool really useful...