decentralized-id.github.io/unsorted/open-source-projects/pico.md
2023-06-07 03:26:42 +05:30

6.8 KiB
Raw Blame History

published
false
  • Credential-based login to a Pico-based application by Bruce Conrad

    Verifiable credentials, authentication, picos, pico-based application

    The slides are at https://bruceatbyu.com/s/HRDDSiiw32

  • Announcing Pico Engine 1.0

    In addition to the work on the engine itself, one of the primary workstreams at present is to complete Bruce Conrad's excellent work to use DIDs and DIDComm as the basis for inter-pico communication, called ACA-Pico (Aries Cloud Agent - Pico). [...] This work is important because it will replace the current subscriptions method of connecting heterarchies of picos with DIDComm. [...] because DIDComm is protocological, this will support protocol-based interactions between picos, including credential exchange.

  • The Most Inventive Thing I've Done Phil Windley

every pico is serverless and cloud-native, presenting an API that can be fully customized by developers. Because they're persistent, picos support databaseless programming with intuitive data isolation. As an actor-model programming system, different picos can operate concurrently without the need for locks, making them a natural choice for easily building decentralized systems. W3C Press Release - Decentralized Identifiers (DIDs) v1.0 becomes a W3C Recommendation worth reading to see who contributed comments (and notice who didnt)

For individuals in particular, DIDs can put them back in control of their personal data and consent, and also enable more respectful bi-directional trust relationships where forgery is prevented, privacy is honored, and usability is enhanced.

  • ACA-Pico working group

  • Picolab/aries-cloudagent-pico

  • Announcing Pico Engine 1.0

    In addition to the work on the engine itself, one of the primary workstreams at present is to complete Bruce Conrad's excellent work to use DIDs and DIDComm as the basis for inter-pico communication, called ACA-Pico (Aries Cloud Agent - Pico). [...] This work is important because it will replace the current subscriptions method of connecting heterarchies of picos with DIDComm. [...] because DIDComm is protocological, this will support protocol-based interactions between picos, including credential exchange.

  • Introduction to Picos by Phil Windley

IoT, digital twins, device shadows, Conflict-free replicated data type (CRDT), CSP over DIDcomm

Pico is short for “Persistent Compute Objects.”

Why Picos

  • Persistent, personal, computational nodes → More individual autonomy
  • Computational node for anything: person, place, organization, smart thing, dumb thing, concept, even a pothole
  • Better, more scalable model for IoT → trillion node networks
  • Picos support social things and trustworthy spaces
  • Better sharing, more natural relationship-based interactions (borrow my truck, Fuse with two owners)
  • Scales
  • Substitutable hosting model → freedom of choice
  • pico mesh
  • [...]

What are Picos?

  • “Pico” is a neologism for persistent compute objects.
  • Persistence is a core feature of how picos work.
  • Picos exhibit persistence in three ways:
  • Persistent identity—Picos exist, with a single identity, continuously from the moment of their creation until they are destroyed.
  • Persistent state—Picos have state that programs running in the pico can see and alter.
  • Persistent availability—Picos are always on and ready to process queries and events.

Pico Engine 1.0 released in January

  • Persistence, Programming, and Picos -

    Picos show that image-based development can be done in a manner consistent with the best practices we use today without losing the important benefits it brings.

The project name, PICOS, is an abbreviation of “Privacy and Identity Management for Community Services”. The objective of the project is to advance the state of the art in technologies that provide privacy-enhanced identity and trust management features within complex community-supporting services that are built on Next Generation Networks and delivered by multiple communication service providers. The approach taken by the project is to research, develop, build trial and evaluate an open, privacy-respecting, trust-enabling identity management platform that supports the provision of community services by mobile communication service providers.

Learn more about the motivation, the objectivestasks and achievements of PICOS, and get to know the PICOS exemplary communities.

I'm excited to announce a new, stable, production-ready pico engine. The latest release of the Pico Engine (1.X) provides a more modular design that better supports future enhancements and allows picos to be less dependent on a specific engine for operation.

Summary: Picos are a programming model for building decentralized applications that provide significant benefits in the form of abstractions that reduce programmer effort. Here are ten eleven reasons you should use picos for your next decentralized application. Temperature Sensor Network Built from Picos I didn't start out to write a programming language that naturally supports