#dev 2016-08-20

2016-08-20 UTC
tantek, doesntgolf, KevinMarks_ and mblaney joined the channel
#
mblaney
AngeloGladding: I just had an idea related to your project.
#
mblaney
instead of (or as well as) looking for explicit connections via h-cards, you could parse blogs for links.
#
mblaney
ie if you follow the rel=follow in my h-card, you will find my blog.
#
mblaney
if you parse my blog for links you should find links that give you more h-cards or match ones you've already found.
#
mblaney
now you've got linkage between community members who mention each other.
#
mblaney
sorry not rel=follow. rel=feed...
#
mblaney
also I think most people have their blogs on the same page as their representative h-card, so the rel=feed thing is less common.
#
mblaney
(I went through a similar exercise to what you're doing to develop an indieweb planet at https://unicyclic.com/indieweb)
#
AngeloGladding
mblaney definitely going to follow all relevant rels (ignoring css, ..) and gather all items and dump into the graph
#
AngeloGladding
just got the idea to push it to a public git repo while i write a graph parsing utility
#
AngeloGladding
simple graph analysis for everyone!
#
AngeloGladding
historical as well.. diffing the pretty-printed json appears to work quite well
#
AngeloGladding
we'll see how quickly i use my github storage allotment :)
AngeloGladding, KevinMarks, bnvk_, kline and KevinMarks_ joined the channel
#
AngeloGladding
indieweb graph auto-commiting every 30 minutes to https://github.com/angelogladding/indieweb-graph -- begins with 74 people, 740 total resources
cmal joined the channel
#
AngeloGladding
tomorrow will a) attempt to incorporate 100 more people using modified repr h-card algorithm and b) begin an analysis script
cmal joined the channel
cmal, neoPixel and ben_thatmust joined the channel
#
voxpelli
morning
#
aaronpk
good morning
#
Loqi
good morning
cmal and KevinMarks joined the channel
#
GWG
Is there a scenario where an HTTP header and an HTML header are both present for a page but the HTTP cannot be read? Thinking about things like the webmention header.
#
aaronpk
normally the opposite is the problem. for example static sites can't send HTTP headers, they can only set HTML tags
tantek and mindB joined the channel
#
voxpelli
GWG: whenever the HTML isn't fetched from http
#
aaronpk
I like those suggestions but what a mess it would be to actually migrate to that
#
voxpelli
http://xkcd.com/927/ all over again and again and again :)
mindB, AngeloGladding, doesntgolf, KevinMarks and tantek joined the channel
#
KevinMarks
Trailing commas would be good, that does make things easier in python
#
aaronpk
whoa. i forgot to deploy webmention.io back in like march
#
aaronpk
i did a git pull and a whole bunch of changes came through. not what i was expecting.
#
aaronpk
or not? i'm confused
#
aaronpk
oh i figured it out :headdesk:
#
aaronpk
i was in the wrong folder
#
aaronpk
classic
gRegorLove joined the channel
#
voxpelli
aaronpk: mimicking my experience of IWC Nürnberg fairly well ;) "What is all of this new undeployed code? Why is everythng broken?"
#
voxpelli
aaronpk: just noticed you're going to Brighton – yay!
#
Loqi
😊
#
voxpelli
realizes he should step up his SWAT0 game once again
#
aaronpk
definitely thought i was going crazy for a minute
AngeloGladding, KevinMarks_ and cmal joined the channel
#
loqi.me
edited /monoculture (+77) "KevinMarks_ added "https://medium.com/@justmoon/the-subtle-tyranny-of-blockchain-91d98b8a3a65" to "See Also""
(view diff)
KevinMarks and KevinMarks__ joined the channel
#
gregorlove.com
edited /monoculture (+74) "moved article, cite"
(view diff)
tantek, cmal, bear, mindB and KevinMarks joined the channel
#
rascul
quotes because it will never be done, but it's almost done enough for now
#
rascul
umm 4/5 of those posts will be removed
#
rascul
i'm concerned that feed readers will get a weird order for my posts
#
rascul
unless i make a rss version or something, the h-feed will be out of order
#
rascul
the only way i think to fix that is with the javascripts but i don't know if i want to do that
#
aaronpk
i think readers will end up sorting by the published date of the post so you should be fine
#
rascul
if they sort on their own then it's fine
#
aaronpk
i can't imagine a reader that doesn't do its own sorting
#
rascul
it's just that because of my two columns, there's two lists, with every other post
#
rascul
i could put them all in one list then use the javascripts to move every other post to the other list but i'm concerned that it could take too long to do all that when it loads
#
aaronpk
yeah i wouldn't worry about it
#
aaronpk
i don't think there will be a problem
#
aaronpk
the way my polling works is i look at every entry on the page and if the URL of it hasn't been seen before, it adds it to the list of posts
#
rascul
i imagine it has to be a fairly dumb reader though to get my feed mixed up
#
rascul
the not dumb ones probably do their own sorting and/or or would mark the ones they've already noticed
#
rascul
which would "fix" my weird ordering
#
rascul
aaronpk can http://pin13.net/mf2/ return a raw json page?
#
aaronpk
yes if you give it a url