6 Matching Annotations
  1. Oct 2023
      • for: Indyweb, unenclosable carriers, future - of communication, Art Brock, Arthur Brock, Holochain

      • summary

        • Art Brock demystifies Holochain by discussion unenclosable carriers, the essence of Holochain.
        • Art provides an excellent, lay-person-friendly explanation of unencloseable carriers that helps contextualize
          • just how critical unencloseable carriers are to a healthy society
          • just how far away we are, even including blockchains, from a healthy society
        • this is the first of a series of 3 articles. The second article discusses how unenclosable carriers benefit major provisioning systems such as
          • food system
          • energy system
          • planetary health
  2. May 2021
    1. Well, since you're reading this, let me tell you a little more about HMR. Magic is actually not such a good think in software development, so if we can demystify HMR a bit, it will probably benefits you when it comes to answer setup questions or, generally, get the most out of your HMR experience.
  3. Apr 2021
  4. Feb 2021
    1. To understand this helper, you should understand that every step invocation calls Output() for you behind the scenes. The following DSL use is identical to the one [above]. class Execute < Trailblazer::Activity::Railway step :find_provider, Output(Trailblazer::Activity::Left, :failure) => Track(:failure), Output(Trailblazer::Activity::Right, :success) => Track(:success)
  5. Sep 2020
    1. I love how they have this example with plain JS to show how slim and simple it can be even when not using react and react-final-form. It demystifies things so you can see how it works and how it would be if not using React (which in turn helps you appreciate what react/react-final-form do for you).