IRC channel logs

2023-02-14.log

back to list of logs

<isd>What crypto algorithms is goblins currently using for certs and such?
<isd>(relatedly: I am finally breaking ground on 3PH for go-capnp!)
<tsyesika>zenhack: eddsa curve Ed25519, https://gitlab.com/spritely/goblins/-/blob/master/goblins/ocapn/crypto-converters.rkt#L34
<Zarutian_iPad>ACTION is deweeding his browser tabs and comes across https://github.com/Agoric/agoric-sdk/issues/4018
<Zarutian_iPad>topic being shortening of unsettled promise chains
<Zarutian_iPad>which basically impinges on that embargo/disembargo discussion the other day
<Zarutian_iPad>whilist I was thinking on how to do an Löve2d udp networking library involving Bittorrent DHT (so running game instances can find each other without the game maker having to run a specialized server) my thoughts went to how to do captp over udp
<Zarutian_iPad>basically what I suspect this embargo/disembargo business is implictly hiding the Static Single Assignment nature of the far refs
<Zarutian_iPad>in js`E(Bob).foo(); E(Carol).bar(Bob);` Alices programer might be implictly wanting the case where Carol gets a far ref to Bob after Alices .foo() message to Bob
<Zarutian_iPad>but it might be the other case to that Alices programer wants Carol to have far ref to Bob regardless of Alices .foo() message has reached Bob or not