3 minute read

Explainer

  • The Most Inventive Thing I’ve Done 2022-07 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.

  • Introduction to Picos 2021-05-06 Phil Windley

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

  • Persistence, Programming, and Picos Phil Windley 2021-02

    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.

Application

  • Picos at the Edge 2021-11 Phil Windley

    You can play with this first hand at NoFilter.org, which brands itself as a “the world’s first unstoppable, uncensorable, undeplatformable, decentralized freedom of speech app.” There’s no server storing files, just a set of Javascript files that run in your browser. Identity is provided via Metamask which uses an Ethereum address as your identifier. I created some posts on NoFilter to explore how it works.

  • Ten Reasons to Use Picos for Your Next Decentralized Programming Project 2021-07

    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

  • Credential-based login to a Pico-based application 2021-05-06 Bruce Conrad slides

    The application that I wanted to demonstrate is what I call a fully-sharded database. BYU wants a community facing Human Resources domain data store, which means that other organizations on campus may wish to access HR data and so far they’ve been doing it by dipping directly into the production transactional database and that’s not a good idea. And so, they have a team implementing a proof of concept using Postgres. And, I’m using picos to implement a fully-sharded alternative proof of concept.

  • Building Decentralized Applications with Pico Networks 2021-02 Phil Windley

    Building a system of picos for a specific application requires programming them to perform the proper lifecycle management tasks to create the picos that model the application. Wrangler is a ruleset installed in every pico automatically that is the pico operating system. Wrangler provides rules and functions for performing these life-cycle management tasks.

Development

  • Announcing Pico Engine 1.0 2021-02 Phil Windley

    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.
  • ACA-Pico working group
  • Picolab/aries-cloudagent-pico