Kevin Marks

Results 41 comments of Kevin Marks

I remember sknebel doing a bunch of performance work a while back https://github.com/microformats/mf2py/issues?q=label%3Aperformance+ - 5 years ago and some BeautifulSoup refactoring before that by kyle. It may be time to...

this is also an issue with the tumblr reblog posts https://indieweb-test.tumblr.com/ not showing up https://monocle.p3k.io/preview?url=https%3A%2F%2Findieweb-test.tumblr.com%2F

If I run it with that prefix, I get a logline after the debug output saying: ``` Applying patch for [email protected] OT-testbed Listening on 8989 ``` but no events sent...

I also think a way to break the threading at known points would be good. You can do it by reloading the page, but that is not ideal.

The challenge with using @ is that there are no handles in Fritter, so it would need to be more like the way facebook completes than how twitter does. Also,...

The proposed structure here feels like a step towards the dreaded twitter entities model. At least you have the text to match rather than offsets into it though. But having...

Markdown is a "now you have [2 problems](http://johnmacfarlane.net/babelmark2/faq.html)" kind of answer. You have sanitation issues wherever you are constructing HTML from text - if I put a javascript: url in...

The best way to sanitize is to parse with a real html parser, then edit the resulting dom to remove any elements you don't allow (or keep only the ones...

Well, I'd advocate for the full indeweb [person tag](https://indieweb.org/person-tag) syntax, so `{ "text": "Sander Moolin is working on mentions!", "createdAt":1516721258354 }` If you want some good prior art on sanitizing...

This test is an interesting one: https://news.ycombinator.com/item?id=11446984 Fritter passes 2, but 1 is less clear - not sure if it is quite at the tag/attribute distinction yet.