1. Sandeep Shetty: PubSubHubbub (by Google for Google) or any push based solution for the web is unnecessarily complex for #indieweb. Polling works just fine.

    sandeepshetty hm, I'd actually say push based systems are super useful (certainly I have personal use cases which are too big for me to want to poll) but PuSH is way too complicated. It’s actually something I’m working on improving, as you did with Pingback => webfinger

  2. Emil Björklund: What is the equivalent of a unit test for HTML + CSS? (Yes, I know of Selenium, webdriver etc, but I'm fishing for other answers as well.)

    @thatemil I’ve always considered style guides/pattern libraries to be unit tests for HTML+CSS, and you could automate them with JS if they get too unwieldy.

  3. sophiedennis looks like it went really well! Did anyone video it? Morpeth rant looks like a nice tune, I’ll try learning that on the gurdy this evening.

    The Unquiet Grave is one of my favourite traditional songs — have you heard the Dubliners’ version? I think my parents had a wonderful live recording of it on a cassette tape which I can no longer find :(

  4. Jovian Salak: I'm at numbers 3 and 11 in the telegraphs best weekly travel photos. #Photography #travel #travelphotography http://t.co/t1CyBJOGy5

    Jovian Salak nice one! But I’m confused, I thought you didn’t like the torygraph?

    I shall be pushing the initial version of your site live this weekend :)

  5. Sandeep Shetty: @BarnabyWalters So you have 3 types of tags (from an interface perspective): note body, meta data (visible) & machine tags (invisible)?

    sandeepshetty yep, this is certainly something I need to document on the wiki.

    In fact most of the machine tags were a hack to add schemaless data to my MySQL-managed schema, but as I move to flat files + ad hoc indexes I might migrate some of my machine tags to “real” data — it’s not like they’re doing much good where they are at the moment.

    The main benefit is easy editing — I just use my tag editing UI instead of building another UI for each different bit of data.

  6. Sandeep Shetty: Anyone using/used/implemented machine tags (triple tags)? Are they worth it? #indieweb

    sandeepshetty add .json to the end of any of my note URLs and have a look in the tags array — or in the source (hidden by default) to see how I use them. I added location data to this note so you can see the tags I use for that.