#indiewebcamp 2014-11-25

2014-11-25 UTC
behind_you joined the channel
#
mko
tommorris aaronpk: I use the Swarm app to handle most of my checkins specifically because of that notifications panel checkin feature. I use the Foursquare PUSH API to propogate it to my personal site simultaneously (though I can check in from my website and syndicate it back to Foursquare as well).
#
aaronpk
sweet. that's basically exactly my plan.
#
aaronpk
except also checking in from my watch :)
#
tommorris
Just been playing around with Elasticsearch. It seems like an ideal fit for OSM checkin hosting.
#
mko
Well, yeah. I assume Swarm is going to have an Apple Watch equivalent interface.
#
aaronpk
or just use a pebble right now! they made a pebble app and everything
#
kylewm.com
edited /events/2014-12-03-homebrew-website-club (+142) "/* Where */ set location to Creamery SF (tentative)"
(view diff)
#
mko
Oh really? Hm. That's tempting. I'd have to dust off my Pebble and wear it on the other wrist from my Basis I guess.
#
aaronpk
yeah it's pretty good!
#
mko
I just don't know if I want to wear two watches.
#
aaronpk
lol yeah
#
gRegor`
Anyone else use Google Custom Search Engine? Are you also noticing a 404 on http://www.google.com/uds/?file=ads&v=3&packages=search&async=2 which is included by their javascript?
#
gRegor`
I've confirmed it on two client sites already, so pretty sure it's on their end.
#
tantek
and this is why the no-JS search form is the way to go
#
@t
@dweinberger: “APIs are magic” @t: Especially at disappearing acts: http://indiewebcamp.com/site-deaths @KevinMarks (ttk.me t4ZF1)
(twitter.com/_/status/535882926601560064)
#
dorian
bluh so much unnecessary js
#
tantek
gRegor` add it to /Google#Issues ?
#
tantek
re: no-JS search form, here's how you do it: http://indiewebcamp.com/search#search_box
#
gRegor`
If I can confirm it with others, sure. Mostly looking for confirmation and if anyone had information about Google changing something.
#
tantek
uses Google, without JS
#
gRegor`
Thanks, I'll look
#
tantek
gRegor` confirmed: Not Found Error 404
#
gRegor`
Doubt it will work for us though; clients want people to stay on their page.
#
@ReaderMeter
@dweinberger wouldn't it be fitting for @medium itself to have an API, given that you grant them perpetual rights to reuse your content?
(twitter.com/_/status/536745992289148928)
#
tantek
this is why you should NOT depend on Google JS serving
#
tantek
even for their own services :P
#
tantek
HTML form + HTTP beats JS again
#
gRegor`
hehe
veselosky and ricmac joined the channel
#
upon2020.com
edited /Indie_Box (-15) "Turning UBOS into its own page"
(view diff)
#
mko
gRegor`: What stack are you using?
#
upon2020.com
edited /web_hosting (+11) "added UBOS"
(view diff)
#
mko
gRegor`: I ask because there's some really good out of the box full-text search indexing options for PHP, Node.js, and Django/Python that don't require much infrastructure.
#
gRegor`
LAMP - WordPress in this instance. Not going to invest the time in changing anything at this time. The 404 is just a minor nuisance at this point, not causing issues
#
mko
Ah, okay
caseorganic, KartikPrabhu and veselosky joined the channel
#
upon2020.com
created /UBOS (+2179) "initial content"
(view diff)
#
upon2020.com
edited /UBOS (+33) "added logo"
(view diff)
demis and KartikPrabhu joined the channel
#
KartikPrabhu
kylewm: pinged you on #microformats if you are free
gr0k, tantek, KartikPrabhu, mlncn-agaric and pauloppenheim joined the channel
#
KartikPrabhu
anyone know how to add links in the ::after pseudo-element? I am numbering chapters and equations, and would like to add links on the actual numbers
#
tantek
uh, how do I put this. Generated content can't have markup
caseorganic joined the channel
#
KartikPrabhu
tantek: yeah I sort of thought so... hate to do templating but might be the only option
#
bret
how should I deal with Timezones in micropub
#
KartikPrabhu
bret: sending or receiving?>
#
tantek
bret, could you be more specific?
#
bret
errm nevermind, I just need to think about this more
#
bret
requests come in with a fully specified date time
#
tantek
presumably including timezone or Z?
#
bret
my confusion is between the server processing it, and my final output
#
bret
what is timezone?
#
KartikPrabhu
bret: it seems micropub is to send ISO-blah encoded datetimes so you can use that to get timezone, and display accordingly
#
tantek.com
edited /timezone (+0) "fix dfn"
(view diff)
#
tantek
what is a timezone?
#
Loqi
timezones are a way to create dependencies in your code on legislative bodies in countries you have never heard of[1] http://indiewebcamp.com/timezone
#
bret
writing some tests, and the timezones are off between local and remote. I need to find a way to keep that reliably consistent
#
KartikPrabhu
this might be a future twitter war
#
bret
i generate slugs, wich are lossy
#
bret
so they are turning out different based on the timezone the machine is set to :(
#
tantek
oh - is this for /URL_design?
#
tantek
what is Calagator?
#
bret
possibly worth noting
#
Loqi
It looks like we don't have a page for "Calagator" yet. Would you like to create it? http://indiewebcamp.com/wiki/index.php?action=edit&title=Calagator
#
bret
for URL_deign
#
bret
dated slugs have edgecases when generating... you have to be specific with what time zone you want them generated for
#
bret
despite losing that information in them ultimately
#
bret
is that worth documenting?
#
tantek.com
created /Calagator (+748) "stub with dfn, POSSE to, feature requests"
(view diff)
#
tantek
bret - not sure what you mean by "dated slugs" - the date in typical /URL_design *precedes* the slug.
#
tantek
also, the "slug" is not the entire "path" of the URL - the slug is only the handful of human -readable words, camelCase, or hyphen or underscore delimited used typically in the latter part of the URL.
#
tantek.com
created /calagator (+23) "r"
(view diff)
#
KartikPrabhu
tantek: bret: i think bret wants to use the date in the URL part preceding the slug, but is having timezone conflicts
#
bret
yeah sorry, i confused slug with the whole url design
#
tantek
calling that "slug" is imprecise
caseorganic joined the channel
#
tantek
KartikPrabhu, bret: this is why I always post from/with "Pacific" timezone
#
tantek
even if I'm overseas
#
KartikPrabhu
yeah. or always convert to UTC for URL design
#
tantek
for purposes of figuring out the dated perma(short)link etc.
#
tantek
KartikPrabhu: I don't think "always convert to UTC" is user-friendly
#
KartikPrabhu
hmm possibly
#
tantek
I think it's better to pick your "home" timezone and stick with that
#
Loqi
Ok, I'll tell them that when I see them next
caseorganic, mdik and veselosky joined the channel
#
tantek.com
edited /2014/Cambridge/expenses (+140) "Mozilla sponsored dinner"
(view diff)
caseorganic, KartikPrabhu and myfreeweb joined the channel
#
@mshook
Keep track of the #cool things @withknown is doing #known #withknown #indieweb #november #2014
(twitter.com/_/status/537096878790164480)
brianloveswords, KartikPrabhu and caseorganic joined the channel
#
dietrich
tantek__: aaronpk: bret: i can't do HWC on Dec 3, have a mtg w/ 1200 mozillians that day.
#
Loqi
dietrich: tantek left you a message 7 hours, 28 minutes ago: Where's HWC next week in PDX? I'll be in PDX 2014-12-03! http://indiewebcamp.com/events/2014-12-03-homebrew-website-club#Where
#
bret
yooks
#
bret
dietrich: we got it covered, doing it as esri pdx
myfreeweb joined the channel
#
kylewm
I'm seeing kind of weird behavior with wiki logins. If I log in and click an http link (like the link to HWC above), it looks like I'm logged out
#
kylewm
manually change it to https, and I'm logged in again
#
kylewm
anybody else?
#
kylewm.com
edited /Python (-86) "/* Third-party Libraries */ link to local definitions of python libraries for future Loqi queries"
(view diff)
cmhobbs joined the channel
#
kylewm.com
created /Requests (+322) "Created page with "{{stub}} <dfn>[http://docs.python-requests.org/en/latest/ Requests]</dfn> is a small, human-friendly, Python library for working with HTTP requests, written by [http://www.kenne...""
(view diff)
richardlitt joined the channel
#
kylewm.com
created /BeautifulSoup (+583) "Created page with "{{stub}} <dfn>[http://www.crummy.com/software/BeautifulSoup/ BeautifulSoup]</dfn> is an HTML parsing library for Python. BeautifulSoup4 leverages one of several possible HTML/XM...""
(view diff)
#
kylewm.com
created /beautiful_soup (+27) "Redirected page to [[BeautifulSoup]]"
(view diff)
#
kylewm.com
created /bs4 (+27) "Redirected page to [[BeautifulSoup]]"
(view diff)
#
kylewm.com
created /BeautifulSoup4 (+27) "Redirected page to [[BeautifulSoup]]"
(view diff)
#
kylewm.com
created /beautifulsoup (+27) "Redirected page to [[BeautifulSoup]]"
(view diff)
#
kylewm.com
created /Beautiful_Soup (+27) "Redirected page to [[BeautifulSoup]]"
(view diff)
#
kylewm.com
created /mf2py (+170) "Created page with "{{stub}} <dfn>mf2py</dfn> is a microformats2 parsing library for Python, developed by {{tommorris}}. It source is [hosted on https://github.com/tommorris/mf2py GitHub].""
(view diff)
KartikPrabhu joined the channel
#
kylewm.com
edited /mf2py (+1) "grr, typo"
(view diff)
#
kylewm.com
edited /mf2py (+8) "/* See Also */ linky"
(view diff)
#
kylewm.com
edited /mf2util (+41) "added See Also"
(view diff)
#
kylewm.com
edited /mf2util (+2) "correct installation command pip install mf2py -> mf2util"
(view diff)
caseorganic and richardlitt joined the channel
#
@deanna_ball
It's futile to relive a moment. Once the moment's passed it's merely a memory. Live life like it's meant to be lived... In the... #indieauth
(twitter.com/_/status/537122381664235520)
Electrin and caseorganic joined the channel
#
bret
kylewm: would you point me in the direction of your authorization code for your micropub endpoint?
myfreeweb joined the channel
Electrin, KartikPrabhu, caseorganic, chrissaad, cweiske, loic_m, krendil, myfreeweb, friedcell, Erkan_Yilmaz, loic_m_ and fiatjaf joined the channel
#
@Freerange_Inc
Anyone recommend ref friendly journals that would welcome papers around making, open data, indieweb, social justice, promise and values?
(twitter.com/_/status/537180519004667904)
eschnou, Sebastien-L, alanpearce, caseorganic, KartikPrabhu, friedcell, stream7 and adactio joined the channel
#
@IndieHosters
RT @cedricgodart: IndieHosters: un projet européen pour recentraliser le web et démocratiser l'IndieWeb http://www.toolinux.com/IndieHosters-entend-recentraliser @IndieHoster
(twitter.com/_/status/537193957936361472)
Pierre-O, myfreeweb, caseorganic, Electrin, friedcell, veselosky, friedcell1, dns53, fahrstuhl, Pierre-O1, verdi_, petermolnar, wolftune, shiflett, danlyke_, gr0k, richardlitt, brianloveswords, snarfed, Tantek__1 and Tantek___ joined the channel
#
ben_thatmustbeme
!tell GWG, aaronpk looks like the patch to ruby-lang got accepted to trunk, I don't know when they will backport this
#
Loqi
Ok, I'll tell them that when I see them next
#
Tantek___
Interesting stuff to consider re privacy and in particular the actions called out
#
Tantek___
unfriending, untagging, and blocking
dariusdunlap, caseorganic, alanpearce, tantek, Pierre-O and gRegor` joined the channel
#
tantek
!tell KartikPrabhu have you considered showing other types of responses/interactions on your paragraphs via fragmentions in addition to notes/comments? E.g. likes, quotations, tags?
#
Loqi
Ok, I'll tell them that when I see them next
#
tantek
what is a quotation?
#
Loqi
A quotation is a type of post that includes a subset of the contents of another post, and a citation of that other post http://indiewebcamp.com/quotation
glennjones joined the channel
#
tantek
I wonder if a quotation is a type of response, where the in-reply-to is a fragmention of the original of the quotation. If you did that then the original could link back to you from marginalia next to the quoted paragraph with something like "quoted by so-and-so on YYYY-MM-DD".
caseorganic, gr0k and Pierre-O joined the channel
#
tantek
perhaps a quotation can be its own post (e.g. quoting an overheard conversation in person), or it can be a type of response to some other post, where all you're doing is quoting part of that other post.
#
tantek
I suppose that begs the question of, then what's the difference between a quotation response to a post that quotes the entire post, and a repost?
#
tantek
They're certainly different in presentation
#
tantek
and perhaps that's enough to indicate that the author of the quotation / repost has a different intent in mind, and thus it's worth reflecting that in the format.
caseorganic and richardlitt joined the channel
#
aaronpk
catching up with dates in URL discussion from yesterday
#
Loqi
aaronpk: tantek left you a message on 11/24 at 6:10pm: could you POSSE https://aaronparecki.com/events/2014/12/03/1/homebrew-website-club to FB also?
#
Loqi
aaronpk: ben_thatmustbeme left you a message 1 hour, 17 minutes ago: looks like the patch to ruby-lang got accepted to trunk, I don't know when they will backport this
#
aaronpk
if you put the date or time in the URL, IMO it should be the *local* date of the post, whatever timezone that's in
#
aaronpk
and yeah it's tricky to make that work right in code, but timezones are always hard to deal with
#
aaronpk
I'm not a fan of "always default to your home timezone" for content, because then the post permalink doesn't accurately reflect the time the post was made
#
aaronpk
for example this post from dinner in Germany, https://aaronparecki.com/metrics/2014/10/18/193644/
#
aaronpk
the time is in the URL (7:36pm local time)
#
aaronpk
and the post shows 7:36pm CEST
#
aaronpk
it wouldn't make any sense to show that in Portland time, because then this would end up looking like I'm drinking beer at 10am https://aaronparecki.com/metrics/2014/10/18/180820/
caseorganic joined the channel
#
fiatjaf
webmentions aren't supposed to fetch and display raw html, right?
#
fiatjaf
webmention.herokuapp.com for example, fetches plain text from the html, and ignores paragraphs and newlines. it is not pretty.
#
fiatjaf
what am I doing wrong?
#
aaronpk
that's not really part of webmentions, that's up to comments presentation
#
fiatjaf
right. thank you.
friedcell, Pea1, richardlitt, glennjones, caseorganic, mko, tantek, snarfed and cweiske joined the channel
#
tantek.com
edited /Homebrew_Website_Club (+145) "/* Up-and-coming Meetings */ structure a bit"
(view diff)
#
cweiske
aaronpk implemented federated login on indieauth.com!
#
cweiske
no, wait, he didn't yet :/
#
aaronpk
so close
#
aaronpk
cweiske: you will definitely be the first person I tell when I launch that :)
#
tantek
aaronpk - I disagree with you re: dates in URLs being local to the posting time
#
tantek
I think if you're going to do that you should encode the timezone into the URL as well
#
tantek
reason being, absent any other information, it should be possible to determine post sequence from the URLs
#
tantek
otherwise you can end up posting things *before* previous posts
#
aaronpk
i have several occurrences of that
#
tantek
e.g. a checkin in New Zealand airport upon departure
#
tantek
and then a checkin in SFO upon landing
#
tantek
yeah I think that's bad (out of order URLs)
#
aaronpk
i think the tradeoffs are worth it
#
tantek
I don't
#
tantek
URL design comes first IMO
#
aaronpk
good thing we don't have to agree :)
#
tantek
and that's bad URL design - because absent a timezone, a consumer would have to imply Z
#
tantek
or maybe they can assume a (semi)fixed timezone
#
tantek
(e.g. "Pacific")
#
tantek
which suggests at least 1 of 2 possible solutions
#
tantek
*either* always put your URLs in the same timezone
#
tantek
*or* include TZ in the URL
#
mko
My URL design actually assumes Z, and my datetime stamps (which is what the ordinal uses) is all Z.
#
tantek
mko - right, that's 1
#
aaronpk
problem with that is you lose the ability to see all posts on a day by removing parts of the URL
#
tantek
who's "day" ?
#
aaronpk
my day
#
aaronpk
the person creating the content
#
tantek
you've lost that anyway any time you post anything after midnight
#
tantek
a typical person counts their "day" as when after they wake up, and before they go to sleep
#
aaronpk
that's actually another problem i've been thinking a lot about, especially since I actually do know *my* days for the past 3 years
#
tantek
right
#
aaronpk
and that gets really messy when traveling, but is pretty straightforward if you spend the whole day in one timezone
#
aaronpk
I would love my date permalinks to also show stuff after midnight before I went to sleep
#
GWG
So, is putting an ad in the wiki for New Yorkers interested in starting a HWC an appropriate action.
#
Loqi
GWG: ben_thatmustbeme left you a message 2 hours, 20 minutes ago: looks like the patch to ruby-lang got accepted to trunk, I don't know when they will backport this
#
tantek
right, so solve that problem and you won't have to screw up your datetimes in your URLs with (invisible) inconsistent timezones
#
tantek
GWG start with a wiki edit :)
#
tantek
as above
#
sparverius
they have a new set of tools for more easily managing your token
#
mko
I'm okay with the timeboxing of my URL "days" as pinning everything to the Z timezone. I don't think of my data at the "day" resolution very often anyway.
#
tantek
mko - I think your solution is reasonable too
#
mko
I think of it usually on an hourly resolution or a higher aggregate resolution (week / month).
#
tantek
though I do tend to think (and browse) my data at "day" resolution often
#
aaronpk
mko: the problem I have with that is for part of the day, your URLs will have "25" in them but the local date will show "24"
#
mko
shrugs.
#
mko
I'm okay with that.
#
GWG
Tantek, that is what I meant by ad.
#
mko
If I'm looking at my data, I'm not using a URL to do it.
ShaneHudson joined the channel
#
aaronpk
why not?
caseorganic joined the channel
#
mko
Because I have better tools in place to do so?
#
aaronpk
my URLs are my tools :P
#
mko
I like to do too much with my data for which URLs are somewhat insufficient.
#
mko
I do a lot of long-running task analysis on my data.
#
mko
I could put make URLs for the resultant views of those, but it would be horrifying to have to manage all of that infrastructure. I'm fine with doing that type of analysis locally for now.
#
@zgrant
@jakiking Hey, I'm testing a cool new online publishing tool from @withknown & I'd like to test the webmentions, please reply to this msg.
(twitter.com/_/status/537307291754573825)
richardlitt and caseorganic joined the channel
#
@kylewm2
@IndieHosters weird! afraid of € maybe? there’s be at least one USer now :) #indieweb
(twitter.com/_/status/537310710674378753)
shiflett joined the channel
#
tantek.com
edited /Foursquare (+120) "/* API */ analysis by socialwg"
(view diff)
gr0k and mattl joined the channel
#
tantek.com
edited /Facebook (+134) "/* Facebook API */ see also socialwg analysis"
(view diff)
parzzix and emmak_ joined the channel
#
@lucas_gonze
I wonder in what ways IndieWeb technology such as Webmention can help mobile apps absorb web functionality without becoming web apps.
(twitter.com/_/status/537325456106999808)
ttepasse, chrissaad, richardlitt, eschnou, cweiske, glennjones, caseorganic, dariusdunlap_, Pierre-O, krendil and fmarier joined the channel
#
@LifeHealthDiary
Aren't you tired of being a last to know about your health? #OwnYourData
(twitter.com/_/status/537343640612659200)
Pierre-O, gavinc, friedcell, chrissaad, eschnou, reedstrm, pauloppenheim, caseorga_, mlncn, caseorganic, wolftune and finchd_ joined the channel
#
@LifeHealthDiary
^jg It's your health, but "you don't need to know". We think you should #OwnYourData #Privacy http://lifetimehealthdiary.com/
(twitter.com/_/status/537382840493563905)
#
kylewm
aaronpk: tantek: can you !spammer LifeHealthDiary?
KartikPrabhu and chrissaad joined the channel
#
aaronpk
!spammer LifeHealthDiary
#
Loqi
Got it! There are now 17 spammers blacklisted
#
kylewm
thanks!
#
Loqi
KartikPrabhu: tantek left you a message 7 hours, 20 minutes ago: have you considered showing other types of responses/interactions on your paragraphs via fragmentions in addition to notes/comments? E.g. likes, quotations, tags?
#
KartikPrabhu
tantek__: I have considered showing mentions and likes and so forth. but don't know how useful they are. For instance having a little icon on a paragraph only to have it reveal "1 like" seems strange.
#
@privatelocknet
RT @LifeHealthDiary: ^jg It's your health, but "you don't need to know". We think you should #OwnYourData #Privacy http://lifetimehealthdiary.com/
(twitter.com/_/status/537389528903086081)
benwerd joined the channel
#
@benwerd
The #indieweb community hangs out on IRC 24/7. I'm beginning to wish there was a similar channel for connected course / #ds106 instructors.
(twitter.com/_/status/537390185923637248)
tantek joined the channel
#
tantek
looks like a few messages from me this morning didn't go through :(
#
tantek
seeing that show up in the logs I'll try to replay
#
tantek
09:56 GWG - it's not an ad - and you've already gotten encouragement to edit the wiki to show your interest - go for it! http://indiewebcamp.com/Homebrew_Website_Club#Up-and-coming_Meetings
#
tantek
09:56 or as tommorris might say, be bold.
#
tantek
09:56 aaronpk - I think the issue you raise (about browsing day archives) is a good one
#
tantek
09:57 did you ever respond to my request for opinions on "archive" renaming?
#
tantek
09:57 I want to document issues like you have for "day archive"
#
tantek
09:57 but right now we're a bit stuck with the /archive page as it means two things
#
tantek
09:57 you too mko - I appreciate your input on naming things
#
tantek
09:58 /me tries to find when in the last week in IRC he asked about splitting /archive into two pages for each of the specific meanings
#
tantek
09:58 /me could use some help with searching the IRC logs for that.
#
tantek
(end of personal IRC log copy/paste)
#
tantek
!tell KartikPrabhu " having a little icon on a paragraph only to have it reveal "1 like" seems strange." agreed. Thus more icons! @(2) +(6) ^(5) "(2) (@=comment, +=like, ^=repost, "=quotation) and then clicking reveals actual marginalia comments, facepile of likes/reposts, quotations etc.
#
Loqi
Ok, I'll tell them that when I see them next
#
KartikPrabhu
the thing is if a paragraph only has one of those minor responses then it is awkward
#
Loqi
KartikPrabhu: tantek left you a message 50 seconds ago: " having a little icon on a paragraph only to have it reveal "1 like" seems strange." agreed. Thus more icons! @(2) +(6) ^(5) "(2) (@=comment, +=like, ^=repost, "=quotation) and then clicking reveals actual marginalia comments, facepile of likes/reposts, quotations etc.
#
KartikPrabhu
at this point I store all the fragmentioned responses, but only display replies
#
tantek
KartikPrabhu: ooh - at least you're storing them - ok cool
#
tantek
so if I sent you a "quotation" fragmention response, you'd get it but maybe not know what to do with it?
#
KartikPrabhu
yup any webemention to a fragmentioned url is stored with the fragmention. the marginalia display at the moment only acts on replies
#
tantek
KartikPrabhu: I think having only one minor response is fine - like someone "liked" this paragraph, interesting. Who was it?
#
tantek
how can you tell something is a reply vs like vs repost vs quotation?
#
KartikPrabhu
yes possibly. but then it would be better to separate out the UI for replies and likes and such
#
KartikPrabhu
tantek: using the u-like-of stuff
#
tantek
KartikPrabhu: that doesn't handlew *new* responses like quotations or tags
#
tantek
s/handlew/handle
#
Loqi
tantek meant to say: KartikPrabhu: that doesn't handle *new* responses like quotations or tags
#
KartikPrabhu
yes. they all default to mention
#
tantek
how can you tell a reply vs a mention?
#
KartikPrabhu
u-replt-to
#
tantek
(all responses have in-reply-to)
#
KartikPrabhu
hmm not that i've seens
#
tantek
(that's how they indicate *what* they're reponding to)
#
KartikPrabhu
i check for "u-in-reply-to" vs "u-like-of" vs "u-repost-of" if none of these are found but there still is a link to my post then it becomes a "mention
#
tantek
what if it has both u-in-reply-to and u-like-of?
#
KartikPrabhu
reply > like > repost
#
KartikPrabhu
in that order :)
#
KartikPrabhu
not ideal I know
#
tantek
ok so if I sent you a quotation with in-reply-to you would treat it as a reply
#
KartikPrabhu
hmm is a quotation of my post supposed to be "in-reply-to" to that post...?
#
tantek
I thought so?
#
KartikPrabhu
i am interepreting "in-reply-to" to mean "the contents of this post are replying to your post"
#
KartikPrabhu
so if i quote Einstein, I am not replying to Einstein
#
tantek
ok KartikPrabhu that makes sense
#
tantek
aaronpk, mko what are your opinions on http://indiewebcamp.com/irc/2014-11-21#t1416614550687 ?
#
snarfed
fwiw, bridgy considers u-in-reply-to, u-like-of, and u-repost-of as alternatives
#
Loqi
snarfed: tantek left you a message 1 day, 2 hours ago: I'll be in PDX for 2014-12-03 HWC - are you available to host Homebrew Website Club SF 12/3? Pick a location and add to wiki? http://indiewebcamp.com/events/2014-12-03-homebrew-website-club#Where Thanks!
#
aaronpk
hmm oh interesting
nagaway joined the channel
#
snarfed
it doesn't expect or provide in-reply-to for likes or reposts
#
snarfed
(but it does for rsvps)
#
aaronpk
i like "archive copy", that is pretty clear what it means
#
tantek
snarfed - good to know - and now this makes sense because part of an RSVP is the optional comment that comes with it.
#
mko
I'm not sure of the context. POSSE to Archive.org?