#indiewebcamp 2014-10-14

2014-10-14 UTC
#
mattl
cr: what about Short Circuit 2?
#
cr
i got an email, forgot about libre.fm
#
cr
does scrobler.fm support it? if not i think i'll add it
#
mattl
it doesn't. i wish it did.
#
mattl
cr: yeah, i do like Short Circuit 2
KartikPrabhu_, fmarier and sivy joined the channel
#
sivy
\\o \o/ o//
#
ben_thatmust
INNNNPUUUUUT
#
ben_thatmust
been checking no existing value would really make sense
cmhobbs and snarfed joined the channel
#
@Uebyn
@kevinmarks @t In a way, that's a good thing right? Increasing popularity for the #indieweb. 👍
(twitter.com/_/status/521826986616823808)
#
@Uebyn
RT @kevinmarks: #indieweb @t: we have sketched out the vouch flow now at http://indiewebcamp.com/vouch
(twitter.com/_/status/521827036201881600)
xxcoeurxx, KartikPrabhu_ and paulfitz joined the channel
#
@philipdurbin
@willowbl00 oh yeah, @marinaz was leaving @cloverKND as the #indieweb crew was arriving on Saturday. I should have jumped up and said hi.
(twitter.com/_/status/521830943339077632)
mdik and tantek joined the channel
KartikPrabhu_ and sivy joined the channel
#
sivy
good evening
#
GWG
Evening, sivy
reedstrm, pauloppenheim, mlncn, j12t, glennjones, caseorganic and KartikPrabhu_ joined the channel
mlncn, scor, KartikPrabhu_, chrissaad, dariusdunlap_, sdboyer_, neuro`_, benward____, a_, mattl_, benatkin, JonathanNeal_ and Phae_ joined the channel
#
GWG
I need some advice
Jeena_, jonnybarnes, iboxifoo, aaronpk_, bitraten3, ben_thatmustbeme, bret, swartwulf and amblin joined the channel
#
shaners
GWG still need some advice?
#
GWG
shaners: Always
#
shaners
hit me
#
shaners
buy low. sell high.
#
shaners
don't eat yellow snow.
#
shaners
don't spit into the window.
#
shaners
always let the wookie win.
#
GWG
When doing a reply-context or other contexts, what should you extract from an mf2 site as part of the presentation?
#
rascul
my sister loving her known site :)
#
shaners
GWG for example?
snarfed joined the channel
#
shaners
GWG can you give me a URL of a post of yours that is in reply to another site (wth mf2)?
lmorchard joined the channel
#
cr
reply relation is described with "sioc:reply_of", defined at http://sioc-project.org/ontology#term_reply_of
pauloppenheim joined the channel
#
GWG
shaners: Well, let's say I responded to something on the site of someone here
#
GWG
I wanted to come up with something that made sense.
#
shaners
i understand, i'd like to point to something concrete, if possible
#
shaners
but the short version is the .h-entry at the url that you're replying to
#
GWG
How about this?
#
GWG
Here is a like-context
#
shaners
and then opitonally, you can walk up the reply thread (if the url you're replying to is in reply to something else)
#
GWG
Right now, for the plugin, there are three hardcoded fields...
#
GWG
The plugin that generates the context. Response URL, Response Title, and Response Quote(optional)
halorgium joined the channel
#
GWG
I want to try to retrieve some of that
arlen joined the channel
#
shaners
you can parse out what you need from the json dump of the page
#
GWG
I think someone wrote a library for that.
#
shaners
what sofware do you use to power your site?
#
GWG
WordPress
#
snarfed
for reply contexts, title, summary, or e-content are basically the state of the art right now afaik
#
GWG
snarfed: I want to extract that information instead of manually entering it
#
GWG
I'm trying to figure out what to extract.
#
shaners
ok. are you asking WHAT to extract or HOW to extract it?
#
snarfed
GWG: right. my point is, afaik no one has done that well (or at all) yet. people have talked about algorithms for extracting representative snippets from longer articles, but just vague talk so far
#
GWG
What
#
shaners
(good timing)
#
GWG
snarfed: I'll start with notes, I guess
#
shaners
i see. it's up to you, really. how much of the reply-context post do you want on your site? just link, just linked title, author, content, preview entrys in the thread, etc?
KevinMarks joined the channel
#
GWG
That is what I'm trying to decide.
#
GWG
What seems common is the other person's profile image.
#
shaners
that's the fun thing about indieweb, we all get to try out our own flavors on our own sites.
#
GWG
The advice I'm looking for is to help crystallize in my head.
#
shaners
here's what i'd fetch for reply context:
#
shaners
author name, author photo, author url
#
shaners
entry title, entry url, entry content
#
shaners
entry in-reply-to url (if present)
#
shaners
then walk up the stack until there is no more in-reply-to url
#
shaners
with a limit of 5-10 entrys
#
GWG
shaners: What about sites for which there is no mf2?
#
shaners
fall back to mf1 if you can
#
shaners
past that, you're entering a whole world of "it depends"
#
shaners
title tag, meta tags, article h1, main h1, etc
#
GWG
Then you get to special cases for specific silos
#
shaners
i am punting on that for the forseeable future
#
shaners
oh yeah. i'd grab entry's published at datetime
#
GWG
Would you store it?
#
shaners
otherwise, you have to refetch it every time your page loads. right?
#
GWG
And if the person's picture changes?
#
shaners
that's up to you. how often do you want to check for updates to all of your posts' reply contexts?
#
shaners
do you want to to check at all?
#
GWG
Is it better to preserve it as it was...or leave it as historic?
#
shaners
that's an old question that doesn't have an easy answer
#
shaners
there are camps on both sides
KartikPrabhu_ joined the channel
#
shaners
I'm outta here for the night. Good luck, GWG!
aaronpk_1 and dariusdunlap joined the channel
#
aaronpk_1
KevinMarks: before I got on the plane I fixed the $url error you saw.
#
aaronpk_1
But just fixed enough to not be ugly, it's not ideal
#
aaronpk_1
What you're seeing is Known is not returning the Location header so Teacup doesn't know if it created the post and has nothing to link or send the browser to
aaronpk__ joined the channel
#
aaronpk__
My ideal version is it tells you it tried to make the micropub request and show you the response from your site and tell you it didn't return a location header
#
aaronpk__
But I wanted to push a fix for the ugly error quick
icco, snarfed, dariusdunlap and tantek joined the channel
#
@anthonycole
@pwcc I see you've really gone indieweb there.
(twitter.com/_/status/521885540656750592)
snarfed joined the channel
dariusdunlap and KevinMarks_ joined the channel
#
tantek
what is auto-embed?
#
Loqi
An autoembed is an embedding of media, typically of an image or video, that was automatically added from a URL to that media, to provide immediate viewing and or direct interaction with that media http://indiewebcamp.com/auto-embed
#
GWG
Hello, tantek
#
tantek
and with that, my work for tonight is done :)
sdboyer_, KevinMarks__, hober, j12t and loic_m__ joined the channel
#
@Wordius
Something wrong here: Google-funded outpost @mozilla sponsors #indiewebcamp meet-up.
(twitter.com/_/status/521906663906095104)
cweiske, dariusdunlap and j12t joined the channel
#
@One2Ad_com
RT @t: #IndieWebCamp Cambridge hack day: * webmention with vouch receive flow chart * #indiecomms conditional Facetime button (ttk.me t4Ya2)
(twitter.com/_/status/521910988296450048)
snarfed, arlen, Pierre-O and Jihaisse joined the channel
#
@selcamra
RT @MicropubInfo: 6 days ago: http://indiewebcamp.com/micropub The one #indieweb function I still need to dig into. Will be real... http://t.co/yyojx…
(twitter.com/_/status/521913948116107264)
glennjones_, dariusdunlap, KartikPrabhu_, LauraJ, j12t, JohnDuh, Pierre-O, eburcat, eschnou, thierrymarianne, friedcell, krendil, Sebastien-L, csarven, petermolnar, kensanata, eburcat_ and EOGreer joined the channel
fmarier, KartikPrabhu_, j12t, thierrymarianne, adactio, scor and KevinMarks joined the channel
#
@pfefferle
@pwcc the plugin checks all links in your posts if they support #webmentions and sends a mention if it does...
(twitter.com/_/status/521979348791074816)
eschnou, j12t, KartikPrabhu_, tfontaine, csarven, Sebastien-L, ShaneHud_, LauraJ, mlncn, scor, verdi, ben_thatmust__, danlyke and EOGreer joined the channel
#
ben_thatmust__
going to talk to university of RI to see if they could host is at their providence campus. How far out does everyone think I should schedule an iwc providence?
#
ben_thatmust__
i want to make sure there is plenty of time for people tp plan for it
csarven and mlncn joined the channel
#
@IQSS
RT @philipdurbin: .@marinaz it was a good turnout! We all hang out in #indiewebcamp on freenode. Join us! :) http://indiewebcamp.com/2014/Cambridge http://…
(twitter.com/_/status/522016041334235136)
j12t, Pierre-O, paulfitz, 7YUAA5NTB, KartikPrabhu_, brianloveswords, Pea, eburcat, reedstrm, dlyke and Pierre-O1 joined the channel
brianloveswords, eburcat, KartikPrabhu_, mlncn and j12t joined the channel
#
@GlennRicePro
@timmmmyboy The WordPress for Known plugin has been updated to use XML-RPC to push posts https://github.com/timmmmyboy/WordPress @withknown” #Indieweb
(twitter.com/_/status/522032612584349696)
gRegor`, LauraJ, EOGreer, j12t, chalettu and wolftune joined the channel
#
marclaporte.com
edited /OpenHub (+34) "Adding CASSIS: universal javascript/PHP that works on the client and the server for scalable application logic."
(view diff)
parzzix joined the channel
#
dlyke
g'morning, ben_thatmustbeme
#
ben_thatmustbeme
had to put aside my wm+vouch work to do Work work
#
ben_thatmustbeme
who is dlyke
#
ben_thatmustbeme
you should add yourself in /irc-people
#
danlyke
No, I just have identity problems. Work vs home machines.
ShaneHud_ joined the channel
#
Loqi
rofl
eschnou joined the channel
#
ben_thatmustbeme
loqi and the chat logs know that danlyke_ is the same as danlyke
#
Loqi
dude
marclaporte joined the channel
#
danlyke
(Couldn't re-use my customer account for my job account at work, xchat isn't smart enough to give me per-server nicks)
#
petermolnar
danlyke it should be, I could do per-server user in hexchat
#
ben_thatmustbeme
danlyke, i thought it was, you just have to edit it per server settings
#
ben_thatmustbeme
i swapped out to hexchat
#
ben_thatmustbeme
woah, thats why i should read the last line before responding
#
danlyke
ben_thatmustbeme petermolnar XChat's nick config is global. I should switch to irssi or Hexchat or (probably best) something Emacs based.
gr0k joined the channel
#
marclaporte
Is http://indiewebcamp.com/OpenHub missing any important IndieWeb-related FLOSS project?
#
ben_thatmustbeme
my code is FLOSS, but not so important
LauraJ joined the channel
#
danlyke
petermolnar ben_thatmustbeme thanks, just installing hexchat made me look more closely at my server config dialogs, found the fields hidden by the checkbox.
#
marclaporte
ben_thatmustbeme: is your code on https://www.openhub.net/ ?
#
ben_thatmustbeme
no, actually naming conflict with another project
#
ben_thatmustbeme
huh, i need to figure out a new name for openblog
#
ben_thatmustbeme
was going to wait until i stabilized a little more before i went there
thierrymarianne joined the channel
#
KevinMarks
My /noterlive and /unmung are open source, though not exactly important
sivy joined the channel
#
sivy
ho there
#
sivy
good morning IWC
#
ben_thatmustbeme
which of these sounds better pen-dent or pen-dantic for a blogging software :)
#
marclaporte
KevinMarks I added: https://www.openhub.net/p/unmung for you :-) You'll have stats shortly
#
marclaporte.com
edited /OpenHub (+73) "Thanks KevinMarks!"
(view diff)
#
marclaporte
Any other FLOSS projects to add?
#
marclaporte.com
edited /OpenHub (+60) "Notes to encourage folks to participate more to the OpenHub page"
(view diff)
#
ben_thatmustbeme
any thoughts on the name?
#
marclaporte
I love how wiki page edits have notifications in the IRC chat room. Well done!!!
#
marclaporte
There are new TLDs. So maybe something.blog
#
ben_thatmustbeme
i can get pendantic.net actually, its available
#
ben_thatmustbeme
but i like the idea of actually labeling it blog software
#
rascul
the new tlds are fun
#
tfontaine
Indeed. I setup a URL shortener on .wtf :)
#
rascul
ooo i didn't know there was a .wtf
#
rascul
got my sister setup with a .coffee at indiewebcamp over the weekend, https://jessielikes.coffee :)
#
ben_thatmustbeme
.blog won't be available until Q3 2015 :(
#
kylewm
marclaporte: I can't log in to OpenHub anymore (probably haven't since it was ohloh)
#
ben_thatmustbeme
i loved willow's use of .org bl00cyb.org
#
marclaporte
kylewm: and a reset password?
#
kylewm
I tried resetting a couple of times
#
KevinMarks
I have mixes.house ready for personal subdomains
#
ben_thatmustbeme
just created my openhub account... still need to decide on a new name for the platform though
#
rascul
oh someone has indieweb.camp
#
kylewm
ah nevermind, it wanted my username, not email
#
marclaporte
rascul: looks like she likes beer too :-)
KartikPrabhu_ joined the channel
#
rascul
marclaporte indeed :) that's me with her
#
rascul
i mean, i'm the one drinking with her at the brewery, i'm not the horse!
gr0k joined the channel
#
ben_thatmustbeme
i don't know, you looked kinda ....
#
marclaporte
rascul: hahahhahhaha
thierrymarianne joined the channel
#
rascul
beer straight from the vat, fresh as can get, is delicious :)
#
KevinMarks
Pendantic is going to have the same problem with autocorrect as fragmentions
LauraJ joined the channel
#
rascul
oh, looks like someone registered indieweb.camp a couple weeks ago
#
ben_thatmustbeme
kevinmarks, good point
#
kylewm.com
edited /OpenHub (+71) "added bridgy and redwind"
(view diff)
thierrymarianne joined the channel
tantek joined the channel
#
gregorlove.com
edited /OpenHub (+19) "dfn, ext. link, see also section heading"
(view diff)
#
gRegor`
What is openhub?
#
Loqi
The Black Duck Open Hub (formerly Ohloh.net) is an online community and public directory of free and open source software (FOSS), offering analytics and search services for discovering, evaluating, tracking, and comparing open source code and projects http://indiewebcamp.com/OpenHub
#
arcatan
black duck?
#
KevinMarks
Is there a .indie tld yet?
tantek_ and npdoty joined the channel
#
KevinMarks
Cos then ben could name it pendence and get pendence.indie
chrissaad joined the channel
#
ben_thatmustbeme
hah, i like that
#
ben_thatmustbeme
i liked pendent because its the mark left behind when writing , but that is pretty funny too
#
ben_thatmustbeme
could always just make its own subdomain from that
#
@_aabril_
RT @zakperic: I think I am in favor of What is the IndieWeb: http://indiewebcamp.com
(twitter.com/_/status/522055440705015808)
sandro joined the channel
#
ben_thatmustbeme
damn "dontb.link is not available."
#
sandro
clever. hopefully they'll do something good with it
#
ben_thatmustbeme
what about something like blogdacity? name sound too full of itself?
#
tantek
I'd say keep such names short, easily speakable and easily understood by voice.
#
ben_thatmustbeme
i'm thinking just go with non-word name then, pendic / pendle something like that
#
sivy
rather happy, I got dropbox-webhooks-based updating for boxpub working last night
#
bret
interesting interaction of indieauth rel=me tag and RDFa http://lists.w3.org/Archives/Public/public-socialweb/2014Oct/0000.html
mko joined the channel
#
ben_thatmustbeme
homebrewwebsite.club and homebrewweb.club are both availabled
#
ben_thatmustbeme
$5 each on hover
#
sivy
indieweb.club
j12t joined the channel
#
gRegor`
I hope it was someone here that got indieweb.camp?
#
GWG
What's the domain shopping about?
#
gRegor`
ben_thatmustbeme: Unknown? :)
#
mko
"christophe ducamp"? Not sure who that is.
#
gRegor`
Then someone can make Known Unknowns
#
gRegor`
GWG: Think it started with ben_thatmustbeme talking about new name for openblog
#
reedstrm
lives at the head of fishmonger's street. Hmmm.
#
GWG
reedstrm, Going to stop by and make an offer?
#
reedstrm
(At first thought, "Poisoner's Street? Cool!" Then my dormant French kicked in and translated ...
#
reedstrm
GWG: I'
#
reedstrm
ve been ,looking for an excuse to get to Paris ...
#
ben_thatmustbeme
yeah, sorry, i cause digressions
#
bret
ben_thatmustbeme: hw.club?
#
reedstrm
Naming is important!
#
reedstrm
That reads as "hardware club" for me
#
GWG
Naming things is hard
#
ben_thatmustbeme
renamed to Postly
#
ben_thatmustbeme
and ordered postly.link for the hell of it
KartikPrabhu_ and cweiske joined the channel
#
danlyke
kylewm, gRegor` thanks, I'm now using the e-content that's a child of the h-entry but no other h-class for my summaries for webmentions on Flutterby.com, per conversation on Friday.
#
@HongPong
.@chris_steller maybe you should try @withknown for micro blogging, it syndicates into twitter & fb. #indieweb style ftw. screw corp silos
(twitter.com/_/status/522064730647576576)
#
ben.thatmustbe.me
edited /User:Ben.thatmustbe.me (-6) "rename openblog to postly"
(view diff)
#
GWG
ben_thatmustbeme, how is the custom editors going?
#
ben_thatmustbeme
now i just need to find all the places to rename it... ugh
#
ben.thatmustbe.me
moved /OpenBlog to /Postly "project renamed"
#
ben.thatmustbe.me
created /postly (+20) "redirect"
(view diff)
#
ben.thatmustbe.me
edited /projects (-8) "project rename"
(view diff)
#
ben.thatmustbe.me
edited /Postly (-4) "project rename"
(view diff)
#
ben.thatmustbe.me
edited /Postly (-10) "missed a bunch of spots."
(view diff)
#
ben.thatmustbe.me
edited /archive (-2) "project rename"
(view diff)
#
ben.thatmustbe.me
edited /Micropub (-12) "project rename and flooding the chat"
(view diff)
#
ben.thatmustbe.me
edited /MySQL (-2) "/* Ben Roberts */"
(view diff)
#
ben.thatmustbe.me
edited /database-antipattern (-2) "/* community split */"
(view diff)
#
ben.thatmustbe.me
edited /reply-context (-2) "project rename i think thats the last spot"
(view diff)
#
ben_thatmustbeme
GWG, I need to customize them more for mobile, but I added the Notes and Checkin page to the homepage. Get Location isn't working for checkin for some reason though ben.thatmustbe.me/new/note and ben.thatmustbe.me/new/checkin
#
ben_thatmustbeme
each with their own icon
#
GWG
I will have a look.
#
ben_thatmustbeme
i'll make one for each post type and then have a bunch of Icons in one folder
#
ben_thatmustbeme
should be cool
#
GWG
ben_thatmustbeme, I have something similar on my list
#
ben_thatmustbeme
it short-cuts around mobile navigation issues we were talking about
#
ben_thatmustbeme
GWG, you had wanted to go to IWC Cambridge right?
#
npdoty
has anyone had a problem with Bridgy/Known/Facebook such that multiple "likes" are sent as webmentions but Known only records/displays the most recently received like?
#
ben_thatmustbeme
npdoty, there are things about facebook and how public the person puts their profile. i have noticed issues of Likes not backfeeding through bridgy, but I think thats a privacy setting on their part
#
GWG
ben_thatmustbeme, yes
#
npdoty
ben_thatmustbeme, well, every like did make it through
erlehmann_ joined the channel
#
GWG
ben_thatmustbeme, I was there in spirit
#
npdoty
Known showed them as I refreshed the page
#
npdoty
but every time another webmention was received, the previous like disappeared
#
ben_thatmustbeme
thats a bug with Known
#
ben_thatmustbeme
just don't know if its a known Known bug
#
npdoty
ha, yeah, I'll go check/file
#
ben_thatmustbeme
GWG, what do you think about IWC Providence?
#
ben_thatmustbeme
I'm going to try swaying some people for it and plan one for the sprint
#
ben_thatmustbeme
okay then, known Known bug
#
GWG
ben_thatmustbeme, are there enough people?
#
ben_thatmustbeme
I don't know, but I am willing to try
snarfed joined the channel
#
ben_thatmustbeme
I know I'll be there, others expressed interest
#
ben_thatmustbeme
trying to get some estimate
#
snarfed
interesting. i just noticed that jwz posses his tweets. https://twitter.com/jwz , http://www.jwz.org/blog/
#
ben_thatmustbeme
plus my alma matter (URI) has a web development track, and a building/campus in Providence
#
GWG
ben_thatmustbeme, what season?
#
ben_thatmustbeme
i was thinking wait until spring, its getting late to try for this year, don't want to have to cancel for a snow storm
#
ben_thatmustbeme
also, if not URI, we could try Brown, or perhaps some companies in the area
tgbrun joined the channel
#
kylewm
ben_thatmustbeme: do you already know that post.ly was a posterous service ~2010?
#
GWG
Depending on the weekend, Id try to drive up
#
ben_thatmustbeme
kylewm, yeah saw it, there is also a postly theme for WP
#
ben_thatmustbeme
can always rename to postlyblog or postlylink (which i do own)
#
ben_thatmustbeme
for now it works
#
kylewm
yeah, probably doesn't matter, just so long as you know
KevinMarks and pauloppenheim joined the channel
#
@HongPong
POSSE is an acronym/abbreviation for Publish (on your) Own Site, Syndicate Elsewhere. @chris_steller @withknown http://indiewebcamp.com/POSSE
(twitter.com/_/status/522074979634913281)
#
ben_thatmustbeme
openhub called me out "very low number of source code comments"
#
ben_thatmustbeme
Btw tantek, don't know if you saw the discussion on publishing a list of people who you link to / accept webmentions from/ may be used as vouches
#
ben_thatmustbeme
We just couldn't figure out if there is a rel value for this type of link
thierrymarianne and parzzix joined the channel
#
kylewm
woohoo, I have "an average number of source code comments" (which is surprisng)
parzzix joined the channel
#
www.tombruning.com
edited /IRC_People (+66) "/* Nicknames */"
(view diff)
#
@kyle_wm
I think my first project learning node.js will be a command line #micropub client #indieweb
(twitter.com/_/status/522078531187003392)
parzzix, gr0k, ShaneHud_, marginalventures and snarfed joined the channel
#
marginalventures
hi I am not sure if this is the right place to ask about installing withknown from github clone but here goes
#
marginalventures
Everything checked out on the front page, I set up the mysql database and entered the info. the wizard had me make config.ini
#
marginalventures
but now I get The requested URL /begin/register was not found on this server.
#
marginalventures
and on the front page it says it can't connect to the database.
#
marginalventures
although I just noticed the db connection message so I'll go hunt that down
#
ben_thatmustbeme
this is a good place to ask, alas, I don't know , I don't use known
#
ben_thatmustbeme
Anyone who can help marginalventures out?
#
reedstrm
kylewm: perhaps that says more about the average programmer than about you ...
#
rascul
kylewm where do you discover your source code comment rating?
#
rascul
oh, openhub
KartikPrabhu_ joined the channel
#
tantek
marginalventures: yes this is a good place to ask. benwerd and erinjo are here reasonably often, and there are other folks that have gotten Known working, e.g. kylewm and KevinMarks
#
tantek
ben_thatmustbeme: feel free to capture such questions (about Known) to /Known#FAQ
adactio and glennjones joined the channel
#
kylewm
marginalventures: are you using Apache? it is likely an issue with the .htaccess
#
marginalventures
thanks kylewm ! i'll look
#
kylewm
reedstrm++ suspect you are totally right about comments. "You have almost no source code comments, so... pretty much average"
gr0k joined the channel
#
Loqi
reedstrm has 4 karma
gr0k and eschnou joined the channel
#
marginalventures
thanks again kylewm, that fixed my not found problem. Still says unable to connect to the database but probably I missed a step
#
marginalventures
is nginx recommended over apache2 now?
j12t joined the channel
#
kylewm
marginalventures: nope mostly people use apache
#
aaronpk_
i wouldn't say mostly
#
aaronpk_
I've been running nginx on all my new stuff. still have one legacy apache server that's actually behind nginx
#
kylewm
oh yes -- clarification: mostly people use apache for Know
#
kylewm
Known*
gr0k joined the channel
#
tantek.com
created /that (+119) "dfn"
(view diff)
#
tantek.com
edited /this (+11) "see also"
(view diff)
#
tantek.com
created /That (+18) "r"
(view diff)
#
tantek.com
edited /that (+82) "emojicon"
(view diff)
#
tantek.com
created /👆 (+18) "r"
(view diff)
willowbl00 joined the channel
#
@kyle_wm
smh if you come in the #indieweb chat room and post a link that brings up a “What should Firefox do with this file?” dialog.
(twitter.com/_/status/522096463451398144)
jet__ and squeakytoy joined the channel
#
tantek.com
created /😖 (+29) "r"
(view diff)
#
rascul
who posted a like that firefox got confused about?
KartikPrabhu_ joined the channel
#
rascul
or, more specifically, what was the link?
#
tantek
who is cr?
#
tantek
what is cr?
#
Loqi
It looks like we don't have a page for "cr" yet. Would you like to create it? http://indiewebcamp.com/wiki/index.php?action=edit&title=cr
Pierre-O joined the channel
#
rascul
not really sure what that link is, some sort of template maybe?
#
ben_thatmustbeme
btw, anyone with thoughts on IWC Providence?
#
kylewm
I think .ttl is turtle
#
ben_thatmustbeme
well thats a thought yes
#
rascul
ben_thatmustbeme if i have about a month notice i should probably be able to make providence
#
ben_thatmustbeme
yeah, thats why i'm thinking its best to plan for spring, give tons of notice
#
tantek
ben_thatmustbeme: experience has shown that indiewebcamps require 2+ active/interested organizers to be succesful
#
rascul
spring is great for me :)
#
tantek
so I'd say, before figuring out a date, find an organizr
#
tantek
s/organizr/organizer
#
Loqi
tantek meant to say: so I'd say, before figuring out a date, find an organizer
#
rascul
i don't feel i would be useful as an organizer, though
#
tantek
co-organizer even
#
tantek
however you can start keeping track of current state on the wiki
#
tantek
and you can start with just minimal notes, e.g. see the first version of 2014/NYC : http://indiewebcamp.com/wiki/index.php?title=2014/NYC&oldid=5527
#
tantek.com
created /IWC (+27) "r"
(view diff)
petermolnar joined the channel
#
tantek.com
created /iwc (+27) "r"
(view diff)
KartikPrabhu_ joined the channel
#
tantek.com
edited /IndieWebCamps (+991) "add IndieWebCamp Cambridge 2014"
(view diff)
#
rascul
has there been any more talk about indiewebcamp dc?
#
ben.thatmustbe.me
created /2015/Providence (+1068) "proposing IWC Providence 2015"
(view diff)
#
tantek.com
edited /IndieWebCamps (+325) "/* How to organize */ add to before, number and bolden key points"
(view diff)
#
tantek
what is indiewebcamp dc?
#
Loqi
It looks like we don't have a page for "indiewebcamp dc" yet. Would you like to create it? http://indiewebcamp.com/wiki/index.php?action=edit&title=indiewebcamp+dc
#
tantek
rascul - anyone can create /2015/DC - feel free to do so and just note that you're interested in it!
jden joined the channel
#
ben_thatmustbeme
I have a feeling 2015 may see a lot of new IWCs
#
tantek
that would be great!
#
tantek
ben_thatmustbeme++ great start to http://indiewebcamp.com/2015/Providence
#
Loqi
ben_thatmustbeme has 24 karma
#
rascul.io
created /2015/DC (+259) "Create page to show interest in IndieWebCamp DC"
(view diff)
#
rascul
maybe we need an IndieWebCamp Rascul's House :)
#
ben_thatmustbeme
i thought of that myself, maybe start with HWC @ Rascul's house and go from there
#
rascul
i have 100Mbps internet and enough room for 20 people or so in my back yard!
#
ben_thatmustbeme
rascul i thought you were closer to boston than DC
#
rascul
nah, i'm in chambersburg, pa
#
rascul
about 15 miles from md/pa line
#
tantek.com
created /Template:benthatmustbeme (+89) "create for re-use"
(view diff)
#
ben_thatmustbeme
oh wow, yeah, DC would be much nicer for you
#
rascul
my sister is up here in shrewsbury, i'm staying with her until tomorrow
#
tantek.com
edited /2015/Providence (+73) "linky, add see also for relateds"
(view diff)
#
ben_thatmustbeme
thanks tantek, I was trying to get a generic user template that would serve for others so people wouldn't have to create their own templates all the time, but i think i've given up on that
mlncn joined the channel
#
tantek.com
edited /2015/DC (+317) "some boilerplate from pvd"
(view diff)
#
tantek
ben_thatmustbeme: we have both. per-user templates, and generic use template. the per user templates are made from the generic one.
#
rascul
if/when indiewebcamp dc turns into a thing, my note should be removed :)
#
tantek.com
edited /Template:IndieWebCamp (+229) "start with a forward looking optimistic 2015 line"
(view diff)
#
marginalventures
thanks for your help re known on my site. I missed applying the schema
#
marginalventures
also the .htaccess allowall thing was missed
#
kylewm
marginalventures: oh gosh it should do that on its own
#
tantek.com
edited /Main_Page (+18) "/* IndieWebCamp */ add nav box for quick access from section"
(view diff)
#
marginalventures
mine didn't
#
kylewm
you had to run like mysql < schema.sql??
#
marginalventures
yes
#
kylewm
strange! I haven't had to do that since a pre-beta version
#
marginalventures
although it also seemed like the user I added for it did not take the permissions I had set (grant all) so probably that was the real problem
#
marginalventures
so there were several things wrong or missed in my install.
#
marginalventures
not sure why my grant command didn't work the first time but likely that's why
#
tantek.com
edited /Main_Page (-19) "/* Homebrew Website Club */ add nav box for quick access from section"
(view diff)
#
@thierrymarianne
@kirilind Je serai ravi de partager ces petites choses que j'ai comprises ! A qui aurait-on affaire ? Tout public ? #withknown #indieweb
(twitter.com/_/status/522109008828973057)
jet__ and tgbrun joined the channel
#
aaronpk
aaronpk is back!
#
ben_thatmustbeme
with a vengeance?
#
aaronpk
with a real irc client
#
tantek
opsed and everything, look at that.
#
ben_thatmustbeme
i'm down to just 1 login... its kinda lonely without my clones
#
rascul
a real irc client that hasn't been updated for 2.5 years ;)
#
aaronpk
i saw that
#
ben_thatmustbeme
thats how you know its good. it hasn't needed to be updated in that long
#
ben_thatmustbeme
correctly written software never needs to be updated. Look at openssl... wait i mean Bash, look at ba-- nevermind
#
rascul
well, weechat has been updated since 0.3.7 ;)
caseorganic joined the channel
#
reedstrm
recommendations for android irc client? xabber seems missing things like ... list of participants in a room!
#
ben_thatmustbeme
on android i just use /irc/today?beta
#
ben_thatmustbeme
have it bookmarked from my homescreen
#
kylewm
I use yaaic, it's ok
#
rascul
i was using andchat on android
#
ben.thatmustbe.me
edited /icon (+202) "info learned from IWC testing"
(view diff)
#
aaronpk
good riddance to that aaronpk_ guy *whew*
#
rascul
yeah i know
tgbrun2 and julien51 joined the channel
#
bret
What is turtle?
#
Loqi
It looks like we don't have a page for "turtle" yet. Would you like to create it? http://indiewebcamp.com/wiki/index.php?action=edit&title=turtle
caseorganic joined the channel
#
aaronparecki.com
edited /MySQL (+499) "/* Stopwords */ add instructions on how to disable stopwords"
(view diff)
realzies joined the channel
#
reedstrm
i'll check them out. We use a jabber server internally here, so was trying to keep to one client, but ...
#
ben_thatmustbeme
no one found any markup for linking to a list of contacts/blogroll/links did they?
j12t, j12t_, chrissaad and scor joined the channel
#
tantek
ben_thatmustbeme: did you check http://microformats.org/wiki/
#
ben_thatmustbeme
tantek, went through the list of every rel tag and couldn't find anything that seemed to fit
#
tantek
search for blogroll - it has a bunch of results that may be interesting
#
ben_thatmustbeme
i'll continue looking, but thus far all i've been finding is data on how to mark up the list, nothing on how to link to the list
krendil, KartikPrabhu_, snarfed, moizsyed, chrissaad, wolftune and fmarier joined the channel
#
@JessieHonigs
Enjoying using #Known, so happy I was able to attend #indiewebcamp!
(twitter.com/_/status/522133459020812289)
gr0k joined the channel
#
ben_thatmustbeme
no luck finding anything to link to a blogroll page or xfn page
#
ben_thatmustbeme
err to mark up a link to one
snarfed joined the channel
#
ben_thatmustbeme
now lets see if my webmentions are still sending or if i broke them doing updates
#
@dissolve333
@JessieHonigs I enjoyed #indiewebcamp too. Glad to hear you like Known. I am thinking of setting my wife up on it too. (btmb.me s/2p)
(twitter.com/_/status/522137432880189440)
#
ben_thatmustbeme
just when i thought it failed
yakker joined the channel
amblin and gr0k joined the channel
#
tantek
ben_thatmustbeme: I feel like we did some work on this in the era of "social network portability"
#
tantek
does some digging
#
tantek
found it. ben_thatmustbeme here is a ton of work we did on this and related problems in the 2007-2008 era: http://microformats.org/wiki/social-network-portability
chrissaad joined the channel
#
tantek
warning, you're likely to find dead links there to Upcoming, Magnolia, Pownce
KartikPrabhu_, moizsyed and ben_thatmust__ joined the channel
#
ben_thatmust__
well give it 6 months and the upcoming links may be back
#
tantek
true!
#
kylewm
Use xfn rel="me" to link to contacts list pages and contacts list pagination links too
chrissaad and moizsyed joined the channel
#
KevinMarks__
so that the me-transitivity applies to the rel-friend (etc) links
#
KevinMarks__
if I want google to parse my h-cards, I need to add the microformat-1 names too?
tantek joined the channel
#
tantek
KevinMarks: Google only pays attention to one object per page for their search results use case, and a very limited number of properties at that.
#
tantek
hence the respective FAQ
#
KevinMarks__
so I shoudl just add classic hcard to the representative hcard
#
tantek
right
#
kylewm
KevinMarks__: ok that makes sense, it's not so much for marking "this is a blogroll" as "the relationships on this other page are still referring to me"
eburcat joined the channel
#
KevinMarks__
right, it becam necessary fro paginated follow lists on twitter, back when twitter still cared about being crawlable
#
KevinMarks__
before actively blocking it
#
tantek
amazing how many things went wrong from 2009-present
#
tantek
looking back, I don't think any of us expected it to be this bad - in terms of social networks (what we used to call silos)
#
tantek
both with dying / killing permalinks, and with becoming disinterested / hostile behemoths.
ben_thatmust__ joined the channel
#
ben_thatmust__
kylewm. I just read that too and at first I was disheartened but it's easy enough to look for rel=me links that have the same domain as the page and check there
chrissaad joined the channel
#
ben_thatmust__
not ideal. but it is logical. unless there are other reasons to have rel=me within a domain
#
kylewm
it's also recommended for /about pages
lukebrooker and KartikPrabhu_ joined the channel
#
ben_thatmust__
that's okay. given a Link to someone's site. Look at that page for all domains linked that could be vouch. . if none cHeck for all rel=me links within the domain. if none try the base url or search for rel=feed
eburcat joined the channel
#
ben_thatmust__
so you hit their about page too
#
bret
kylewm: how did HWC go last week?
gr0k joined the channel
#
kylewm
bret: just me and jdp23, but it was fun ... we mostly talked privacy/safety in online communities
KartikPrabhu_, moizsyed, marclaporte, scor, snarfed and chrissaad joined the channel
#
mko
New SSL Vulnerability discovered: https://www.openssl.org/~bodo/ssl-poodle.pdf
#
mko
Basically, make sure to disable SSL 3.0.
fmarier joined the channel
#
bret
!tell snarfed Curious what your quick take is on the current proposed changes in AS2.0 https://jasnell.github.io/w3c-socialwg-activitystreams/activitystreams2.html
#
Loqi
Ok, I'll tell them that when I see them next
chrissaad joined the channel
#
snarfed
bret: i haven't followed 2.0, but probably not much. i like having AS as a common format, but i generally don't care about the details of the schema
#
Loqi
snarfed: bret left you a message 55 seconds ago: Curious what your quick take is on the current proposed changes in AS2.0 https://jasnell.github.io/w3c-socialwg-activitystreams/activitystreams2.html
#
snarfed
bret: …having said that, i am using some of the new 2.0 features, e.g. allowing images in attachments to be lists. https://github.com/snarfed/activitystreams-unofficial/commit/da99bf304322ea382fdd03e67ae01f4a867abf56
#
bret
snarfed: would you likely track A-U to use AS2.0 given the fairly significant changes?
#
snarfed
bret: i don't know. maybe?
#
snarfed
no a-u users have asked about 2.0, so i'm not seeing demand yet
#
snarfed
bret: that fragment doesn't seem to work
#
bret
what is going on is there are a lot of participants asking for json-ld users, but they are not currently using AS themselves, so just trying to probe different people who are actually consuming/generating it on their throught
#
bret
thoughts*
#
bret
gah autocorrect kills me
#
snarfed
bret: ok. i doubt i can help much, but fwiw, most a-u users like it because it normalizes the different silos' data to a common format. they don't care as much what that format is, AS 1.0 or 2.0 or whatever
#
bret
that was my impression
erlehmann, brianloveswords, gr0k and KartikPrabhu_ joined the channel
#
bret
snarfed: do you have any opinion on calls to change that common AS vocab in fairly significant ways? (in this case to satisfy the LD crowd needs) It seems like this might be disruptive to the primary use case of A-U users, which seems to be consistent/common vocab.
#
bret
(just in general)
#
snarfed
bret: i don't have a strong opinion. if 2.0 is that backward incompatible, and if i implemented it, i'd probably support both 1.0 and 2.0 and let users choose