Corbin Simpson

Results 85 comments of Corbin Simpson

Ugh, sorry, GH apparently eats formatting and comments in this browser. Anyway, the point is that at 0x000e, the IFE should only go to 0x000f or 0x0010, but instead it...

Well, TBH I no longer use this emulator because Cauliflower and goforth are both at the advanced stage where they require I/O to be implemented to be emulated correctly. Anyway,...

To give an example of the problematic object: ```json { "apiVersion": "rbac.authorization.k8s.io/v1alpha1", "kind": "ClusterRoleBinding", "metadata": { "labels": { "kubenix/build": "4674e9958afd40b743c693008c0952329d3101cc" }, "name": "tahoe-external-view" }, "roleRef": { "apiGroup": "rbac.authorization.k8s.io", "kind": "ClusterRole",...

Trying to remember my thoughts here. I don't understand why, in the original E auditor proposal, it isn't just automatically the case that every auditable object is `OpenSource`. Kerchkoff's principle...

Upon reflection, the Ethereum VM has a 256-bit word size. Their stance on signedness is rather antiquated, unfortunately. (It's also a really unfun-looking compilation target, but I'm sure that somebody...

Another mitigation, in the realm of vat policy, is to have the exponentiation primitives in the runtime perform a vat checkpoint for every multiplication that they perform. (Which can be...

Future Corbin: _makeBytes and _makeStr have been altered to deprecate .fromString; finish the process and switch everybody to .fromStr.

Kicking this out of the sprint, as `TwineObject`'s implementation must manage spans, and I'm not in the mood for writing that this week.

It's not clear how to interact with twine spans when writing QPs. Design something. On the plus side, 00c3489bea971893952ac21b000b5da7440627fc and 34c39e025281313f5c1084c1f1e096a6e675c5dd removed `_makeString`.

The illegal part of this module is that the imports and exports aren't at the top.