Heading to @CocoaBoston in a few. Hope to see some of you there! cocoaheadsboston.org
@frankm It's easy to forget, but I think there were quite a few around 2007-2008. I remember trying to convince people to use Twitter. Many people didn't get it.
@aaronpk I intend to support it natively when I can. It’s would be helpful to know if an equivalent of “getPosts” is standard yet? Can I list the contents of a blog?
This is going to be a huge week for Micro.blog. Really excited about some of the things we’ve been working on.
→ 2018/04/09 8:05 am@JohnPhilpin @sumudu I'm waiting until it is a little more robust before trying to get @aaronpk's bridge from XMLRPC to MicroPub working with MarsEdit. That will be fun.
@aaronpk Wow! That's an incredible thing to put out there & available, aaron, thank you.
How did you do this??? I need to know! That looks like you edited the global items???
We wanted to avoid needing to spell out diffing mechanisms for every conceivable format in the core spec.
I get this, but why not just allow for format-specific diffing without specifying it? Show the atom one as an example and leave the specifics up to implementation.
We wanted to avoid needing to spell out diffing mechanisms for every conceivable format in the core spec.
The trick around this to technically remain spec compliant, while also not surprising consumers of the WebSub API, is to say that your WebSub-enabled URL returns only the latest item. That way you can send just the one <article>
or whatever, and it still counts as "sending the full contents of the URL". In practice, it's fine to do this as long as the page you're sending has a concept of multiple items in a list, and if your consumers are ready to handle arbitrary numbers of items.