Alan Karp

Results 31 comments of Alan Karp

After a break from Rust, I decided to learn wasm from the game of life tutorial. I am getting the same problem on this new project. The difference is that...

I fixed the problem with a sledgehammer. I completely uninstalled VSCode and all of its data following the instructions at https://linuxpip.org/uninstall-vscode-mac/. I then re-installed VSCode and the Rust Analyzer. Everything...

Section 10.4.1 Permission Request > The object MAY contain a delegation property, and its value MUST be a boolean, wherein true indicates the issuing party is allowing the grantee the...

Section 10.4.2 PermissionsGrant > The object MAY contain a sharedAccess property, and its value MUST be a boolean, wherein true indicates the requesting party wants the ability to use the...

I don't understand why you would ever have an unsigned message object.

Isn't the publish property a "Please do not publish"?

In an ocap language, such as E, it is common to give the same reference to many objects. If any of them revokes, all are revoked. In that situation, you...

If the power to revoke is expressed as a capability, then you can revoke the revoke capability. In some systems I've built, the power to revoke is implicit in the...

How do you know the subscriber will never receive an event or message? Are the conditions are inconsistent, e.g., end date is earlier than start date? I'd say you should...

I don't understand the DDOS remark. Isn't a subscription that returns a lot of stuff a more likely DDoS than one that never returns anything? DDoS is a big topic...