HackerTrans
TopNewTrendsCommentsPastAskShowJobs

DavidWilkinson

no profile record

Submissions

Simulation School – Computational Economics

simulation.school
4 points·by DavidWilkinson·5 वर्ष पहले·1 comments

comments

DavidWilkinson
·पिछला वर्ष·discuss
Dei here, from the team behind Error Stack [1] (a similarly named existing, context-aware error-handling library for Rust that supports arbitrary attachments). How does Stack Error, here, compare?

[1]: https://crates.io/crates/error-stack
DavidWilkinson
·2 वर्ष पहले·discuss
Interesting approach! We had a similar journey at HASH to figuring out how we deal with stacked errors (as well as collecting parallel errors), developed the `error-stack` crate to solve for it. It works by abstracting over the boilerplate needed to stack errors by wrapping errors in a `Report`. Each time you change the context (which is equivalent to wrapping an error) the location is saved as well, with optional spantrace and backtrace support. It also supports supplying additional attachments, to enrich errors. We spent quite a bit of time on the user output, as well (both for `Debug` and `Display`) so hopefully the results are somewhat pleasant to work with and read.
DavidWilkinson
·4 वर्ष पहले·discuss
FogBugz was sold off a while ago now. :)
DavidWilkinson
·4 वर्ष पहले·discuss
Yes, as a first step we’re planning a WP plugin: https://hash.ai/blog/open-sourcing-hash

Further downstream we hope to be able to work with the Gutenberg team and to contribute more directly.
DavidWilkinson
·4 वर्ष पहले·discuss
This is a fair criticism of the public spec in its current form and we’re working on documentation to help folks deal with this.

We actively want to talk approaches through with more interested parties, and welcome contributions to the spec and docs.

Sidebar — for our part at HASH - we’re optimistic about the role WebAssembly might play, having used it extensively in building the wider ecosystem of simulation tooling.
DavidWilkinson
·4 वर्ष पहले·discuss
We’ve spent a lot of time thinking and talking to folks about the incentive structures around this, and think they stand on their own - although your skepticism was an initial worry we had, too. As it stands the Block Protocol enables embedding applications to make their products more useful to consumers. And block developers reach a wider audience with their tools than they would otherwise. There’s a lot more to this that we’ll write up nicely later.
DavidWilkinson
·4 वर्ष पहले·discuss
Except it turns out that blocks and even block protocols were never actually blocked by the lack of a blockchain
DavidWilkinson
·4 वर्ष पहले·discuss
(One of the BP maintainers here)

If you’d be open to exploring this in the context of Notion we’d love to chat: [email protected]
DavidWilkinson
·4 वर्ष पहले·discuss
Various are interested in making their platforms more extensible (the flip side of content interop).
DavidWilkinson
·5 वर्ष पहले·discuss
Introductory guide to various topics in computational economics by Saku Panditharatne, in the browser-based HASH simulation platform (disclaimer: I'm one of the founders of HASH)