1. Kevin Marks: pondering webmentions of people with Aaron - it is tricky without a reader - should saying http://kevinmarks.com ping me?

    @kevinmarks depends if you want it to! I’d say yes, it’s analogous to a non-reply @mention on twitter. And whilst a reader w/ mentions feed+notifications is a good UI for consuming that data, you can have it on your own site too, e.g. aaronparecki.com/mentions, and even poll+post native OS notifications e.g.

    https://www.youtube.com/watch?v=CYyNexN1qPA

  2. Marcus Povey: Spying on a website using Webmention and MF2

    @mapkyca good point, I hadn’t considered this problem with hotlinking profile photos before. I think some webmention implementors have started doing this, and I intend to do it within Shrewdness.

    It’s worth noting that the attack is not at all limited to profile photos though, rather any photo or otherwise automatically loaded content in the comment e.g. images or audio. Whilst caching profile photos is feasible, caching any media in comments is more difficult, and therefore a good reason for text-only comments.

    Text-only content is not an option in Shrewdness, but perhaps instead images could be cached, and other media loaded upon demand, removing the ability to arbitrarily spy on people.

  3. Aaron Parecki: @barnabywalters now this I would like to see!! I was thinking about building a soundcloud-like player as well actually. Even found some libraries to do the mp3 -> png waveform thumbnail generation! #music

    @aaronpk oooh really? Which libraries? I looked a while ago and couldn’t find any, though it looks like it can be done with the new Web Audio APIs…