#indiewebcamp 2014-09-06

2014-09-06 UTC
#
KevinMarks_
hm, also idempotence issues, sorry
KevinMarks__, snarfed, chrissaad, pbeaulieu, cmhobbs, scor and benwerd joined the channel
#
benwerd
Who's behind theindieweb.com?
#
aaronpk
he popped in IRC a while ago
#
aaronpk
ryan020
#
aaronpk
on IRC
#
KevinMarks__
It's like a manual indienews
#
KevinMarks__
Which I keep forgetting about
#
aaronpk
I like the presentation
#
aaronpk
I want to update indienews to use your microsyntax for quotations
#
aaronpk
so it'd be easier to submit other people's stuff and it would be able to feature a blockquote as well
#
KevinMarks__
Also supported by savepublishing.com
#
KevinMarks__
I need to hack that to create fragmentions
#
KevinMarks__
And to post to micropub
benwerd joined the channel
#
aaronpk
oh neat
#
aaronpk
wait does this find sentences that are <120 chars so you can find tweetable sentences?
#
aaronpk
that's nuts
#
KevinMarks__
Clever. I use it quite a lot
#
KevinMarks__
Though sometimes I will elide a quote from a longer sentence
#
KevinMarks__
Hm, could the #indieweb hashtag be a trigger for indienews if there is a link in it?
#
aaronpk
probably yeah
#
KevinMarks__
Or could I make the save publishing bookmarklet send a webmention too?
#
aaronpk
ideally it'd be hooked up via PuSH or something
#
aaronpk
like indienews could subscribe to your PuSH updates, and any posts tagged #indieweb would come in
#
aaronpk
so you'd just ping your hub when you publish something
#
aaronpk
which is kind of like a webmention
#
aaronpk
at least as easy as a webmention
#
KevinMarks__
I use the #indieweb hashtag on twitter a lot both to throw things in here and to send them to pinboard
#
KevinMarks__
Hm, wonder if this is a known feature idea - map hashtags to webmention urls
#
KevinMarks__
There is a lot of hub thinking in the institutional known installations
#
aaronpk
probably if I updated indienews to be a PuSH consumer people might actually have a reason to start publishing to a hub
#
KevinMarks__
Though you'd still have to subscribe to them, wouldn't you?
#
aaronpk
indienews would be the subscriber, and would essentially re-publish a stream
chrissaad and gRegor` joined the channel
#
Loqi
Ok, I'll tell them that when I see them next
#
gRegor`
!tell I successfully cross-posted a couple earlier today, one was in-reply-to.
#
Loqi
Ok, I'll tell them that when I see them next
#
gRegor`
Er
#
gRegor`
!tell snarfed I successfully cross-posted a couple earlier today, one was in-reply-to.
#
Loqi
Ok, I'll tell them that when I see them next
chrissaad joined the channel
#
@joeld
Interested in adding webmention support, but will probably just have them emailed to me to start with.
(twitter.com/_/status/508088180579794944)
#
aaronpk
just realized tantek's instagram posts are going to his tumblr. hmm.
snarfed and chrissaad joined the channel
#
aaronpk
oh snap. Standard Markdown is now known as CommonMark
chrissaad joined the channel
#
GWG
They named it after KevinMarks?
#
GWG
Sorry, first random silly thought that came to mind.
KevinMarks__ joined the channel
#
aaronpk
whoa just went to foursquare.com for the first time in a while (have been using Swarm a lot but not the website)
#
aaronpk
it too has converged on the facebook+twitter design
chrissaad joined the channel
#
GWG
aaronpk: How do you feel about that?
pauloppenheim joined the channel
#
aaronpk
it was quite jarring
#
aaronpk
wait what
#
aaronpk
it doesn't show my checkins, it shows the tips i've left
#
GWG
I don't want people to know how I tipped.
#
aaronpk
weiiiird
#
GWG
Oversharing.
chrissaad joined the channel
#
KevinMarks__
Try m.foursquare.com
#
KevinMarks__
Foursquare is now tips; swarm is friends
#
KevinMarks__
Swarm is the return of dodgeball
#
KevinMarks__
But the mobile site is the launch UI preserved
#
snarfed
gRegor`: sorry bridgy publish is giving you so much trouble :/
#
snarfed
i'll keep debugging
#
Loqi
snarfed: gRegor` left you a message 1 hour, 47 minutes ago: I successfully cross-posted a couple earlier today, one was in-reply-to.
#
Loqi
snarfed: gRegor` left you a message 1 hour, 47 minutes ago: I successfully cross-posted a couple earlier today, one was in-reply-to.
#
gRegor`
snarfed: You might check the contents of my page bridgy gets when I used bridgy publish. benwerd said my wm to him failed because my site had a PHP error, but I've not been able to duplicate it yet.
#
snarfed
gRegor`: thanks! but the 400s are a bridgy bug and the 401s come from twitter. i don't understand either yet. :/
#
gRegor`
Woo, I have a basic messaging queue working on shared hosting. Cron can spawn worker processes instead of needing to query the database now.
chrissaad joined the channel
#
snarfed
gRegornobacktick++
#
Loqi
gRegornobacktick has 13 karma
#
gRegor`
I feel much better about an every minute cron doing that instead of hitting the database to see if there's anything
wolftune and Kopfstein joined the channel
#
kylewm
that's pretty awesome, gRegor`! shared hosting lets you run cron tasks?
#
gRegor`
Dreamhost does, at least.
#
gRegor`
I think GoDaddy does, too.
#
kylewm
and that gives you on average 30 seconds to catch mistakes before you send out webmentions :P
#
gRegor`
It's pretty cool having a shell open on the server with the worker running, clicking "save" on a test page, and seeing the shell update immediately :)
#
gRegor`
Heh, good point. :)
#
gRegor`
Might be near instant, actually. The PHP semaphore is blocking and this code is just a while loop waiting for messages, no exit. The cron will just make sure a couple of them are running every minute.
#
gRegor`
It's all kinda new to me, so we'll see. Fun times.
#
kylewm
is the message queue in the DB?
#
gRegor`
No, memory
#
kylewm
huh, whose memory?
#
kylewm
(not being glib, actually confused)
#
gRegor`
Server, shared memory
#
gRegor`
"This module provides wrappers for the System V IPC family of functions. It includes semaphores, shared memory and inter-process messaging (IPC)."
#
gRegor`
When I run `ipcs at the shell, it shows shared memory segments, semaphore arrays, and message queues. Mine is listed under the latter.
#
gRegor`
Don't know if that clears anything up :)
chrissaad and KevinMarks__ joined the channel
#
kylewm
pretty high tech stuff there, gRegor`
#
gRegor`
::pushes up glasses:: just your basic quantum computing...
#
gRegor`
The code itself is quite simple, actually. I'm still surprised. http://www.ebrueggeman.com/blog/creating-a-message-queue-in-php
#
snarfed
system v, hoo boy
#
snarfed
old school posix
#
snarfed
hey gRegor`, looks like you got a 400 around 7:33, then re-signed up for bridgy (listen) at around 7:36, then got a 401?
#
snarfed
(er sorry, those are PST)
#
gRegor`
Yeah.
#
gRegor`
By 'signed up' . . . bridgy always has me authenticate when I visit.
#
snarfed
…really? now i'm confused
#
gRegor`
I thought that's how it's always worked, haha
#
snarfed
when you say "visit," what specifically are you doing?
#
gRegor`
I go to https://www.brid.gy/ and see "Get Started" and click on Twitter...
#
snarfed
ahahahaha
#
snarfed
funny, ok. yeah, that's like re-signing up from the beginning
#
snarfed
you can just go straight to your user page(s)
#
gRegor`
Ahh. Well i haven't visited very regularly since I got publish set up. :)
#
snarfed
:P np. just bookmark your user page, or use the 'Find your user page here' link on the front page
#
gRegor`
doesn't mind the big "Already signed up?" at the bottom. Hahaha
#
gRegor`
That doesn't explain the 400 though? Or the 401?
#
snarfed
it might help
#
snarfed
thanks
#
gRegor`
But I cross-posted twice today, then got a 400 on the third
#
gRegor`
Before re-signing up
#
snarfed
yeah, i'm still somewhat confused too
#
gRegor`
There aren't overarching user pages, right, just the individual service pages, like https://www.brid.gy/twitter/gRegorLove and https://www.brid.gy/facebook/27301982 ?
#
snarfed
gRegor`: right
KevinMarks__ joined the channel
#
snarfed
bridgy's not exactly a pillar of good UX
#
gRegor`
Heh, not a criticism. It makes sense.
#
gRegor`
I think I never questioned the "get started" buttons because indieauth doesn't hold on to my auth information either.
#
snarfed
gRegor`: if you go to https://twitter.com/settings/applications , does it say bridgy has read/write permissions, or just read?
#
gRegor`
read only. resetting.
#
gRegor`
So bridgy isn't always properly aware of the permissions it has, looks like?
#
gRegor`
Or at least not when a silly user keeps re-signing up after enabling publishing :)
#
kylewm
it sounds like when you "log in", it replaces your read-and-write key with the new read-only key
#
snarfed
gRegor`: thanks. i probably see how that happens. not sure if i can ask twitter which permissions a token has, but i *should* always know beforehand
#
snarfed
kylewm: for twitter yes, but that's probably an easy bridgy bug to fix
#
gRegor`
One would think that should be a basic feature of an API, but it is Twitter after all. :)
#
snarfed
this is the company that basically let an entire API (userstream) break and stay broken for months, and report it as such, and do nothing about it: https://dev.twitter.com/status
#
kylewm
^ isn't that like the whole point of dogfooding
#
kylewm
so you don't do that
#
gRegor`
Wee, publishing works.
#
gRegor`
And should keep working. :)
techlifeweb, chrissaad, glennjones and eschnou joined the channel
#
@alpower
Enjoying some really good strong coffee - nice way to start the day before #indiewebcamp @ Small Batch… http://instagram.com/p/smFhb4i5sJ/
(twitter.com/_/status/508149543074922496)
benwerd joined the channel
#
KevinMarks_
twitter used to be api first, apps second. then they changed
KevinMarks__ joined the channel
#
@AndrewJohnMarks
Brighton-bound from London Victoria for #indieweb. That's two firsts in one day. #indiewebnoob
(twitter.com/_/status/508153647679950849)
#
KevinMarks__
Andrewmarks++
#
Loqi
Andrewmarks has 1 karma
#
neuro`
Good morning
addal joined the channel
#
KevinMarks__
Hipster spiders
#
@emmajlaw
@AndrewJohnMarks is this where a bunch of hipster spiders get together and talk about how much they love Los Campesinos?
(twitter.com/_/status/508156222521245696)
benwerd joined the channel
#
@hecavanagh
Stuck in bed so can't make first day of #IndieWebCamp :( Have fun everyone! Hope to try as Remote Participant later & make it irl tomorrow.
(twitter.com/_/status/508162445819789312)
glennjones joined the channel
#
@icco
On the train to Brighton and @indiewebcampuk! Biggest question is where to get good coffee in Brighton before hand...
(twitter.com/_/status/508164363778138112)
#
@simonperry
Darn. Wish I'd seen this earlier. @IndieWebCampUK 2014 is on in Brighton today. Go if you can - It's the future http://indiewebcamp.com/2014/UK
(twitter.com/_/status/508168057303613440)
#
aaronpk
oh man indiewebcamp uk is starting soon and i'm still awake on PDT
#
aaronpk
wonder if I can pull off another 3-hour night of sleep and wake up around the time it starts
#
@alpower
@onishiweb about to head to the clearleft offices for #indiewebcamp - where are you?
(twitter.com/_/status/508168837737766913)
#
aaronpk
oh definitely too late for that
#
@ShaneHudson
Running slightly late for @IndieWebCampUK, anyone know a good place for coffee near it?
(twitter.com/_/status/508169155020070912)
#
tommorris.org
edited /2014/UK/Schedule (-64) "changed 4-column to 3-column"
(view diff)
#
tommorris
aaronpk: we start in about half an hour. :)
#
aaronpk
oh dear
#
aaronpk
i need a nap
#
aaronpk
also do you have plans for food and such? i have $$ I can contribute to food things
#
KevinMarks_
what's the plan for streaming?
eschnou joined the channel
#
aaronpk
i thihnk tantek brought his logitech camera. will probably set up a talky.io url
#
aaronpk
oh man i wish i could stay up. i'm gonna try to get up in 3 hours thos.
#
@BarnabyWalters
Checked into 68 Middle St. for http://indiewebcamp.com/2014/UK day 1. There’s still time+space for last-m… https://waterpigs.co.uk/notes/4Xz8eH/
(twitter.com/_/status/508172582169100289)
#
KevinMarks_
aaronpk: the brighton food festival is on, so you can send cash for people to go buy things maybe
#
@jkphl
On my way to the @clearleft offices for @IndieWebCampUK day 1 — my first one . Exciting day ahead :)
(twitter.com/_/status/508174937123987456)
#
waterpigs.co.uk
edited /https (-101) "/* IndieMark Levels */ moved myself to Level 2"
(view diff)
#
tantek.com
edited /2014/UK (+43) "/* Participating */ no session proposals, we're live"
(view diff)
#
tantek.com
created /2014/UK/Introductions (+57) "stub with need to clone"
(view diff)
barnabywalters_ joined the channel
#
barnabywalters_
good morning indiewebcamp!
glennjones joined the channel
#
neuro`
Good morning barnabywalters_, KevinMarks_
indie-visitor and indie-visitor_ joined the channel
#
Loqi
Welcome, indie-visitor! Set your nickname by typing /nick yourname
#
tommorris.org
edited /2014/UK/Schedule (+83) "expanding room details"
(view diff)
barnabywalters_ joined the channel
#
KevinMarks_
do we have a stream?
ShaneHudson joined the channel
#
icco
Not that I'm aware of, but tantek_ is up front fiddling with all kinds of technology.
#
waterpigs.co.uk
created /2014/UK/ (+20) "Redirected page to [[2014/UK]]"
(view diff)
swartwulf joined the channel
#
barnabywalters_
okay, remote participation is up at https://talky.io/indiewebcamp
#
barnabywalters_
I see a KevinMarks!
#
KevinMarks_
I'm in and muted
#
barnabywalters_
cool, can you hear us okay?
#
KevinMarks_
nice shirt, barnaby
ShaneHudson joined the channel
#
barnabywalters_
thanks :) — got it from briansuda
#
KevinMarks_
I can hear a lot of people saying rhubarb rhubarb
#
neuro`
I can hear you barnabywalters_ but I'm muted it seems.
#
barnabywalters_
neuro`: hello! Yep, I can see you fine but can’t hear you
#
KevinMarks_
OK, I'm going to go get a drink of water brb
#
tommorris.org
edited /2014/UK/Introductions (+1677) "cloning with a few amends"
(view diff)
#
neuro`
I wish IndiwWebCamp Brighton was not so close to the French back to school day :(
tantek joined the channel
#
KevinMarks_
hm, intermittent stream
#
neuro`
same here
#
neuro`
but I still see you
#
KevinMarks_
barnaby, can you check the net conenction on the steram?
glennjones and ShaneHudson joined the channel
#
tantek.com
edited /2014/UK/Introductions (-1) "3 things for sessions"
(view diff)
#
tommorris
I am trying out a new map server, but the signup and UI is all in German. ;-)
#
AndrewMarks
All rather surreal seeing people waving at dad's face on a laptop.
#
tommorris
hey tantek
#
ShaneHudson
Quite a lag in the real time
alexhartley joined the channel
#
KevinMarks_
tantek is geeking out and I can't read his screen
#
alexhartley
Hi Kevin. Just seen your tweet.
#
KevinMarks_
there is a video feed too
#
KevinMarks_
is barnaby up now?
#
tantek
doing intros/demos
#
tantek
I just demonstrated /https Level 2 support on my site tantek.com
#
tantek
also showed that relmeauth.php is currently broken so I need help with that
#
tantek
demonstrated signing in with @t - using Twitter for sign-in to my own site
#
tantek
showed that the session cookie that is set is sent on Encrypted Connections Only
#
KevinMarks_
tantek: can you move the laptop forward so the screen is more legible?
#
tantek
KevinMarks_: barnabywalters is the remote helper
#
tantek
Jeremy Keith is demonstrating adactio.com
#
tantek
noted he got webmentions working last year
#
tantek
since then he got notes posting working on his site
#
tantek
including POSSEing to Twitter
#
tantek
when he's logged into his own site
#
tantek
he goes to adactio.com/notes
#
tantek
it has a textarea at the top
#
tantek
because he's logged in
#
tantek
he posts a note there, which automatically POSSEs to Twitter
#
tantek
then using Bridgy, anyone who @-replies, or likes etc. shows up on his post original
#
tantek
also he has a "Choose File" button below his textarea
#
tantek
he can choose a picture
#
tantek
which posts it to his own site
#
tantek
storing photos on his own site
#
tantek
will see how hosting fees go
#
tantek
he stores various forms of the image
#
tantek
uses srcset to serve small.jpg medium.jpg or large.jpg
#
tantek
in the version of the image/photo post on his home page
#
tantek
POSSEs the photo to Twitter
#
tantek
also POSSEs it to Flickr
#
tantek
still hasn't moved his archives from Flickr to his own site
#
tantek
but nevermind the history, from now on, he hasn't given Flickr anything new
#
tantek
all the photos on Flickr since he implemented this are copies
#
tantek
Jeremy narrows the window
#
tantek
shows responsive design on his adactio.com/notes
#
tantek
that it works, e.g. for a phone display
#
tantek
wanted to POSSE to Instagram but no API to post there
#
tantek
there is ownyourgram, which does a PESOS
#
KevinMarks_
barnabywalters: video went out of focus
#
tantek
Jeremy may try to get another instances of his updated software running
#
tantek
on his wife Jessica's site
#
tantek
tomorrow
#
tantek
up next: tommorris
#
tantek
tommorris.org
#
tantek
posts notes on there
#
tantek
primarily text based
#
tantek
occassionally photos and such
#
tantek
added recently: articles section: tommorris.org/articles
#
tantek
uses Mozilla Persona to sign-in
#
tantek
he's using Rails, using Omniauth
#
tantek
Persona was the only thing that didn't need an API Key!
#
tantek
because he's not starting an app, he's signing into a website!
#
tantek
aside: Jeremy said he may also work on adding https support at least level 2 to his admin page
#
tantek
when Tom is logged in
#
tantek
it just shows his posting interface at the top of his home page tommorris.org
#
tantek
with title, text content, check boxes for POSSE to Facebook and Twitter
#
tantek
also has a full posting interface
#
tantek
with tags, lat, long, location label, License popup
#
tantek
feature he's added recently
#
tantek
tommorris.org/places
#
tantek
using geodienste.lyrk.de for map tiles, which they also serve over https
#
tantek
each place he can associate with different things
#
tantek
each place has an edit link
#
tantek
each place has a lat long and an OpenStreetMap reference
#
tantek
clicking on that goes to the OpenStreetMap object for that place
#
tantek
also has a Add New Venue UI
#
tantek
would like to post photos on there at some point
#
tantek
because still currently using Flickr, and Wikimedia commons
#
tantek
also wants to work on image resizing
#
tantek
Jeremy offers to show his code for doing that.
#
tantek
Sam Machin
#
tantek
sammachin.com
#
KevinMarks_
who's up?
#
tantek
rather than posting things, working on owning his own communications
#
tantek
last year showed WebRTC to make a call
#
tantek
the idea is that we can replace all forms of phones with URLs
#
tantek
you call me by going to my page
#
tantek
your contacts become your bookmarks
#
tantek
goes to sammachin.github.io/talk/
#
tantek
front end code is running on github
#
tantek
a lot of backend infrastructure you have to do to get working
#
tantek
so he's doing that as a separate open source setup
#
tantek
for the backend infrastructure
#
tantek
and separate static HTML+CSS to do the call stuff
Loqi joined the channel
#
tantek
"Voicemail is shit. Everyone hates it." -sammachin
amcewen joined the channel
#
KevinMarks_
who's up?
#
tantek
up next Nat Welch AKA icco
#
tantek
had the inverse problem
#
tantek
had a bunch of sites that did webmentions and such
#
tantek
got rid of his entire hosting system
#
tantek
on the train ride over here
glennjones joined the channel
#
tantek
started version 2.0
#
tantek
old sites: pseudoweb.net (long form, markdown), sadnet.com (for people to tweet at him, site about when he was sad about thing)
#
tantek
… tumble.io scraped pinboard links
#
tantek
next version is /natnatnat
#
tantek
as of four hours ago
#
tantek
next up is voxpelli_
#
tantek
at last year's IndieWebCamp
#
tantek
got tired of hosting his own server
#
tantek
everytime he wanted to do something
#
tantek
it was hard because he had to update Linux
#
tantek
so he's switched to github pages for everything
#
tantek
last year's IWC UK, worked on server for embedding webmentions on static pages
#
tantek
uses Jekyll on github pages
#
tantek
voxpelli.com
#
tantek
add a form at the bottom of each post like Jeremy for people to send their webmentions
#
tantek
it's embedded with JS
#
tantek
it pulls down the webmentions and displays them inline
#
tantek
the other service is a Heroku app
#
tantek
webmention.herokuapp.com
#
thierry.marianne.weaving-the-web.org
edited /site-deaths (+280) "/* 2013 */ Added new entry about darQroom death"
(view diff)
#
tantek
you just sign in with github
#
tantek
you add a basic rel=webmention link (it gives you the <link> code to copy / paste to your posts)
#
tantek
and it also gives you the <script> to embed
#
tantek
in addition wrote a tool to test webmentions
#
tantek
including XSS tests
#
tantek
tool is called "webmention-testpinger"
#
tantek
also included in his webmention endpoint
#
tantek
it runs everytime automatically with every deployment
#
tantek
and runs the tests and makes sure they all pass
#
tantek
his herokuapp uses Glenn's microformats2js parser to retrieve the actual content of mentions
#
tantek
up next Glenn Jones
#
tantek
last year showed that he writes the articles on his blog are in HTML
#
tantek
in a folder
#
tantek
syncs automatically to his server
#
tantek
but these days mostly uses his phone
#
tantek
writing texts, taking pictures, checkins
#
tantek
went to build a completely new system
#
tantek
transmat.io
#
tantek
shows transmat.io/glnnjones
#
tantek
s/glnnjones/glennjones
#
tantek
shows transmat.io/glennjones
#
Loqi
tantek meant to say: s/glennjones/glennjones
#
tantek
goes to transmat.io/glennjones/add
#
tantek
shows a Post UI with textarea
#
tantek
uses ContentEditable area
#
tantek
it's one of the worst pieces of the standard to work with
indie-visitor_ joined the channel
#
tantek
automatically links URLs, @-names, hashtags
#
tantek
optional photo, checkin, reply
#
tantek
and public/private lock toggle
#
tantek
clicking the reply option shows a "in-reply-to" URL field
#
tantek
currently the auto-linking of @-names and #-tags links to twitter profiles and hashtag searches
#
tantek
added UI to "Push to" (POSSE) to other sites, e.g. Twitter
#
tantek
UI to *set up* POSSE, which is then automatic
#
tantek
everything in the system, if you put /json at the end, gives the JSON microformats for it
#
tantek
the JSON is always just generated by parsing the HTML of the page that is generated
#
tantek
shows a "store at" UI for archiving/backing up his transmat posts
#
tantek
e.g. as static files on his local laptop
#
tantek
all this HTML has the microformats markup of the original
#
tantek
and a special manifest with offline CSS file
#
tantek
over the last year has been building it up experimentally
#
tantek
shows how bridgy is connected to his permalinks too
#
tantek
showing favorites and replies
#
tantek
shows ANOTHER feature
#
tantek
"Reclaim your Tweets"
#
tantek
you upload a Twitter zip file archive
#
tantek
Loads all your old tweets into Transmat
#
tantek
Glenn has imported all his old tweets to his own sites
#
tantek
including interactions with each tweet like favorites, retweets, and replies
#
tantek
Transmat is all built on Node.js
#
tantek
as he goes through the tweets, he imports the account information for everyone he's interacted with
#
tantek
transmat.io/glennjones/people
#
tantek
goal is to eventually do autocomplete with that info while typing
#
tantek
has started adding places also
#
tantek
transmat.io/glennjones/places
#
tantek
can edit a place
#
tantek
with a geofence
#
tantek
lat long radius
#
tantek
has a near.html page for figuring out which of *his* Places are nere where he is now
#
tantek
up next
#
tantek
Shane Hudson
#
tantek
last time he was here was trying to use WordPress using webmention
#
tantek
gave up and wrote his own CMS
#
tantek
and gave up again and started to use Craft
#
tantek
has not pushed it live yet
#
tantek
www.shanehudson.net still uses WordPress
#
tantek
last night built a geolocation thing (plugin?) for his Craft CMS
#
tantek
it automatically finds his geo
#
tantek
provides UI to enter heading, body, tags, mentioned URLs
#
tantek
has got webmentions working
#
tantek
somebody wrote a plugin for sending, so he wrote a plugin for receiving them
#
tantek
in order to switch to Craft, needs to move interactions on his WordPress posts to his Craft CMS
#
tantek
next up
#
tantek
Andrew Marks
#
tantek
has a Known install setup
#
tantek
at andrewmarks.media
#
tantek
has a soundcloud page - he makes music
#
tantek
also has a film blog on WordPress
#
tantek
quickly shows Known
#
tantek
shows posting photo
#
tommorris
I'm waiting for AndrewMarks to say "nice blogspot, dad, do you POSSE it to MySpace?" ;-)
#
KevinMarks_
feels trolled
#
tantek
shows location checkin
#
tantek
quickly locates 68 Middle street
#
ShaneHudson
The craft version of my site is at http://www.shanehudson.co.uk/shanehudson.new/ btw, has webmentions and fragmentions etc
#
tantek
exploring IndieWeb stuff
#
tantek
up next
#
tantek
retout.co.uk
#
tantek
Debian developer has discovered IndieWeb 2 weeks ago
#
tantek
shows his home page
#
tantek
backend in Node
#
tantek
has posts
#
tantek
using pump.io - set it up on his website the other weekend
#
tantek
shows that he has A+ SSL
#
tantek
up next
#
ShaneHudson
Just noticed that my CSS doesn't work over https... should fix that!
#
tantek
has been working as web developer for 7 months!
#
tantek
static site, blog is linked to WordPress
#
tantek
techfoxuk.wordpress.com
#
tantek
with rails has built a basic outline and deployed to Heroku
#
tantek
will be working on that this weekend
#
tantek
up next
#
tantek
barnabywalters:
#
KevinMarks_
barnaby dropped the stream :(
#
KevinMarks_
got a screen too
#
tantek
Barnaby Walters
#
tantek
waterpigs.co.uk
#
tantek
now demoing shrewdness.waterpigs.co.uk
#
tantek
wanted to build a reader
#
tantek
fed up with looking at 20 different sites
#
tantek
didn't want to write a reader
#
tantek
rather, didn't want to have to visit twitter to read people's stuff
#
tantek
first got distracted and built open source yahoo pipes called "intertubes"
#
tantek
then got back to his use-case
#
tommorris
It's Yahoo! Pipes but without the sunsetting feature.
#
neuro`
Wow, awesome barnabywalters_
#
tantek
built Shrewdness - essentially a Tweetdeck clone
#
neuro`
impressive
#
tantek
you can subscribe to a bunch of URLs
#
tantek
e.g. twitter-style firehose feed of everyone he follows on twitter
#
tantek
this doesn't touches the twitter API at all
#
tantek
it only parses microformats2
#
tantek
and still gets twitter info
#
tantek
via a twitter to microformats2 proxy converter
#
tantek
second column is his mentions
#
tantek
all webmentions to his site show up there
#
tantek
third column is search
#
tantek
using elastic search on the backend
#
tantek
can't figure out what it means by relevant, so just uses ordered by date
#
tantek
demonstrates multiple searches
#
tantek
creating a new search column
#
tantek
barnabywalters site supports micropub
#
tantek
it's a way of having your website having an API that client apps can post to
#
tantek
with this you can use other people's client software
#
tantek
to post to your site
#
tantek
this enables "Reply" buttons in shrewdness
#
tantek
connected to his site waterpigs.co.uk
#
tantek
posted a reply from within shrewdness
#
tantek
and shows that the reply has been posted on waterpigs.co.uk
#
tantek
subscribed to over 60 feeds in shrewdness
#
tantek
all based on microformats2
#
tantek
no need to support RSS or Atom
#
KevinMarks_
my goal is to make a feed to microformats2 adaptor site so barnaby can just use that
#
tantek
up next
#
tantek
Al Power
#
tantek
alpower.com
#
tantek
loves playing with CMSs
#
tantek
classic tinkerer
#
tantek
also photographer
#
tantek
trying out kirby and perch
krendil joined the channel
#
KevinMarks_
who's up?
#
tantek
next up
#
tantek
@jkphl
#
tantek
jkphl.is
#
tantek
has implemented webmentions receiving on his site
#
tantek
posting articles now
#
tantek
would like to post photos, notes etc.
#
tommorris
tantek: TYPO3
#
tantek
Typo3
#
tantek
popular open source CMS in central Europe
#
tantek
would like to put some of these functionalities into Typo3 extensions
#
tantek
wrote an Indieweb plugin for Typo3
#
tommorris
a CMS session might be interesting: I've been using Django CMS at work, some people like Wordpress, some people are into Drupal - might be an idea to discuss the architecture of CMSes and how we can get it easier for CMS users to get involved in indieweb
#
tantek
next up
#
tommorris
Django-CMS is quite interesting because Django is actually a proper framework, and you can say that specific bits are handled by web app controllers and then delegate
#
tantek
@calum_ryan
#
tantek
calumryan.com
#
tantek
has another site culturebook.co.uk
#
tantek
shows demo.culturebook.co.uk
#
tantek
based on Modux(sp?)
glennjones joined the channel
#
ShaneHudson
CSS now working on SSL, and bought a cert for .net
#
KevinMarks_
indienews
alexhartley joined the channel
#
KevinMarks_
there is a bookmarklet to reply on known
#
ben_thatmustbeme
hey KevinMarks_ wasn't planing on being here, just got up
#
KevinMarks_
you missed demos
#
KevinMarks_
now debating sessions
#
KevinMarks_
also, mute so I can hear them
#
ben_thatmustbeme
muted, better?
#
KevinMarks_
yes, thanks
#
KevinMarks_
or markdown
#
neuro`
ben_thatmustbeme: are you the third video participant?
#
KevinMarks_
organisations
#
KevinMarks_
sounds intersting to me
#
KevinMarks_
though I may fall asleep soon
#
KevinMarks_
as it is nearly 5am here
#
KevinMarks_
I spy a frozen andrew
#
neuro`
KevinMarks_: you should sleep a bit and come back later when you're rested
#
ben_thatmustbeme
ahh, we are getting passed around.. i feel cheap :P
ShaneHudson joined the channel
glennjones, annevk and aron_ joined the channel
#
waterpigs.co.uk
edited /2014/UK/Schedule (+70) "/* Saturday 2014-09-06 */ added #indieconf to session grid"
(view diff)
#
ben_thatmustbeme
same here, have a sleeping wife
#
tommorris.org
edited /2014/UK/Schedule (+62) "adding CMS"
(view diff)
indie-visitor joined the channel
#
KevinMarks_
twitter has this working in effect - we have an @microformats etc account
#
KevinMarks_
there is the office and he person obama and whitehouse
#
KevinMarks_
so it comes back to having feeds that cohere
#
tommorris
so, take fn and replace with org. ;-)
#
tantek
the main etherpad for today is at etherpad.mozilla.org/indiewebcamp - please add your etherpads there
#
tantek
tommorris: ^^^
#
KevinMarks_
i imagine hadley's various hats having their own accounts
#
ben_thatmustbeme
for people to follow you all you'd really need is microformats markup on a stream. it could have multiple authors.
#
KevinMarks_
there is a challenge with eg kcltheatre.com - you want to eb abel to post as the org, but also as andrewmarks.kcltheatre.com
#
aroncarroll.com
edited /2014/UK/Guest_List (+212) "/* Participants */"
(view diff)
#
KevinMarks_
you don't want to use rel-me for this - we had this problem with peopel using rel-me for membership and then being assumed to be the same person by crawlers
#
KevinMarks_
subdomains are a well-developed solution for this
#
ben_thatmustbeme
these are producers, not consumers still, so i don't think indieauth really factors in to it. You have have the .com/ be the stream of everyone and .com/author1 and .com/author2, etc have a stream for each of those.
#
KevinMarks_
I think subdomains are better for isolating users
#
KevinMarks_
as then you can use them for indieauth
#
KevinMarks_
think of how blogspot.com or wordpress.com work
#
ben_thatmustbeme
i believe you can use folders for indieauth as well. or at least indieauth.com works with subfolders.
#
KevinMarks_
right, but domain isolation is better for xss etc
indie-visitor_ joined the channel
#
ben_thatmustbeme
hmm, posse from a aggregate stream?
#
KevinMarks_
you may need multipel posse paths
#
KevinMarks_
Known does per-user posse binding
#
KevinMarks_
but there may be a case for org-level posse to an org account too
#
KevinMarks_
it is a problem wiht FB and twitter now
#
KevinMarks_
too easy to accidentally tweet as your org
#
tantek
KevinMarks_: I'm not sure anyone in that group is looking at IRC
#
KevinMarks_
we did ask them to
#
tantek
I got BrianSuda to start a Etherpad
#
tantek
you want the -no-individual etherpad
#
tantek
start writing stuff up in there and hopefully BrianSuda (in that session) will see it
#
KevinMarks_
I think I'm going to crash, it's 5am here
#
KevinMarks_
night night
#
ben_thatmustbeme
rel=member and rel=me? perhaps
#
ben_thatmustbeme
good night KevinMarks_
#
Loqi
don't let the bed bugs bite
#
KevinMarks_
take notes for known people
Loqi joined the channel
#
ben_thatmustbeme
just trying to take notes as best i can in the etherpad
#
ben_thatmustbeme
would be better if someone there were doing this as i can't hear everything of people behind the laptop
#
ben_thatmustbeme
neuro`, are you the other video user?
#
neuro`
ben_thatmustbeme: I am
#
ben_thatmustbeme
your microphone is on i think. I can hear typing. i thought it might be you
#
neuro`
I thought it was you too, I'm mute
#
neuro`
Maybe someone next to the streaming latop
#
ben_thatmustbeme
must be. I do the cough test
#
neuro`
Did you hear me ?
#
hadleybeeman
KevinMarks_: I like the idea of my hats having their own presence on the web. less work for me :)
#
neuro`
Oh, I'm sorry
#
ben_thatmustbeme
quite alright
#
neuro`
I turned off the microfone, should be better
#
Loqi
hadleybeeman: tantek left you a message on 8/21 at 10:51am: I went ahead and added you to the sign-up for IndieWebCampUK since you said you could and would make it for Saturday (noted in sign-up). Let's get your IndieAuth setup so you can edit your entry! http://indiewebify.me/validate-rel-me/?url=http%3A%2F%2Fhadleybeeman.net%2F
persand joined the channel
#
neuro`
ben_thatmustbeme: I can still hear someone typing
#
neuro`
cough heard
#
ben_thatmustbeme
can you hear me talking
#
ben_thatmustbeme
i unplugged the mic
#
neuro`
it's OK now
shreesh_ joined the channel
#
ben.thatmustbe.me
edited /2014/UK/Guest_List (+286) "/* Remote Participants */"
(view diff)
pbeaulieu joined the channel
#
t37.net
edited /2014/UK/Guest_List (+277) "/* Remote Participants */"
(view diff)
#
GWG
lurks and works on his website
barnabywalters_ joined the channel
#
hadleybeeman
Gentle reminder to everyone near a white board: PLEASE CHECK YOU AREN'T USING PERMANENT MARKERS
tantek_1 joined the channel
tantek__ joined the channel
#
tantek__
reminder to add your etherpads to the main etherpad
davidmead, indie-visitor and danbri joined the channel
#
barnabywalters_
is the remote participation set up again successfully?
#
neuro`
barnabywalters_: seems not
#
barnabywalters_
neuro`: okay, I’ll see if I can sort you out
#
ben_thatmustbeme
has started back at work on the house, so i will not be around much from here on out
#
barnabywalters_
options are: indiecomms, export/import of silo data or location
#
barnabywalters_
I’m in location, let me know if you want to move
#
neuro`
barnabywalters_: I can see you now
#
barnabywalters_
okay, remote participation now back up @ https://talky.io/indiewebcamp in the location session: https://etherpad.mozilla.org/indiewebcamp-location
#
barnabywalters_
neuro`: yay!
#
neuro`
barnabywalters_ thank you!
#
barnabywalters_
neuro`: np :)
#
Loqi
yay!
#
waterpigs.co.uk
edited /2014/UK/Schedule (+160) "/* Saturday 2014-09-06 */ added more links to session grid"
(view diff)
benwerd and ShaneHudson joined the channel
#
waterpigs.co.uk
edited /2014/UK/Schedule (+288) "/* Saturday 2014-09-06 */ added afternoon sessions"
(view diff)
#
barnabywalters_
okay, there’s basically just one session on now, on security
terminalpixel joined the channel
#
barnabywalters_
tantek’s still chatting about webactions too
#
waterpigs.co.uk
edited /2014/UK/Schedule (+11) "/* Saturday 2014-09-06 */ BRACKETS"
(view diff)
#
waterpigs.co.uk
edited /2014/UK/Schedule (+4) "/* Saturday 2014-09-06 */ MOAR BRACKETSS"
(view diff)
pbeaulieu joined the channel
#
ShaneHudson
I've got shanehudson.net set up on HTTPS now :) Rating of C though
#
bret
is there any video today?
#
bret
ShaneHudson++
#
bret
nice work :)\
#
Loqi
ShaneHudson has 3 karma
#
channy.creation.net
created /site-deaths-ko (+2253) "/* [ko] Add the first translation */"
(view diff)
#
barnabywalters_
anyone interested in remote participation for the next sessions? either photos or transmat with Glenn
#
barnabywalters_
turned it off for the mo as it was draining my battery
#
waterpigs.co.uk
edited /2014/UK/Schedule (+69) "/* Saturday 2014-09-06 */ added photos session"
(view diff)
#
voxpelli_
Regarding SSL, there are alternative ways to configuring servers – things like https://addons.heroku.com/ssl, Cloudflare and such which sits between the server and the browser – avoids coffee shop hacking by script kiddies and such
#
bret
barnabywalters_ what is the talky url?
#
barnabywalters_
let me know if you want to join, I’ll grab a power cord
#
bret
yeah barnabywalters that would be great :) ty
#
bret
barnabywalters++
#
Loqi
barnabywalters has 62 karma
pbeaulieu joined the channel
#
barnabywalters_
okay, which session?
#
bret
transmatt!
#
barnabywalters_
okay, heading that way
#
bret
node ftw :)
#
ShaneHudson
Typical, knocked my server offline
#
ShaneHudson
(well, apache)
#
bret
servers--
#
Loqi
servers has -1 karma
#
bret
ty barnabywalters
#
channy.creation.net
created /why-ko (+15451) "/* [ko] Add the first translation */"
(view diff)
#
ShaneHudson
Seems to be due to adding SSL certs together "RSA server certificate CommonName (CN) `COMODO RSA Certification Authority' does NOT match server name!?"
#
icco
OH: "There's a lot of overlap between the Indie web crowd and the selfie crowd" :p
#
barnabywalters_
lol bret’s notification popped up :)
#
bret
is transmat powering glenjones.net i presume then?
tantek and petermolnar joined the channel
#
bret
is transmat using a db? or flat files? or hybrid approach? sorry if I missed that earlier
#
channy.creation.net
created /principles-ko (+5230) "/* [ko] Add the first translation */"
(view diff)
#
tantek
woohoo! principles translated to Korean!
#
channy.creation.net
edited /Main_Page-ko (-19) "/* 블로그와 분산 웹의 미래 */"
(view diff)
#
tantek
reminder: add your session etherpads to https://etherpad.mozilla.org/indiewebcamp
#
channy.creation.net
edited /Main_Page-ko (+0) "/* 블로그와 분산 웹의 미래 */"
(view diff)
#
bret
is the trasnmat code available to peek at?
yakker joined the channel
#
bret
really cool glenn!
#
tantek
bret - could you capture things in the etherpad for transmat?
yakker_ joined the channel
#
bret
I'll do my best. audio is a little rough
#
barnabywalters_
thanks bret!
snarfed joined the channel
#
bret
barnabywalters, can you ask if transmat will support common mark?
#
tantek
GROUP PHOTO TIME
#
bret
dont forget the transmat room ;)
petermolnar joined the channel
#
bret
thanks barnabywalters++
#
barnabywalters_
okay, group photo time now, talky will be back in a bit
#
bret
i have my sound muted we got a phone call
tantek joined the channel
#
barnabywalters_
okay, we’re all in a session together then I’ll split off and talk about micropub and clients
#
bret
oh neato
#
bret
ill hop back in when we are done with the call
#
barnabywalters_
cool, benwerd’s here too
#
bret
weee
#
snarfed
hi all, happy iwc uk!
#
snarfed
aaronpk: do you (help) administer caseorganic.com? looks like it's down :/
#
snarfed
bret: right! maybe eventually
#
snarfed
barnabywalters_: or anyone else at iwc uk: please ask jkphl to hop on irc when he gets the chance, i'd love to ask him a favor
#
icco
snarfed, I don't see him around, he may have bounced...
#
snarfed
icco: thx, np. (hi btw!)
#
icco
waves
#
aaronpk
snarfed: my server is down :( looks like it crashed
#
aaronpk
i've really gotta finish moving off that server. ugh.
#
barnabywalters_
snarfed: will do
#
snarfed
aaronpk: oh no, boo. sorry :(
#
aaronpk
wow shit it crashed hardcore
#
bret
booom
wolftune joined the channel
#
benwerd
tantek et al: the thing about lightweight interactions is that, while you definitely need to do user research, they allow people to respond and act on content without having to necessarily formulate a reply. Creates an audience / community connection without requiring too much from the community.
#
benwerd
It's all about whether you care about who your audience is, and what they're interested in
#
aaronpk
server is back
#
aaronpk
oh yeah don't forget about our own etherpad! http://etherpad.indiewebcamp.com/
#
@domenicoperri
"@benwerd: UK friends who care about the web: I highly recommend #IndieWebCamp UK, Sep 6-7 in Brighton. http://t.co/AMzrf5rCcA"
(twitter.com/_/status/508294476499271680)
#
snarfed
yay aaronpk glad it's back
#
@benwerd
Enjoying watching #indiewebcamp remotely via WebRTC in my browser. Yo dawg, I heard you like web standards.
(twitter.com/_/status/508290497358471168)
#
@jonnybarnes
Hoping everyone’s having a good time at #indiewebcamp UK. (https://jonnybarnes.uk/notes/2z)
(twitter.com/_/status/508246079700480000)
#
@kevinmarks
My notes from the opening demos of #IndieWebCamp UK are on my own site at http://www.kevinmarks.com/indiewebcampUK20140906.html #indieweb
(twitter.com/_/status/508213117780652032)
#
@kevinmarks
#indieweb @t: I need to add a time-based version so if I'm asleep it will turn off facetime, for example
(twitter.com/_/status/508209780972744704)
#
@kevinmarks
#indieweb @t: the other part of this is communicating how you want to be contacted to people in a way that looks like apps
(twitter.com/_/status/508209661162426368)
#
@kevinmarks
#indieweb @t: this is all built in html+css, no javascript, so it is faster than native applications
(twitter.com/_/status/508209541821911042)
#
@kevinmarks
#indieweb @t: if you go to http://tantek.com/contact.html you can click through to contact me directly
(twitter.com/_/status/508209362708357120)
#
@kevinmarks
#indieweb @t: so I've been thinking about how to make the person first and the contact secondly see http://tantek.com/2014/120/b1/markup-people-focused-mobile-communication
(twitter.com/_/status/508209171741696000)
#
@kevinmarks
#indieweb @t: by adding an icon to your homepage, your friends can add your face to their homescreens and get to you clickly
(twitter.com/_/status/508208874554281984)
#
@kevinmarks
#indieweb @t: I need a volunteer who has an iPad, as I want to show Icon use.
(twitter.com/_/status/508208516247474176)
#
@kevinmarks
#indieweb @calum_ryan: I want to use my front end designs with an indieweb-based backend
(twitter.com/_/status/508207839517474816)
#
@kevinmarks
#indieweb @calum_ryan: my site is http://calumryan.com I've been building a way for tour guides to access at http://culturebook.co.uk
(twitter.com/_/status/508207745883852801)
#
@kevinmarks
#indieweb @jkphl: I want to add photo and note posting and implement these in typo3 too
(twitter.com/_/status/508207263341756416)
#
@kevinmarks
#indieweb @jkphl: I have implemented webmentions on my site http://jkphl.is using TYPO3, a popular CMS in eastern europe
(twitter.com/_/status/508207175932841984)
#
@kevinmarks
#indieweb @alpower: I want to make photo uploading really easy - trying out kirby and perch
(twitter.com/_/status/508206373960941568)
#
@kevinmarks
#indieweb @alpower: If i'd spent as much time creating content as tinkering with CMS's I'd have a multi-thousand page blog
(twitter.com/_/status/508206232973217792)
#
@kevinmarks
#indieweb @BarnabyWalters: if you log in to shrewdness with your site using indieauth you can post to it in reply by micropub
(twitter.com/_/status/508205713294774272)
#
@kevinmarks
#indieweb @BarnabyWalters: you can also reply to things - I support http://indiewebcamp.com/micropub so you can post replies on your own site
(twitter.com/_/status/508205303234850817)
#
@kevinmarks
#indieweb @BarnabyWalters: I also have a search column that works via elasticsearch on whatever it has seen already
(twitter.com/_/status/508205020517376000)
#
@kevinmarks
#indieweb @BarnabyWalters: I get twitter info via a twitter to microformats 2 proxy converter too
(twitter.com/_/status/508204848236756992)
#
@kevinmarks
#indieweb @BarnabyWalters: but then I made http://shrewdness.waterpigs.co.uk/ which looks like tweetdeck but only parses microformats 2
(twitter.com/_/status/508204717348904960)
#
@kevinmarks
#indieweb @BarnabyWalters: I got distracted by building intertubes based on yahoo pipes which is a reader construction kit
(twitter.com/_/status/508204443947794432)
#
@kevinmarks
#indieweb @BarnabyWalters: I'm Barnaby Walters at http://waterpigs.co.uk and I've been building a reader since last year
(twitter.com/_/status/508204322833055745)
#
@kevinmarks
#indieweb @Rosaemerald: I am building my own site in rails on heroku and plan to make it more indieweb compatible
(twitter.com/_/status/508203620425564160)
#
@kevinmarks
#indieweb @Rosaemerald: I have been a web developer for 7 months, I have a static site with wordpress for blogging at http://www.techfox.co.uk
(twitter.com/_/status/508203461540728832)
#
@kevinmarks
#indieweb Tim Retout: I discovered indieweb 2 weeks ago and have pump.io hosed on my website now
(twitter.com/_/status/508203215611908096)
#
@manvendramaan
RT @kevinmarks: #indieweb @glennjones: I have my own near.html page that shows me the places I have been to before to snap to common ones
(twitter.com/_/status/508202889320214528)
#
@kevinmarks
Hi Andrew, good to see you using @withknown at #indiewebcamp UK
(twitter.com/_/status/508202628723920896)
#
@kevinmarks
#indieweb @AndrewJohnMarks: I also have a site at http://www.kcltheatre.com/ on Known and I'm working out how to use this for actors too
(twitter.com/_/status/508202364168187904)
#
@comzeradd
RT @kevinmarks: #indieweb @t: if you go to https://indiewebcamp.com/irc/ you can see what we're saying; https://talky.io/indiewebcamp you can hear us
(twitter.com/_/status/508202353867358208)
#
@kevinmarks
#indieweb @AndrewJohnMarks: I can post a photo of my dad and it will webmention him if I link it
(twitter.com/_/status/508201796569800704)
#
@kevinmarks
#indieweb @AndrewJohnMarks: I have my own site at http://www.andrewmarks.media/ running on Known - I use soundcloud and wordpress mainly
(twitter.com/_/status/508201596598362112)
#
@kevinmarks
#indieweb @AndrewJohnMarks: I'm Andrew Marks- my dad is on that computer there -wave to him
(twitter.com/_/status/508201401659305984)
#
@kevinmarks
#indieweb @ShaneHudson: somebody already wrote webmention sending for craft; I added reciving them
(twitter.com/_/status/508201264736256001)
#
@kevinmarks
#indieweb @ShaneHudson: craft is at http://buildwithcraft.com - I added a geolocation plugin to craft
(twitter.com/_/status/508201177285009409)
#
@kevinmarks
#indieweb @ShaneHudson: my site http://www.ShaneHudson.net is running wordpress; I tried to write my own CMS, also tried Craft
(twitter.com/_/status/508200979406131200)
#
@OhhSocialMedia
RT @kevinmarks: #indieweb @glennjones: the twitter archive doesn't give you all the context info you need, so I scrape twitter to fix that
(twitter.com/_/status/508200202470432769)
#
@kevinmarks
#indieweb @glennjones: I have my own near.html page that shows me the places I have been to before to snap to common ones
(twitter.com/_/status/508200080579366912)
#
@javascriptd
RT @kevinmarks: #indieweb @voxpelli: I have javascript that embeds webmentions using http://webmention.herokuapp.com to show them on a static site
(twitter.com/_/status/508199882226941952)
#
@kevinmarks
#indieweb @glennjones: see https://transmat.io/glennjones/places for what I have found from my tweets, but I snap to fences in places I know
(twitter.com/_/status/508199796088115200)
#
@kevinmarks
#indieweb @glennjones: I generate an hCard for each person including twitter, name and website, and have started adding places too
(twitter.com/_/status/508199579934674944)
#
@kevinmarks
#indieweb @glennjones: transmat.io is all built on node.js - it imports account info for each person I interact with so I have context
(twitter.com/_/status/508199434010640385)
#
@kevinmarks
#indieweb @glennjones: the twitter archive doesn't give you all the context info you need, so I scrape twitter to fix that
(twitter.com/_/status/508199078224617473)
#
@OhhSocialMedia
RT @kevinmarks: #indieweb @glennjones: I added a UI to set up POSSE so it will then post to other sites like Twitter as well
(twitter.com/_/status/508199019609587713)
#
@twtomcat
RT @kevinmarks: #indieweb @sammachin: you go to my URL to call me, and I decide how you connect depending on where I am
(twitter.com/_/status/508198860167335938)
#
@kevinmarks
#indieweb @glennjones: I have a "reclaim your tweets" feature where you download the zipfile from twitter and it adds only the new ones
(twitter.com/_/status/508198838390116352)
#
@kevinmarks
#indieweb @glennjones: I've built this up experimentally, but am considering running this as a service like brid.gy
(twitter.com/_/status/508198553806598145)
#
@fdevillamil
Building a @getpublify @Docker image so anyone can test it at home without installing everything. #indiewebcamp
(twitter.com/_/status/508198401394343936)
#
@kevinmarks
#indieweb @glennjones: All the HTML is stored locally so even if transmat.io goes down I could staticly host it somewhere else
(twitter.com/_/status/508198360827056128)
#
@kevinmarks
#indieweb @glennjones: everything on the site, if you add /json to a UR,L will parse the microformats of the page and make JSON form it
(twitter.com/_/status/508198011525017600)
#
@kevinmarks
#indieweb @glennjones: I added a UI to set up POSSE so it will then post to other sites like Twitter as well
(twitter.com/_/status/508197845027930112)
#
@kevinmarks
#indieweb @glennjones: contenteditable is very hard to work with. I have to link URLs, @'s and #'s myself to make it usable
(twitter.com/_/status/508197680837713920)
#
@kevinmarks
#indieweb @glennjones: I built a new system transmat.io that is broken into sections that make sense on a phone
(twitter.com/_/status/508196673164562434)
#
@kevinmarks
#indieweb @glennjones: last year I showed my posts written in HTML in a folder, but now I use my phone to take pictures and checkin
(twitter.com/_/status/508196504247762944)
#
@icco
RT @amcewen: Even more so than usual, @kevinmarks is worth following today - he's live-tweeting lots of good stuff about #indieweb from #in…
(twitter.com/_/status/508196141306228737)
#
@kevinmarks
#indieweb @voxpelli: I also wrote a tool to test webmentions + make sure you aren't allowing script injections called webmention-testpinger
(twitter.com/_/status/508195784383164416)
#
@kevinmarks
#indieweb @voxpelli: you add a rel=webmention link to point to this and some javascript to copy to your page embed the webmentions
(twitter.com/_/status/508195454652514304)
#
@kevinmarks
#indieweb @voxpelli: I have javascript that embeds webmentions using http://webmention.herokuapp.com to show them on a static site
(twitter.com/_/status/508195242751717378)
#
@kevinmarks
#indieweb @voxpelli: I got tired of hosting my own server so I move to Jekyll on github pages for everything at http://voxpelli.com
(twitter.com/_/status/508194880493862912)
#
@kevinmarks
#indieweb @icco: my old sites were http://pseudoweb.net (long form) http://sadnet.com to be tweeted at and now at /natnatnat
(twitter.com/_/status/508194582794735617)
#
@kevinmarks
#indieweb @icco: I have a bunch of different sites that did webmentions and such, and it got annoying, so on the train ride I changed it
(twitter.com/_/status/508194076999831552)
#
@amcewen
RT @kevinmarks: #indieweb @t: if you go to https://indiewebcamp.com/irc/ you can see what we're saying; https://talky.io/indiewebcamp you can hear us
(twitter.com/_/status/508193991326588928)
#
@amcewen
Even more so than usual, @kevinmarks is worth following today - he's live-tweeting lots of good stuff about #indieweb from #indiewebcamp
(twitter.com/_/status/508193967838490624)
#
@kevinmarks
#indieweb @sammachin: If you log into my site with indieauth, I can show you more ways to contact me, based on how I know you
(twitter.com/_/status/508193719611174913)
#
@fdevillamil
RT @kevinmarks: #indieweb @sammachin: you go to my URL to call me, and I decide how you connect depending on where I am
(twitter.com/_/status/508193449435475968)
#
@fdevillamil
RT @kevinmarks: #indieweb @sammachin: voicemail is shit - everyone hates it, so give better alternatives
(twitter.com/_/status/508193417411960832)
#
@kevinmarks
#indieweb @sammachin: voicemail is shit - everyone hates it, so give better alternatives
(twitter.com/_/status/508193220560699392)
#
@kevinmarks
#indieweb @sammachin: you go to my URL to call me, and I decide how you connect depending on where I am
(twitter.com/_/status/508192933116661760)
#
@kevinmarks
#indieweb @sammachin: you can call me by going to my page - http://sammachin.github.io/talk/ is frontend; a lot of backend I am running
(twitter.com/_/status/508192727222480896)
#
@kevinmarks
#indieweb @sammachin: the idea is that we can replace all forms of contact - phone, chat, whatever with URLs
(twitter.com/_/status/508192396015042560)
#
@kevinmarks
#indieweb @sammachin: the problem is that I don't own my phone number, but i can connect to it over WebRTC
(twitter.com/_/status/508192264875962368)
#
@kevinmarks
#indieweb @sammachin: at indiewebcmap last year I showed a really early hack of owning my own communications
(twitter.com/_/status/508192107518255104)
#
@rbonini
RT @kevinmarks: #indieweb @adactio: I would like to also POSSE to Instagram but there is no API call to post to instagram except from their…
(twitter.com/_/status/508192057148846081)
#
@kevinmarks
#indieweb @tommorris: I use https://geodienste.lyrk.de/ for map tiles that serve over https, and use OpenStreetMap place objects with lat long
(twitter.com/_/status/508191730605490176)
#
@kevinmarks
#indieweb @tommorris: the feature I have added recently is location http://tommorris.org/places - which has London AND Brighton
(twitter.com/_/status/508191226365886465)
#
@kevinmarks
#indieweb @tommorris: when I'm logged in it just shows my posting interface at the top of the page, with title, content, POSSE boxes+license
(twitter.com/_/status/508190994194391040)
#
@fdevillamil
RT @kevinmarks: #indieweb @tommorris: I use Mozilla Persona to sign in as it didn't need me to pretend to be an app to sign in
(twitter.com/_/status/508190582406414336)
#
@kevinmarks
#indieweb @tommorris: I use Mozilla Persona to sign in as it didn't need me to pretend to be an app to sign in
(twitter.com/_/status/508190446229549057)
#
@kevinmarks
#indieweb @tommorris: this is my site, https://tommorris.org/ , which is not as responsive as it could be; it's primarily text-based
(twitter.com/_/status/508190261969965057)
#
@fdevillamil
RT @kevinmarks: #indieweb @adactio: I would like to also POSSE to Instagram but there is no API call to post to instagram except from their…
(twitter.com/_/status/508189475517001730)
#
@kevinmarks
#indieweb @adactio: I would like to also POSSE to Instagram but there is no API call to post to instagram except from their app
(twitter.com/_/status/508189404267945984)
#
@kevinmarks
#indieweb @adactio: this saves the monolithic task of posting to multiple places, but I haven't brought my old pix back from flickr yet
(twitter.com/_/status/508189072183939072)
#
@michielbdejong
Twitpic is shutting down. http://blog.twitpic.com/2014/09/twitpic-is-shutting-down/ They say you can download your data, but what will happen to the URLs? #indieweb #sitedeath
(twitter.com/_/status/508189039326146560)
#
@kevinmarks
#indieweb @adactio: I post photos to my own site, but send copies to twitter so there is a backup there and to flickr too
(twitter.com/_/status/508188899735535616)
#
@kevinmarks
#indieweb @adactio: I added photo posting, which I upload to my site and make various sizes for different screens viewing it
(twitter.com/_/status/508188760014483456)
#
@xtof_fr
@kirilind @dumeny @fdevillamil invitation brunch #indiewebcamp demain dimanche 11h00 (paris 18) #selfdogfood #webmention cc #d14n #RSVP
(twitter.com/_/status/508188759515750400)
#
@kevinmarks
#indieweb @adactio: I am using brid.gy to propagate to twitter and get comments back on my own posts
(twitter.com/_/status/508188320120070145)
#
@kevinmarks
#indieweb @adactio: after webmentions I got notes working and copying to twitter via POSSE
(twitter.com/_/status/508187967232290816)
#
aaronpk
hello tweets
#
icco
dat irc flood
#
aaronpk
i think the tweet search is running on the server that was down all night :(
#
snarfed
welcome back webmention.io
#
snarfed
aaronpk: yeah by
#
aaronpk
aw man too bad these are not appearing in context
#
snarfed
aaronpk: …er, by my logs, looks like about 8h ago
#
aaronpk
worst possible time
#
tommorris
holy backlog, batman
#
bret
the tweet stream of shame Loqi
#
Loqi
who, me?
#
aaronpk
loqi you and I are going to have a serious talk
#
aaronpk
I lost the live stream
#
aaronpk
benwerd: bret: you guys lose the live stream too?
#
benwerd
Well, we've lost Brighton, but howdy, aaronpk, bret
#
aaronpk
sadface
#
benwerd
Suppose I could get some work done. I'm going to leave the browser window up just in case they come back.
#
aaronpk
has the talky on another monitor
#
aaronpk
too bad, I really wanted to hear barnaby
#
aaronpk
runs to get coffee
#
bret
hey ben :)
#
Loqi
woot
#
tantek.com
edited /like (+159) "/* Silo Examples */ add 500px"
(view diff)
#
tantek.com
created /heart (+18) "r"
(view diff)
#
bret
https://github.com/bcomnes/gitpub can be used as a reference app in node
#
bret
its simple enough to understand
#
bret
bye! have fun
#
tantek.com
edited /like (+303) "/* Variants */ 500px also has heart"
(view diff)
#
tommorris
has SSL enabled.
#
snarfed
tommorris++
#
Loqi
tommorris has 41 karma
#
tommorris.org
created /SSL (+19) "redirect"
(view diff)
#
tantek.com
edited /favorite (+343) "Silo examples, Flickr, Twitter"
(view diff)
#
icco
tommorris, fyi 'The page at 'https://tommorris.org/' was loaded over HTTPS, but displayed insecure content from 'http://f.cl.ly/items/2c1C1q3G2s17421P411g/Screen%20Shot%202014-08-20%20at%2006.44.01.png': this content should also be loaded over HTTPS.'
#
tommorris
icco: yeah, I need to sort out the HTTP content.
#
snarfed
tommorris: eh i say don't stress to much about mixed mode warnings, esp on old pages. inevitable when you port a site with lots of old content
#
snarfed
plenty of my old pages have the same problem. meh
#
kylewm
plenty of my new pages have the same problem :/
#
icco
true, it always causes my ocd to twitch is all :p
#
snarfed
ooh also, tommorris working on his site reminds me to renew my nudge about his webmention handler :P
#
tommorris
snarfed: tomorrow. ;-)
#
Loqi
yay!
#
snarfed
is adding heuristics to scrape disqus site id from each different tumblr theme, since they all do it differently :(
#
@Rosaemerald
having a great day at @indiewebcamp, lots of project ideas to try and build in to my app tomorrow
(twitter.com/_/status/508302481479061505)
#
tantek
looks like we're wrapping up here at IndieWebCampUK for the day
#
tantek
likely to be active online in the evening though
#
GWG
tantek: Anything new on communications?
#
GWG
tantek: Good, will have to read up
#
aaronpk
hopes to catch up on logs
#
tantek
GWG - see the etherpad for the lates
#
aaronpk
wow that's an awesome photo
ttepasse joined the channel
#
@jennie
I'm going to be doing a free indieweb workshop for game devs in October. Talking privacy, security, content ownership and maintainability.
(twitter.com/_/status/508307323723345920)
gavinc joined the channel
#
@henryfaber
RT @jennie: I'm going to be doing a free indieweb workshop for game devs in October. Talking privacy, security, content ownership and maint…
(twitter.com/_/status/508308377613500416)
#
@davidsgallant
RT @jennie: I'm going to be doing a free indieweb workshop for game devs in October. Talking privacy, security, content ownership and maint…
(twitter.com/_/status/508308614034235392)
#
aaronpk
oh man looking at the logs, my server went to sleep at about the same time i did
chrissaad and KartikPrabhu joined the channel
#
@fdevillamil
RT @benwerd: Enjoying watching #indiewebcamp remotely via WebRTC in my browser. Yo dawg, I heard you like web standards.
(twitter.com/_/status/508310526410391552)
#
aaronpk
KevinMarks: thanks for the super awesome notes at http://www.kevinmarks.com/indiewebcampUK20140906.html
#
@rapella
IndieWebCamp 2014 UK: the Web strikes back - and it's 92.3076923 male! https://tommorris.org/posts/9087 ht @tommorris
(twitter.com/_/status/508314199471431680)
techlifeweb joined the channel
#
@benwerd
So wrapped up in #indiewebcamp UK, preparing @withknown for ..., & @mattervc demo day that I forgot about #DoctorWho! Never happened before.
(twitter.com/_/status/508320923389157377)
#
@MaryTrigiani
RT @kevinmarks: My notes from the opening demos of #IndieWebCamp UK are on my own site at http://www.kevinmarks.com/indiewebcampUK20140906.html #indieweb
(twitter.com/_/status/508323644297076737)
eschnou joined the channel
#
KartikPrabhu
totally forgot about the time zone diff with Brighton!
#
aaronpk
I failed to actually do the math and plan ahead
#
neuro`
KartikPrabhu: you're not the only one, don't worry :)
#
KartikPrabhu
yeah... maybe will catch hack day
pbeaulieu and snarfed joined the channel
#
t37.net
edited /Publify (+98) "/* Features */"
(view diff)
#
@yatil
@lukasbestle @ubernauten Ich hoffe ja auf baldigste Unterstützung von IndieAuth (eilt nicht :-D)
(twitter.com/_/status/508332759186960384)
#
aaronpk
debating moving all my simple php and static sites to my dreamhost account to remove a lot of the admin overhead of switching servers
jtzl and grantmacken joined the channel
#
pdurbin
not sure how that helps but ok
#
aaronpk
well anything running on dreamhost I haven't had to touch in years. whereas I have to constantly update my VPS, either OS updates, or switching to a new VPS because I can't actually do in-place updates
#
aaronpk
so if I cut down the amount of stuff on my VPS it's easier to do that
#
aaronpk
this is my current theory.
#
aaronpk
of course the sites that can be run on dreamhost are often the easiest ones to move when I need to
#
pdurbin
oh oh. vps vs. shared hosting. ok
#
aaronpk
oh yeah sorry
#
aaronpk
that wasn't clear
gavinc, sandro and hober joined the channel
#
pdurbin
yeah, get someone else to patch that os ;)
#
GWG
aaronpk, how many sites do you have?
#
KevinMarks
I am looking at moving my static stuff to Google/Amazon
#
aaronpk
i don't want to talk about it
#
snarfed
aaronpk++ for "moving up the stack means less sysadmin work"
#
Loqi
aaronpk has 556 karma
#
snarfed
paases ftw!
#
KevinMarks
At least you have sites. I have all these domains I never made the sites for
#
snarfed
lol true
#
aaronpk
I love my VPSs, don't get me wrong :)
#
@kevinmarks
RT @benwerd: Enjoying watching #indiewebcamp remotely via WebRTC in my browser. Yo dawg, I heard you like web standards.
(twitter.com/_/status/508337364129681408)
#
snarfed
better you then me then
#
snarfed
only admins a single whole machine, my laptop - no servers - and is happy about it
#
aaronpk
not even a home server?
#
snarfed
aaronpk: *especially* not that. apple time machine as a nas, sure, but hard to call that a server
edsu and benwerd joined the channel
#
GWG
What is the best, cheapest and fastest way to serve static files?
#
Loqi
It looks like we don't have a page for "the best, cheapest and fastest way to serve static files" yet. Would you like to create it? http://indiewebcamp.com/wiki/index.php?action=edit&title=the+best%2C+cheapest+and+fastest+way+to+serve+static+files
#
GWG
I keep forgetting about that.
#
techlifeweb
hmmm I fear Wordpress 4 broke indieweb plugins :/
#
snarfed
techlifeweb: yup it did, at least mine. i replied on https://github.com/pfefferle/wordpress-indieweb-press-this/issues/3
#
GWG
Did it break the webmentions one?
#
GWG
I got one yesterday, but that was from myself
#
@alanpearceuk
Finally got around to marking up my site with microformats2 (h-entry and h-card). Moving towards #indieweb :)
(twitter.com/_/status/508339480835928064)
#
techlifeweb
I 'liked' KevinMarks noted from this morning and and first I thought it didn't show up. Not I see it has but listed and Unknown and from 8 hours ago... Hmm it was maybe 30 mins ago and not sure why Unknown.
#
GWG
I am back working on my WordPress stuff. I took a breather for a bit.
#
GWG
I just almost had an idea.
#
GWG
I say that because it seems strange
#
techlifeweb
what was it?
#
bret
GWG, not sure about best, but certainly cheap and reliable: github pages! just push html to any gh-pages branch in a repo
#
bret
(gh-pages is free)
#
bret
there is also neocities
#
aaronpk
hm waht is my new linode going to be called?
#
GWG
What is your usual naming scheme?
#
Loqi
It looks like we don't have a page for "your usual naming scheme" yet. Would you like to create it? http://indiewebcamp.com/wiki/index.php?action=edit&title=your+usual+naming+scheme
#
GWG
Note it didn't do it to aaronpk.
#
aaronpk
moves this to #indiechat
#
KartikPrabhu
GWG: note typo by aaronpk
#
aaronpk
also started with "hm" instead of "what"
#
GWG
Will remember that what is restricted
#
GWG
Or try to
#
KevinMarks
Also fairly easy is static hosting on appengine
#
KevinMarks
Or the kind of node stub the on Heroku I use for kevinmarks.com
#
GWG
So many choices
#
KevinMarks
If you say "What's" rather than "what is" loqi knows you want people to answer
#
Loqi
woot!
#
KevinMarks
If it's audio or video and you can cc it, archive.org will host and let you hotlink
#
KevinMarks
Then there's s3 (which is a pain to config)
#
KevinMarks
And Google cloud, which is easier
#
techlifeweb
archive.org works pretty well. I used it once when I had a video too long for Youtube
#
GWG
KevinMarks, m6 concerns with S3 is bandwidth. But they keep lowering the price
#
GWG
I have never priced Google
#
aaronpk
actually dreamhost is great for static(ish) websites too. and they don't charge for bandwidth or storage so it's pretty much guaranteed $10/mo
#
KevinMarks
They hand out free coupons at hackathons a lot for Amazon
#
aaronpk
or i think $100/yr if you pre pay
#
GWG
I run primarily off of Linode for production stiff, and two cheap VPSes for testing and personal projects
#
GWG
I have a 256mb VPS in Jacksonville for $12 a year.
#
GWG
Perfect for breaking things
gRegor-mobile joined the channel
#
gRegor-mobile
I forgot how timelines work. Skimming the logs, looks like it was a good IWC UK day
#
gRegor-mobile
*timezones
#
gRegor-mobile
aaronpk
#
gRegor-mobile
ugh. Me no likey typing on mobile
#
gRegor-mobile
Aaronpk: I think I got a basic message queue working in my dreamhost shared account. Uses SysV message queues.
#
aaronpk
wow really?
#
gRegor-mobile
Yep. The bulk of the time getting it set up was with dh support. SysV is compiled in their PHP but the extension wasn't loaded. Easy to add to the phprc
#
gRegor-mobile
I've not set up wm sending with it yet, but have sent messages successfully.
#
aaronpk
that's awesome
#
gRegor-mobile
Will document once it's all set up
#
aaronpk
I thought dreamhost didn't allow long-running processes though
#
gRegor-mobile
They reserve the right to kill them and seems they don't allow daemons, but I can run a cron to make sure a few workers are running every minute.
#
aaronpk
oh interesting
#
aaronpk
that's actually essentially how I used to run my IRC bots. I had a cron script called "babysitter.sh" which would check if the bot is running and start it if not
#
voxpelli_
KevinMarks: Regarding static page hosts – I'm thinking of moving my static site to http://www.divshot.com/ from GitHub Pages, looks like an interesting service
#
gRegor-mobile
Check the log from late last night for a link to the post I followed
#
gRegor-mobile
I'm actually not sure it constitutes a daemon, just a shell script that loops waiting for messages
#
gRegor-mobile
Guess we'll see how it works in practice
#
neuro`
voxpelli_: you have S3 too, works pretty well
#
aaronpk
GWG: since you asked, could you distill all these hosting recommendations onto the wiki? :D
#
gRegor-mobile
Alright, it's too nice outside. Have a good day, IWC!
#
GWG
When I get home. I am down the street nursing a soda and reading my tt-rss feed. Few minutes.
#
voxpelli_
neuro`: I like the idea of something simpler, like a Heroku for static sites, and Divshot seems to match that
#
neuro`
voxpelli_: not sure why S3 is complicated
#
neuro`
I even mounted my s3 bucket as a local file system and rsync my static web site locally
#
aaronpk
neuro`: you should make a note of that here! http://indiewebcamp.com/S3
#
aaronpk
what how did that spam pingback get through
#
aaronpk
oh god
#
GWG
aaronpk, I mentioned lowendbox.com on there.
#
voxpelli_
neuro`: Perhaps not complicated, but not as simple – eg. I have no idea how to setup https or proper http redirects on S3
#
aaronpk
i'm guessing the first request to that URL contains HTML that has a link to the wiki, and subsequent requests send the 301 header to the weird spam site
#
neuro`
BTW, I'm still working a bit on Publify, if some people here want to give it a try, I've released a full featured Docker image for IndieWebcamp UK 2014 http://t37.net/a-docker-image-to-test-publify-without-installing-it.html
#
neuro`
if some of you use Docker
KevinMarks and mdik joined the channel
#
aaronpk
the tumblr ios app has a great interface for switching which account you want to post to
#
aaronpk
when you click "new post" at the top of the posting interface you can switch the account it goes to
#
bret
are going to be videos of dconstruct
#
aaronpk
much less overhead than twitter's model of switching the context of the entire app
#
bret
s/are going/are there going
#
Loqi
bret meant to say: are there going to be videos of dconstruct
#
aaronpk
I really want a tool that will take an entire mediawiki site and turn it into simple flat html files with all the proper links and stuff
#
bret
aaronpk, what is the best way to bulk download all my data off webmention.io?
#
@calum_ryan
Star crowd of folks and discussion @IndieWebCampUK today. Now to decide what to create/hack tomorrow #BDF14
(twitter.com/_/status/508357799215382529)
#
aaronpk
it supports paging
#
bret
ah cool... does that need an api key if my stuff is set to public?
#
bret
ill just mess around with it
#
bret
ignore me
#
bret
lazywebbing right now
KartikPrabhu1 and KartikPrabhu joined the channel
#
KevinMarks_
amazon config is a bastard mix of xml and json that you have to paste in random fields that don't validate, or apis that are equally convoluted
GWG joined the channel
#
KevinMarks_
I have set things up with them but it always involves reading a 12 stage setup process again each time
snarfed joined the channel
#
bret
this is cute: [M↓] the md logo in unicode
#
@HongPong
RT @benwerd: Enjoying watching #indiewebcamp remotely via WebRTC in my browser. Yo dawg, I heard you like web standards.
(twitter.com/_/status/508368131245367296)
#
@HongPong
RT @kevinmarks: My notes from the opening demos of #IndieWebCamp UK are on my own site at http://www.kevinmarks.com/indiewebcampUK20140906.html #indieweb
(twitter.com/_/status/508368481838845952)
#
@calum_ryan
Noticeable no-shows on the Guest List at #indiewebcamp today @aral?
(twitter.com/_/status/508369421300400129)
tantek joined the channel
#
snarfed
ben_thatmustbeme: i think i fixed the publish 403 bug you hit. want to try again? just plug http://ben.thatmustbe.me/photo/2014/9/5/5 into https://www.brid.gy/twitter/dissolve333
indie-visitor joined the channel
#
Loqi
Welcome, indie-visitor! Set your nickname by typing /nick yourname
#
@invispide
IndieWebCamp 2014 #UK the Web strikes back! - Tom Morrishttps://tommorris.org/tag/indiewebcamp
(twitter.com/_/status/508378073679798272)
benwerd joined the channel
#
aaronpk
neat, didn't realize the wordpress export feature actually exports an RSS file
#
tantek
what is invispide?
#
Loqi
It looks like we don't have a page for "invispide" yet. Would you like to create it? http://indiewebcamp.com/wiki/index.php?action=edit&title=invispide
#
@invispide
IndieWebCamp 2014 #UK the Web strikes back! - Tom Morris https://tommorris.org/tag/indiewebcamp
(twitter.com/_/status/508379234679914496)
snarfed joined the channel
#
@jkphl
Very much enjoyed the first @IndieWebCampUK day! More unsure than ever what to work on tomorrow though :/ https://twitter.com/jkphl/status/508380205749391360/photo/1
(twitter.com/_/status/508380205749391360)
DanToml joined the channel
#
@alpower
@jkphl @indiewebcampuk indeed! think SSL, and microformats for me being fairly new to this!
(twitter.com/_/status/508381063031582720)
#
tantek
what happened to the Berlin 2014 photos?
#
@schnarfed
@jkphl @IndieWebCampUK awesome, glad you enjoyed it! wish i was there. ooh and i bet you know what i'd vote you work on tomorrow. :P
(twitter.com/_/status/508382446002262016)
#
@jkphl
@schnarfed Hah, good point! :D Thanks for reminding me! (Although there might be more "severe" tasks to work on during @IndieWebCampUK ...)
(twitter.com/_/status/508383305272934400)
#
jden
IWC folks, I find myself in PDX this week
tantek joined the channel
#
aaronpk
waves at jden
#
kylewm
snarfed: lol
#
kylewm
at your tweet
#
kylewm
pay heed lest you be put on the WEBMENTION_BLACKLIST of shame!
#
snarfed
see the error line here? been like that for months. i give you one guess why. :P https://snarfed.org/jkphl.png
#
snarfed
fortunately it doesn't matter, just funny
#
snarfed
kylewm: heh actually not even that, his IP is now in the DoS blacklist
#
snarfed
gets rejected by google's dosserver, doesn't even make it to app engine, much less bridgy
#
kylewm
oh that's right, tommorris is in the webmention blacklist of shame :P
#
snarfed
ah yes
#
snarfed
i also nudged him. quite the nag today
#
kylewm
if he fixes it you should send him the updated screenshot to demo :)
#
snarfed
heh yes
#
tantek
hmm - might want to check out /checkin
#
tantek.com
edited /NYC (+495) "change from redirect to a summary of NYC, including past organizers"
(view diff)
#
tantek.com
created /New_York_City (+17) "Redirected page to [[NYC]]"
(view diff)
#
ben_thatmustbeme
snarfed, That worked!
#
tantek.com
created /New_York (+17) "r"
(view diff)
#
tantek
in honor of all the recently heated Markdown discussions, I've continued to update my thoughts on it: http://tantek.com/w/Markdown
#
ben_thatmustbeme
!tell snarfed it worked but didn't keep the shorturl in the tweet
#
Loqi
Ok, I'll tell them that when I see them next
gRegor` joined the channel
#
snarfed
ben_thatmustbeme: did you plug in the short url? or the long one?
#
Loqi
snarfed: ben_thatmustbeme left you a message 14 minutes ago: it worked but didn't keep the shorturl in the tweet
obensource and obensource_ joined the channel
#
snarfed
looks like you gave it the long one…? next time try the short url. it should use the exact url you give it
wolftune joined the channel
#
@domenicoperri
#usermedia #IndieWebCamp / "@invispide: IndieWebCamp 2014 #UK the Web strikes back! - Tom Morris http://t.co/va9VdcUuH7"
(twitter.com/_/status/508401394173616128)