mix irving

@mixmix

Joined on Aug 10, 2016

  • What do we want out this meeting? Ahau Is AtalaPrism interested in having a committed long term relationship with Ahaui.e. ongoing co-design, we commit to you, you commit to us Will you ever support the SDK to Issue / Verify? multi-controller DIDshttps://www.w3.org/TR/did-core/#multiple-did-controllers
     Like 1 Bookmark
  • Agenda: reflections:what have we learnt? what don't we know?what questions do we need to ask? personal reflection where are we? revisit our goals
     Like  Bookmark
  • Tell us some stories about people in your community using maps? Who are they? What are they doing when they use the map? What do they expect? (or not expect) Our user stories are all about community members using the application Ahau. By default: all data in Ahau is encrypted to that group (a.k.a. tribe) all groups have subgroup(s) which allow more fine-grained access control
     Like  Bookmark
  • 1. Identify the messages in the thread We start by identifying which messages are related to a thread. A thread starts with a "root" message A, and we look for all messages which have referenced A as their "root" (check the content.root field) graph BT A(A) B(B) E(E) C(C); D(D)
     Like  Bookmark
  • A "tangle" in scuttlebutt is a way to define a directed acyclic graph (DAG) of messages. They are a useful way to determine a partial ordering which is useful for everything from replication to building multi-writer "records". There are different types of tangle, but they all must specify: candidate messages: the set of messages which could be part of the tangle a recipe: how the tangle (DAG) is constructed from these candidates
     Like  Bookmark
  • Example Usage // ssb // artefactCrut // could come from ssb.artefact.create ssb.submission.registerHandler(isArtefact, artefactCrut) ssb.submission.create({ id, { date: '2022-04-XX' }, cb) // looks up record // finds type "artefact", sees we have a registered artefactCrut,
     Like  Bookmark
  • Original Budget Today's cryptpad Purpose of this meeting review what we said we'd do? https://hackmd.io/UULuvqMXSsGzDhRK0zpP7Q intergrating design [ ] review plan
     Like  Bookmark
  • // THIS ONE IS THE BASE FOR GETTING COMMENTS FOR SPECIFIC PODCAST app.get('/podcasts', async (req, res) => { const {where, and, slowEqual, type, toPromise } = require('ssb-db2/operators') // enables the commands to be used const podcasts = await ssb.db.query( where( // select inside the list with the requirements of multiple things, "and" type('podcast') //specifically podcasts ), toPromise() // whenever it has promised the await is waiting the responses )
     Like  Bookmark
  • Who's coming Flow of the call Karakia ming 15 mins Welcome & Intro/ Inspiration mix Purpose mix
     Like  Bookmark
  • Purpose: high level review of current app state, leading to advice on what to focus on / research, or gotchas/ code smells Agenda architecture overview complexity testing
     Like 1 Bookmark
  • Company X questions What third party libraries or software are contained within the product? How are these licensed? Run npx license-checker --production --json > licenses.json Make a file called printThem.js and put this in it: const lic = require('./licenses.json') const result = Object.entries(lic) .reduce(
     Like  Bookmark
  • opening karakia : https://gitlab.com/ahau/process/-/blob/master/karakia.md last weeks notes: https://hackmd.io/Hn5yiEu-Sbm70nxrHReFug Agenda [ ] Karakia [ ] Check-ins [ ] Last week
     Like  Bookmark
  • https://github.com/ssbc/private-group-spec/blob/master/vectors/unbox2.json keks: drop the initial unboxed message mix: :+1: Direct Message https://github.com/ssbc/private-group-spec/pull/8/files keks: in my PR I tfk encode the dh_keys for the DM-key derivation
     Like  Bookmark
  • private groups kaitiaki - 1a. inviting people in (how) - 1b. inviting people in (who) - 1c. managing the group approved content approved authors
     Like  Bookmark
  • # Ahau team | 2020-02-10 opening karakia : https://gitlab.com/ahau/process/-/blob/master/karakia.md last weeks: https://hackmd.io/jIHAS8jnS6SIVMaiTZjpUg ## Agenda - [x] sync up on the titanic MR! - [x] Brief introductions - [x] what we achieved last week - [x] what we might need help with/blocked on - [x] mobile / desktop process? - [x] what are we working on this week - [x] moving onto next epic feature set - "stories" ## Introductions Soapdog (Andre) - born in Brazil, based in London cu
     Like  Bookmark
  • # Private Groups | 2019-11-07 ## simplest thing mix sends notification to group: bbq is cancelled. pure broadcasts, no tangles. `sbot.privateGroups.add({key, id})` `sbot.backlinks.read(query)` things we're not doing: - optimisations like "only try keys from people I'm in groups with" - possible future: `sbot.privateGroups.add({key, feeds: [id...]})` - indexing past messages ``` content: { type: 'gathering', name: 'private group call', startTime: { epoch: 1573074104361 }
     Like  Bookmark
  • # peer-to-peer /wellington <div class='intro'> A monthly meetup focused on sharing stories from p2p projects, and building connections across the wellington community. 3 x 10 min talks, with space for questions, followed by hanging out. </div> ## November 7th **location** -- Enspiral Dev Academy _(level 2/ 275 Cuba St)_ **time** -- 6.30pm People interested in staying on later are welcome to join Art~hack!, a hacker/ maker hangout. <div class='talk'> <div> <img src='https://i.imgur.c
     Like  Bookmark