Benjamin Goering

Results 164 comments of Benjamin Goering

When I implemented publishing location for new posts on https://distbin.com, I remember thinking about this. I use the HTML5 Geolocation API to get [Coordinates](https://developer.mozilla.org/en-US/docs/Web/API/Coordinates/accuracy). > The Coordinates.accuracy read-only property is...

So... bump. Have I done something wrong process-wise such that this hasn't come up in any of the meetings for 3 months to even get a +0 or 'can you...

> Implementations producing Activity Streams 2.0 documents should include a @context property with a value that includes a reference to the normative Activity Streams 2.0 JSON-LD @context definition using the...

You might also just want to have two separate logical resources for 'all the notes' (`/notes/`) and 'all the notes that you can see' (`/notes/?visibleBy=bengo`). Don't specify totalItems on the...

> Should I open an issue for ActivityPub as well? IMO no. Create a new repo or gist or blog post describing your extension proposal.

Discussed in CG meeting today. @puckipedia raised a point that just adding the curie-prefix 'sec:' wouldn't be enough to make all the linked-data stuff work nicely ``` [16:55] eprodrom: I...

> I think just-an-object could be the same as wrapping in Create, and the Create is indeed fairly artificial. I thought the same when first read AP draft a few...

IMO "There is no best way, choose whatever suits you"

"Create" activities, once processed, could also have a corresponding `result` whose value is a Link to any resources that were created as a result of processing the Create activity. `object`...

This is a cool idea, but donno if it should be a long-standing open issue here. If I were you and still need this, I'd write a short document explaining...