#indieweb 2017-03-07

2017-03-07 UTC
KevinMarks and snarfed joined the channel
#
GWG
Good evening
#
GWG
I was thinking about webmentions and fragmentions.
#
KartikPrabhu
what about them?
#
GWG
Well, how do you validate a fragmention if received as part of a webmention?
#
GWG
More important, should you?
#
snarfed
answeringquestionswithurls++
#
Loqi
answeringquestionswithurls has 1 karma
#
KartikPrabhu
I do not "validate" fragmention
#
KartikPrabhu
if it isn't "valid" or does not exist in the post it simply isn't treated as marginalia and shows up at the bottom
#
aaronpk
that is consistent with the spec
#
KartikPrabhu
ok cool :)
#
GWG
Yes. So I'd need to model that.
#
KartikPrabhu
that was the safest default I could think of
#
KartikPrabhu
there isn't much to model
#
GWG
Well, in WordPress, there is no support for marginalia specifically.
#
GWG
I'd rather do it on the backend then the frontend.
#
KartikPrabhu
which is why I made a JS :P
#
KartikPrabhu
my backend does not do any marginalia stuff either
#
GWG
I'd want my backend to
#
KartikPrabhu
marginalia is about the UI/UX
#
KartikPrabhu
the UI needs JS anyway so there is no harm in marginalia using things only on the frontend
#
KartikPrabhu
for parsers the u-in-reply-to exposes the fragmention
snarfed joined the channel
#
GWG
I just want it to verify that it is a valid fragmention and note that it is classified differently.
#
KartikPrabhu
there is no need to verify, simply store the received fragmention and use that to claasify it how ever you'd like
#
KartikPrabhu
also, "valid" fragmentions can change when the post is edited so "Validation" isn't very useful
#
GWG
Store the fragmention or the fragment?
#
KartikPrabhu
either if you want to accept fragments
#
Loqi
[indienews] New post: "Day 76: Client Tests for Micropub.rocks! #100DaysOfIndieWeb" https://aaronparecki.com/2017/03/06/14/day-76-micropub-rocks-client-tests
#
GWG
I'm just worried that it will get filtered out.
benwerd joined the channel
LanaCoyote joined the channel
#
GWG
Well, I'm worried about how the built-in WordPress functions handle URL fragments. I have to do some reading/tests.
#
GWG
Two, I'm worried that the way the code will not be able to distinguish, and in the event there are two links to different fragmentions in the same URL, that it will decide they are the same webmention
#
KartikPrabhu
you can store the fragmention in the URL itself
#
KartikPrabhu
only use it while processing the reply
benwerd joined the channel
#
GWG
I just want to make sure that the code supports that and doesn't need any changes.
#
GWG
I've never sent or received one.
#
KartikPrabhu
just try it out
#
KartikPrabhu
"ask forgiveness not permission"
KevinMarks joined the channel
#
GWG
It is one of five webmention issues I want to tackle this week with PRs to pfefferle.
#
GWG
KartikPrabhu: I'm going to try some unit tests.
snarfed, KevinMarks, DanC, fzylogic_, wolftune, ben_thatmustbeme, kerosene- and KevinMarks1 joined the channel
#
KevinMarks1
mention-tech shows fragmentions as quotes, but doesn't check for the fragment being in the target
#
GWG
KevinMarks1 Part of me feels it should.
#
GWG
Okay.
#
GWG
I just ran a test.
#
GWG
It stripped the fragment
nitot, mlncn, Kongaloosh, KartikPrabhu, tantek, wolftune, begriffs and KevinMarks_ joined the channel
#
@brianjesse
following 27 people on the web, @reederapp on my iphone, i'm using @feedbin by @bsaid their iOS app too is pretty slick, trying it #indieweb
(twitter.com/_/status/838992476518166528)
loicm_, KevinMarks, Pierre-O, barpthewire, jihaisse, cweiske, tantek and fzylogic_ joined the channel
#
Loqi
[indieweb] "#100DoPP d46: micropub.rocks now has both server & client tests for the #indieweb/@W3C Micropub protocol!" on 2017-03-07 http://tantek.com/2017/065/t2/micropub-rocks-server-client-tests
#
@t
#100DoPP d46: https://micropub.rocks/ now has both server & client tests for the #indieweb/@W3C Micropub protocol! (ttk.me t4nB2)
(twitter.com/_/status/839022160303779843)
moredhel, tantek, fzylogic_, friedcell, nitot, nitot_, jeremycherfas, mlncn, dch_, loicm_ and jgee joined the channel
#
Loqi
[indieweb] "Why we built Known" by Ben Werdmuller on 2015-12-08 http://stream.withknown.com/2015/why-we-built-known
#
Loqi
[indieweb] "A short note about web standards from your friends at Known" by Ben Werdmuller on 2015-10-13 http://stream.withknown.com/2015/a-short-note-about-web-standards-from-your-friends-at
#
Loqi
[indieweb] "Self-hosted Known 0.8.5 has left the building - with better indieweb, micropub and AMP support." by Ben Werdmuller on 2015-10-13 http://stream.withknown.com/2015/self-hosted-known-085-has-left-the-building---with-better
#
@krautsource
I just registered for IndieWebCamp Nuremberg 2017 - war 2016 ein toller Event! #empfehlung https://ti.to/tollwerk/indiewebcamp-nuremberg-2017
(twitter.com/_/status/839114725308919808)
[keithjgrant] joined the channel
#
[keithjgrant]
Does anybody do MicroPub edits in the wild? I would love to add editing to Omnibear, but it didn't look like many endpoints support it yet
#
[keithjgrant]
Right-click your post -> edit -> ? -> PROFIT!
#
aaronpk
[keithjgrant] there's definitely less server support for editing than creating. Check out the implementation reports for the list. Mine is one!
#
sebsel
I do edit too, but the code is too bad to write an implementation report about it.
jeremycherfas_, friedcell and fzylogic_ joined the channel
#
aaronpk
sebsel: lol! that's not how that works! your codedoesn't have to be *good* it just has to work
#
aaronpk
also wow, 6 out of 8 of the servers we have reports for support editing
#
[keithjgrant]
So I presume it (from client perspective) involves fetching the content from the server for editing, then posting the update
#
aaronpk
the client can request one or more specific properties, or ask for everything in the post
#
[keithjgrant]
My client will have access to the published page... But that will be the final HTML, probably not formatted correctly for editing
#
aaronpk
yeah that's generally the case
#
aaronpk
internally my posts are stored in either plaintext, markdown, or HTML, and they all get rendered as HTML. so my plaintext posts will have added HTML tags in the final result that aren't in the source document that I edit
nitot joined the channel
#
sebsel
but the source query should return mf2-json, right?
#
aaronpk
correct, which can have either text or HTML content
#
sebsel
(I don't have the source query yet, only sending the JSON with the 'update' action... which I use to add Syndication-links after POSSEing)
#
aaronpk
yeah that's another super useful kind of edit :)
#
aaronpk
and i'm glad that you're able to implement just that aspect of the spec and still get use out of it
#
sebsel
for a note, it's just text or HTML, but a reply has an extra field already... it's hard to reconstruct that original mf2 object
#
sebsel
yeah! that's really neat.
#
aaronpk
why is it hard to construct an mf2 object that has a reply field?
fzylogic_ joined the channel
#
sebsel
hm, looked through my posts' .txt-files and it seems doable actually.
#
sebsel
I think it has to do with what GWG calls 'keeping everyone happy'.
#
sebsel
I want my Micropub plugin to be re-usable by other Kirby sites.
#
sebsel
But I guess I just have to go for my own needs first.
#
voxpelli
doesn't support editing, but to support overwriting an existing post with a new one – so editing without really editing
#
voxpelli
s/to/do/
snarfed, fzylogic_ and nitot joined the channel
#
@derhess
Reminder: Homebrew #Website Club #3 in #Berlin tomorrow! Come over and let's talk about #indieweb https://sebastiangreger.net/2017/03/homebrew-website-club-berlin-2017-03-08/ #webdev #Webdesign
(twitter.com/_/status/839137793360203776)
fzylogic_ and KevinMarks joined the channel
#
@LukasRosenstock
Reminder: Excessive copyright could hurt the #OpenWeb / #IndieWeb, that's why you should care to #SaveTheLink: https://savethelink.org/
(twitter.com/_/status/839144423309062144)
jeremycherfas and John_Duh joined the channel
#
petermolnar
https://savethelink.org/ - is this actually true?
#
aaronpk
i heard of that a while ago, haven't been keeping up on it
#
petermolnar
(stupidly annoying site design by the way)
wolftune joined the channel
#
jeremycherfas
Wiothout following the links it is very hard to know what they are talking about. Blocking links is hardly the same as censoring links.
#
aaronpk
what i heard was that a publisher could send a C&D to you if you link to their site
#
jeremycherfas
Suits me. Why would I want to send someone to a publisher like that?
#
jeremycherfas
Only partially facetious. Those sites that, when you copy something from a page add a link that I then have to get rid of to use in a blockquote … Often I’ll just give up as not worth it. Let them find their own readers.
#
Zegnat
That site is definitely a bit low on factual information. And it sometimes uses the word “link” to mean domain name, and sometimes to mean what we mean by link? Terribly confusing without reading all the news articles they link. Even then some of those articles are over 2 years old and describe ongoing legal disputes, so they might have been conclu
#
Zegnat
ded yet conclusions aren’t linked to...
tolerablyjake and KevinMarks_ joined the channel
#
jeremycherfas
Call me cynical, but it smells fishy to me.
tantek and jmelesky joined the channel
#
petermolnar
there were discussions in the EU on links, and - I'm not certain though - one of the outcomes was that to link to illegal content is also illegal
#
petermolnar
searching for facts
#
petermolnar
IF done for profit
#
petermolnar
which kinda makes sense
#
petermolnar
essentially this is to get rid of warez
snarfed joined the channel
#
jeremycherfas
And that is something I could support. But that’s a very circumscribed case.
wolftune joined the channel
#
sknebel
germany has legal battles about quotes from websites right now, which is annoying, spain has similar laws. actual lawsuits mostly around google news
#
jeremycherfas
Fair use has always been a very sketchy doctrine.
KartikPrabhu joined the channel
#
sknebel
in germany representatives of newspapers right now try to argue that quoting 7 words from a linked article should require you to pay the site owner
#
sknebel
7 was explicitly named as "too much"
#
sknebel
probably because somebody before that suggested 7
#
jeremycherfas
So fishy. No logic at all. 7 words from a 100 word article is not the same as 7 words from a 1000 word article.
#
tantek
or a tweet
#
jeremycherfas
Well, I wouldn’t expect a publisher to pursue payment for a retweet.
#
sknebel
I assume with tweets there is some language in the EULA as well, but yeah, it is stupid, and I bet quite a few sources just don't refer to newspapers anymore, unless they explicitly allow it
#
aaronpk
sounds like a great way to make sure newspapers continue to stay in business...
#
sknebel
it's a tailor-made law to annoy google news basically
#
jeremycherfas
And no guarantees that it w0n’t also be used to sweep up innocent bystanders.
#
sknebel
yep (e.g. is a blogger a news aggregator? when do they start to become "commercial"? ...)
#
jeremycherfas
A solution in search of a problem, if you ask me.
#
sknebel
oh, the problem is quite clear: people look at google news and google makes money off that. the solution just isn't great, and it is debateable if the problem should be viewed as such on a society level
#
Zegnat
What about news websites that keep writing things like “it was reported by …” and then not link at all? Can we have a law to sue those?
#
jeremycherfas
I don’t use Google News, so maybe this is rubbish, but if I have an ad-blocker, and am not logged in, and I don’t see any ads, and Google can’t track me, so it is not making money, then what?
#
sknebel
I mean, the contortions with articles from WSJ that only work if accessed via facebook are strange as well
#
jeremycherfas
Again, I seldom follow a link from FB, so I don’t know, but if WSJ gives me 10 free article a month, or whatever, I’ll take them. And I want more, I’ll pay. But it is too difficult to pay for a single article these days.
#
jeremycherfas
I miss the original vision of Flattr.
#
Loqi
misses the original vision of Flattr too
#
jeremycherfas
Thanks Loqi. It’s good to know I’m not alone.
#
Loqi
you're welcome
#
sknebel
Blendle isn't bad as "pay per article"
#
sknebel
yeah, flattr just died down I assume? (I still see the buttons occasionally)
#
jeremycherfas
Didn’t know about Blendle. Have signed up for the beta.
#
jeremycherfas
Flattr has been trying to pivot for about a year, without any obvious signs of success.
#
sknebel
oh, they work with adblock plus now, didn't know that
#
voxpelli
worked at Flattr
#
jeremycherfas
They got rid of one of their best features, in my opinion, which was that you could Flattr someone even if they weren’t a member. Which created an incentive for them to become a member, to collect what they had earned. To me, that was a great idea for boosting uptake and taking advantage of network effects. And I have never seen a cogent explanation of why they ditched it.
fzylogic_ joined the channel
#
jeremycherfas
Voxpelli: Really? Do you have any insights into why they chose to go the way they did?
#
voxpelli
yeah that was a great feature, some of us even worked with how we could use microformats to make it possible to promise flattrs for even non-silo creators that hadn't signed up
#
jeremycherfas
It was such a clever idea.
#
voxpelli
jeremycherfas: well, the team needed to scale down to survive long term once most of the venture capital had been used and after that I have no insight into what happened
#
jeremycherfas
I understand.
wolftune, snarfed, KevinMarks and fzylogic_ joined the channel
#
martymcguire[m]
haha, wait, voxpelli, were you at the Flattr panel at SXSW in ~2011?
#
Loqi
nice
#
martymcguire[m]
I was the Thingiverse person on the panel. we had just launched Flattr support and it worked well for a while.
#
martymcguire[m]
looks like we didn't meet that day. still, small world!
#
voxpelli
martymcguire[m]: I wasn't at the SXSW-event, but I very much remember the Thingiverse-integration, really liked that one :)
#
tantek
That was the second to last year I was at SXSW
wolftune joined the channel
#
martymcguire[m]
i was pretty proud of having Flattr support on Thingiverse. it was one of those things that made me feel like i was building part of a better future. :}
#
tantek
martymcquire do you remember what building/hotel that session was in? I don't remember if I saw it.
#
tantek
martymcguire
dch_ and Pierre-O joined the channel
#
Zegnat
petermolnar, thank you for reviewing the licence issue on GitHub. I have responded to your link :)
#
martymcguire[m]
that is a good question. i don't personally remember but the link above thinks it was at the Radisson (111 East Cesar Chavez St ), in the Town Lake Ballroom
#
martymcguire[m]
and that sounds reasonable to me
LanaCoyote joined the channel
#
Zegnat
I was discussing Flattr with sebsel last we met, I wanted to show him some micropayment stuff. But their current website is such a landing-page-buzz-word-sign-up-please mess that I couldn’t really show anything :(
snarfed, mlncn, dch_, KartikPrabhu, wolftune, barpthewire, tolerablyjake, fzylogic_, camerongray and skunkwerks joined the channel
#
GWG
Afternoon
barpthewire joined the channel
#
aaronpk
already?
barpthewire joined the channel
#
GWG
aaronpk, GWG Greetings protocol. I usually appear three times a day. The first is morning, second afternoon, third evening. If I appear multiple times other than that, I will just greet people
#
GWG
I could add this to the wiki
skunkwerks joined the channel
#
bear
I may start using "daystart" and "dayend"
#
bear
or Good Start|End
#
GWG
bear, dt-start?
#
sknebel
good now
#
GWG
File your greetings in mf2
#
GWG
What is greeting?
#
Loqi
It looks like we don't have a page for "greeting" yet. Would you like to create it?
#
GWG
I thought we had that
#
aaronpk
what is UGT?
#
Loqi
Universal Greeting Time is the convention of greeting people in online chat with "good morning" regardless of the local time of day of either person https://indieweb.org/UGT
#
GWG
Should that be linked to greeting?
#
tantek
more like IRC
#
tantek
I'd expect a "greeting" page to describe what that means on someone's indie web site
DanC, skunkwerks, acegiak, fzylogic_, nitot and loicm_ joined the channel
#
aaronpk
^^ this is a great summary of how easy it should be to set up an indieweb site on wordpress
[jeremycherfas] joined the channel
#
[jeremycherfas]
!tell chrisaldrich 7:30CET tomorrow ok?
#
Loqi
Ok, I'll tell them that when I see them next
snarfed and [chrisaldrich] joined the channel
#
[chrisaldrich]
jeremycherfas I'll be in the car at 7:30, but home at 8AM CET if that still works for you. (In about 10 hours.)
#
Loqi
[chrisaldrich]: [jeremycherfas] left you a message 3 days, 6 hours ago: I prefer Skype. My Skype name is jeremycherfas.
#
Loqi
[chrisaldrich]: [jeremycherfas] left you a message 4 minutes ago: 7:30CET tomorrow ok?
fzylogic_ and tantek joined the channel
#
[jeremycherfas]
chrisaldrich 8 works better for me!
#
[chrisaldrich]
sleep in I'll be up late...
dch_ and [cleverdevil] joined the channel
#
[cleverdevil]
FYI, folks, I'll be in Boston starting tomorrow for A Day of REST – https://adayofrest.hm/boston-2017/
dch_ joined the channel
#
[cleverdevil]
Not sure if anyone will be there or around, but as always would love to meet up to chat IndieWeb, WordPress, DreamHost, etc.
wolftune, fzylogic_, KartikPrabhu, snarfed, snarfed1, John_Duh, Pierre-O, camerongray, treitnauer, tantek and davidmead joined the channel
#
davidmead
Afternoon all. I just signed up for anchor.fm. Anyone figured out how to PESOS/POSSE from it before I start adding stuff on there?
#
tantek
what is anchor?
#
Loqi
It looks like we don't have a page for "anchor" yet. Would you like to create it?
#
tantek
what is anchor.fm?
#
Loqi
It looks like we don't have a page for "anchor.fm" yet. Would you like to create it?
#
aaronpk
i can't tell what it is
fzylogic_, snarfed, wolftune and miklb joined the channel
#
tantek
davidmead: can you create a /anchor.fm article explaining what it is?
#
GWG
I could use a different kind of day of rest.
#
davidmead
tantek: sure. it just came out for Android today so I’m a little in the dark, but I’ll put what I know :-)
#
tantek
hmm interesting to know what makes it worth bothering with at all
#
gRegorLove
Looks kind of like a playlist manager for various audio sources
#
gRegorLove
Oh, more for broadcasting: https://anchor.fm/about
#
gRegorLove
I'd be surprised if there's an easy way to get your stuff out of it, davidmead. I don't see anything about an API.
#
aaronpk
they should add micropub so you can post the things you make from the app to your website!
#
gRegorLove
Especially because it lets you include Apple Music / Spotify in the audio, so licensing issues
#
gRegorLove
I do see oembed in the HTML though
#
davidmead
That’s why i thought it might be good. Adding short audio clips from there to my site via the URL share gRegorLove
KevinMarks and davidmead joined the channel
#
davidmead
one of the first ideas on support.anchor.fm is “RSS feed for stations”. :-) I just upvoted it
snarfed and nitot joined the channel
#
aaronpk
welp. just got my first chat spam from my chat widget on my site
#
aaronpk
that didn't take long
#
snarfed
wow surprising
KartikPrabhu joined the channel