#indiewebcamp 2016-03-20

2016-03-20 UTC
jedahan joined the channel
#
@wolcen
I'm thinking about a mobile-hosted version of Known? Who's with me? #indieweb #withknown Back it up with a #PlatformCOOP hosting service.
(twitter.com/_/status/711352926187421696)
#
KartikPrabhu
err what ^?
#
KartikPrabhu
Known works in mobile too right?
#
aaronpk
mobile-hosted sounds like service it from a mobile device instead of a fixed server somewhere
#
aaronpk
s/service/serving
#
Loqi
aaronpk meant to say: mobile-hosted sounds like serving it from a mobile device instead of a fixed server somewhere
#
KartikPrabhu
are up speeds from mobile networks any good though?
#
sknebel
then why a "hosting service"?
KartikPrabhu1, j12t, tbbrown and tantek joined the channel
#
acegiak
kylewm, GWG: smoko is morning tea? myfreeweb: yeah I'm not sure why all the likes and reposts ever are being summed and presented for each page
#
acegiak
s/page/post/
#
Loqi
acegiak meant to say: kylewm, GWG: smoko is morning tea? myfreeweb: yeah I'm not sure why all the likes and reposts ever are being summed and presented for each post
#
acegiak
also, hi all
#
tantek
hello!
#
GWG
acegiak: Greetings
#
acegiak
GWG: what were the other words you didn't understand in that post? I'm curious?
#
GWG
I don't recall.
#
acegiak
ah dang, ok. lol
#
tantek
GWG - how are you feeling about Webmentions and WordPress?
#
GWG
tantek: Matt seems to be closer to my point of view. But most of the WordPress community seems to have decided that linkbacks aren't worth saving.
#
tantek
that's ok, slower adoption will help give us time to build up our spam defenses, Vouch and otherwise
#
tantek
e.g. imagine that Matt decides to try Webmention etc. on his own blog first
#
GWG
I've been trying to lay a foundation in that direction though. The pingback code in WordPress is in need of love.
j12t, torrorist, Lancey and miklb joined the channel
#
acegiak
hooray! the rss portion of whisperfollow is now working again!
#
acegiak
and theoretcially in a non-blocking way!
#
acegiak
won't take much to get the mf2 bit working again as well
#
GWG
acegiak: What else is on the agenda?
#
acegiak
after refactoring whisperfollow?
#
acegiak
proooobably improving the interface for moodkind
#
KevinMarks
does a venue need an address? Or rather, in determining whether an h-card is a venue or a person, address missing implies person
#
tantek
tons of Foursquare venues have just a pin / latlong - no address
#
tantek
like summits of hills
#
KevinMarks
OK, let me invert
#
tantek
basically, you can have a person or org/venue with *just* a name
#
tantek
and you do - in W3C specs even
#
tantek
already marked up with h-card
#
tantek
orgs obv have org==name per hCard rules
#
KevinMarks
is there an equivalent of checkin for met a person that isn't just rel="met" ?
#
tantek
can you rephrase without code? with just a user real world scenario?
#
KevinMarks
if I want to post "I just met GWG" what is the post type?
#
Loqi
Post or posts may refer to individual pieces of content published on an indieweb site such as notes, articles, & responses, or the act of creating the aforementioned content (present tense), or Posts about the IndieWeb https://indiewebcamp.com/post_type
#
tantek
KevinMarks - perhaps see some our old blog posts from 2004-2005 era where we did just that ;)
j12t joined the channel
#
KevinMarks
(Siobhan was gathering people to hang out, so we checked into her
#
tantek
see discussion above about Trammell's beard
mdik joined the channel
#
acegiak
ok, looks like I've got mf2 parsing working again as well
#
acegiak
KevinMarks: where should I be following you? your known?
#
KevinMarks
that's my replies and short posts
#
KevinMarks
kevinmarks.com is mostly my noterlive stuff
#
acegiak
So the way whisperfollow works is every five minutes it starts this loop: while(rand(0,count(subscriptions)/10 >1){ poll(subscriptions[rand(0,count(subscriptions))]); }
#
acegiak
s/10/10)/
#
Loqi
!calc s/10/10)/
#
Loqi
acegiak meant to say: So the way whisperfollow works is every five minutes it starts this loop: while(rand(0,count(subscriptions)/10) >1){ poll(subscriptions[rand(0,count(subscriptions))]); }
#
KevinMarks
do you do etag/last-modified polling ?
#
acegiak
I could! I don't
#
acegiak
I'd have to find a place to store the timestamp
#
KevinMarks
just thinking, if you do that, then a fair few will be single packet fetch, and you could switch ro round-robin
#
KevinMarks
or 'poll for n seconds then defer'
#
acegiak
Unfortunately we've strayed beyond my area of understanding again :/
#
KevinMarks
The problem with random is that you hit the birthday paradox
#
acegiak
This true
#
KevinMarks
so you are more likely to poll the same one twice or miss the one that has updated
#
KevinMarks
whereas if you walk the list you will hit them all in some number of iteratiosn
#
KevinMarks
also, if you do the etag/last-modified 304 thing, you save time on the repolling
#
acegiak
The problem is I'm using wordpress's built in bookmark class
#
acegiak
For my subscription/social list
#
acegiak
But maybe WordPress will let me store custom metadata on a bookmark
#
acegiak
Cause then I could store last checked timestamp
#
KevinMarks
so magpie is doing that behind the scenes
#
KevinMarks
also kellan++
#
miklb
acegiak are bookmarks a taxonomy ?
#
acegiak
except I'm not using magpie to fetch
#
acegiak
because it's not non-blocking
#
acegiak
miklb, no, I think maybe they're a post type?
#
KevinMarks
so then you need to do it yourself, but can pinch kellan's code for it
#
miklb
acegiak maybe so.
#
acegiak
yeah, def
#
acegiak
should I include or ignore the composer vendors folder in my repo?
jedahan joined the channel
#
kylewm
acegiak: ignore
yakker and snarfed joined the channel
#
acegiak
ok MF2 parsing confirmed working
#
acegiak
yaaaay
#
acegiak
man, I am SO CHUFFED about having Whisperfollow up to this far more reasonable state
#
acegiak
Whoah, why are there two pages for whisperfollow in the wiki
#
acegiak.net
edited /reader (+19) "/* acegiak */"
(view diff)
#
acegiak
how do I make one page redirect to another?
gRegorLove joined the channel
#
gRegorLove
What is the redirect short cut thingy for the wiki?
#
Loqi
The redirect short cut thingy for the wiki is #redirect [[page]] https://indiewebcamp.com/redirect_short_cut_thingy_for_the_wiki
#
gRegorLove
acegiak ^
#
acegiak
awesome
#
acegiak.net
edited /Whisperfollow () "(-949) /* WhisperFollow */"
(view diff)
#
acegiak.net
edited /WhisperFollow (+321) "/* WhisperFollow */"
(view diff)
#
acegiak
I need to set up a test wordpress install to check that whisperfollow installs properly
wolftune and j4y_funabashi joined the channel
#
Loqi
j4y_funabashi: snarfed left you a message 12 hours, 21 minutes ago: hi! sounds like you noticed the bridgy problems. your site was fetching bridgy response pages over and over for hours/days, as much as 5-10qpm at peak, so i (mostly) blocked your server IP. sorry. :/ http://indiewebcamp.com/irc/2016-03-19/line/1458415268608
#
Loqi
j4y_funabashi: snarfed left you a message 12 hours, 21 minutes ago: let me know once you've fixed that and i'll unblock you! http://indiewebcamp.com/irc/2016-03-19/line/1458415283931
wolftune and snarfed joined the channel
#
Loqi
[gRegor Morrill] Vouch has been implemented for two CMSes so far in a way that is not very expensive for senders. Referrers are logged and processed to confirm they link to the site. If they do, they’re stored as potential vouch URLs. To select a vouch URL to send ...
#
gRegorLove
(comment on actual post is awaiting moderation)
#
gRegorLove
Actually, first time I submitted the comment on the site, a javascript alert popped up saying my comment wasn't added, make sure I entered all the fields. I checked and they were entered, so tried to submit it again. Then got a javascript alert that it wasn't added because it was a duplicate comment.
#
gRegorLove
So hopefully it shows up there eventually :)
#
j4y_funabashi
!tell snarfed Oops, sorry about that! I have stopped my processing daemon and will get that fixed today
#
Loqi
Ok, I'll tell them that when I see them next
loic_m joined the channel
#
@mrshll1001
At this point my site may as well just be a blog with a half-finished Twitter client built in! #indieweb http://mrshll.uk/notes/237
(twitter.com/_/status/711477956963672064)
friedcell, catsup, j12t and StatelessCat joined the channel
#
webrocker.de
edited /2016/Nuremberg/Guest_List (+305) "/* Participants */"
(view diff)
Kopfstein joined the channel
#
Loqi
[indieweb] "Hmm going to test this out next week https://indiewebcamp.com/WhisperFollow #whisperfollow #reader #rss #mf2 #indieweb #wordpress" by Rick Mendes http://www.rmendes.net/2016/hmm-going-to-test-this-out-next-week-whisperfollow-whisperfollow
#
Loqi
[bridgy] Karim Adamescu replied '@RikMende what's this?' to a tweet that linked to https://indiewebcamp.com/WhisperFollow (https://twitter.com/KarimAdamescu/status/711515411448242176)
j12t joined the channel
#
@RikMende
@KarimAdamescu un lecteur RSS intégré a ton site wordpress qui supporte certains des formats/protocols #indieweb
(twitter.com/_/status/711520419203956736)
tantek joined the channel
#
tantek
good morning #indiewebcamp
#
petermolnar
hi tantek
#
benborges
morning all
#
petermolnar
on the spam defenses - had the hashcash addition idea been dropped?
#
tantek
petermolnar: I think there was an acknowledgment that it only helps for "mass spam" rather than directed spam
#
petermolnar
true, like fishing vs spearfishing, but it's still a countermeasurement
#
myfreeweb
yeah i wanted to do hashcash too
#
tantek.com
edited /Falcon (+173) "/* fix photo plain text title name */ rejecting use of [photo] or [video] at start because Firefox tab names"
(view diff)
#
myfreeweb
only very directed spam would have hashcash & be a valid h-entry reply/like/repost
#
tantek
I expect that as Webmention adoption grows, spammers will adopt whatever markup they need to
#
myfreeweb
true
#
myfreeweb
i still don't get why they're still spamming, rel=nofollow should've destroyed the incentive
#
tantek
myfreeweb: that was only one incentive
#
Loqi
[bridgy] Rick Mendes replied '@KarimAdamescu un lecteur RSS intégré a ton site wordpress qui supporte certains...' to a tweet that linked to https://indiewebcamp.com/WhisperFollow (https://twitter.com/RikMende/status/711520419203956736)
#
tantek
getting actual user view impressions (free ads as petermolnar says), and user click-throughs is far more valuable
#
tantek
this turns out to be the fallacy of rel=nofollow
#
tantek
in addition, silos eventually began abusing rel=nofollow by putting it on second party content (posts on silos) instead of *just* 3rd party content (comments on posts on silos)
#
tantek
so rel=nofollow is doubly bad. ineffective for intended purpose, and punishes "normal" users
#
tantek
the punshing in this case is hurting their searchability
#
petermolnar
by the way, re: wordpress & pingbacks: the wp pingback hooks is terrible; I wanted to add a specific check against sender values and it's basically impossible to do it; no wonder nobody want to save it, it would need to split from the generic xmlrpc core and have much better control over it's incoming requests
#
tantek
"generic xmlrpc core" yikes
#
petermolnar
also, the akismet plugin in wp is very agressive, eg. I can't disable it with hooks, even if I wan't to
#
tantek
what is the akismet plugin?
#
petermolnar
wp still heavily relies on xmlrpc
#
Loqi
It looks like we don't have a page for "akismet plugin" yet. Would you like to create it? https://indiewebcamp.com/s/10Ga
#
tantek
what is xmlrpc?
#
Loqi
It looks like we don't have a page for "xmlrpc" yet. Would you like to create it? https://indiewebcamp.com/s/10Gb
#
petermolnar
10Gb ?! :D
#
loqi.me
created /XML-RPC (+135) "prompted by tantek and dfn added by tantek"
(view diff)
#
tantek
xmlrpc is [[XML-RPC]]
#
loqi.me
created /xmlrpc (+20) "prompted by tantek https://indiewebcamp.com/irc/2016-03-20/line/1458476471321 and dfn added by tantek"
(view diff)
#
tantek
getting stuck on function naming as usual
#
tantek
considering ltrim_urls except I really dislike using ambiguous lower/uppercase letters e.g. l vs I
#
petermolnar
monospace fonts
#
petermolnar
that'll help :)
#
tantek
also the challenge of naming a function by what it does or its primary use
j12t joined the channel
#
petermolnar
tantek have you ever see drupal <= 6's code?
#
petermolnar
if you're feeling like horror night, do so
#
tantek
hmm I have "get_in_reply_to_urls"
#
tantek
and "tw_url_to_status_id"
#
tantek
and a bunch more ..._url_to_...
#
tantek
and a bunch of ..._uri functions. sigh. likely from early on
#
petermolnar
they used dynamically generated functions in PHP eg. $x = create_function ($args, $code); $x($other_args); It was terrifying.
#
tantek
nope nope nope
#
tantek
ok thinking: trim_leading_urls
#
tantek
since it's a new function (URLs) and the "L" in leading should cause cognitive bias to read urls as URLs
mlncn, Pierre-O, yakker, j12t and Kopfstein joined the channel
#
tantek
hmm - seems to be working locally on both Atom entry titles and permalink <title>s - let's see what happens live
#
tantek
deployed
#
tantek
!tell snarfed check your feed reader to see if the titles on recent posts improved
#
Loqi
Ok, I'll tell them that when I see them next
#
tantek
since this is a new function I'm going to let it back on tantek.com for a bit before committing it to github
#
tantek
s/back/bake
#
Loqi
tantek meant to say: since this is a new function I'm going to let it bake on tantek.com for a bit before committing it to github
#
tantek
"trim_leading_urls" if you're curious
#
tantek
anyone else here use a feed reader? shaners?
#
tantek.com
edited /Falcon (+60) "DONE: fix photo plain text title name (finished minimum needed), move remaining thoughts to: improve photo plain text title name, note finished today, use-cases"
(view diff)
#
j4y_funabashi
Woo! my site is now hosted on a raspberry pi! feels good to not be reliant on digital ocean and have my data in-house
#
petermolnar
j4y_funabashi sounds good, but I have a question: how and where do you back it up?
#
petermolnar
also, be careful with rpi power sources, mine recently blow a 3A fuse...
#
tantek
what is raspberry pi?
#
Loqi
Raspberry Pi is an inexpensive computer board popular among hobbyists https://indiewebcamp.com/Raspberry_Pi
#
j4y_funabashi
petermolnar: at the moment all post data + files are stored on an external hard drive mounted on /media/BACKUP. Next step is to add a cron job dir to push that to s3
#
j4y_funabashi
I have read that about the power but have never experienced it myself
#
tantek.com
edited /Raspberry_Pi (+219) "IndieWeb Examples / Jay"
(view diff)
#
tantek
j4y_funabashi: I added a stub - could you perhaps add details here? https://indiewebcamp.com/Raspberry_Pi#IndieWeb_Examples
#
tantek
and congrats!
#
tantek
would be great to have you capture those details about your setup on the wiki page there
#
tantek
to hopefully help others do so as well!
#
petermolnar
j4y_funabashi s3 is OK, local backup is not enough. It used to be, when critical things were not (only) digital, but a remote location backup is a must.
#
j4y_funabashi
Main concern at the moment is that my IP might change as my ISP (virgin) dont seem to offer static IP's but I think I am just going to deal with that if/when it happens
#
petermolnar
j4y_funabashi use digitalocean dns
#
petermolnar
they have an api which you can call to change ip
#
j4y_funabashi
tantek: will do
snarfed joined the channel
#
snarfed
petermolnar: re akismet, it's pretty straightforward to disable it for eg just webmentions:
#
snarfed
function unspam_webmentions($approved, $commentdata) {
#
snarfed
return $commentdata['comment_type'] == 'webmention' ? 1 : $approved;
#
snarfed
add_filter('pre_comment_approved', 'unspam_webmentions', '99', 2);
#
Loqi
snarfed: j4y_funabashi left you a message 6 hours, 19 minutes ago: Oops, sorry about that! I have stopped my processing daemon and will get that fixed today http://indiewebcamp.com/irc/2016-03-20/line/1458461028957
#
Loqi
snarfed: tantek left you a message 28 minutes ago: check your feed reader to see if the titles on recent posts improved http://indiewebcamp.com/irc/2016-03-20/line/1458482106081
#
j4y_funabashi
petermolnar: I'm not sure I understand do you mean they provide a service like dyndns?
#
tantek
welcome back snarfed!
#
tantek
(really curious to hear if my Atom entry title fix worked for you)
#
snarfed
i don't know! your items look the same right now, but newsblur may not re-render old items. not sure.
#
petermolnar
j4y_funabashi they provide free dns hosting. if you point you domain's ns records to their server, you can use that as dns server. they also provide an api to make changes to those domain records, therefore yes, it's a free dyndns with your own domain.
#
tantek
snarfed, dang. maybe I need to post a new photo or something?
#
j4y_funabashi
petermolnar: ok, so I would need to write a little script to monitor my external IP and ping their api when it changes?
#
snarfed
tantek: no hurry. eyeballing your new atom, it does look good, but i don't know what it looked like before
#
snarfed
i'll keep you posted
#
tantek
(so to speak ;) )
#
j4y_funabashi
petermolnar: you said s3 is ok, do you have any other similar services you prefer?
#
petermolnar
I have a home server (my previous laptop, a bit tweaked) and a rented server in a different country, so there short answer is no, I do not prefer '... as service' solutions :)
#
petermolnar
the longer story involves the lack of rsync, the mistrust of how long a business operates and costs :)
#
j4y_funabashi
Good point
#
j4y_funabashi
but I guess you have to trust someone if you want offline backup?
#
petermolnar
I recently dug into long term archival topic (again); the last time I checked magneto-optical disks for a fortune or LTO for an arm and a leg were the options; nowadays either plain blu-ray or m-disk is a viable offline archival for surprisingly long term (m-disk is "clinically" proven ~600 years?, whereas plain blu-ray, according to Panasonic, should be 20-25 years, which I can accept )
#
j4y_funabashi
although I have been looking and microSD cards are pretty damn cheap now (£60 for 128GB!)
#
petermolnar
but they start losing charge in ~5 years
#
petermolnar
I planned to make a little device, solar powered, with a few sd slots, that fsck each card every couple of months, otherwise cuts power to the slots
#
petermolnar
but I'd much more complicated than blu-rays :)
#
j4y_funabashi
haha yeah a little
#
Loqi
hehe
#
petermolnar
s/I'd/it'd
#
Loqi
petermolnar meant to say: but it'd much more complicated than blu-rays :)
#
petermolnar
but I am actively using an sd-card, normally unmounted, as OS/home partition backup in my laptop
#
petermolnar
in case the SSD dies
#
j4y_funabashi
I like the idea of keeping data on micro SD cards and maybe posting/giving them to a friend every few months, kind of them like an incremental snapshot
#
tantek
snarfed: posted.
#
snarfed
tantek: yay, worked!
#
tantek
did it fix the earlier titles too?
#
tantek
or are those still cached?
#
snarfed
still cached, but no matter
#
petermolnar
j4y_funabashi a colleague of mine advised to put the sdcard in an envelope, (royal mail ) post it to a nonexistent address in the UK to some hilariously remote location, fsck when it comes back, rinse, repeat, that should be off-site enough :)
#
j4y_funabashi
haha excellent
#
j4y_funabashi
301 /dev/null lane, Devon, UK
#
tantek
snarfed, ok well at least they'll disappear over time
#
tantek
I assume the sunrise emoji made it through to your feed reader ok
#
tantek
(it did show up in the Firefox tab name so that's pretty cool)
#
tantek
!tell shaners thanks to your and snarfed's persistence I think I've finally fixed the "my photo post titles look bad in your feed readers" problem - give it a go (maybe reload my feed?) and see how it does. Appreciate the patience!
#
Loqi
Ok, I'll tell him that when I see him next
[jgarber] joined the channel
#
[jgarber]
Good morning, all! I’m having a bit of recent trouble with Bridgy and Instagram. I posted a gist here detailing the problem: https://gist.github.com/jgarber623/fb5b7701e1c89fc9d42f Has anyone else been having issues or know what might be going on?
#
snarfed
[jgarber]: yeah, that could be due to recent bridgy changes
#
snarfed
shouldn't be, but could be
#
[jgarber]
snarfed: Ah, okay. Is there something I should change on my side or anything I should read up on (changelog, etc.)?
#
snarfed
i'll look
#
[jgarber]
Cool, thanks. Appreciate the help!
#
[jgarber]
There may be an unrelated issue with Instagram comment Bridgy pages. There’s no longer markup linking back to my original post on pages like https://brid-gy.appspot.com/comment/instagram/jgarber/1205807380650466079_1103525/1206215146179336475 (which should link back to https://sixtwothree.org/photos/33)
#
Loqi
[Dan] Aw. I miss seeing those things, and the handsome beardo sitting in front of them.
j12t joined the channel
#
snarfed
hey kylewm, does bridgy OPD handle multiple inline h-feeds in a single page? eg [jgarber]'s home page
#
snarfed
i think so but wanted to check
Lancey joined the channel
#
kylewm
snarfed: i think so, i think that was something we added after the original version. checking now.
#
snarfed
otherwise [jgarber] my guess is it's that we recently capped original post discovery to 10 items per feed. that's usually fine, but maybe i did it wrong and count per page, not per feed, and your page is structured so that there are always 10 non-photo items first :P
#
kylewm
snarfed: yup, confirming that we support multiple h-feeds
#
snarfed
inline in a single page?
#
snarfed
cool thx
#
snarfed
then it's probably the 10 cap. i'll fix
#
[jgarber]
snarfed kylewm Yessir, you gents added multiple h-feed support after my use case came up a couple months back. :smile:
#
[jgarber]
snarfed Excellent, so the change will be “10 newest per h-feed”…?
#
snarfed
[jgarber]: yeah
#
snarfed
open to other suggestions!
#
[jgarber]
snarfed: :+1::skin-tone-2: Works for me!
#
snarfed
technically just top 10, we dp reorder
#
snarfed
er, we don't reorder by dt-published or anything
#
[jgarber]
Ah, right. “First ten in markup order within an h-feed."
#
snarfed
thanks for reporting!
#
[jgarber]
Sure thing! And thank you all for the quick help. For the Instagram comment Bridgy pages thing I mentioned above, should I add an Issue on GitHub?
#
snarfed
nah, i'm fixing it now
#
snarfed
thanks though
#
[jgarber]
:+1::skin-tone-2:
#
@sl007
@voxpelli the discovery of the endpoint "as crossbrowser as possible" part of Web-Sign-In spec, just a wish. Wanna #attend #indiewebcamp #dd
(twitter.com/_/status/711579689786150912)
benborges, snarfed and [jgarber] joined the channel
#
[jgarber]
snarfed: Just received a bunch of Instagram webmentions from Bridgy. Thanks for the fix!
#
snarfed
[jgarber]++ thanks for the report!
#
[jgarber]
It did crop up another issue I’ve been noticing with Instagram/Bridgy. I just received this webmention (a like from Instagram) and it 404s: https://brid-gy.appspot.com/like/instagram/jgarber/1209772906397506551_1103525/918532153
#
snarfed
kylewm++ for the implementation idea
#
Loqi
kylewm has 307 karma
#
[jgarber]
snarfed: Sure thing! Happy to help out. :simple_smile:
#
snarfed
huh looking
#
[jgarber]
On the 404 issue, I’ve seen that happening infrequently and _only_ with Instagram likes. I can provide more URLs if it’d be helpful.
#
snarfed
[jgarber]: it's possible that person liked it, we saw that, and then they unliked it
miklb joined the channel
#
snarfed
bridgy's wm succeeded, ie when your site first fetched that source url the first few times, it 200ed
#
snarfed
it only started 404ing ~10m after the wm
wolftune joined the channel
#
snarfed
seems unlikely, but possible
#
snarfed
(instagram's API says that user doesn't currently like that photo, so 404 is technically the right response)
#
[jgarber]
Weeeeeeird… It’s tough to debug on the front-end, of course. Comparing the three Bridgy’d Instagram likes here (https://sixtwothree.org/photos/38) vs. the eight here (https://www.instagram.com/p/BDJ-gx4txv3/)
#
[jgarber]
The “liked then un-liked” scenario you outline makes sense that that would 404.
#
[jgarber]
The difference in like count on my site vs. on Instagram would be due to…? The sad reality of getting data out of Instagram? Private accounts? Some combination of things?
#
[jgarber]
(Don’t mistake that as a complaint! Mostly curious about the various reasons likes may or may not make it back to my site.)
#
snarfed
instagram's API says 8 people have liked that photo but only actually says who 4 of them are
#
snarfed
i'd guess the other 4's accounts are protected
#
snarfed
not sure about the 3 vs 4
#
snarfed
indieweb/mf2 doesn't currently have a way of saying "n more people liked this photo but i don't know/can't tell you who"
#
[jgarber]
snarfed: Heh, two of the eight are private, one of which was sent as a webmention. ¯\_(ツ)_/¯
#
[jgarber]
Instagram, your API is _crazy_.
#
snarfed
bridgy instagram will all change again soon due to https://github.com/snarfed/bridgy/issues/603
#
[jgarber]
The other private account on this particular photo I frequently get webmentions from. It’s far from the end of the world. The inconsistency is what I had a hard time figuring out.
#
[jgarber]
Ah, yeah, I’ve been following that from a distance.
#
[jgarber]
That… _might_ be an improvement in consistency at the expense of just about everything else.
j12t, squeakytoy, squeakytoy2, snarfed and [shaners] joined the channel
#
Loqi
[shaners]: tantek left you a message 3 hours, 28 minutes ago: thanks to your and snarfed's persistence I think I've finally fixed the "my photo post titles look bad in your feed readers" problem - give it a go (maybe reload my feed?) and see how it does. Appreciate the patience! http://indiewebcamp.com/irc/2016-03-20/line/1458485905100
#
[shaners]
Tantek. New post looks good in my reader (Reeder.app). I haven't un/re-subscribed to see if it fixed old posts too. But does that much matter?
#
Loqi
[bridgy] Steffen Rademacker replied '@webrocker @indiewebcamp @justb3a @fredericmarx Yeah, das wird n Fest :)' to a tweet that linked to https://indiewebcamp.com/2016/Nuremberg/Guest_List (https://twitter.com/webgefrickel/status/711620127805022208)
nitot_, nitot__, nitot, gRegorLove, begriffs and j12t joined the channel
tantek, larity and j12t joined the channel
#
larity
QU
#
larity
QUIT
[kevinmarks] joined the channel
#
[kevinmarks]
Snarfed: not having a way to give a count of likes is interesting. That sounds a bit like hreview-aggregate http://microformats.org/wiki/hreview-aggregate
#
Loqi
hReview-aggregate 0.2
#
[kevinmarks]
Which is not one we have upgraded to mf2 yet
#
[kevinmarks]
It's not quite the same, as it was defined for 5 star review averages.
#
[kevinmarks]
But a similar principle
#
[kevinmarks]
Given that we (well, Ben anyway) are doing reacji counts, it might be worth thinking about how to mark the summary version of these up
lukebrooker, j12t, gRegorLove and Gold joined the channel
#
gregorlove.com
edited /Akismet (+200) "/* Indieweb Examples */ move to previous"
(view diff)
#
gRegorLove
Does Known use Akismet or any other anti-spam measures for local comments? Looking through the code all I noticed was the extra text field that shouldn't be filled in.
#
aaronpk
that trick is surprisingly effective
#
gRegorLove
Aye. I was considering starting with that rather than one-time email authentication.
#
aaronpk
i just realized the mailchimp signup form also uses that trick
#
gRegorLove
Was curious how much/if any local comment spam benwerd, kylewm, others receive
#
aaronpk
you're adding local comments?
#
gRegorLove
Eventually. It's the project I keep coming back around to :)
#
gRegorLove
Almost had a Persona implementation working when I found out it was shutting down.
#
gRegorLove
Because I've had them for years and like the ability to leave comments directly.
#
gRegorLove
The majority of people who read my blog don't have their own site to reply on and I don't want FB/Twitter backfeed to be their only option.
#
aaronpk
what happened with me was I started getting really low quality comments, like people asking for tech support on stuff I was writing about
#
aaronpk
I can only imagine the disaster of a comment thread that would occur if my OAuth article supported local comments
#
gRegorLove
Yeah, I haven't written many technical articles
#
myfreeweb
best local comment system: https://github.com/tessalt/echo-chamber-js :D
#
gRegorLove
I'd be interested what the local comment quality is like on Known sites
#
gRegorLove
I honestly care more about letting my circles of friends comment on stuff easily over the possibility of low quality comments from people I don't know.
#
aaronpk
I guess that was the problem, I wasn't getting any actual comments from friends anymore
friedcell and Zegnat joined the channel
#
gRegorLove
kylewm: Is p-author missing from your permalink pages? Seems I only see a child h-card of the h-entry here: http://pin13.net/mf2/?url=https%3A%2F%2Fkylewm.com%2F2016%2F03%2Funtitled-33
#
KevinMarks
is that related to the bug I found with comments markup?
#
gRegorLove
Not sure.
#
gRegorLove
I don't think so? I'm looking for authorship of the h-entry, not comments on it.
#
gRegorLove
checks other Known sites
#
KevinMarks
I do too and I use the default template, so looks like kyle's mistake