Is it just me or is there a correlation between success and leather jackets?
Jensen Huang, Nvidia CEO
Also, does anyone knows why you can’t click to choose other emotes than hearts with Firefox, maybe a security setting or something. Sorry to those who write funny posts and only gets hearts.
We are dealing with a different calibre of jacket here.
And it was out of concern for the wellbeing of this valued member of the team that I raised the point to southside not a desire to see the jacket replaced
Haha, aye we;re starting to consider the account packet and structure around that.
I know a lot of work was afoot over FUSE some time ago. And I also recall the json string dump being a poor choise when we got there, so I’m wondering around what’s the minimum we can do and how it might best support FUSE.
I recall you were in amongst all that @happybeing so if you’ve any hot tipcs or links to relevant discussions at the top of your brain please drop em by!
I’ll probably be digging about on this more tomorrow.
Brainstorming SAFE Network FUSE filesystem by @danda (hackmd)
Survey of RUST/FUSE FileSystem Libraries by @danda (hackmd)
Maybe @danda can summarise what is where better than I. He would know what code and notes were produced for the TreeCRDT and FUSE related things, presumably handed over to or shared with MaidSafe. I expect there would be internal MaidSafe discussions and docs that I didn’t see.
I think @danda had everything pretty well sorted in terms of the best way to implement a CRDT based filesystem using FUSE, but there may have been some areas of dicussion left.
The best thing to look at and play with is the brb_node_snfs prototype. With that, multiple parties can actually share a networked filesystem and auto-resolve conflicts.
It is very much a prototype though. Big problems remain to be solved:
Make the TreeCRDT efficient. (lots of industry work in that area since it was written)
Summary
Tools for initial distribution from maidsafecoin to cashnotes when Safe Network is launched.
This is intended to remove the need for a faucet service. But there may be a need to keep the faucet for a while since emaid is not distributed and some maidsafecoin is not able to be distributed (need a public key to distribute, and some addresses may not have a public key available yet).
Using a snapshot of MAID balances on omni blockchain, cashnotes are sent to those holders.
The cashnotes can’t be sent to a bitcoin address because bitcoin uses ECDSA and cashnotes use BLS, which are not compatible.
A unique private key for each cashnote is included with each distribution, and encrypted using the bitcoin public key for each MAID address.
ERC20 eMaid will continue to run so is not included in this distribution.
After the discussion on files not being encrypted if they are less that 3kB, it seems the minimum chunk size has been reduced so that all files 3 bytes or larger can be encrypted, and that self encryption will only fail/error if the file is 3 bytes or less.
I don’t know how secure that is for small files, might that be an issue?