#social 2015-11-18

2015-11-18 UTC
Arnaud1, bblfish, Shane_, jasnell, Arnaud, bblfish_, cwebber2, elf-pavlik, peacekeeper, peacekeeper1, shepazu, tantek, jaywink, wilkie_ and melvster joined the channel
#
melvster
anybody here using "fitness" activities ... eg pedometer, running, health ?
#
aaronpk
I have a bunch of that kind of data
bblfish joined the channel
#
melvster
aaronpk: are you doing anything with it currently? or intention to use it with activity streams?
#
melvster
I started working on a pedometer to interact with my Solid pod yesterday
#
melvster
but I dont know how to do updates
#
melvster
"you just walked 3 kilometer" etc.
kevinmarks joined the channel
#
melvster
id be interested to see if anyone has done that already
#
aaronpk
I publish everything on http://aaronparecki.com/metrics right now
#
aaronpk
no step counts, but full bike rides/runs/walks instead
#
aaronpk
I would encourage you to go look at the existing silos to see how they publish that data in timeline form. Jawbone for example shows little posts with the daily step count.
#
csarven
So, aaronpk, what's the range (datatype) of that magnificent property "p-distance"?
#
melvster
aaronpk: cool!
#
melvster
aaronpk: you do nutrition data too? I want to do that ... currently using myfitnesspal
#
aaronpk
i'm not super happy with the markup on my current site, but I do like the way it's displayed
#
aaronpk
i've been rebuilding my site for some time now, and have a better model for the microformats properties of all the posts. now i'm using h-measure which includes the unit value
#
ben_thatmustbeme
wonders how long before this site gets launched :P
#
melvster
ill take a look at jawbone ... I assume there's nothing in activity streams that can cover this kind of update?
#
melvster
ill have to make a new vocab I think
#
aaronpk
I wonder how long before this site gets launched every day
#
aaronpk
I'm trying to launch it with feature parity with my current site, and it turns out my current site does an awful lot of stuff
#
melvster
aaronpk: do you use a gadget such as jawbone?
#
aaronpk
I mainly use the Jawbone Up for sleep tracking and steps, although it is broken right now, so I'm using the misfit pebble app and manually tracking sleep right now
#
melvster
I dont have a wrist device, is really hard to choose, the pebble JS api got me interested, but in the next year I'll have to get something
#
aaronpk
I've actually been really happy with the Pebble JS API. That's how I do my food tracking
#
melvster
aaronpk: nice! so you wear TWO devices?
#
aaronpk
yeah heh
#
melvster
research purposes only :P
#
aaronpk
no that was when I wore 6
#
melvster
i really want a nutrition app that does more than what is on the market today
#
melvster
so i have to make one
#
aaronpk
yes, i'm not super impressed with the current nutrition apps. they either take way too much effort to use, or don't let me record things the way I want to.
#
melvster
I also want to link that data to my other inputs
#
melvster
and link it to my payments engine
#
melvster
so i get rewarded for healthy choices
#
csarven
:) rewarded how?
#
melvster
well my app will know the things i like
#
melvster
or could be a simple payment
#
csarven
So, aaronpk an HTML tip for you.. try browsing your documents e.g., http://aaronparecki.com/metrics/2015/11/18/071723/ using lynx from command-line.
#
csarven
(or any line mode browser will do)
tantek joined the channel
#
ben_thatmustbeme
in links it doesn't show the image at all
#
ben_thatmustbeme
but 06:25 Avg Pace
#
ben_thatmustbeme
is immediately followed by Home, Portland, Oregon, USA
#
ben_thatmustbeme
and then nav stuff
#
ben_thatmustbeme
no space between
#
ben_thatmustbeme
wonders what controls that
#
aaronpk
I see [full.png] in between those two
#
ben_thatmustbeme
yeah, lynx shows that
#
ben_thatmustbeme
other than just some space after the post, to distinguish end of it, i think it looks fine
#
ben_thatmustbeme
for links/lynx
#
ben_thatmustbeme
wonders what csarven was on about
#
melvster
i just implemented a timeline
#
melvster
and an inbox
#
aaronpk
fun! link?
#
melvster
it's just data at the moment
#
melvster
luckily with Solid we got direct messaging for free
#
melvster
ill make a nice UI around it
#
melvster
you can actually follow links from there tho ... in fact probably get to about 10 million profiles
#
melvster
but it's really just a raw data view
#
melvster
im working on a dashboard UI based on rdash
#
melvster
dashboard will interact with inbox and timeline
#
melvster
inbox will involve complex event processing and put stuff on the timeline
#
melvster
e.g. like fitness updates, etc.
#
aaronpk
cool. my timelines look like this http://aaronparecki.com/notes
#
melvster
nice UI!
#
melvster
tho pagination scares me
#
aaronpk
thanks!
#
aaronpk
i can't wait to launch my new pagination actually. you'll get a kick out of it i'm sure.
#
aaronpk
it does inline loading of the next content, like how it works on Instagram
#
aaronpk
but uses the browser pushstate so that permalinks to pages still work
#
melvster
infinite scroll
#
melvster
pushstate is a must, yes
#
aaronpk
not infinite scroll, because you have to actually click to load the next page
#
aaronpk
i don't like infinite scroll actually
#
melvster
im going to do daily buckets for my timeline
#
melvster
im not going to have so much data in a single day that will need pagination
#
aaronpk
I have a totally different layout when you switch to the month views http://aaronparecki.com/2015/11
#
melvster
yes but using - instead of / as it's easier for my code to work with a single directory
#
melvster
aaronpk: so you're putting all your events inside posts?
#
aaronpk
they are actually just in the feed along with posts
#
aaronpk
events are handled somewhat special since the date they appear on is the date of the event rather than the date i put it on my site
#
melvster
aaronpk: then why do you need activity streams?
#
melvster
i must say I like how you've laid out your site
#
melvster
i think if you used linked data it could be even more powerful
#
aaronpk
thanks! there are a lot of things I like about it, but I'm getting rid of the sidebar in my new design
#
melvster
Solid has a different approach
#
melvster
the data itself is an API
#
melvster
so *anyone* can design a site around it
#
melvster
and you can use the skin you like, either as a producer or consumer of data
#
melvster
eventually you'll get lots of apps competing to display the data, and people will choose which views they like
#
rhiaro_
wq>Azdcfhjk'ghjkl;/'
#
aaronpk
hopes that wasn't a password
#
rhiaro_
retracts that earlier statement now she has cleaned water from her keyboard
#
aaronpk
yeah the way we handle that is by having people publish structured data and then others can read it reformatted in their own readers
#
melvster
nice, i think activity streams will take a similar approach too
#
melvster
so, I think I'll embed my pedometer data in a post
#
melvster
im also thinking of this kind of dashboard: http://www.bootstrapzero.com/blocks/
#
aaronpk
those are cute
#
melvster
or something like : tictrac -> https://vimeo.com/135051872
#
melvster
aaronpk: that video may inspire you for your new site ^^
#
aaronpk
looks nice. I've been wanting to put some little charts and graphs on my front page, but so far have only been collecting notes on it
#
aaronpk
nice. bookmarked :) http://aaron.pk/b4eH4
bblfish joined the channel