#[eddie]!tell aaronpk looking at http://microformats.org/wiki/measure-brainstorming#microformats2 seems like h-measure is still a proposed property. I noticed you use it on your site. Anything important you’ve learned while implementing that? Looking at integrating energy burn and exercise time into my site
#snarfedspecifically, if i had an <img class="p-photo h-media">, that would parse to a photo property with a full fledged object with its own type and properties, as opposed to just string url or {value: ..., alt: ...}
#aaronpkbut i'm using it a bit more than just publishing the markup, since it is both created by a few of my scripts and also is my internal storage format, which gets rendered as HTML and re-published with the same mf2 properties
#aaronpksnarfed: according to the mf2 parsing rules, you're right that <img class="p-photo h-media"> results in an object for the "photo" property. I don't know of any actual instances of that being published tho
#[eddie]That makes sense. I think my first case of using it is I want to get the data from Apple Health to my site, so I’ll probably use it to do that transfer and storage, and then mark up mf2. Then maybe later on build some type of challenge against others interface or something to consume
#snarfedtentatively starts removing h-media support
#aaronpk[eddie]: indiestep challenge! tho we'd need to define how to publish step counts, which is still one thing i'm missing from my site
#snarfedoverly complicated code, since photo (and maybe also video and audio) properties can be three different types
#snarfedremoving h- support would drop that to two
tantek joined the channel
#[eddie]aaronpk: step challenge would be fun! But definitely be challenging. I’m punting on step data right now for that exact reason. But we could do something like “minutes of exercise” too or something. It’d be fun to head down that way because right now all the health apps lock you in and if you don’t have friends using that app, no fun challenges can be had
Loqi, [kevinmarks], [wiobyrne], tantek, tantek__, bradenslen, barpthewire, [kim_landwehr], [eddie], [chrisaldrich], [ryan339] and [xavierroy] joined the channel
[asuh], [chrisaldrich], [ryan339], [manton], tantek__, [colinwalker] and [kevinmarks] joined the channel
#sknebelStep counts kind of are a measure with a timespan during which it counted... Sounds similar to the trip posts in some way, do you mark distance etc up on those?