About A.I., privacy, and other problems in our post-industrial society https://www.youtube.com/watch?v=amNriUZNP8w
Do we have to invent a decentralized AI based on a blockDAG? Where everyone can own a small portion of it but not the whole.
That's the best and most detailed explanation I've seen https://www.youtube.com/watch?v=EjxxFvarg0Y
I think, Rust is the best choice for medium-low level programming with zero cost abstraction. If you are looking for low level, IMHO, Zig is better. For high-level, I use JavaScript only.
I agree that classes (especially their nominal type implementation) prevent JS from scaling, for example, to Web3. For myself, I have a purely functional subset of JS. This way, I can use only one language for different systems.
Some thoughts about best practices in JavaScript https://medium.com/@sergeyshandar/my-javascript-set-of-best-practices-ea3c345ccdcb
Does anyone know how JavaScript sorts its object properties? I'm a little bit confused. Could you help me with that? https://stackoverflow.com/questions/77492134/definition-of-integer-index-in-javascript-ecmascript-2015 #JavasScript #ECMAScript #object
And online test: https://blockset-js.pages.dev/
I prefer to donate monthly to Wikipedia than buy an x-twitter subscription. It's a much better investment.
Nice! I would add a few more points that may help us to build a proper content-addressable Web:
- Personal CAS. I would like to have my own personal content-addressable storage (CAS), where I would like to keep my public and private data. For example, IPFS.
- Content-dependent hash functions. SHA2 and SHA3 are good functions for generating an address of data, but they can't verify parts of data, which is important if we would like to use gigabytes of information, like video. Merkle tree solves this problem only partly; it can't detect duplicate parts of data. Content-Dependent Tree could be a solution to the problem if we would like to save space and traffic.
- Source Of Truth. Only content-addressable, signed data from CAS should be considered as a source of truth. Everything else is cached for performance. The cache can be restored at any time from the source of truth.
- Protocol agnostic. Honestly, it doesn't matter how I received a message from my friend. If it's signed by her, I can put it into my CAS. I don't care how I receive it. It could be Nostr, it could be pigeon mail. We should focus on WHAT instead of HOW. I appreciate Nostr, but we should be able to switch protocols or use multiple protocols for content-addressable data.
I hate all phone menus/trees. All of them.
Unpopular opinion: is there Nostr community that doesn't care about Bitcoin?
Nuclear war.
I hope the Nostr is the last social network. We change protocols, data formats, hash functions, and digital signatures, but if we keep our data content addressable, we can synchronize it with other services and applications. #blockset #content-addressable
Version 0.3 of the `blockset`. Now the `blockset` stores data in subfolders. It limits the number of files and directories to 1024. An example of the new structure: `cdt0/roots/ab/cd/efghe034...` https://crates.io/crates/blockset
Hello, world!