#indiewebcamp 2016-02-05

2016-02-05 UTC
#
mblaney
!tell tantek I noticed you've only got one item in your atom feed at the moment, but lots of recent posts. Is that intentional?
#
Loqi
Ok, I'll tell him that when I see him next
#
aaronpk
yes, his atom feed was maxing out his bandwidth
#
KevinMarks
iirc he did that because bots crawling his atom feed were chewing up badnwidth
#
mblaney
thanks yeah I remember discussing it as an option
#
mblaney
but really for me that means switching the priority of my parser from xml to mf2 first...
#
aaronpk
welcome to the future! ;)
#
aaronpk
the mf2 version of a page has the ability to have richer content than the rss or atom feed so you should prioritize those anyway
#
mblaney
yes I'm noticing that, especially h-card
#
mblaney
the one thing I don't get is update notifications
#
aaronpk
update notifications?
#
mblaney
I know some of you are using PUSH but I've already got rssCloud working
#
aaronpk
what is rsscloud?
#
Loqi
It looks like we don't have a page for "rsscloud" yet. Would you like to create it? https://indiewebcamp.com/s/10Cs
#
aaronpk
googles rsscloud
#
aaronpk
clicks first result rsscloud.org
#
aaronpk
is redirected to ledgernote.com
#
mblaney
no don't do that! :-)
#
aaronpk
yeaahhh
#
mblaney
rssCloud is part of the RSS specification, it allows providers to notify subscribers when there are updates to a feed.
#
loqi.me
created /rssCloud (+145) "prompted by aaronpk https://indiewebcamp.com/irc/2016-02-04/line/1454631114043 and dfn added by mblaney"
(view diff)
#
KevinMarks
You're the first person I've heard of actually implementing it
#
mblaney
Dave Winer used to have a good walkthrough, but I think the domain was allowed to expire and squatted.
#
mblaney
wordpress.com supports it, so I get updates from more feeds that I initially thought I would
#
mblaney
I think Dave tried to restore the documentation here: http://walkthrough.rsscloud.co/
#
mblaney
(with only partial success)
#
aaronpk
why is it better than PuSH?
[shaners] joined the channel
#
[shaners]
kevinmarks: I *could* a corner radius in the C, but there are no other rounded corners anywhere in the design.
#
KevinMarks
right, but the I and W are rectilinear letters, but the C is curved, and a circle
#
aaronpk
I'm very curious what it would look like with a C carved out of the C
#
[shaners]
"a C carved out of the C” ?
#
mblaney
anyway, I guess I could receive a notification from rssCloud and *still* parse the mf2 ;-)
#
KevinMarks
does rsscloud send you the feed or the post?
#
aaronpk
like this more or less but with better spacing/proportion/shape/etc https://www.dropbox.com/s/d293g9s6s8quhmm/Screenshot%202016-02-04%2016.20.09.png?dl=0
snarfed1 joined the channel
#
[shaners]
"with better spacing/proportion/shape/etc” is the whole process
#
mblaney
KevinMarks: just a ping
#
mblaney
there's really nothing special about it being attached to rss, it would work equally well as a mf2 notifier.
#
[shaners]
aaronpk: I see what you’re saying though (in your dropbox link)
#
[shaners]
I did try variations like that. Which I guess didn’t make it into the blog post.
#
[shaners]
So, I guess I’ll do another round of iterations and another blog post.
#
[shaners]
Was there a design committee for the current logo or did Crystal just make it?
#
aaronpk
crystal just made it
KartikPrabhu and shiflett_ joined the channel
#
KevinMarks
I was thinking more like http://svgur.com/s/44
#
snarfed1
steps toward global incoming webmentions for any site: https://github.com/aaronpk/Telegraph/issues/10
#
mblaney
what is rssCloud?
#
Loqi
rssCloud is part of the RSS specification, it allows publishers to notify subscribers when there are updates to a feed https://indiewebcamp.com/rssCloud
#
mblaney
^ I added some more links to that page, if anyone is interested.
#
aaronpk
I always thought rsscloud had lost to PuSH a long time ago
#
mblaney
aaronpk: It probably did, but it's way simpler. Was really no effort to implement.
#
mblaney
I think the principle behind it could be easily be applied to mf2 as well, ie reimplemented in microformats
#
mblaney
no hub required either
#
aaronpk
it sounds nearly identical to PuSH
#
aaronpk
except the hub is on the same server as the blog
#
aaronpk
which you can do with PuSH
#
KevinMarks
and it's SOAP or xml-rpc
#
mblaney
no rssCloud allows POST
#
aaronpk
"This code sends an HTTP POST request to http://josephscott.org/?rsscloud=notify asking to get a notification when the http://josephscott.org/feed/ feed is updated" that is a PuSH subscription request
#
aaronpk
"The notification is to be sent to the remote IP used in the request" this means I am not interetsed in using the protocol because that's a ridiculous requirement
#
mblaney
no that was updated.
#
aaronpk
in the update, it even does the same challenge that PuSH does https://josephscott.org/archives/2009/10/rsscloud-wordpress-plugin-update-0-4-1/
jgarber joined the channel
#
aaronpk
I tried to explain how to subscribe to a PuSH hub in a way that made more sense than the spec
#
mblaney
thanks I will have a look
#
mblaney
I like that rssCloud auto expires subscriptions after 24 hours, onus is on subscribers to stay connected.
#
aaronpk
PuSH has that too
#
mblaney
ok cool
#
aaronpk
the time period is defined by the hub, so the subscriber has to check how long their subscription is valid after subscribing
#
mblaney
nice, they really are quite similar.... hopefully that means I can use the same logic to support it :-)
snarfed1 and hrrsn joined the channel
#
mblaney
aaronpk: just finished reading http://indiewebcamp.com/how-to-push#How_to_Subscribe thanks, I like that it aims to be minimum viable subset.
#
mblaney
the only thing I'm missing is what's required from a hub to send notifications
#
aaronpk
has "write how-to-hub" guide on his todo list ;)
#
aaronpk
basically the hub waits for "publish" pings from the site, then sends pings to all the subscribers
#
aaronpk
if the hub is not doing fat pings, then it's really easy
#
mblaney
:-) you say standard notifications don't contain a POST body, but rssCloud provides the url of the updated feed.
#
mblaney
sure thin pings are great, but what if you've subscribed to more than one feed on a domain?
#
aaronpk
use a different URL per subscription
#
aaronpk
e.g. subscriber?feed=1 subscriber?feed=2
#
aaronpk
then sort it out on the receiving end
#
aaronpk
i'm not opposed to the idea of including the URL of the feed in the ping though, but not sure if that would technically be allowed in PuSH 0.4
#
mblaney
ok sure, shouldn't bee too hard to add to what I've done then.
#
aaronpk
but yeah this is in the spec and also in my guide: "It is considered good practice to use a unique callback URL for each subscription."
#
mblaney
ok, no point adding it if it's not part of the spec
#
mblaney
shaners++ for new logo
#
Loqi
shaners has 18 karma
#
aaronpk
shaners++ indeed
#
Loqi
shaners has 19 karma
#
mblaney
I don't think any design is going to make everyone happy, maybe best to aim for "is this an improvement on the old one" and get consensus on that :-)
[shaners] joined the channel
#
[shaners]
I deleted that second tweet. It was just a test POSSE of an article. It worked!
#
[shaners]
I should’ve done it with one that didn’t get slurped into the channel :sunglasses:
#
Loqi
I agree
#
aaronpk
and one that didn't send andigalpern a push notification ;)
#
[shaners]
Yeah. I just got excited and PUSHED THE BUTTON.
#
aaronpk
buttons are exciting!
tantek joined the channel
#
Loqi
[bridgy] Vaquero d medianoche replied '@t @rikmende @bbva @elpais_es @um @un @cia @nytimes @texaco @luis PROTEJAMOS NAT...' to a tweet that linked to https://indiewebcamp.com/webactions (https://twitter.com/medianoche_d/status/695423860779298816)
#
sixtwothree.org
edited /events/2016-02-10-homebrew-website-club (+615) "Add Homebrew Website Club DC!"
(view diff)
sivoais joined the channel
#
jgarber
tantek: Finally got around to organizing HWC for next week here in DC. :)
#
tantek
congrats!!! that is awesome!!
#
Loqi
tantek: mblaney left you a message 2 hours, 9 minutes ago: I noticed you've only got one item in your atom feed at the moment, but lots of recent posts. Is that intentional? http://indiewebcamp.com/irc/2016-02-04/line/1454630726953
#
tantek
mblaney: yeah, shrank the atom feed because frankly, it was being abused by inefficient feed readers and/or bots.
#
tantek
mblaney: for the full feed - you can subscribe to my home page h-feed
#
mblaney
sure :-) I will do that. Just requires a bit of work my end as I need to ignore the feed it finds on the page.
#
mblaney
currently that gets priority.
#
tantek
the page h-feed should always get priority because it is more visible to more people (i.e. with normal browsing) and is thus more likely to be accurate / complete
#
mblaney
I was thinking having a feed of only updates meant less processing is required in general, but it's probably not much of an advantage.
#
aaronpk
what are "only update"?
#
Loqi
It looks like we don't have a page for "only update" yet. Would you like to create it? https://indiewebcamp.com/s/10Ct
yakker and sivoais joined the channel
#
mblaney
aaronpk my feed only has posts from the last 24 hours, the page they are displayed on doesn't have that limit.
#
aaronpk
oh interesting
#
tantek
mblaney - oh yeah - I remember that conversation - I think yours is a better solution, though I may floor it at at least 1 item in the feed so it doesn't look empty / dead.
#
KartikPrabhu
I does it by year for articles and month for notes
#
tantek.com
edited /Falcon (+135) "/* Working On */ Atom feed past 24h"
(view diff)
#
mblaney
I'm not sure, the earlier conversation has me leaning to default to mf2 and PuSH now ;-)
#
mblaney
also my "optimisation" to parse less content can be reduced by just showing fewer posts per page.
#
mblaney
that would also rely on supporting PuSH though, so posts aren't missed if published in quick succession (and disappearing off the page that's been subscribed to)
sivoais joined the channel
#
@jgarber
@gjhead Thanks! All the credit goes to @t and the amazing #indiewebcamp community, though. I’m just bringing it here to DC!
(twitter.com/_/status/695435685482799104)
sivoais, TheDavidJohnson and kerozene joined the channel
#
aaronpk
now I just need someone who supports PuSH to mention my site!
shiflett joined the channel
#
kylewm
aaronpk: do you accept domain-level webmentions?
#
kylewm
wait, lol you need someone who supports PuSH but not webmention to mention your site
#
kylewm
realizes he's not as helpful as he thought
#
KevinMarks
hm, do tumblr or blogger fit?
tantek joined the channel
#
TheDavidJohnson
What about a WordPress site that doesn't support webmention?
tantek, kerozene and snarfed joined the channel
#
TheDavidJohnson
aaronpk: do the PuSH notifications need to go through Superfeedr to work? If not, I think I may have just sent one your way
kerozene and tantek joined the channel
#
snarfed
woo, excited aaronpk! can i set mine up too? looks like it's /superfeedr/TOKEN ?
mdik joined the channel
#
tantek.com
edited /Main_Page (+11) "/* Homebrew Website Club */ comment out Edinburgh until there's another planned! DC is on for the 10th"
(view diff)
#
tantek
awe Loqi prioritizes tweets over karma
#
Loqi
yeah!
#
tantek
shaners++
#
Loqi
shaners has 20 karma
kerozene, tantek and [shaners] joined the channel
#
[shaners]
Thanks, T. Feels good.
tantek, cweiske and [aaronpk] joined the channel
#
[aaronpk]
snarfed: yep give it a shot!
#
cweiske
as a search engine, how can I be notified when anything on a website changes? subscribing to every URL via PuSH doesn't seem to be sensible
wolftune joined the channel
#
KartikPrabhu
what's the objection to PuSH for eveyr URL?
tantek joined the channel
#
cweiske
I'd say it's a bit much
#
KartikPrabhu
search engines do a lot of "bit much". crawling a whole lot of URLs for example
#
cweiske
ok, just imagine I really push subscribe to 100k urls
#
cweiske
currently I'd have 5k
#
KartikPrabhu
and the problem is?
#
cweiske
alone the traffic to renew the subscriptions is substantially
#
KartikPrabhu
the traffic to you as a consumer
#
KartikPrabhu
yes of course
#
KartikPrabhu
it is no different from having to periodically crawl 100k URLs
#
cweiske
so no improvement
#
cweiske
since I still have to make 100k http calls
#
KartikPrabhu
yeah. sure
#
KartikPrabhu
just like there isn't much improvement wrt to http calls when polling for h-feed updates vs PuSH notifications
#
KartikPrabhu
it is an improvement for "real time" results though
#
KartikPrabhu
and also for sites that are not update frequently
#
cweiske
maybe I just should subscribe to feeds I find on the pages
#
cweiske
and simply hope to get all info
#
KartikPrabhu
that isn't much different from parsing the h-feed
dogada joined the channel
#
kylewm
cweiske, this isn't part of the actual PuSH spec is it? https://indiewebcamp.com/How_to_publish_and_consume_PubSubHubbub#Wildcards
j12t, cweiske, elima, friedcell, Pierre-O, loic_m and interactivist joined the channel
#
@xwolf
RT @jkphl 😱 Phew. I'll need a lot of coffee the next 33 nights. ⏳ https://www.webkongress.fau.de/referenten/joschi-kuphal/ #wke2016 #indieweb
(twitter.com/_/status/695549012812951552)
ttepasse joined the channel
Treora_, interactivist, catsup, M-kegan, cweiske, martinBrown, friedcell, elima, tvn, frzn, mcverryj1, frzn_, nitot, mxuribe, shiflett-breakfa, jgarber, Pierre-O and singpolyma joined the channel
#
@d0gada
All #webmention services from the stack (Telegraph, webmentions.io and Bridgy) works well so far. #IndieWeb rules! (https://dogada.org/dvd/blog/adding-webmentions)
(twitter.com/_/status/695634829677727744)
Treora_ joined the channel
KitB_ and acegiak1 joined the channel
#
dogada
Superb, I just started to integrate webmentions and see link to my blog post (https://dogada.org/dvd/blog/adding-webmentions) here. Really cool technology.
#
dogada
Thanks to all people involved in it!
mdik_ and wagle_ joined the channel
#
dogada
By the way, ATM I'm adding microformats2 support to my homebrew distributed facebook replacement http://www.coect.net and have an unclear issues. Is it ok for h-entry to use p-name and p-summary INSIDE div.e-content or they should be on same level?
j12t joined the channel
#
GWG
dogada: Not the expert on that, but it is preferable outside of it, but can be inside it.
#
dogada
Thanks, I saw it is allowed to use <p class="e-content p-name"> so suppose that p-name inside e-content is allowed as well.
#
GWG
dogada: That would mean the p-name and the e-content are the same thing
#
dogada
In coect I store posts in the database in special WMPL format (similar to Markdown but allows to store metadata as well) and on rendering stage I wrap them with div.h-entry. If for a post in meta is defined title I add siblings h1.p-name and div.e-content but if there is no implicit title, I can add it inside WMPL (that is also wrapped in e-content automatically). So I may end with situation when inside .e-content have both p-name and p-summary.
link0 joined the channel
#
kylewm
dogada: that's defintely OK. it helps if name == the plaintext of content in that case, so that consumers can tell they are redundant and ignore name
#
dogada
GWG, thanks
#
dogada
Thank, kylewm, I saw bridgy understands p-summary inside e-content as well
wolftune, tantek and Treora_ joined the channel
#
cweiske.de
edited /search (+49) "/* Software */ link phinde"
(view diff)
#
@benwerd
I'm so used to posting on my own site first and syndicating to Twitter and Facebook that I'd find it so weird to post natively. #indieweb
(twitter.com/_/status/695649095415762944)
#
Loqi
[indieweb] "I'm so used to posting on my own site first and syndicating to Twitter and Facebook that I'd find it so weird to post natively." by Ben Werdmüller http://werd.io/2016/im-so-used-to-posting-on-my-own-site-first
tvn joined the channel
#
cweiske.de
edited /search (+429) "/* IndieWeb Examples */ cweiske has indie search level 4"
(view diff)
acegiak1 joined the channel
#
sknebel
why does the search site consider client-side search to be Level 5 (and thus presumably better) than server-side search at Level 4?
#
sknebel
offering site search in JS is an interesting hack if you have a purely static site, but pushing your entire search index to the user and depending on JS is IMHO not that elegant
#
jonnybarnes
favourite typo of the day: client -> clinet
#
aaronpk
Who is recommending client side search?
j12t joined the channel
#
aaronpk
Huh I have no idea why that would be better
#
aaronpk
I think there might be benefits to client side filtering for autocomplete of venues and mentioning/tagging people, but that's part of a posting interface, not necessarily your website
#
Loqi
[indieweb] "ix mag etwas auf twitter.com" by ix@wirres.net (felix schwenzel) http://wirres.net/article/articleview/9247/1/0/
snarfed, mcverryj1 and elima joined the channel
#
kylewm
That's surprising that tantek added the client-side search section!
#
kylewm
seems uncharacteristic
wolftune joined the channel
#
petermolnar
sincw everything is becoming client side today, I guess it's inevitable for search, at least until the react/angular/ember/mithril/whateverJS hype is over ( or am I being negative again? :( )
cweiske, LaraFZ, frzn, geor_gs, elima and snarfed joined the channel
#
Loqi
[indieweb] "I'm so used to posting on my own site first and syndicating to Twitter and Facebook that I'd find it so weird to post natively." by Ben Werdmüller http://werd.io/2016/im-so-used-to-posting-on-my-own-site-first
#
snarfed
aaronpk: i subscribed a superfeedr tracker to http://telegraph.p3k.io/superfeedr/TELEGRAPH_TOKEN, and it tried to send a couple notifs ~13h ago, but they failed
#
snarfed
haven't found any more details in superfeedr or telegraph yet
shiflett and [aaronpk] joined the channel
#
[aaronpk]
No info about the error?
#
snarfed
not in their dashboard, sadly
#
snarfed
trying their "retrieve" api call now
#
KevinMarks
I think a more interesting level 5 would be 'searches your site and things it has linked to' - which goes well with caching things you link to
#
dogada
What is recommended way to assemble h-feeds from different indie web-sites and read posts in single Twitter-like timeline? How to "subscribe" to an indie h-feed?
#
snarfed
aaronpk: no luck
#
Loqi
It looks like we don't have a page for "recommended way to assemble h-feeds from different indie web-sites and read posts in single Twitter-like timeline" yet. Would you like to create it? https://indiewebcamp.com/s/10Cu
benwerd joined the channel
#
snarfed
mind grepping logs when you get a chance? no hurry. i'm guessing you and i are the only /superfeedr users so far, so hopefully shouldn't be too much to wade through
#
dogada
For coect.net I'm working on solution that will assemble feeds from hosts connected using OpenId Connect protocol with enabled Dynamic Registration (so you don't need to receive App token/secret prior to subscription)
#
KevinMarks
if the feeds are public you don't need tokens to subscribe
#
dogada
Agreed, but I need to assemble all feeds using same solution, so you can read public feeds as well as protected feeds from work, projects, etc in single timeline on all your connected devices
#
dogada
And even more I need to allow to publish into a feed from external source, like Top500 on HackerNews, ect
#
[aaronpk]
I have plans for doing that too but I am definitely not putting them all into a single timeline
LaraFZ joined the channel
tantek, LaraFZ and frzn joined the channel
#
dogada
For Coect I implemented multi level access control https://github.com/dogada/coect/blob/master/common/access.js#L95
#
dogada
so users with different roles (admin, moderator, staff, vip/friend, subscriber, logged in, guest) can see different subsets of entries and this costs me just one condition WHERE access > $userAccess.
#
dogada
This access levels I will adapt to webmentions as well. All new received webmentions will be showed to admins and moderators by default to avoid spam and only after moderation will be available for public
#
KevinMarks
have you looked at vouch? If you have a social graph in coect that seems like a good fit
#
aaronpk
snarfed: I see some get requests to the url that ends in TELEGRAPH_TOKEN from the slack API lol
#
aaronpk
i see the superfeedr pings but telegraph returned 400
#
dogada
Kevin, haven't worked with i
#
dogada
it
#
aaronpk
it returns 400 when it can't find the URL from the superfeedr payload
#
aaronpk
I might need to log the payloads i'm getting from superfeedr to see what it's sending me. it's possible I got that wrong
#
KevinMarks
what is vouch?
#
Loqi
The Vouch protocol is an anti-spam extension to Webmention. Webmention with Vouch depends on understanding Webmention https://indiewebcamp.com/Vouch
#
KevinMarks
if you already have moderator queue infrastructure, vouch could be a good extension
#
KevinMarks
and if you have a social graph for your users, constructing vouches should be easy
tvn_ joined the channel
#
snarfed
aaronpk: thanks for looking
#
GWG
I have a concern with Vouch.
#
GWG
That someone new will have no one to Vouch for them
tvn joined the channel
#
snarfed
GWG: afaik vouch is better seen as a score than a black/white approve/reject
#
GWG
I have yet to see an implementation in practice, though I read the literature.
#
snarfed
ie it's more appropriate to put unvouched wms into a moderation queue than directly into spam/trash
#
snarfed
yup, that's the other key point. in practice there's almost no adoption, so concerns are all pretty hypothetical so far
#
GWG
snarfed, I would tackle it, but too much on my plate right now.
#
GWG
I have finishing the enhancements to the Indieweb plugin, despite some controversy there.
#
GWG
Returning to my location and venue work.
#
snarfed
GWG: out of curiosity, why would you tackle vouch? what benefit would you hope to get from it?
#
dogada
Kevin, I got the idea of Vouch. I thought about smth similar i.e. obtain list of friends (and from all his connected social profiles) of webmention author and if we have common friends - accept webmention, if not -- put it on moderation
#
GWG
And that is just the next two things on my list.
#
GWG
snarfed, as part of my hope of getting webmentions into Core.
#
snarfed
oh right, even though it's optional and very low adoption
#
dogada
anyway I don't accept webmentions directly now and use webmention.io proxy
#
GWG
snarfed, I'd want to write it with support in mind as an extension.
#
GWG
snarfed, my problem is similar to kylewm's reasons for moving to Known.
#
GWG
I want the community.
#
Loqi
gives GWG the community
#
GWG
So, I prioritized adding new features into Indieweb. I already have those features, but no one could find them.
#
GWG
So my itch is getting more Wordpress users involved.
#
KevinMarks
right, dogada, but you could construct outgoing vouches if you send webmentions
#
GWG
But then I put something in, and get asked why.
#
GWG
I'm not sure how to reconcile the two.
#
cleverdevil
GWG have you engaged with many people in the WP dev community?
#
cleverdevil
I've got several people who work for me at DreamHost who are heavily involved with WP.
mcverryj1 joined the channel
#
cleverdevil
might be good to see if there is interest in making some indieweb things core, like webmention.
#
GWG
cleverdevil, I have made some attempts,some more promising than otjersr
#
GWG
others.
#
GWG
cleverdevil, anyone you can recruit?
#
cleverdevil
if you'd like, I can introduce you to Mike Schroder (@GetSource), the current WP release lead.
#
cleverdevil
he works for my team.
hs0ucy1 joined the channel
#
cleverdevil
Mika Epstein (@Ipstenu) would also be helpful, she's also on my team.
gRegorLove joined the channel
#
GWG
cleverdevil, I believe she reviewed my plugin.
#
cleverdevil
wouldn't surprise me ;)
#
cleverdevil
she reviews *lots* of plugins.
#
GWG
She's on the review team.
#
GWG
I admit to being only an adequate programmer.
#
GWG
But I don't know if I am going about things the right way.
#
GWG
People don't seem to be talking about Wordpress for personal sites anymore, just for business
#
GWG
The lack of conversation on that may be part of the problem.
#
KevinMarks
thats a false dichotomy though - webmention, POSSE etc apply to businesses too
#
KevinMarks
especially for small businesses, who are kinda indie
#
GWG
KevinMarks, agreed. But not as many examples of that to hold up.
todrobbins joined the channel
#
cleverdevil
we host a *ton* of personal WordPress sites.
#
GWG
cleverdevil, I would love to engage with any of them.
#
cleverdevil
I don't own the WordPress product here, but connecting with them would be a good start.
#
cleverdevil
there's a possibility we could help get some of the indieweb standards moved into core WP.
#
GWG
cleverdevil, I'm referring to attention. People aren't talking about their personal sites as much.
j12t joined the channel
#
GWG
cleverdevil, I have some tickets open.
#
cleverdevil
or, to start, maybe get the Indieweb plugins installed by default in our WordPress one-click installs and in our managed WordPress product (DreamPress)
#
cleverdevil
shoot me an email with a summary, and I'll do introductions!
#
GWG
cleverdevil, they would all need to iterate a bit for that.
#
GWG
cleverdevil, how do I find your email?
#
cleverdevil
like that ;)
#
cweiske.de
edited /search (+114) "/* Christian Weiske */"
(view diff)
#
GWG
I fear that we need to iterate on what we have to get Dreamhost integration though.
frzn joined the channel
#
GWG
I have to acknowledge the comments that the hodgepodge of things we have confuse everyone.
#
cleverdevil
that's fine.
#
cleverdevil
we may be able to help!
#
cleverdevil
just be open about where you're at, but speak to the ultimate vision of what you're trying to accomplish.
#
cleverdevil
if we can get enough people in the WP community excited by it, then I think we have a real shot at seeing a greater degree of integration.
#
cleverdevil
adoption, I mean.
#
cleverdevil
(well, both really)
#
GWG
There is just a lot to this.
#
cweiske.de
edited /search (+232) "/* Christian Weiske */"
(view diff)
#
GWG
I can't do it all.
#
GWG
I can barely do what I'm doing.
#
GWG
I took myself from writing almost no original code in March of 2014 when I joined the community here to having my hands in every Indieweb project for WordPress.
#
GWG
Hands referring to Issue filing, pull requests, and making a general nuisance of myself.
#
GWG
I'm known professionally for being a nuisance as well.
AngeloGladding joined the channel
#
tantek
cathes up on logs
#
tantek
kylewm re: client-side search, it was part of my brainstorming about all the advantages of if/when I progressively enhance Falcon to load storage files clientside for zero-roundtrip next/prev post nav. search with auto-suggest dropdown, perhaps # of posts, post names etc.
squeakytoy joined the channel
#
tantek
GWG, you said "I have yet to see an implementation in practice" - I thought you were at IndieWebCamp Cambridge (or MIT) in 2014 where ben_thatmustbeme *demonstrated* his implementation for Vouch in practice (and still uses it AFAIK).
#
@fredho02
@btconf what i wondered today: would it make sense as a newbie and not the hardcore developer to join the indiewebcamp in May?
(twitter.com/_/status/695694829733416960)
#
tantek
what is keybase?
#
Loqi
Keybase is a GPG key silo https://indiewebcamp.com/keybase
#
cleverdevil
love keybase.
#
cleverdevil
the new filesystem sounds great!
#
gRegorLove
I have working /Vouch as well.
#
GWG
tantek, I wasn't there.
#
GWG
I was at Cambridge in 2015.
hs0ucy joined the channel
#
@btconf
@jkphl @fredho02 I can only agree here. Surely it makes sense. The #IndieWebCamp will have something for any experience level.
(twitter.com/_/status/695700660751351809)
tantek and todrobbins joined the channel
#
GWG
But there was video at 2014. I may go tune it in.
KartikPrabhu, tantek and ttepasse joined the channel
#
KevinMarks
gillmor gang time again. where did this week go?
#
GWG
It was recycled and sold as artisanal assorted days?
#
matrrix
What is gillmor gang?
#
Loqi
It looks like we don't have a page for "gillmor gang" yet. Would you like to create it? https://indiewebcamp.com/s/10Cv
LaraFZ joined the channel
#
gRegorLove
matrrix: A web show about technology http://techcrunch.com/video/gillmor-gang/
snarfed1 joined the channel
#
@plexus
So much this "how open source is maintained" RT @yasinsiddiqui: @nayafia [photo]
(twitter.com/_/status/695704864374943744)
#
matrrix
gRegorLove: neat
#
ben_thatmustbeme
GWG, tantek, I do still send a vouch on every webmention if i can
LaraFZ joined the channel
#
GWG
ben_thatmustbeme: It was more commentary on limited implementation.
#
ben_thatmustbeme
also receieved vouches bypass my whitelist
#
gRegorLove
I just realized on the new Twitter modal permalinks there's left and right navigation arrows. Looks like they finally caught up to tantek for navigating between notes. :)
#
KevinMarks
the challenge is that you do need a user graph for vouch
tantek joined the channel
#
david.shanske.com
edited /WordPress/Data (+222) "/* Location */"
(view diff)
#
david.shanske.com
edited /WordPress/Data (+90) "/* Post Kinds Plugin */"
(view diff)
tantek joined the channel
#
Loqi
[indieweb] "Distributed > decentralised? Maybe. Worth checking this out. #indieweb - IPFS is a new peer-to-peer hypermedia protocol. https://ipfs.io/" by Mark http://ministryofmark.com/2015/distributed-decentralised-maybe-worth-checking-this-out-indieweb---ipfs
#
Loqi
[indieweb] "Finally! Able to post to Facebook with Known. But, without submitting. No idea how long it'll work without submitting. #indieweb" by Mark http://ministryofmark.com/2015/finally-able-to-post-to-facebook-with-known-but-without
Pierre-O and LaraFZ joined the channel
#
snarfed1
revisits my regular plea here...
#
snarfed
has anyone else here gone through instagram's new permission approval process yet? please let us know, we'd love to hear details!
Treora_ joined the channel
#
snarfed
"someone"
snarfed1, tantek, sivoais, snarfed, friedcell, dogada and LaraFZ joined the channel