#indiewebcamp 2015-07-23

2015-07-23 UTC
snarfed joined the channel
#
KevinMarks
nice aaron
#
kongaloosh.com
edited /Micropub (+211) "/* IndieWeb Examples */"
(view diff)
#
kongaloosh.com
edited /Micropub (+0) "/* Kongaloosh */"
(view diff)
wolftune joined the channel
#
Kongaloosh
rhiaro: fixed and done; added myself to micropub.
gRegorLove and chreekat joined the channel
#
gRegorLove
Why u-comment on /comments-presentation#How_to_markup instead of p-comment?
#
aaronpk
i'm glad you asked :)
#
GWG
u-comment now?
#
GWG
I can't keep up
#
gRegorLove
Looks like u-comment gives a fuller implied 'value' in the parser?
#
gRegorLove
Vs. just the comment plaintext as the 'value'
#
aaronpk
yes, it makes the "value" end up being the URL
#
aaronpk
one step closer to having an always-useful "value" as a fallback when the consumer doesn't understand the object
#
aaronpk
it's only in the latest php-mf2
#
aaronpk
which reminds me i should update pin13.net
#
gRegorLove
I thought barnaby kept that up to date, but maybe he forgot
#
aaronpk
hm i should also add the php parser version number into the response just for kicks
#
gRegorLove
wikifies
#
KartikPrabhu
wait what! the value for a comment should be the URL?
#
aaronpk
yeah, imagine if you didn't do any fancy comment parsing, what would you display?
#
aaronpk
just the URL!
#
KartikPrabhu
native comments?
#
aaronpk
i mean webmention parsing
#
aaronpk
like if the source URL doesn't have any microformats, the best you can do is show the URL
#
KartikPrabhu
yeah so then should native comments have a p-comment and webmention ones u-comment?
#
aaronpk
maybe!
#
gregorlove.com
edited /comments-presentation (+336) "/* FAQ */ Why use u-comment instead of p-comment"
(view diff)
#
aaronpk
i don't know, i don't really think about native comments much since I abandoned that years ago
#
KartikPrabhu
I have some old native comments from blogger
#
aaronpk
oy where's the list of online mf2 parsers?
#
aaronpk
oh i see, the libraries have links to the hosted versions if there is one
#
aaronpk
i wouldn't call pin13 a validator
#
gRegorLove
I plan to have local comments support for a while on my site, so yeah, I'll probably use p-comment h-cite for those.
#
aaronpk
sounds right
mlncn joined the channel
#
KartikPrabhu
is still confused. is the use-case "salmentions" ?
#
GWG
One of them, I imagine.
#
aaronpk
it's unfortunate we didn't get this into the parsers from the very beginning, but the idea is that the "value" property should always be a useful fallback if you don't understand what the object is
#
KartikPrabhu
what are the others if any?
#
aaronpk
so for comments/salmention, if you don't go into the h-cite object and get the attributes from there, you could just use the "value" of the h-cite
#
aaronpk
which is now the URL if the object is "u-comment h-cite"
#
gRegorLove
KartikPrabhu: If you have a neested h-*, the parent h-* value should be the p-name of the child, for example
#
KartikPrabhu
if you are parsing a comment why not have the palin text as fall back?
#
KartikPrabhu
gRegorLove: yes. so if I have a nested h-cite the value will be whatever p-name it has
#
gRegorLove
Depending on the parser prefix. Only if you use p-
#
KartikPrabhu
yes. I still don't understand the use for having the URL as the "value"
#
KartikPrabhu
also there is no way to know if the value is actually a URL or just some text someone inserted
#
gRegorLove
For salmentions, makes it easier to find new comments without diving into the h-cite. I dunno, haven't implemented salmentions yet
#
KartikPrabhu
well at the moment no salmention implementation actually check the URL of the comment anyway
#
aaronpk
what do you mean?
#
gRegorLove
I thought the SWAT0 test people did
#
aaronpk
you have to check the URL of the comment in order to know if it's a new comment or not
#
aaronpk
so at the very least my implementation does
#
KartikPrabhu
well I don't know, I'll stick to p-comment unless I find some reason to switch
#
KartikPrabhu
not sold on the fallback value being the URL
#
gRegorLove
It does seem pretty restrictive, if that's the only way to support salmentions.
KevinMarks_ joined the channel
#
KartikPrabhu
it is the only way if you don't want to go into the h-cite and find the URL
#
gRegorLove
Does your implementation dive into the h-cite if the value isn't a URL?
#
aaronpk
it's not the only way obviously
#
gRegorLove
Q for aaronpk ^
#
aaronpk
yeah i have to dive into the h-cite
#
gRegorLove
Then I guess it's not restrictive, as long as implementations fallback to looking in the h-cite
#
gRegorLove
stops hypothesizing
snarfed, KevinMarks__, mlncn and tantek joined the channel
#
tantek
gRegorLove: note that the u-comment explanation is *right there* below the how to mark up code sample under "What each of these do:"
#
tantek
first point: u-comment
#
tantek
and explicitly mentions salmention as well
#
gRegorLove
I saw it later. I would have expected it to be under the first bullet
#
tantek
but hey - if no one else here could find that then an extra FAQ works too
#
tantek
it is
#
tantek
"for comment discovery when reading an h-entry for salmention receiving. "
#
gRegorLove
That line isn't clear why u-comment instead of p-comment
#
gRegorLove
To me at least
#
tantek
yes it just says why u-comment
#
gRegorLove
What is comment discovery?
#
tantek
which is all you want for anyone coming to the page for the first time
#
tantek
which is most people
#
tantek
(future)
#
tantek
who don't really care about the history of how it got to be that way
#
tantek
(in fact, trying to incorporate such history inline typically leads to spec-bloat, and makes anything spec-like harder to read)
#
gRegorLove
I think most first-time readers will not be clear on "comment discovery" or "salmention"
#
tantek
they would be even *less clear* if they had to read a history
#
gRegorLove
"The u- prefix on the "comment" property works to get the u-url from inside the h-cite" under the second bullet is clearer
#
gRegorLove
But I would have expected it under the first bullet
#
tantek
nope - because the simpler case is just the u-comment
#
tantek
it's incremental disclosure of the information
#
gRegorLove
I'm not suggesting adding history, just explanation of "why u-comment"
#
gRegorLove
::shrug::
#
tantek
it does say why u-comment. just doesn't say why u-comment vs. all other possibilities
#
aaronpk
frankly I don't find the explanation of "because comment discovery" compelling
#
tantek
also for a native comment - you probably want p-comment h-entry anyway
#
aaronpk
and I definitely do like having justifications for things when I'm reading these, otherwise I just think "eh that seems like extra work, why bother"
#
gRegorLove
Further confusing to people coming across a 'how to markup' section :)
#
aaronpk
i think we need a "how to mark up native comments" section too :)
#
tantek
it's not just "because comment discovery"
#
tantek
you're taking it out of context
#
tantek
of the phrase which is "for comment discovery when reading an h-entry for salmention receiving"
#
aaronpk
it still doesn't say *why* that is useful
#
tantek
obviously when you drop pieces of that, you create a strawman which you can then claim, eh, doesn't matter
#
tantek
yes, /salmention needs a Why section
#
aaronpk
ironically i'm pretty sure I was the one that pointed out it was better to use "u-comment", and now I don't even remember the actual reason other than it was related to salmention
#
tantek
because for salmentions you care about the URL of the comment being updated
#
tantek
or new
#
kylewm
i think u-like and u-repost were pretty much slam dunks, p-/u-comment is somewhat more debateable
tilgovi joined the channel
#
tantek
kylewm - how is different? other than "native" comments
#
tantek
which you could argue based on some systems that their could be "native" likes too
#
gRegorLove
I like the idea of explicit how to markup sections for native/webmentions
#
kylewm
well you could argue whether the text or the url of the received comment is more representative
#
tantek
kylewm - it's more about which gives you a way to *get to* more representative, which the URL does
#
tantek
unless it's a "native" comment, in which case the comment is all there inline
#
tantek
what is MicropubInfo?
#
aaronpk
it's a bot that tweets search results for "micropub"
#
aaronpk
but not our kind of micropub
#
tantek
aaronpk - you explained it yourself I thought above - for more easily getting the URL of the comment
#
tantek
whether or not there is an h-cite
#
tantek
but clearly yes based on the confusion it's worth documenting more as an FAQ
#
aaronpk
yes i think that is the actual reason.
#
aaronpk
but even still, the problem is if people don't do it consistently, I can't rely on the "value" being useful
benwerd joined the channel
#
tantek
and that's what we discussed and figured out that night in PDX
#
tantek
and why I updated it from p-comment to u-comment
#
tantek
other way around
#
tantek
if you rely on the value being useful
#
tantek
when it doesn't work for people, they'll fix their code
#
tantek
plus we can validate for it too
#
aaronpk
but I can't rely on the value being useful because it isn't always guaranteed to be a URL
#
tantek
(as in an addition for indiewebify.me - test your comments markup on your h-entry)
#
tantek
sure - we should diagram what happens with a "native" comment and salmentions - and what should happen
#
kylewm
well you're only falling back to "value" if you don't recognize the object you want anyway
#
tantek
kylewm - or you don't even bother looking for the object
#
aaronpk
the problem is more apparent when you consider that the "comment" property of the h-entry may be both a native comment or a webmention comment
#
tantek
that's the point - to not have to care about the nested object if you don't need those details
benwerd_ joined the channel
#
aaronpk
if we can make the h-entry spec say that the value of the "comment" properties must always be a URL, then as a consumer I can always expect a URL as the value, whether there's an h-cite, h-entry or it's just a URL
#
aaronpk
for native comments, the URL of the comment might be a fragment ID which is fine
#
aaronpk
then h-cite becomes a way to augment the "comment" value with additional data beyond the comment's URL
#
aaronpk
that's how I imagine effectively using the "value" fallback
#
aaronpk
does that make sense? I can try to re-word if necessary
#
kylewm
that does make sense
#
kylewm
if you can't depend on h-cite value being a url, then it doesn't help you that it's sometimes a url
#
kylewm
if you can't depend on h-cite value always being a url, then it doesn't help you that it's sometimes a url
#
aaronpk
right. and if the spec requires that the value is a URL, then if it's not a URL I can assume it's an error
tantek joined the channel
#
tantek
except putting the burden on a publisher is misleading
#
tantek
because you can't actually depend on it
#
tantek
so making it a must only deceives consuming code into a bad assumption
#
aaronpk
you can't depend on anything
#
tantek
right - however, that didn't stop people from misimplementing Atom
#
aaronpk
but you can say "it's only useful when _____"
#
tantek
because feed readers assumed hey if the spec it must be x
#
tantek
then I'll write my code that way
#
tantek
that's literally how people write consuming code in practice
#
aaronpk
you can never trust external data. that's not the point
#
tantek
that's not the point, the point is coders don't act that way
#
aaronpk
in this case we're talking about literally a one-character difference so i dont think it's really a burden
#
tantek
regardless of any guidance, we have to say what the consuming code should do in either case
#
aaronpk
the burden is whether the publisher marks up the h-cite or not
#
tantek
anything you ask the publisher to do that isn't immediately obvious adds burden
#
tantek
as you or others said above about not bothering
#
aaronpk
the easy thing for the publisher is to *only* mark up the URL of the comment with "u-comment"
#
tantek
right
#
aaronpk
the harder thing to do is to make it an h-cite
#
tantek
that's a good starting point
#
aaronpk
so i'm saying if you're going to make it an h-cite, then you should use "u-comment h-cite"
#
aaronpk
and as a consumer, if you encounter a value of an h-cite that is not a URL, then don't use it
#
tantek
I suppose the question is, what's the benefit of the additional h-cite markup
#
tantek
(for both publishers and consumers0
#
aaronpk
the benefit to the consumer is they can use the values of the comment text and author h-card without fetching the external comment
#
tantek
btw re: https://indiewebcamp.com/2015/Demos fragments - perhaps we should do two pages for before/after demos?
#
tantek
or I've cheated in the past by using first / short names in one list, then full names in another
#
aaronpk
mediawiki already handled it by adding _2 to the second list of names
#
tantek
also I think all the Brighton pages got put under /2015/Brighton/
#
tantek
wat whoa haven't seen that before
#
aaronpk
but i'm not opposed to splitting it into two pages
lukebrooker joined the channel
#
tantek
It would probably be a more robust pattern for future camps that copy/paste the Schedule page with links to the usual sessions
#
tantek
maybe Intro Demos vs Hack Demos ?
#
aaronpk
or did we decide to not call it "hack" anymore?
#
tantek
no we'll just expand on what hack means
#
tantek
I mean heck, Science Hack Day is similar in that respect
#
tantek
most of what people do and demo there has nothing to do with coding
#
tantek
renaming something to something more obscure/general is usually a really bad way to solve a meaning / communication problem
#
tantek
that's how you end up with crappy abstractions like "Actor" because hey "author" seems grammatically awkward in some cases
#
tantek
better to use a reasonably accurate existing term that people understand than a more precise term that you have to explain
#
aaronpk
i thought we had said "creator" or something
#
tantek
no that was the earlier change from Builder to Creator
#
GWG
I'm trying to decide if I am going to be up in time for IWC Edinburgh.
#
tantek
which we still have
#
tantek
but hack has always been hack
sparverius joined the channel
#
KevinMarks
so it seems we are hitting the 'mf2 consumers need to sniff for type' issue a fair bit
#
tantek
we are?
#
KevinMarks
per that comment discussion above, and previous issues with cards
#
tantek
what sniffing did cards need?
#
tantek
is this the same kind of conflation that people do when they say scrape when they mean parse
#
tantek
that is, there should be no reason to sniff anything with cards
#
KevinMarks
the url/text dichotomy on a property,
#
tantek
you're always just grabbing the first h-*
#
KevinMarks
the html/text dichotomy
#
tantek
no those are in separate properties
#
KevinMarks
and the text/embedded object's name
#
tantek
and it's pretty big leap from url/text to "sniff for type"
#
KevinMarks
OK, it is a mix of conditional code and the url/text sniff
#
aaronpk
if by "sniff for type" you mean "sanitize" then sure
#
aaronpk
sanitize/validate
#
tantek
conditional code is hardly sniffing
#
tantek
neither is sanitizing/validating
#
tantek
so yeah, this is like people saying "scrape" when they're actually talking about parsing
#
KevinMarks
the note there is text
#
KevinMarks
(in the h-card)
wolftune joined the channel
#
tantek
forgets how long unmung takes on his home page ;)
#
KevinMarks
I should make it cache globally with etag/last modified
#
Loqi
I agree
#
KevinMarks
with bent he note is an html/value pair 'cos he used e-
#
aaronpk
tantek: this is actually why I want the "h-entry" vocab to say that the "comment" property is a URL
todrobbins joined the channel
#
tantek
but of course we can assert no such thing
#
Loqi
gives aaronpk the "h
#
aaronpk
because if consumers are expected to actually use both URL and non-URL values, then you *do* have to sniff for type
#
tantek
we can merely suggest best practices
#
aaronpk
I would rather tell consumers to ignore non-URL values rather than use them
#
aaronpk
which is validating
#
tantek
we could say that true
#
KevinMarks
if it can be url, text or html, then you have to write more convoluted code
#
aaronpk
there's a big difference
#
tantek
KevinMarks, as noted, it's not expected to be text or html
#
tantek
those are already provided in separate fields - please stop conflating
#
tantek
and just because you have conditional code does not mean you are "sniffing"
#
tantek
(e.g. checking for 'value' first before array index)
#
KevinMarks
comment there is an h-cite
#
KevinMarks
not a url
#
KevinMarks
so you have to check if it is a dictionary first
#
aaronpk
KevinMarks: this is what i'm saying
#
KevinMarks
then see if it has a url
#
aaronpk
there is a standard code path of "if object, use value. if string, use it directly"
#
KevinMarks
in its properties
#
tantek
KevinMarks, that's just transitional because we're switching from p-comment h-cite to u-comment h-cite. sheesh
#
KevinMarks
well, if array of string
#
aaronpk
you can avoid needing to look at the "url" property of the h-cite if the value of the h-cite *is* that url
#
aaronpk
so the standard code path never needs to know about data types of teh object
#
aaronpk
if value is always representative
#
tantek
right
#
tantek
aaronpk - I think we should design consuming algorithms that way
#
aaronpk
i agree
#
tantek
and just make them defensive about other possibilities
#
tantek
rather than try to "handle" them
#
aaronpk
that's a good way of putting it
#
aaronpk
that's what i've been trying to describe
#
tantek
the quicker people can check to see if their code is "correct" the better
#
KevinMarks
so that is consuming algorithms rather than parsers
#
aaronpk
KevinMarks: yes
#
KevinMarks
hence the utils suggestion
#
KevinMarks
(from earlier)
#
KevinMarks
given a mf2-parsed output of a page, extract certain kinds of indie-useful structure
#
aaronpk
one could write a generic "get_value" function which is basically: if(is_string(property)) return property; elseif(is_object(property)) return property.value
#
KevinMarks
so do we define those as a json->json mapping
#
KevinMarks
or a json->html mapping (for injecting into the page)
#
KevinMarks
if we want them to be testably consistent across languages, I mean
#
aaronpk
json->json maybe, like defining a super simple JSON structure that corresponds to a "comment"
#
aaronpk
then writing a funciton that turns one element of an h-entry's "comment" properties into that structure
j12t joined the channel
#
KevinMarks
and then the 'how to markup' part mappingback into html is a template of choice issue
#
KevinMarks
the salmention issue makes this concrete as it does assume some kind of html->json->html->json->html cycle
#
aaronpk
yes. well, html->parsed->html->parsed->html. JSON is not actually part of the picture
#
aaronpk
nowhere in my code does the HTML page actually get transformed to JSON, it gets parsed from HTML to native data structures
#
KevinMarks
OK, I'm using JSON as a shorthand for 'dynamic language structure'
#
KevinMarks
which I suppose is python/javascript bias
#
aaronpk
yea, just wanted to be explicit for the logs ;)
#
KevinMarks
as PHP they're a bit different
#
KevinMarks
in that telling an array from a dict is more nuanced
KevinMarks_ and KartikPrabhu joined the channel
#
@kevinmarks
so @frontendy, if you're slef-dogfooding your web-building product, why are you writing on medium and not your own site? #indieweb
(twitter.com/_/status/624056657329307648)
#
aaronpk
#irony
#
aaronpk
wow they even say "dogfooding"
#
aaronpk
omg the website field of their twitter account is their medium profile
#
KevinMarks
and the 'learn more' link on their website is also their medium profile
snarfed, j12t, lukebrooker, KartikPrabhu and chreekat joined the channel
#
@AlexKKearney
Patched together reply-to and micropub today. All in all, I guess that's productive. #indieweb http://kongaloosh.com/e/2015/7/23/patched-to
(twitter.com/_/status/624078669103898624)
chalettu joined the channel
#
KartikPrabhu
today in not self-dogfooding, Facebook Design stories on Medium: https://medium.com/facebook-design
wolftune joined the channel
#
@ricksmithbooks
Learn how to publish your PAPERBACK with CreateSpace on Amazon. #selfpub #IndieAuth http://www.amazon.com/dp/B00RPP01H0/ref=cm_sw_su_dp
(twitter.com/_/status/624082861243670528)
#
@kartik_prabhu
@RudigerMeyer I haven’t figured out how to do automatic webmentions yet either.
(twitter.com/_/status/624084009971126272)
tilgovi, chreekat, snarfed, kylewm, eschnou, g3funk, lukebrooker, cweiske and loic_m joined the channel
#
@Pinboard
Someday we’ll look back on this weird fad of publishing on Medium, and none of the pages will render
(twitter.com/_/status/624096161339576320)
lukebroo_, KevinMarks__ and csarven joined the channel
#
@kevinmarks
https://www.youtube.com/ I love that @aaronpk got to use his own music to dramatise this SWAT0 demo #indieweb
(twitter.com/_/status/624105181706235904)
KartikPrabhu, cweiske, KevinMarks_, Jihaisse, sanduhrs and loic_m joined the channel
#
notizblog.org
created /User:Pfefferle.org (+32) "Redirected page to [[User:Notizblog.org]]"
(view diff)
#
notizblog.org
created /User:Pfefferle.Org (+32) "Redirected page to [[User:Notizblog.org]]"
(view diff)
petermolnar joined the channel
#
notizblog.org
edited /User:Notizblog.org (-24) "/* related articles (print) */"
(view diff)
#
notizblog.org
edited /User:Notizblog.org (-70) "fixed links"
(view diff)
#
notizblog.org
edited /User:Notizblog.org (+9) "/* related articles (print) */"
(view diff)
j12t and interactivist joined the channel
#
marcus-povey.co.uk
edited /IRC_People (+70) "/* Nicknames */"
(view diff)
adactio and KartikPrabhu joined the channel
#
mapkyca
(very) minor point re: https://indiewebcamp.com/IRC as I'm looking at it right now.. Port is listed as 6667 on the set up details. Any reason we don't point folk towards 6697, which is the TLS endpoint?
Sebastien-L joined the channel
#
voxpelli
Do any Microformats parser parse any language properties?
#
voxpelli
Thinking I want to be able to post both English and Swedish stuff over Micropub so would want to use the same format
Pierre-O, j12t and petermolnar joined the channel
#
marcus-povey.co.uk
created /User:Marcus-povey.co.uk (+213) "Created page with "=<span class="h-card">[https://marcus-povey.co.uk Marcus Povey ]</span>= Uses: [[Wordpress]], [[Known]] and various other things. See also: [https://mapkyca.com mapkyca.com], ...""
(view diff)
stream7 and loic_m joined the channel
#
joskar
voxpelli: The parser I wrote last year parses language properties. (not open source though, and is undergoing a rewrite at the moment)
#
joskar
voxpelli: (I've tried doing some multilingual stuff on my web page)
#
voxpelli
joskar: my blog has a somewhat weird attempt at having Swedish content within an otherwise English site – valid HTML, but probably a bit hard for a consumer to understand
#
voxpelli
joskar: was thinking about parsers that comply with the expected output of https://github.com/glennjones/tests
#
joskar
Haven't seen those before, but mine being written last year I don't think it would comply with that anyway (and the language properties doesn't even translate to something remotely JSON...)
#
joskar
That page will be good when I'm rewriting my parser though, thanks :)
#
voxpelli
I think the Node.ja, Python and PHP parsers all produce the output there – and Micropub consumes data in a similar format
#
voxpelli
s/Node.ja/Node.js/
#
Loqi
voxpelli meant to say: I think the Node.js, Python and PHP parsers all produce the output there – and Micropub consumes data in a similar format
j12t joined the channel
#
joskar
Is there a way to express language properties of the strings in JSON?
#
voxpelli
joskar: the language probably has to be expressed as a property of the parsed h-*
lewisnyman joined the channel
#
joskar
voxpelli: So, a simple "lang": as a sibling for the "type": would be enough then if a lang= attribute was found on the h-* tag? (or possibly on the *-content tag)
mlncn joined the channel
#
voxpelli
joskar: either that or having it as a key in the "properties", my initial thought was the latter
#
@ricksmithbooks
Publish your printed book on Amazon with this step-by-step guide. #selfpub #IndieAuth http://www.amazon.com/dp/B00RPP01H0/ref=cm_sw_su_dp
(twitter.com/_/status/624158435504979968)
#
joskar
voxpelli: Wouldn't that clash with a hypothetical "*-lang" class name? Is that desirable?
#
voxpelli
joskar: would merely be an implied value in case one explicitly haven't set up a "*-lang" I'm thinking
#
joskar
If a *-lang class name would denote "languages spoken" for instance, then I think no. But I haven't seen such a class, so I don't know.
#
@m4rch
RT @t: 5y+1d ago was the 1st Federated Social Web Summit #FSWS2010, a key inspiration for @IndieWebCamp. @evanpro ... http://tantek.com/2015/200/t1/fsws2010-inspiration-indiewebcamp
(twitter.com/_/status/624161656843730948)
#
rhiaro.co.uk
edited /2015/Edinburgh (+11) "/* Schedule */"
(view diff)
frzn and Jihaisse joined the channel
#
rhiaro
voxpelli: Do you mean you want to submit the same post in two different languages in, in one micropub request?
sammachin and acegiak joined the channel
#
acegiak
can anyone see acegiak.net? online dns tools say they're getting the right IP but my machine is timing out
#
acegiak
I've moved the machine to a new physical location with a new IP so I've updated the dns records but it's being weird
#
rhiaro
acegiak: I get not available - address unreachable
#
acegiak
rhiaro: what IP is it hitting?
#
petermolnar
acegiak I can see it, but it's _very_ slow
#
rhiaro
how do I find that out..?
LanceyWork joined the channel
#
acegiak
petermolnar: weeeird. I wonder what is cauing that
#
rhiaro
203.122.217.74
#
Loqi
!dns 203.122.217.74
#
Loqi
ppp203-122-217-74.static.internode.on.net
#
rhiaro
oh what's that loqi?
loic_m joined the channel
#
acegiak
rhiaro: ok the ip change hasn't propagated to you yet
j12t joined the channel
#
rhiaro
oh, right
#
acegiak
trys to work out why it's being slow
#
petermolnar
po2.lns20.adl6.on.ii.net (150.101.225.27) hangs for traceroute from Germany; work from UK
#
petermolnar
last hop before your host
#
acegiak
petermolnar: is it maybe just a case of waiting for propagation then?
#
acegiak
has her own bind9 server but is actually way over her head
#
petermolnar
I'm not a domain wizard myself either
#
petermolnar
by the way, digitalocean offers free dns hosting
#
petermolnar
and a pretty interface
#
petermolnar
so I'm ok using that, because messing up dns is an ugly knot to untie
#
voxpelli
rhiaro: nope, just that I want to indicate the language that the post is in – that's something I do for my non-micropub posts
#
rhiaro
voxpelli: aha, okay, makes sense
#
rhiaro
So you don't do translations of posts?
#
voxpelli
rhiaro: nope, not much reason to – if it's a post of general interest I write it in english as all swedes know english
#
rhiaro
Interesting
#
voxpelli
but I guess the nordic countries are a bit odd that way, totally different with posts in eg. German
#
@mackie_roy
@affordanceinfo Est-ce que vous connaissez l'indieweb, et qu'est-ce que vous en pensez, par rapport á la vision du web qu'il envisionne ?
(twitter.com/_/status/624176158049988608)
#
@IndieWebCampUK
Breakfast ordered for IWC Edi from @SnaxEdinburgh.. If that's not a good reason to come along I don't know what is http://indieWebCamp.com/2015/Edinburgh
(twitter.com/_/status/624179335549857792)
#
@rhiaro
RT @IndieWebCampUK: Breakfast ordered for IWC Edi from @SnaxEdinburgh.. If that's not a good reason to come along I don't know what is http…
(twitter.com/_/status/624180015429607424)
scor joined the channel
#
voxpelli
!tell glennjones Perhaps you have some input on this mf2-parsing issue as well? https://github.com/indieweb/php-mf2/issues/69
#
Loqi
Ok, I'll tell them that when I see them next
terminal1 and j12t joined the channel
pfefferle joined the channel
#
glennjones
voxpelli yes parsing text from html is not straight forward that’s why I use my own lib https://github.com/glennjones/microformat-shiv/blob/dev/lib/text.js it’s a simple none-CSS aware version of innerText
#
Loqi
glennjones: voxpelli left you a message 28 minutes ago: Perhaps you have some input on this mf2-parsing issue as well? https://github.com/indieweb/php-mf2/issues/69 http://indiewebcamp.com/irc/2015-07-23/line/1437651286088
#
glennjones
voxpelli By default my parser provides text as trimmed textContent as per spec, but there is a switch to collapse whitespace where the output is much more usable http://glennjones.net/tools/microformats/ which I always use when consuming microformats
#
voxpelli
glennjones: does it also expand whitespace for eg. <br>?
#
voxpelli
glennjones: I see, it does it for block level tags but not for br I think – anyway – would be great to spec that functionality out as something standard-like
#
voxpelli
should preferably be the standard way to parse microformats
#
glennjones
The problem with innerText is, its not standard - wrote about it here http://codebits.glennjones.net/textextraction/innertext.html and its hard to do if you take into account CSS properties such as display and white-space
bergie and benborges joined the channel
#
glennjones
That said my ‘collapse whitespace’ approach could be codified its weather other would agree to add something like this to spec, so far not http://microformats.org/wiki/index.php?title=microformats2-parsing-issues#When_to_collapse_whitespace_in_properties
Rev_Illo joined the channel
#
voxpelli
glennjones: I think it could make sense independent of the microformat spec – all parsers that wants to extract text out of plain HTML needs to do somehting like that
#
voxpelli
at least whitespace should be expanded
#
acegiak
is acegiak.net working properly for people now?
#
voxpelli
glennjones: can you add your point of view with that Microformat discussion to https://github.com/indieweb/php-mf2/issues/69 ?
#
voxpelli
acegiak: nope
#
glennjones
Yes will do, once I have finished the work I am currently doing on the parser for Mozilla, I will try and have a look at formalising and document this way of handling text
#
GWG
Good morning, all
pfefferle, cdevroe and j12t joined the channel
#
GWG
pfefferle: New site?
#
pfefferle
GWG ???
#
GWG
pfefferle.org
#
pfefferle
GWG not really, pfefferle.org is way older… I tested the IndieAuth-OpenID script of cweiske…
fiatjaf joined the channel
#
GWG
pfefferle: I'm fixing the errors thrown by my new WordPress coding standards test suite.
#
GWG
Deep in Camel Case violations
#
pfefferle
GWG camel case doesn’t matter for the wordpress coding standard… are you usinf PSR?
#
pfefferle
GWG ah ok, then I used it intentionally ;)
#
GWG
I also don't have whitespace in the right places
#
GWG
163 violations in Post Kinds alone
#
pfefferle
GWG your classic indents problem ;)
#
GWG
Error #17 of 163
#
GWG
snarfed suggested unit testing. The same test suite had the WordPress Coding Standards. I figured I'd test for everything.
yalamerde joined the channel
#
notizblog.org
edited /code-of-conduct (+42) "/* Signed */"
(view diff)
#
pfefferle
GWG I think it is easier to use a standard you can check against
#
pfefferle
for non-wordpress code I prefer PSR-*
pfefferle, stream7 and schmarty joined the channel
#
GWG
pfefferle: I also would like to put some functionality in as I fix coding standards
fiatjaf, fourtonfish, snarfed, cweiske, Pierre-O, lewisnyman and pfefferle joined the channel
#
@ChrisAldrich
Finished updating @WithKnown to version 0.8.2. #IndieWeb #FTW
(twitter.com/_/status/624224900459311104)
#
jonnybarnes
I let my text editor lint my code as I type
#
snarfed
style++
#
Loqi
style has 2 karma
#
snarfed
…but having said that, GWG, if you're taking votes, i vote to prioritize tests over style :P
#
snarfed
way bigger impact
#
jonnybarnes
supercalifragilisticexpialidocious++
#
Loqi
supercalifragilisticexpialidocious has 1 karma
#
jonnybarnes
you can literlly upvote anything?
#
snarfed
anything++
#
Loqi
anything has 1 karma
#
ben_thatmustbeme
well not anythinthing with a space
#
ben_thatmustbeme
or punctuation
#
jonnybarnes
shakes head in disappointment
#
csarven
Are the IWC kids using XFN these days or is it declared dead?
#
csarven
is considering to chuck it out of the window from his comments and contact page...
#
kylewm.com
edited /2014/NYC (-24) "remove category:Guest_List"
(view diff)
#
csarven
?++
#
csarven
+++
#
csarven
*++
#
csarven
\++
#
csarven
\+++
#
csarven
\\+++
#
csarven
GWG for some reason, I equate your nick to OMG in my head
#
jonnybarnes
any css whizzes in here? how can I apply a rule to classA only when it follows classB?
#
Loqi
c has 50 karma
#
csarven
Follows as in first child?
lewisnyman joined the channel
#
csarven
or sibling?
#
ben_thatmustbeme
jonnybarnes: example html?
#
csarven
foo bar { } (where bar is a descendant of foo), foo > bar { bar is first child of foo), foo + bar (bar is a sibling of foo, where they have the same parent)
#
jonnybarnes
csarven, the + rule is what I wanted, thanks
#
csarven
jonnybarnes++
#
Loqi
jonnybarnes has 9 karma
#
Loqi
csarven has 13 karma
#
jonnybarnes
does this look like I’m replying to the tweet in question? https://i.imgur.com/ezFKcEV.png
#
csarven
Yes, but it can be better e.g., if the object in question to which replying to is given more context (e.g., prominent size, location in contrast to everything else). So, one way to do that may be to simply keep the width of the replied space less than or equal to the width of the object's width it is replying to
#
csarven
aka "thread" look
chreekat joined the channel
#
csarven
Ok, I'm dropping XFN from the comments.
ttepasse, wolftune, shiflett, todrobbins, martinBrown and chalettu joined the channel
#
voxpelli
csarven: I would say XFN is still alive
#
chreekat.net
edited /2015/Demos (+185) "/* Bryan */ add example"
(view diff)
#
kylewm
I'm curious if y'all got notifications for being added to https://twitter.com/kylewmahan/lists/indiewebcamp/members
#
kylewm
I tried gregorLove's trick of adding everyone while private then switching to public
#
aaronpk
i haven't been on twitter since then lol
#
rhiaro
kylewm: I didn't
#
rhiaro
Oh no wait
#
rhiaro
I did
#
rhiaro
4 minutes ago
#
aaronpk
yep i see it in my notificfations on twitter now
#
kylewm
so that's a list of everyone i could find from Category:Guest_List and irc-people
#
csarven
is successfully outside of kylewm's list even though he is listed in /irc-people
#
@markwunsch
Inspired by @t and @adactio and the #indieweb movement, I set myself up a little POSSE system w/ Jekyll and Tumblr http://blog.markwunsch.com/post/124842033165/tumblelog-posse#_=_
(twitter.com/_/status/624246276050321408)
#
voxpelli
kylewm: did you use relspider for that?
yakker and snarfed joined the channel
#
KevinMarks
voxpelli: the rel parsing looks for lang now
#
KevinMarks
but we don't parse lang attributes elsewhere
#
KevinMarks
if you have examples in the wild we can look into ti
#
KevinMarks
I mentioned climbtothestars.org before as an example
#
voxpelli
KevinMarks: https://github.com/voxpelli/voxpelli.github.com/blob/master/_layouts/post.html#L7 – I put lang="se" on my h-entries when they are in swedish
#
voxpelli
the rest of the site is always in english – navigation and such
voxpelli_ joined the channel
#
KevinMarks
Steph posts inboth french and English, and puts summaries in the other language on each post, and marks them up with lang
#
aaronpk
checks if silo.pub supports flickr
#
KevinMarks
she made a WP plugin for this
#
aaronpk
files a feature request on silo.pub :)
#
KevinMarks
which alos points to https://wpml.org/ for more complex langauge
#
snarfed
(aaronpk's next step may be to upvote https://github.com/snarfed/bridgy/issues/225)
#
KevinMarks
s/langauge/multilingual markup
#
Loqi
KevinMarks meant to say: which alos points to https://wpml.org/ for more complex multilingual markup
ramsey joined the channel
#
voxpelli_
KevinMarks: I have it covered on the backend side, what I want to do is to be able to specify the language in the Micropub request
#
KevinMarks
ah, interesting, I thought you wanted to parse it as mf2
#
voxpelli_
And since Micropub maps to the parsed result of Microformat it feels like it should be there as well
#
voxpelli_
(I guess h-feed clients of non-swedish readers would prefer to be able to filter by language as well)
#
aaronpk
voxpelli_: what does your markup look like right now? do you have an example?
#
aaronpk
snarfed: hmm yes although not the priority in my case
#
aaronpk
my use case is uploading my camera photos to flickr with the new wifi card since eye-fi is shutting it down
#
voxpelli_
aaronpk: http://voxpelli.com/2011/03/sista-dagen-p-good-old/ is an actual post using that template
#
petermolnar
hm... I didn't really thing it trough that importing all my last.fm scrobbler may stress my database a bit
#
petermolnar
s/thing/think
#
Loqi
petermolnar meant to say: hm... I didn't really think it trough that importing all my last.fm scrobbler may stress my database a bit
tilgovi, snarfed1 and gRegorLove joined the channel
#
voxpelli
aaronpk: KevinMarks: would just using a new "lang" property (for micropub) and eventually getting parsers to set it to the implied value of the html lang attribute be a good solution?
tilgovi joined the channel
#
aaronpk
i would want to see what the parsed microformats version looks like before adding a micropub property
#
KevinMarks
the trickiness is that lang could apply to an individual property rather than a whole h- object
#
aaronpk
you know how when there's e-content, the value ends up turning into an object? maybe the same could be true for lang
#
aaronpk
so if you had <p class="p-name" lang="fr">foo</p> the result would be "name":{"value":"foo","lang":"fr"}
#
voxpelli
KevinMarks: I wonder though if it would make sense very often to have multiple languages within the same h- object?
#
KevinMarks
if steph was using mf2, how would her <div class="entry-content"><div class="other-excerpt lang="fr"> <div lang="en"> change
#
voxpelli
right, but adding language to eg. p-name's is would be hard?
#
KevinMarks
that's a clear use case - alternate language summary
#
voxpelli
so language on h- object level + e-content level perhaps?
#
aaronpk
if you want to attach a lang to the whole h-object then it could be parsed as an additional key alongside "type" and "properties"
#
KevinMarks
right, at h- level it is easier
todrobbins joined the channel
#
KevinMarks
<div class="e-content"><div class="e-other-excerpt lang="fr"> <div lang="en"> is still tricky
#
voxpelli
KevinMarks: aaronpk: something like this perhaps? https://gist.github.com/voxpelli/cd56cbcf6db878aa56f0
#
aaronpk
yeah that seems reasonable
tilgovi joined the channel
#
voxpelli
now – how would one support that in a micropub context :P
#
KevinMarks
well, you'd want a value: on the content entries as well
#
aaronpk
i also took out lang on the swedish content because it would be assumed from the enclosing h-entry
#
voxpelli
right, accidentally removed too much
#
voxpelli
true, +1 on that
#
voxpelli
how would one go about actually getting this into parsers?
#
voxpelli
get it into http://microformats.org/wiki/microformats2-parsing, then into test suite, then into parsers?
#
KevinMarks
(the above discussion)
#
voxpelli
ok, I'll do that then
lewisnyman joined the channel
#
aaronpk
yeah cool
#
KevinMarks
then modify a parser to demonstrate it, then we can iterate in other implementations
#
KevinMarks
and then get it into the master parsing spec
#
aaronpk
be sure to include links to your posts that are in different languages
#
KevinMarks
yes, and other examples like Steph's
#
voxpelli
will do
#
aaronpk
i actually have a couple posts in german you could include too :)
#
aaronpk
if only i had marked them up so i had an easy way to find them ;)
#
KevinMarks
another case I'd expect to see would be cite's or quotations in another language
#
KevinMarks
eg if I marked up the french quote in this: http://epeus.blogspot.com/2002/08/untranslatable.html
tvn joined the channel
#
voxpelli
I guess it would be hard to add to anything but h-* and e-* content so unless those are marked up as e-* it will be hard :P
#
KevinMarks
(I'm very imperfectly multilingual)
#
KevinMarks
that's a reasonable compromise though - adding it to every possible p- is tricky
#
aaronpk
voxpelli: i was thinking the parser would expand a p-* element to {"value":"foo","lang":"en"} anuyway
#
KevinMarks
whereas e- already implies structure
#
voxpelli
Quotes would make sense to add as e-* as well – if one wants to emphasize something within it or such
#
aaronpk
consumers are supposed to be able to treat the "value" attribute of an object as if it were not an object
#
voxpelli
aaronpk: that would be a rather breaking change though :/
#
aaronpk
yeah, but would also encourage better handling of values
scoates joined the channel
#
aaronpk
less special-casing based on property names
shiflett joined the channel
#
voxpelli
I'll write up an initial brainstorm entry after dinner and try to include as much as possible of the discussions here
#
aaronpk
i just found a few of my german posts so i can add them to the wiki after you do the first pass
schmarty and snarfed joined the channel
#
snarfed
hey aaronpk, any idea if 2600:3c01::f03c:91ff:fe6e:e59f is you?
#
aaronpk
no idea. i haven't done any ipv6 stuff yet
#
snarfed
maybe your hosting provider
#
snarfed
totally fine, just funny
#
aaronpk
repeatedly?
#
snarfed
yup ~1qps
#
aaronpk
oh hey yes it is! I didn't even know my newest server had ipv6
#
snarfed
i guess technically it may be indiewebcat's, not yours
#
aaronpk
i wonder what is doing that
#
aaronpk
huh something is doing a HEAD request on one of my URLs at that same rate
#
aaronpk
ohhh it's a beanstalk job that crashes and restarts
#
aaronpk
snarfed++
#
Loqi
snarfed has 120 karma
KevinMarks, kronda, gRegorLove, j12t and tilgovi joined the channel
#
jonnybarnes
looking at https://github.com/indieweb/newBase60py/blob/master/newbase60.py, and that looks much nicer than my PHP code
g3funk joined the channel
#
KevinMarks
Python encourages you to use dictionaries like that
#
KevinMarks
I think the dict-based way is faster though.
#
KevinMarks
coudl probably make it a tiny bit quicker by making numtosxg put the chars in an array and join at the end
#
aaronpk
awesome
#
voxpelli
should I add it to the issue page as well? otherwise I'm going to make a reference-PR for the node parser now I think
#
KevinMarks
voxpelli: could you make the example have actual swedish and english in instead of gibberish
#
voxpelli
KevinMarks: sure, I'll fix it
#
KevinMarks
also, the name is in english, but marked as swedish implicitly
#
KevinMarks
similarly, having some html in the e- bits that is stripped in the value is also clearer
snarfed joined the channel
#
KevinMarks
(we know that's how it works, but it's good to make each example clear as a standalone)
#
voxpelli
KevinMarks: All fixed :)
#
KevinMarks
voxpelli++
#
Loqi
voxpelli has 34 karma
#
Loqi
slack/tantek: The Lang stuff is interesting. Note that we ran into obstacles when we tried similar approaches with capturing the shape and cords attributes from area into the parsed mf2 JSON.
#
Loqi
slack/tantek: Limiting Lang to h- and e- is an interesting approach. Not sure of such a limitation is reasonable though eg for plain text notes in other languages.
#
aaronpk
i am not a fan of limiting to h- and e-, im going to add some more notes to the brainstorming page
#
bear
this line https://github.com/indieweb/newBase60py/blob/master/newbase60.py#L20 would be more efficient as s = []; s.append(c); ''.join(s[::-1]
#
Loqi
slack/tantek: Point being, is this approach limited to lang or can we use it for other attributes too?
#
aaronpk
i also think that if suddenly any property can be a string or an object ({"lang":"en","value":"foo"}) then consuming code will end up being more robust and vocab-agnostic
#
Loqi
slack/tantek: Interesting.
#
aaronpk
encouraging consuming code to take advantage of the "value" property more often
#
Loqi
slack/tantek: Note the inconsistency now between rel 'text' and p- 'value'
#
Loqi
slack/tantek: Maybe that's ok?
#
Loqi
slack/tantek: Yes because rel 'value' as the text inside the a element would be very confusing. (Rel values mean the things in the rel attribute.)
#
Loqi
slack/tantek: And p- 'text' could also be u- 'text' which is confusing because the u- is more likely to be a URL rather than just the "text".
#
Loqi
slack/tantek: Tose are my reasons for being ok with the apparent inconsistency. Each works better in its context.
#
aaronpk
agreed
#
GWG
snarfed: I am not in a hurry.
#
Loqi
slack/tantek: Just wanted to raise that before anyone else did and think/work it through. Not sure if it needs an FAQ or some other note on the wiki.
#
aaronpk
probably worth documenting
#
GWG
snarfed:The testing files I added included built in WordPress checking. So I want to clear those errors as I proceed.
j12t joined the channel
#
jonnybarnes
thanks KevinMarks, looks much better than it did before: https://github.com/jonnybarnes/indieweb/blob/master/src/Numbers.php
#
aaronpk
i just copied tantek's JS and translated it to php. not super pretty, but very small https://gist.github.com/aaronpk/90b65905b44393c2c0a0
#
Loqi
slack/tantek: Wait what. Cassis.js already has the newbase60 funcs
#
aaronpk
oh yeah i think that's probably where i got them from then. can't remember if i had to make any changes to have it work outside of cassis
#
Loqi
slack/tantek: Oh yeah you prob replaced the strcat with .
#
aaronpk
yeah that sounds irght
#
Loqi
slack/tantek: But I think that's it. :P
#
jonnybarnes
aaronpk, what's the error checking your comment mentions?
#
jonnybarnes
do you mean correcting O to 0 etc.?
#
voxpelli
added a PR for experimental parsing of languages to the microformat-node project now + documented it at the wiki so I think I've done what I can about that issue for now – guess I'll wait for feedback from aaronpk and others now :)
#
Loqi
slack/tantek: Also cassis num_to_sxg handles negative numbers.
#
aaronpk
huh mine is ever so slightly different
#
aaronpk
tantek: did you change your functions in the past 3-4 years or so?
#
Loqi
slack/tantek: And sxg_to_num handles bothe negative numbers and apparent end of number in the string (a bit more robust).
#
Loqi
slack/tantek: I think you may have forked from the newbase60 wiki page which is way out of date!
#
Loqi
slack/tantek: Really should use or fork from cassis.js
#
aaronpk
oh! that is quite likely
#
aaronpk
you should update the wiki ;)
benwerd joined the channel
#
Loqi
slack/tantek: Only cassis.js func dependencies are strcat, strlen, and substr.
#
aaronpk
yep I have the wiki version
#
aaronpk
sounds like a good redirect to set up :)
#
Loqi
slack/tantek: And maybe a future home for PESOS github?
#
Loqi
slack/tantek: As a stepping stone towards POSSE to github?
#
Loqi
slack/tantek: Does Bridgy Publish support POSSE to github? Eg note-&gt;gist, reply to github issue -&gt; comment on github issue
#
snarfed
tantek: sorry, no, no github support yet, but i wish it did!
nxd4n_ joined the channel
#
aaronpk
that'd be great haha
nxd4n joined the channel
#
Loqi
rofl
#
Loqi
slack/tantek: keeps stepping deeper into a rabbithole.
#
Loqi
slack/tantek: Does Bridgy Publish run somehwhere that allows SMTP outbound? Eg so it could POSSE to email?
#
snarfed
yeah, sorry, that's not going to happen
#
snarfed
emaildeliverability--
#
Loqi
emaildeliverability has -2 karma
#
aaronpk
you can farm out to amazon SES to avoid most of the issues
#
snarfed
oh actually good point, google has the same service
#
snarfed
so i wouldn't need to do any email deliverability work
#
kylewm
my 2p, I don't think Bridgy should necessarily be the first to implement some of these publish features
#
snarfed
good point kylewm
#
kylewm
it'd be nice if some people prototyped them on their own implemetnations first
#
kylewm
although I guess Known has a Github plugin
#
aaronpk
considers making a similar "publish" service for p3k
KevinMarks__ and cweiske joined the channel
#
GWG
snarfed: I hope my nonsensical response made sense. I need to do to learn
#
snarfed
snarfed: sure! made sense. i still say ignore the style warnings and just get unit tests working, but up to you!
#
GWG
snarfed: I am learning init tests on my plugins before subjecting you to them.
#
GWG
Because I'm bound to make annoying mistakes on the way.
#
GWG
By the way, how do you ignore 168 warnings?
#
snarfed
got me. tool/lang specific
#
GWG
snarfed: Rhetorical question
#
GWG
I have already started having ideas on Micropub unit testing without http and that would require a rewrite.
KartikPrabhu and snarfed joined the channel
#
Loqi
slack/snarfed: GWG: really? weren't we going to just call Micropub::parse_request() from the test directly?
#
tantek.com
edited /GitHub (+676) "/* POSSE to GitHub */ note variants, note->gist, reply-> repo or issue"
(view diff)
#
aaronpk
was searching for a name for p3k's potential POSSE service, thought of "movable type" and then *headdesk*
#
aaronpk
hmm maybe "Gazette"
#
KartikPrabhu
"Mercury" Roman messenger God
#
aaronpk
too old
#
aaronpk
"Gazette" would be a better name for an aggregator
#
aaronpk
files that away
#
kylewm
i'm thinking the in the area of "broadcast"
#
KartikPrabhu
"transmit"
#
tantek.com
edited /GitHub (+654) "backfeed, how, status of Bridgy support / link to issue"
(view diff)
#
kylewm
how about "murrow" :)
#
gRegorLove
Transmat
#
aaronpk
telegraph?
#
gRegorLove
is behind, "p3k POSSE service?"
#
aaronpk
yeah i'm thinking about making a POSSE service like Bridgy Publish
#
kylewm
telegraph is cool
#
Loqi
slack/tantek: Yes just thought telegraph myself and looked it up on Wikipedia.
#
kylewm
not that much more current than Mercury tbh
#
aaronpk
mostly because I want GitHub and Flickr support, but I probably have a better chance of that happening if I build it myself :)
#
kylewm
but it fits in nicely with switchboard
#
gRegorLove
Just for p3k, or a public service?
#
aaronpk
it'd be public like Quill is
#
Loqi
slack/tantek: keeps crawling back out of the rabbithole.
#
gRegorLove
I was just thinking yesterday Flickr POSSE would be cool
#
aaronpk
my general rule of thumb is I make these things public if I'm not storing any actual data on them
#
aaronpk
the cost to run them is low if I'm not expected to store things
#
snarfed
hmm, how can we convince aaronpk to get into python more and contribute to bridgy… :P
#
aaronpk
python hurts my eyes
#
kylewm
I still want to add backfeed for Flickr to Bridgy... very slowly working on it a little at a time
#
snarfed
kylewm: oh? that's your recent flickr work?
#
kylewm
yeah, just testing the waters really... starting to implement get_activities_response
#
Loqi
slack/tantek: stumbles into another rabbithole.
#
kylewm
wonders what tantek is doing
#
aaronpk
looks for some rabbits to stuff in the rabbitholes so tantek doesn't fall in to more of them
#
snarfed
enjoys eating rabbit
#
gRegorLove
wabbit season.
KartikPrabhu joined the channel
#
KartikPrabhu
duck season
#
snarfed
ok then, aaronpk if you start with github, kylewm may have flickr into bridgy by the time you're done :P
#
snarfed
no pressure!
#
aaronpk
so many projects
#
snarfed
prioritizing++
#
Loqi
prioritizing has 2 karma
#
tantek.com
edited /Flickr (+1386) "add how to POSSE, backfeed, Bridgy Publish / Backfeed status / feature requests, move feeds down, prepend stub Export from section, POSSE copies"
(view diff)
#
Loqi
slack/tantek: kylewm I'm leaving a trail of wiki edits as I climb out of the rabbitholes.
#
tantek.com
edited /Flickr (+639) "/* IndieWeb Examples */ subheads for people, more links"
(view diff)
schmarty joined the channel
#
tantek.com
edited /Flickr (-19) "/* Bridgy Publish POSSE */ link to github issue"
(view diff)
#
Loqi
slack/tantek: gregorlove re would be cool, see ^^^ and comment on that Bridgy publish issue 432
#
Loqi
slack/tantek: crawls out of that one too.
#
Loqi
[mention] Matthias Pfefferle posted 'Für das SCREENGUIDE Magazin (Ausgabe 26) wurde Aaron Parecki zum Thema Indie Web (Camp) interviewt. Das abgedruckte Interview ist aus Platzg...' linking to http://indiewebcamp.com/principles (http://notizblog.org/2015/07/23/interview-mit-aaron-parecki/)
#
Loqi
[mention] Matthias Pfefferle posted 'Für das SCREENGUIDE Magazin (Ausgabe 26) wurde Aaron Parecki zum Thema Indie Web (Camp) interviewt. Das abgedruckte Interview ist aus Platzg...' linking to http://indiewebcamp.com/reader (http://notizblog.org/2015/07/23/interview-mit-aaron-parecki/)
#
Loqi
[mention] Matthias Pfefferle posted 'Für das SCREENGUIDE Magazin (Ausgabe 26) wurde Aaron Parecki zum Thema Indie Web (Camp) interviewt. Das abgedruckte Interview ist aus Platzg...' linking to http://indiewebcamp.com (http://notizblog.org/2015/07/23/interview-mit-aaron-parecki/)
#
KevinMarks
talking of multilingual posts…
#
Loqi
slack/tantek: How do you link to a specific function name in a github file?
KartikPrabhu joined the channel
#
Loqi
slack/tantek: Instead of just a line number (which is more fragile)
#
aaronpk
i should ask if I can copy that text to my site, both english and german
#
aaronpk
tantek: you can link to a line number from a specific git commit so that it's permanent
#
Loqi
I agree
#
Loqi
slack/tantek: A specific commit would also go out of out date.
#
KevinMarks
fragmention, tantek?
#
aaronpk
well it can't by definition
#
Loqi
slack/tantek: Wat
#
snarfed
heh, you're both right. both have drawbacks. line number at HEAD will eventually point to a different line than the one you want. line number at a commit won't, but the file it shows will eventually be stale.
#
aaronpk
for example this will always link to the same line even if there are changes made later https://github.com/indieweb/php-mf2/blob/6701504876d6c9242eb310b35f41d40d9785ab4e/Mf2/Parser.php#L44
#
aaronpk
ah yes
#
snarfed
usually specific commit is the better tradeoff
#
aaronpk
linking to function name (e.g. with fragmention) has the same problem that the function might disappear later anyway
#
KevinMarks
you'd need the params for Java, incase they overloaded it
#
kylewm
params are part of the function signature!
#
aaronpk
in php you can't have two functions named the same thing with different params
#
cweiske
... unless you use __call or __callStatic
#
Loqi
cweiske: tantek left you a message 1 day, 4 hours ago: thanks for the heads-up re: /edit - only publishing example(s) so far. updated my post reference to /edit with a parenthetical note accordingly (like person-tag in 2014) http://indiewebcamp.com/irc/2015-07-22/line/1437581033791
#
aaronpk
that totally doesn't count lol
#
Loqi
cweiske: KartikPrabhu left you a message 1 day, 1 hour ago: have to make a hfeed2atom proxy for aaronpk to use first :) On the list for tonight http://indiewebcamp.com/irc/2015-07-22/line/1437589737192
#
gRegorLove
Cool, tantek. The todo list gets longer. :)
#
tantek.com
edited /2015/Demos (+58) "Brighton demos will end up on their own page(s), like the rest of the Brighton 2015 pages"
(view diff)
#
gregorlove.com
edited /User:Gregorlove.com (+58) "/* Interests */ Flickr"
(view diff)
#
bret
Made a native twitter video uploading module: https://www.npmjs.com/package/twitter-video
#
loqi.me
created /clippy (+123) "prompted by aaronpk and dfn added by kylewm"
(view diff)
_fran joined the channel
#
gregorlove.com
edited /lulz (+13) "/* Local */ clippy"
(view diff)
KartikPrabhu joined the channel
#
aaronparecki.com
edited /clippy (+87) "📎"
(view diff)
snarfed, tilgovi and tantek joined the channel
#
@davidpeach1
Finally got round to adding a bookmarklet to quickly add bookmark links to my website. #indieweb #indiewebcamp
(twitter.com/_/status/624320275178323968)
#
dblogit.com
created /User:Dblogit.com (+316) "Add page and summary"
(view diff)
#
dblogit.com
edited /User:Dblogit.com (+36) "Add github"
(view diff)
#
tantek.com
edited /clippy (+113) "see also wikify, try including in dfn too"
(view diff)
#
tantek.com
edited /clippy (+0) "-mt"
(view diff)
#
tantek.com
edited /clippy (-6) "0mt"
(view diff)
#
tantek.com
edited /clippy (+5) "mt"
(view diff)
#
gRegorLove
I released my ProcessWire webmention plugin and someone asked if WordPress can handle webmentions too. I gave a brief rundown and pointed them back here, so maybe we'll get some more WordPress indieweb interest, too. https://processwire.com/talk/topic/10486-module-webmention/?p=99162
#
gregorlove.com
edited /User:Gregorlove.com (+95) "/* Contributions */ ProcessWire Webmention"
(view diff)
#
tantek
welcome back shiflett, how was lunch? ;)
#
kylewm
gRegorLove++
#
Loqi
gRegorLove has 24 karma
Unifex joined the channel
#
shiflett
tantek: Not bad. Went for a run. :-)
#
shiflett
Cannot adjust to Boulder altitude, though. It's killing me.
#
tantek
you'll adjust, and then if/when you run at lower altitudes you'll fly
todrobbins joined the channel
#
shiflett
Hope so.
#
tantek
you know it's bad when a *blogging company's* blog post permalinks die http://www.sixapart.com/blog/2003/06/why-we-need-ech.html
#
tantek.com
edited /Atom (+122) "/* Echo */ use archive.org link because this post (and the comments) are too much of a historical gem not to surface"
(view diff)
#
gRegorLove
tantek: Did you see https://twitter.com/kevinmarks/status/624056657329307648, where a startup blogged explicitly about dogfooding... on Medium
#
@kevinmarks
so @frontendy, if you're slef-dogfooding your web-building product, why are you writing on medium and not your own site? #indieweb
(twitter.com/_/status/624056657329307648)
#
tantek
yeah, I just don't even
#
gRegorLove
Their response was weak
#
tantek
No one replied with the Inigo Montoyo video?
#
tantek
That word [dogfood], I don't think it means what you think it means
#
tantek
how is that not a meme?
#
gRegorLove
"Not right now. We're focusing on our incredible journey."
#
KevinMarks
hm, the old microformat generators would be great if they connected to micropub http://microformats.org/code/hcalendar/creator
#
tantek
aaronpk - I don't think that's the right framegrab for Inigo
#
tantek
IIRC that looks like a frame from a battle scene
#
tantek
whereas I believe the "inconceivable" dialog takes place outdoors in the daylight
#
tantek
the battle scene is more when he says like "... prepare to die"
#
aaronpk
huh that's what showed up in an image search. oh well.
snarfed joined the channel
#
tantek
tries to find a video clip
#
gRegorLove
rabbithole++
#
Loqi
rabbithole has 1 karma
#
loqi.me
created /inconceivable (+162) "prompted by tantek and dfn added by tantek"
(view diff)
#
tantek.com
edited /inconceivable (+36) "see also, p-summary"
(view diff)
#
tantek.com
edited /lulz (+67) "sort, inconceivable"
(view diff)
benwerd joined the channel
#
tantek.com
edited /Atom (+939) "/* RSS Atom wars */ opening shots, cite comments, provide analysis, and prescient quote!"
(view diff)
#
tantek
cool - I can now use tantek.com/github/cassis rather than linking to github.com/tantek/cassis - question - is this a bad idea URL management-wise?
#
aaronpk
interesting!
#
tantek
similarly I've been able to use tantek.com/w/ instead of links to pbworks, thus creating links I control rather than they control, but that was easier as it was just a flat space of named pages
#
tantek
(no hierarchy)
#
@teleject
Weird being at a conference where people ask, "what's your channel?" and not "what's your web site?" #vidcon #indieweb
(twitter.com/_/status/624341375115395072)
#
csarven
tantek Consider using tantek.com/source/cassis instead.
#
tantek
csarven that would require designing a URL hierarchy for "/source"
#
tantek
but point taken, similar to using /w instead of /pbworks
#
csarven
As opposed to github/cassis ?
#
tantek
right - no design needed, but rather forced by github's URL design
#
csarven
If you can have /cassis that's probably best
#
tantek
well I do, /cassis.js :)
#
csarven
My reasoning was that, if github disappears, or you want to change the service or even the versioning system, it doesn't need to be tied to cassis in any way.
#
tantek
right, that's a good reason to do my own /source URL design *at some point*
#
tantek
yet as a stopgap, it's reasonable to use /github - and just copy / depend on their URL design
#
tantek
because eventually if/when I switch to /source, I can redirect all the /github links to whatever URL design I come up with in the future
#
tantek
without having to figure them out now
#
tantek
but this was a good exercise to prove that a) I am dependent on github's URL design for now, and b) I can delay design of my own /source path until the point in time when I feel like doing so.
#
tantek
goes to update his User: page accordingly
#
atomicules
tantek: Why not just host your own code repository?
#
aaronpk
baby steps
#
tantek
atomicules, replacing my github path is much more than just "code repository"
#
csarven
What is GitLab?
#
Loqi
GitLab offers git repository management, code reviews, issue tracking, activity feeds and wikis https://indiewebcamp.com/GitLab
#
aaronpk
yea...not trivial
#
tantek
exactly. and until then, I'll wait for others for whom this is a bigger itch to work through POSSEing and backfeeding to/from Github: http://indiewebcamp.com/GitHub#POSSE_to_GitHub
#
aaronpk
i'm running not one, but two GItlabs right now
#
atomicules
Any new projects I'm using Fossil for and self-hosting. I'm keeping Github for my legacy projects.
#
tantek
ditching github is not really practical until you have that working, unless you don't care about the "github community", which frankly, is the biggest reason most people use it, even those that would normally self host (e.g. W3C)
#
atomicules
Fossil makes self-hosting a doddle.
#
tantek
what is Fossil?
#
aaronpk
because they made so many changes to the first version that I installed that an upgrade was not feasible
#
Loqi
It looks like we don't have a page for "Fossil" yet. Would you like to create it? http://indiewebcamp.com/s/100C
#
atomicules
fossil-scm.org
#
aaronpk
and now both of my instances are so far out of date that I can't upgrade either
#
tantek
Fossil is fossil-scm.org.
#
loqi.me
created /Fossil (+52) "prompted by tantek https://indiewebcamp.com/irc/2015-07-23/line/1437690394239 and dfn added by tantek"
(view diff)
#
tantek
aaronpk - perhaps add to /Gitlab#Criticism?
scor joined the channel
#
atomicules
Right, back to lurking.
#
snarfed
githubcommunity++
#
Loqi
githubcommunity has 1 karma
#
aaronpk
yeah the community is the main reason to use github
#
aaronpk
as soon as cross-site/cross-silo code collaboration is possible then i'll host my own public repos
#
@paulrobertlloyd
@jgarber Slavishly copy and pasting your webmention JavaScript, but nothing being displaying (but no errors); where should I start looking?
(twitter.com/_/status/624345894654222336)
#
tantek.com
edited /User:Tantek.com (+871) "note silo use of Github, incremental indieweb steps (using URLs where I own the domain, then generic path, redirects, owning my repos etc.)"
(view diff)
#
@paulrobertlloyd
@jgarber Also worth noting that I’m pointing to an endpoint over at webmention.io – will your scripts work with that JSON?
(twitter.com/_/status/624346591579779072)
lukebrooker joined the channel
#
kylewm
atomicules: Fossil does not use git does it/
#
kylewm
"In addition to doing distributed version control like Git and Mercurial" is ambiguous
#
tantek
atomicules: another question while you're here, do you know when you first started POSSEing to Flickr? Could you provide a photo post permalink on your site of an example and the Flickr POSSE copy permalink also? https://indiewebcamp.com/Flickr#atomicules
#
kevinmarks.com
edited /RSS (+426) "/* History */"
(view diff)
#
@paulrobertlloyd
@jgarber Ah yes, rarely different output. May try to install your webmention server again!
(twitter.com/_/status/624352099766259712)
gillisig, bigbluehat, KartikPrabhu and scor joined the channel
#
tantek.com
edited /timeline (+285) "/* 2011 */ add W3C Workshop on Identity in the Browser, tangentially indieweb related (web identity), but just a month before first IWC, and I attended/presented"
(view diff)
slvrbckt, benwerd and KartikPrabhu joined the channel
#
tantek.com
edited /code-of-conduct (+617) "open code of conduct subsection - how to use IWC code of conduct for your own org - please review!"
(view diff)
#
tantek
I added a section about how you can use our code of conduct as an open code of conduct: https://indiewebcamp.com/code-of-conduct#Open_Code_of_Conduct without claiming to be authoritative on anything etc. Just a you can use this if you want kind of thing
#
tantek
please review!
#
ben_thatmustbeme
looks good to me
#
ben_thatmustbeme
in writing up my ideas on how groups should work, i have some ideas on how to make groups work in indieweb
slvrbckt and sammachin joined the channel