Benjamin Goering

Results 164 comments of Benjamin Goering

~~@snarfed @RangerMauve I tried to figure out what `rel=me` would mean, but it is hard, because it is not a registered link relation. Can you link me to the relevant...

@aaronpk You're right. I think I messed up juggling a couple tabs. I'll correct my comment and put it in the appropriate place. Sorry! (I think the rel=alternate makes the...

@kevinmarks I understand it's controversial, but since this is a w3c repo, I use this https://www.w3.org/TR/2011/WD-html5-20110405/links.html#linkTypes

> This should be a solved problem in [3.0.0](https://github.com/robertcepa/toucan-js/releases/tag/toucan-js%403.0.0). Mind giving it a shot? @robertcepa I [updated](https://github.com/web3-storage/w3up/pull/739) our project to use `[email protected]` and emulated the [wrangler-basic](https://github.com/robertcepa/toucan-js/tree/master/examples/wrangler-basic) example (omitting wrangler.toml `no_bundle`...

I agree we should append '#' to the value of `@vocab` in example 2.1.2 https://json-ld.org/playground/#startTab=tab-expanded&json-ld=%7B%22%40context%22%3A%7B%22%40vocab%22%3A%22https%3A%2F%2Fwww.w3.org%2Fns%2Factivitystreams%22%2C%22ext%22%3A%22https%3A%2F%2Fcanine-extension.example%2Fterms%2F%22%2C%22%40language%22%3A%22en%22%7D%2C%22summary%22%3A%22A%20note%22%2C%22type%22%3A%22Note%22%2C%22content%22%3A%22My%20dog%20has%20fleas.%22%2C%22ext%3Anose%22%3A0%2C%22ext%3Asmell%22%3A%22terrible%22%7D ^ this is the example as it is today, and it shows how without the...

'as:attachment' and 'as:attachments' are both in the owl https://github.com/w3c/activitystreams/blob/master/vocabulary/activitystreams2.owl#L52 notably the referent of the `@context` URI does not mention `attachments` ``` bengo@bengo ~ ⚡ curl -H "Accept: application/json" https://www.w3.org/ns/activitystreams |...

I have a bunch of TypeScript (any node.js can link to it as JS) code for various parts of an ActivityPub implementation in https://github.com/gobengo/distbin/blob/master/src/activitypub.ts I'm down to extract a lot...

@boulderwebdev >The most naive approach would be to forward messages from the node-server to the ActivityPub server. Ha, and I think we can think about it the other way too....

It does work in the client... I used this fork in https://github.com/Livefyre/livefyre-geo-collection "I don't understand why people want this……". I mentioned in the PR description: "I'd like to use this...

Thanks for the report @clacke and diagnosing a bit. Let's focus this issue on getting far enough that I federate with that pleroma link you included above. I created #7...