#indiewebcamp 2014-09-13

2014-09-13 UTC
Pea joined the channel
#
bear
with proper cache headers you can get most page load times to under 200ms
arlen_ joined the channel
#
bear
first page load is always going to be painful - to solve that you need to order your payload so they see something immediately and then a prettier version finishes
Aeyoun_ joined the channel
#
bear
if you have a lot of db queries you can help that by always making sure the most recent query is cached in something like memcache or redis and have the page static load that
#
bear
and then after do the dynamic update
Garbee_, hugoroyd_, kronda_ and GWG- joined the channel
#
bear
heck, even my static only page takes 1.5 seconds to load - most of that is me not caring how big image files are ;)
iboxifoo joined the channel
#
snarfed
cacheheaders++
Leeky joined the channel
#
Loqi
cacheheaders has 1 karma
#
kylewm
bear: i see, yeah, i get a 304 Not Modified from you
#
bear
yep - cacheheaders++
#
bear
cacheheaders++
#
Loqi
cacheheaders has 2 karma
ozatomic and halorgium joined the channel
#
kylewm
ok need to do some reading about that... i thought that only applied to static resources
JonathanNeal joined the channel
#
bear
if your using a database - db query in memcached is your friend
#
kylewm
bear: does that apply even if the db is sqlite?
#
bear
because if you can query memcached for a query statement and pull from memory the json payload then you save a disk round-trip
#
bear
that also implies that your not doing some serious dynamic stuff on your site
#
@benwerd
Thinking about organizing a @withknown users meetup in New York next week. What do you think? #indieweb
(twitter.com/_/status/510584928786866176)
GWG and chrissaad joined the channel
#
kylewm
interesting, thanks!
#
bear
glad to help
#
GWG
I keep meaning to do that.
#
bear
with systems like wordpress it is a plugin IIRC
#
bear
with PHP it's just adding a wrapper around your data call
#
bear
if you really want to get fancy you can setup varnish in front of your site
iboxifoo_ and emmak joined the channel
#
bear
but I don't recommend that unless your user load is causing you to think about moving to a more expensive server
#
@withknown
RT @benwerd: Thinking about organizing a @withknown users meetup in New York next week. What do you think? #indieweb
(twitter.com/_/status/510586278006362112)
#
@bear
RT @benwerd: Thinking about organizing a @withknown users meetup in New York next week. What do you think? #indieweb
(twitter.com/_/status/510586344855576576)
#
GWG
I'd go, but I'm not a Known user
#
bear
something tells me it will have a big indieweb feel :)
#
kylewm
GWG: benwerd is nice, I don't think he'd kick you out
#
benwerd
I mean, for "Known users meetup" I kind of mean "hey, let's get some nice people and go to the pub"
ozatomic_ joined the channel
#
GWG
Well, if I can make it work, I would.
lukebrooker joined the channel
#
GWG
Unless it is the weekend. My brother is buying a house and I said I'd help evict him.
#
kylewm
btw, it's a little bit humbling that i can get advice from professional ops people on how to improve performance on my 16 hits per day site
#
kylewm
bear++
#
kylewm
indiewebcamp++
#
Loqi
bear has 23 karma
#
Loqi
indiewebcamp has 2 karma
#
GWG
I would ask, but I'm afraid I won't understand it.
#
bear
the joy of knowledge is that it gains more power when shared
#
bear
goes to the pub to share some beer
#
GWG
I need to figure out caching as well, kylewm.
#
kylewm
GWG: it's worth mentioning that tantek doesn't do any of that stuff
#
GWG
kylewm: Tantek isn't a typical person though
#
bear
a php solution i've seen others use - http://www.phpfastcache.com/
#
bear
and it's on github so you can always read the code
#
kylewm
GWG: lol, no he is unqiue
Leeky_ joined the channel
#
GWG
bear: I'm using the built in Wordpress cache, which I've overloaded to Memcache
#
GWG
I was trying to figure out browser caching
#
bear
yep - i've used memcached with wordpress often - to help folks avoid server load issues
#
bear
browser cache == etag support
#
bear
it may be called ETag support in WP land
#
GWG
bear: I added it. Also a plugin
#
snarfed
GWG: afaik there isn't really a built in wordpress cache per se, as much as an incomplete framework that plugins use to implement an actual cache
#
bear
goes to the pub
#
bear
i'll be back later
#
GWG
snarfed: It got better, I thought, after they added garbage collection
#
GWG
Besides, Nginx caches the output from Wordpress for me
#
snarfed
maybe. afaik it's still not an actual caching solution
#
snarfed
aha, right, that works then
#
kylewm
so one thing that's kind of crazy
#
kylewm
i was reading a Dave Winer post today that said he uses heroku with amazon s3 as his datastore
#
kylewm
like for text
#
kylewm
i'm surprised that works
michel_v_, Nagahz, yakker_, halorgium_, arlen_, ozatomic, kronda_ and GWG- joined the channel
#
@AndyNortrup
@JoeyBrunelle head about this today and thought you might be interested. #indieweb @withknown http://withknown.com/
(twitter.com/_/status/510595553952952320)
michel_v, iboxifoo and Leeky joined the channel
#
acegiak
I just realised whisperfollow could aggregate my podcasts for me
Pea1, JonathanNeal_, hugoroyd_, j12t_, Aeyoun_, Leeky_, iboxifoo, kronda_, Garbee, ben_thatmust_, grant2, KevinMarks_, Jeena_, lukebrooker_, teknotus_ and valan joined the channel
#
@petrnew
I think I will try known soon! -> #IndieWeb launch #Known so #bloggers can be social and still control their content https://gigaom.com/2014/09/11/indieweb-advocates-launch-known-so-bloggers-can-be-social-and-still-control-their-content/
(twitter.com/_/status/510603777137995777)
paulcp joined the channel
#
@JimVajda
Testing out @withknown a social platform where you actually own your content. #indieweb
(twitter.com/_/status/510606093769506817)
#
@JimVajda
Testing out @withknown a social platform where you actually own your content. #indieweb
(twitter.com/_/status/510607954559520768)
moizsyed and tantek__ joined the channel
#
tantek__
hello from the ace
#
acegiak
that hilighted me :P
#
acegiak
I should probably remove that hilight condition
#
Loqi
fo sho
ben_thatmust__ joined the channel
lukebrooker joined the channel
#
acegiak
oooh. and I could do my own youtube subscriptions too!
paulcp and lukebrooker_ joined the channel
#
ben_thatmust__
quiet night
snarfed, chrissaad and scor joined the channel
#
ben_thatmust_
kylewm, i think i found the problem with webmention
lukebrooker and tantek joined the channel
#
ben_thatmust_
who wrote the indieweb/mention-client-php?
benwerd joined the channel
#
@petrnew
Will you try!? -> #IndieWeb advocates launch #Known so #bloggers can be social and still control their content https://gigaom.com/2014/09/11/indieweb-advocates-launch-known-so-bloggers-can-be-social-and-still-control-their-content/
(twitter.com/_/status/510630701172269056)
brianloveswords, wolftune and KevinMarks joined the channel
emmak_, michel_v, ben_thatmust_ and arlen joined the channel
#
ben_thatmust_
!tell barnabywalters kylewm said he doesn't receive webmentions from you either. His endpoint link is relative, thats what was causing it for me.
#
Loqi
Ok, I'll tell him that when I see him next
#
tantek
I just manually POSSEd an indie comment to a WordPress blog: http://tantek.dev/2014/255/t2/well-deserved-talented-known-minor-correction
#
ben_thatmust_
that links doesn't work for me, localmachine url?
#
ben_thatmust_
s/links/link/
#
Loqi
ben_thatmust_ meant to say: that link doesn't work for me, localmachine url?
paulcp joined the channel
#
tantek
oops yeah tantek.com
protman and aaronpk_ joined the channel
#
aaronpk_
Oh yay this must mean tantek is using his local dev environment ;-)
#
Loqi
yay!
#
tantek
aaronpk++ seriously, so good aaronpk. thanks so much.
#
Loqi
aaronpk has 560 karma
#
tantek
now we just need to document the setup!
#
tantek
"just"
#
ben_thatmust_
nice tantek. I need to set up something for syndication links that I don't have an image for
#
tantek
ben_thatmust_: yeah I had to write small bit of new Falcon code, and two new cassis.js functions
glennjones joined the channel
#
ben_thatmust_
I feel like i'm finially catching up on my todo list for my site
#
ben_thatmust_
now that I have basically abandoned the admin interface in favor of micropub
lukebrooker joined the channel
#
tantek
ben_thatmust_: that reply-context thread implementation is amazing
#
tantek
way to go from zero to top of the class on /reply-context !
indie-visitor joined the channel
#
Loqi
Welcome, indie-visitor! Set your nickname by typing /nick yourname
#
ben_thatmust_
i had links, but they were barely visible
#
ben_thatmust_
i want to get jamming on really fleshing out all the features of my micropub client next
#
ben_thatmust_
the whole contact list bit keeps getting pushed a little further back each time
#
aaronpk_
"abandoned my admin interface in favor of micropub" 👍 yes! That's awesome!
#
tantek
indeed!
#
tantek
cassis functions pushed to head
#
ben_thatmust_
basically. I really only post notes thus far, articles are rare though I don't support that yet through micropub. I post a ton more now that I have that interface
#
aaronpk_
Awesome.
#
ben_thatmust_
and all my photos i do through instagram -> ownyourgram
paulcp joined the channel
#
ben_thatmust_
aaronpk_ is the webmention-client-php your doing?
#
ben_thatmust_
guess i could have just checked github, looks like it
#
aaronpk_
I believe so
#
ben_thatmust_
i made a push request, there are two parts that you can ignore, i was just playing with features. the important bit is that kylewm wasn't receiving mentions from me
#
ben_thatmust_
his endpoint was a relative url, so it never worked
#
aaronpk_
Ok cool!
#
aaronpk_
Will take a look soon
#
aaronpk_
I'm not actually at a computer right now
#
ben_thatmust_
i tend to guess that with anyone with _ at the end of their name
#
aaronpk_
Turns out the web chat interface is better on mobile than Limechat :-)
#
ben_thatmust_
i use it on my home machine too. Its just much easier than firing up a client
#
tantek
looks like Twitter broke or took down one of their logo image permalinks: https://dev.twitter.com/sites/default/files/images_documentation/bird_black_16_0.png
#
Loqi
Ok, I'll tell them that when I see them next
#
Loqi
Ok, I'll tell them that when I see them next
lukebrooker_ joined the channel
#
tantek
!tell voxpelli and pull request: https://github.com/voxpelli/node-webmention-testpinger/pull/8 (figured I might as well since I figured out the rest ;) )
#
Loqi
Ok, I'll tell them that when I see them next
#
ben.thatmustbe.me
edited /webmention (+129) "/* IndieWeb Examples */ update status of my implementation."
(view diff)
#
ben_thatmust_
okay, damn late here, heading to bed
#
ben_thatmust_
goodnight all
#
Loqi
see you in the morning!
#
ben_thatmust_
Loqi seems to have gotten a lot smarter lately
#
Loqi
is done
wolftune, benatkin, hugoroyd, Aeyoun, JonathanNeal, kronda and reedstrm joined the channel
wolftune joined the channel
#
tantek
I've switched my rel=syndication link icons from hotlinking (e.g. the abovementioned Twitter URLs) to using icons from the "symbol" set inside the free WTFPL download of icons at http://rog.ie/blog/free-social-media-icons
tommorris and lukebrooker joined the channel
#
@bartlettcharles
What is Indie Web and where is it going? http://charlesbartlett.net/indie-web-trend/ #indieweb #known #POSSE
(twitter.com/_/status/510661177764888576)
paulcp and snarfed joined the channel
#
tantek
I wonder if Bridgy Publish to FB handles RSVP's to Events
#
tantek
let's find out (using this indie RSVP that has a in-reply-to to a FB event: http://tantek.com/2014/255/t3/going-indieweb-xoxo-breakfast )
#
tantek
I mean, it did RSVP yes for me, but no permalink
#
tantek
but I suppose that can't be helped
#
tantek
FB limitation
#
tantek
amazing, including nice detail like the preview on brid.gy
#
snarfed
thanks!
#
neuro`
Good morning
#
snarfed
morning!
#
tantek
first time I've used Bridgy publish to RSVP to a FB event (instead of clicking the "Join" button). Very cool.
#
snarfed
glad to hear it!
Erkan_Yilmaz joined the channel
#
KevinMarks
I have a Facebook RSVP from myself to my own indieweb event
#
tantek.com
edited /2014/UK/Schedule (+71) "direct link to demo sessions"
(view diff)
#
@fdevillamil
The lines aren't moving yet but for sure something's happening with the #indieweb movement. Still a tech savvy people thing but exciting.
(twitter.com/_/status/510672623488212992)
#
@fdevillamil
1. The lines aren't moving yet but for sure something's happening with the #indieweb movement. Still a tech savvy people thing but exciting.
(twitter.com/_/status/510674030563950593)
#
colintedford.com
edited /Python (+14) "/* Bear */ typos, link projects"
(view diff)
#
@lana_VK
RT @bartlettcharles: What is Indie Web and where is it going? http://charlesbartlett.net/indie-web-trend/ #indieweb #known #POSSE
(twitter.com/_/status/510676573704302592)
#
colintedford.com
edited /Python (+23) "/* Kyle Mahan */ links, typo"
(view diff)
brianloveswords joined the channel
paulcp joined the channel
chrissaad1, mattl, Garbee_, hugoroyd_, JonathanNeal, Phae, lmjabreu__, jden, ngoldman_, benward___, CaptainCalliope_, tommorris, jancborchardt, Aeyoun_, DanToml, skullum and hadleybeeman joined the channel
#
@elliottucker
@benwerd curious to know how you're doing webmentions on hosted Known. Do you have your own brid.gy like service?
(twitter.com/_/status/510690395731554304)
voxpelli_, rknLA, b0bg0d_____, bigbluehat, kronda_, Pierre-O, reedstrm1, Nagahz, Jeena_, CaptainCalliope_, protman, realzies, paulcp, michiel_laptop, squeakytoy, jden, hadleybeeman, Phae, squeakytoy2 and Haxxa joined the channel
#
Haxxa
Hi :)
#
Haxxa
Can anyone explain the difference between the indieweb and say using wordpress, by using wordpress on my own domain don"t I already have control of my data how does the indieweb vary?
Pierre-O joined the channel
#
christopheducamp.com
edited /WordPress-fr (+19300) "[fr: translation sync'd with original - révisions & corrections bienvenues]"
(view diff)
Pierre-O joined the channel
#
christopheducamp.com
edited /WordPress-fr (+13) "/* webmention */ typo"
(view diff)
hadleybeeman, Garbee_, DanToml, benward___, tommorris and ben_thatmust joined the channel
#
ben_thatmustbeme
hey Haxxa, still around?
wolftune, scor, paulcp, pdurbin, Pierre-O, petermolnar and reedstrm joined the channel
#
tommorris.org
edited /Facebook (+356) "/* Criticism */ First they came for the drag queens..."
(view diff)
petermolnar and frontwards joined the channel
#
Haxxa
ben_thatmustbeme yes
#
Haxxa
sorry for late responce
#
Haxxa
Is "known" the biggest project out of this indie web thing?
#
kylewm
Haxxa: hi welcome :) lots of people do use wordpress (with plugins) to indieweb.
#
Haxxa
So indieweb is just a term for running your own web away from companies that hold data
#
kylewm
I wouldn't say that
#
kylewm
that's certainly part of it
#
kylewm
another is to push the UX of owning and hosting your data forward, so that it's actually appaealing :)
#
kylewm
so for example commenting on your own site and sending a webmention to the article you are replying to
#
Haxxa
what is the indieweb then, owning your own piece of the web - how is known which runs data on thier own severs clasing that as indieweb
#
Loqi
It looks like we don't have a page for "the indieweb then, owning your own piece of the web - how is known which runs data on thier own severs clasing that as indieweb" yet. Would you like to create it? http://indiewebcamp.com/wiki/index.php?action=edit&title=the+indieweb+then%2C+owning+your+own+piece+of+the+web+-+how+is+known+which+runs+data+on+thier+own+severs+clasing+that+as+indieweb
#
kylewm
Known can be hosted on withknown.com or run on your own server
#
Haxxa
so using third party sources like facebook but taking it and keeping it as a backup on my own site is the indie web? could the indieweb not just be defined as running your own lamp server
#
kylewm
(ignore Loqi)
#
kylewm
ideally you would post to your own site first, and syndicate to sources like facebook
#
kylewm
not the other way around
#
kylewm
and eventually, improve your site to the point where facebook is a way people consume your content if they want to, but you don't ever have to deal with it
#
kylewm
Haxxa: have you read the first section of http://indiewebcamp.com/ ?
#
Haxxa
I did it raised more questions than answers I learned about syndication etc. but the indieweb itself seems an obscure concept which isn't really defined directly
#
Haxxa
Is it basically taking your content and making it your own rather than some random company that controls it?
backwards joined the channel
#
Haxxa
SO do most people here use known?
#
kylewm
owning your data is part of it, it's all about incremental progress though
#
rascul
many of us have written, or are in the process of writing our own software to run our sites, but there are some who use known or other solutions
#
Haxxa
I want a more coherent mix between G+, FB & Twitter - does the indieweb - (known project) some how offer that
#
Loqi
gives Haxxa a more coherent mix between G
wolftune joined the channel
#
kylewm
how do you mean more coherent?
#
Haxxa
They are intergrated so post to one = post to all or something like that - not really sure but the usage of so many different social networks kind of sucks
bitraten1 joined the channel
#
kylewm
gotcha, yeah totally. you post to your own site, syndicate to social networks, and then via Bridgy comments and likes come back to your site
#
kylewm
(except G+ doesn't have a write API, so it is more difficult to POSSE to)
#
Haxxa
somewhat but also so my non tech savy friends have some idea what is going on
#
Haxxa
also won't they just get annoyed they have to respond elsewhere and just not respond if its not on service they are use to...
#
kylewm
some people (esp wordpress users) keep native comments enabled for that reason
#
kylewm
so that if someone is actually reading your site, they don't have to go to facebook or twitter to respond
#
Haxxa
If they comment on facebook though will it show on my site?
#
Haxxa
I was thinking of using know btw..
#
Haxxa
*...
#
kylewm
that is what Bridgy does
#
kylewm
it backfeeds silo comments back to your site
#
kylewm
definitely check out Known, would you self-host?
#
Haxxa
Is that used as a part os the source code of known and I guess as plugin for wordpress
#
Haxxa
*of the
paulcp joined the channel
#
Haxxa
Yer I would Self Host
#
kylewm
what's your URL?
#
Haxxa
My URL is my name+ .com
#
kylewm
definitely give Known a shot. if you have any trouble setting it up, youre welcome to ask questions here of course
#
kylewm
I use my own software for my main site, but i set up a known install to play with http://known.kylewm.com/ :)
#
Haxxa
Say I don't like known in the future (its not verstile enough - or support dwindles) could I say just import all in to wordpress
#
kylewm
that's a question for benwerd. i know import from wordpress is coming soon, but i don't know how hard it is to export to wp
#
Haxxa
fair enough
#
Haxxa
bye
#
kylewm
good luck
sdboyer, amblin, rschulman_, mlinksva, dietrich, gavinc_, michel_v, teknotus, piney, JonathanNeal, b0bg0d_____, Leeky, bret, icco, mattl, emmak, voxpelli_, rknLA, hidgw, tantek, neuro`, GWG and tommorris joined the channel
teknotus, nagaway, Aeyoun_, hadleybeeman, jancborchardt, sdboyer, michiel_laptop and Phae joined the channel
Pea1 and paulcp joined the channel
#
@rowiro
What is Indie Web & where is it going? #IndieWeb Trend Future | by @bartlettcharles | http://charlesbartlett.net/indie-web-trend/
(twitter.com/_/status/510802833395163136)
onewheelskyward, xtof, piney, danlyke and paulcp joined the channel
#
kylewm
PSA: freenode recommending that everyone change their password... https://twitter.com/freenodestaff/status/510802348579377152
#
@freenodestaff
For now, we recommend that every change their NickServ password as a precaution.
(twitter.com/_/status/510802348579377152)
#
@stephenwdaniels
Trying to figure out some of this indieweb stuff.
(twitter.com/_/status/510815264980471810)
#
GWG
kylewm: Why? Breach?
#
kylewm
yep, sounds like it
#
@withknown
RT @tante: So if you are into the indieweb but still like integration with other networks @withknown (http://withknown.com) is actually …
(twitter.com/_/status/510817922462150656)
chrissaad joined the channel
#
@timweston
RT @tante: So if you are into the indieweb but still like integration with other networks @withknown (http://withknown.com) is actually …
(twitter.com/_/status/510818534260097024)
jonnybarnes joined the channel
#
@kevinmarks
RT @tante: So if you are into the indieweb but still like integration with other networks @withknown (http://withknown.com) is actually …
(twitter.com/_/status/510821001438175233)
#
@kevinmarks
“the IndieWeb… really brings back memories of the excitement and passion that the nascent years of the Web .. http://known.kevinmarks.com/2014/the-indieweb-really-brings-back-memories-of-the-excitement-and
(twitter.com/_/status/510822258130964481)
snarfed joined the channel
#
@mathewi
RT @kevinmarks: “the IndieWeb… really brings back memories of the excitement and passion that the nascent years of the Web .. http://t.co/7…
(twitter.com/_/status/510823498034708481)
#
@RecommTweet
RT @kevinmarks: “the IndieWeb… really brings back memories of the excitement and passion that the nascent years of the Web .. http://t.co/7…
(twitter.com/_/status/510823637017165824)
moizsyed joined the channel
#
@donpark
RT @kevinmarks: “the IndieWeb… really brings back memories of the excitement and passion that the nascent years of the Web .. http://t.co/7…
(twitter.com/_/status/510824642592792576)
jonnybarnes and emerson joined the channel
#
@davidmead
RT @kevinmarks: “the IndieWeb… really brings back memories of the excitement and passion that the nascent years of the Web .. http://t.co/7…
(twitter.com/_/status/510830282019454976)
wolftune joined the channel
#
jonnybarnes
aaronpk: Loqi just messed up posting a tweet
paulcp joined the channel
#
@donpark
@kevinmarks @bmann @withknown what major features does Known add to IndieWeb beyond what Wordpress has? puzzled.
(twitter.com/_/status/510831415399690240)
moizsyed joined the channel
#
pmortensen.eu
edited /why (+29) "Grammar. Spelling (ref. <http://en.wikipedia.org/wiki/Gmail>). Expansion."
(view diff)
#
kylewm
jonnybarnes: what'd Loqi mess up?
#
Loqi
who, me?
#
pmortensen.eu
edited /why (+10) "/* Content theft */ Expansion."
(view diff)
#
pmortensen.eu
edited /Getting_Started (-8) "/* Getting Started on the IndieWeb */ Grammar. Spelling consistency, etc."
(view diff)
reedstrm joined the channel
#
jonnybarnes
kylewm: it put the url http://t.co/7...
#
jonnybarnes
which isnt a valid url
#
kylewm
maybe it's that?
#
kylewm
wait, no, dumb. i forgot loqi doesn't use a-u
danlyke joined the channel
#
pmortensen.eu
edited /Posts_about_the_IndieWeb (+102) "Spelling consistency. Article spelling/case."
(view diff)
basal joined the channel
#
@kevinmarks
@donpark @bmann @withknown is built on the #indieweb specs including webmention and micropub, so brings these to more than just hobbyists
(twitter.com/_/status/510843522795073536)
#
pmortensen.eu
edited /why (+2) "/* see also */ Subsection and article spelling/case. Removed link "Objections" because it redirects to FAQ which is also linked here."
(view diff)
#
pmortensen.eu
edited /short-domains (+0) "More standard spelling/cased for section and sub section titles."
(view diff)
#
pmortensen.eu
created /Talk:why (+264) "Half-broken link"
(view diff)
KartikPrabhu, gRegor` and paulcp joined the channel
#
KartikPrabhu
wassup Loqi?
moizsyed joined the channel
#
pmortensen.eu
edited /Getting_Started (+17) "Copy edited."
(view diff)
tantek joined the channel
#
bret
morning
#
bret
going to try and clean some things up on my site today
#
neuro`
God morning tantek bret
#
bret
everyone is off at xoxo and i failed to sneak in XD
#
tantek
good morning neuro` !
#
tantek
bret - Kevin Kelly is talking, claimed FB will be first billion customer company. I disagree: https://twitter.com/t/status/510851258752978944
#
@t
Kevin Kelly @xoxo: Facebook will be "first billion customer company".FB users are not customers. FB advertisers are. (ttk.me t4Y61)
(twitter.com/_/status/510851258752978944)
#
bret
Sheesh, lets hope not
#
bret
tantek++
#
Loqi
tantek has 76 karma
#
bret
nice reality check there
#
alanpearce
shudders
#
KartikPrabhu
didn't G+ already claim over a billion accounts or something
#
bret
ps its really easy to delete your facebook and never look back
#
pmortensen.eu
edited /Blogger (+18) "Expansion (to avoid confusion with "IP address"). Spelling consistency. Some copy editing."
(view diff)
#
alanpearce
Indeed. I don't even remember doing it, it was such a non-event.
#
bret
i love the guilt page though they show you on the way out. "So and so will miss you!" "This person will miss you!"
#
bret
they try to equate facebook to actual relationships
#
bret
wish I grabbed a screenshot
#
bret
My friend had died earlier that year and they had his picture up and was like "He'll miss you!"
#
neuro`
So how's Xoxo going?
#
@caseorganic
@kevinmarks @kevin2kelly Now I want to make an #indieweb Zine - printed and distributed, explaining things like SSL and other weird things.
(twitter.com/_/status/510855536532000768)
scor joined the channel
#
tantek
so Thinkup does analysis and stats on your Twitter? sounds like we need an indie thinkup that does the same for your own website. @xoxo
#
KartikPrabhu
tantek: what kind of stats does one do on an indiewebsite?
#
tantek
obvious stuff from posting frequency, to how often do you "thank" people
#
tantek
how often you use the words "I, me" to talk about yourself
#
tantek
how often you drop f-bombs
#
tantek
(month over month comparison)
#
KartikPrabhu
interesting. personally don't see the use of doing such stats myself... but can be of interest to others it seems
#
tantek
expects aaronpk to have indiethinkup built as open source by the end of the day
#
tantek
KartikPrabhu: it's a tool for self-reflection and insight. how are you spending your time?
#
kylewm
just so long as nobody builds indieklout
#
@kevinmarks
#xoxo @ginatrapani: How do we build a better web? Get in touch with me! [join us at http://indiewebcamp.com Gina]
(twitter.com/_/status/510858458069872641)
#
pmortensen.eu
edited /Blogger (+0) "/* Issues */ Spelling."
(view diff)
#
bret
kylewm i unfollow people I see posting klout links
aaronpk_ joined the channel
#
alanpearce
tantek: impressive summoning there
#
aaronpk_
Man I gotta fix the zooming issue on this web interface
#
tantek
alanpearce: what happened?
#
alanpearce
You summoned aaronpk_ :)
#
aaronpk_
Think up used to be open source and had a plugin architecture you could write things for
#
aaronpk_
Unless I'm thinking of something else
#
aaronpk_
I installed it at one point
#
gRegor`
Was there a password leak with Freenode, or did I just get a general reminder to update passwords?
#
gRegor`
I only saw apparently the second half of the message, explaining how to update the password
#
@kevinmarks
#xoxo @golan: This is a metaphor for corporate silos - the work we have to do to make them interoperate #indieweb
(twitter.com/_/status/510859499804950528)
#
aaronpk_
Maybe this indie think up could be built on top of the crawler I apparently have to write now
#
pmortensen.eu
edited /h-card (+92) "Expansion. Spelling consistency."
(view diff)
#
kylewm
gRegor`: evidence that there was unauthorized access
#
@freenodestaff
of the server being compromised by an unknown third party. We immediately started an investigation to map the extent of the problem
(twitter.com/_/status/510802237157691393)
#
gRegor`
k. thanks
#
@StephenYoung
RT @kevinmarks: #xoxo @ginatrapani: How do we build a better web? Get in touch with me! [join us at http://indiewebcamp.com Gina]
(twitter.com/_/status/510861924440227840)
SRCR joined the channel
#
bret
woot. fixed my permalinks again
#
Loqi
giggles
SRCR, wolftune and bjorn_ joined the channel
#
pmortensen.eu
created /User:Pmortensen.eu (+504) "Initial."
(view diff)
bjorn_ joined the channel
#
pmortensen.eu
edited /2014/Berlin/Day-2 (+0) "/* Sunday, June 29, 2014 */ Spelling (ref. <http://en.wikipedia.org/wiki/GitHub>)."
(view diff)
#
pmortensen.eu
edited /2014 (+0) "/* Other Activities */ Spelling/case."
(view diff)
paulcp joined the channel
#
pmortensen.eu
edited /marginalia (+2) "/* Post */ Spelling consistecy, etc."
(view diff)
#
pmortensen.eu
edited /marginalia (+0) "/* Code */ Spelling/case."
(view diff)
#
pmortensen.eu
edited /creator (+110) "Spelling consistency. Expansion. Some copy editing."
(view diff)
#
pmortensen.eu
edited /marginalia (+10) "/* IndieWeb Examples */ Copy edited."
(view diff)
gRegor` joined the channel
#
pmortensen.eu
edited /creator (-7) "/* See also */ Removed the third link as it now redirects to "design" which is the seond link in this list."
(view diff)
#
pmortensen.eu
edited /design (+9) "Copy edited. Expansion. Spelling consistency."
(view diff)
#
pmortensen.eu
edited /marginalia (+0) "/* Criticism */ Copy edited."
(view diff)
techlifeweb joined the channel
#
KartikPrabhu
pmortensen.com is on a major wiki scrubbing spree
Erkan_Yilmaz joined the channel
#
KartikPrabhu
s/.com/.eu
#
Loqi
KartikPrabhu meant to say: pmortensen.eu is on a major wiki scrubbing spree
#
pmortensen.eu
edited /2014/Berlin/Day-2 (-3) "Spelling consistency."
(view diff)
Kopfstein joined the channel
#
techlifeweb
Reading through todays log a bit. I feel like we really need some kind of block diagram that describes what is happening with indieweb and maybe what the various pieces do. LIke, I post on my site, including some microformats and webmentions then do Y. people comment and bridgy does Y.
#
techlifeweb
s/webmentions then do Y/webmentions then do X
#
Loqi
techlifeweb meant to say: Reading through todays log a bit. I feel like we really need some kind of block diagram that describes what is happening with indieweb and maybe what the various pieces do. LIke, I post on my site, including some microformats and webmentions then do X. people comment and bridgy does Y.
#
pmortensen.eu
edited /IRC (+27) "Some copy editing. Expansion. Spelling consistency."
(view diff)
friedcell joined the channel
#
KartikPrabhu
techlifeweb: you mean in response to "how is this different from wordpress" type questions?
#
pmortensen.eu
edited /discovery (+51) "Spelling consistency. Expansion. Copy edited."
(view diff)
#
pmortensen.eu
edited /User:Pmortensen.eu (+50) "Added a new sub section, for interesting pages on this site."
(view diff)
#
pmortensen.eu
edited /buttons (-2) "Spelling consistency."
(view diff)
ShaneHudson joined the channel
#
GWG
is wet
arlen joined the channel
#
GWG
But walking in the rain has given me new thoughts
#
techlifeweb
KartikPrabhu: some. There was an exchange earlier between Haxxa and kylewm that seems like maybe could have been cleared up a bit with a picture.
#
GWG
techlifeweb, I wanted to have a chat with you.
#
techlifeweb
GWG: Ok. I have to go in a few mins though
#
kylewm
it's difficult to describe to someone who just wants you to fill in the blank "indieweb is just ______"
#
GWG
You are one of the people who uses WordPress here. What do you feel is missing?
#
techlifeweb
kylewm: Yes, I got the "is there a plugin for wordpress" question yesterday and there is so much more than that.
#
KartikPrabhu
techlifeweb: kylewm: also people seem to want a "precise definition" of what indieweb is, and how it is different. I doubt that can be done
#
GWG
The Indieweb is like painting lines to tell people where to cross the street
#
techlifeweb
GWG: missing...hmm... let me think on that.
#
GWG
techlifeweb, I am still working on some of it.
#
techlifeweb
GWG: Well, inresponse so something kylewm said on my site I worte: "Until everything is decentralized (which I don’t think will happen anytime soon) it is too easy to just click ‘favorite’ on twitter. If a simple click could create something here then this will really get going. "http://techlifeweb.com/social/indieweb/#comment-59
#
GWG
techlifeweb I am trying to get there.
#
techlifeweb
GWG: that would be cool.
#
GWG
techlifeweb, not close
#
techlifeweb
GWG: I have a weird issue of when I webmention something they show up with the wrong time on the other site. Not sure if that is me my markup or Wordpress.
#
GWG
techlifeweb, the initial problem for me id teaching WordPress about relationships.
#
techlifeweb
GWG: relationships?
#
GWG
techlifeweb, replies likes etc.
#
techlifeweb
GWG: Going to lunch in a few minutes. I'll think about it.
#
GWG
techlifeweb, I'll be around
#
techlifeweb
GWG: yes, that's it. Most of it has to do with friction or lack of ease of use between having to go to mysite to do a quick reply to something on a silo.
#
techlifeweb
That is kind of what I was saying earlier. Owning your content is about posting to your site first and that takes a bit to get your mind around at first for a new user. Especially non-tech folks.
#
GWG
techlifeweb thst is the problem I'm trying to work on
#
GWG
I don't know if I am on the best path
#
techlifeweb
I end up saying, is this favorite or like something I'm going to care about later? If no, click the button on the silo. If yes, go to my site and POSSE.
GWG and KartikPrabhu joined the channel
#
GWG
Hi KartikPrabhu
Pierre-O joined the channel
#
GWG
techlifeweb, yes. It should be seamless
#
techlifeweb
Hard to know if you are on the right path. Build, test, modify or throw out.
#
techlifeweb
We keep learnng.
friedcell joined the channel
#
GWG
techlifeweb, I build, test, rebuild, break into small pieces, rebuild...
#
GWG
Right now, I am working on fixing something that I broke
#
GWG
Which will break something else when I am done
#
techlifeweb
GWG: I'll try and test your stuff. Right now I've been hacking on my wordpress install a bit. Breaking things. It's how I learn best and try to document so I can help others later.
#
GWG
I enjoy reading how people have done things.
#
GWG
I study my fellow campers
indie-visitor joined the channel
#
Loqi
Welcome, indie-visitor! Set your nickname by typing /nick yourname
#
GWG
For example, I am rebuilding my syndication links system and studying kylewm, tantek, aaronpk, barnabywalters, etc for inspiration
#
techlifeweb
I really should test Known to see how their doing things from the user side.
#
GWG
I looked at other people's known sites
#
techlifeweb
Yes but you kind of need to know how you like or reply to something via Known. May spur some ideas.
#
GWG
I may give it a try
#
GWG
For WordPress, I want to play with the new API. I think it will change a lot
friedcell joined the channel
#
techlifeweb
I'm out. Talk to you later.
snarfed and tantek joined the channel
#
tantek
good afternoon indiewebcamp!
#
tantek
kylewm: perhaps we can capture Haxx's confusion/question in the form of simple questions to add to the /FAQ
#
neuro`
Good night tantek
#
Loqi
see you in the morning!
#
tantek
let's try this
#
tantek
what is the indieweb?
#
Loqi
It looks like we don't have a page for "the indieweb" yet. Would you like to create it? http://indiewebcamp.com/wiki/index.php?action=edit&title=the+indieweb
friedcell and paulcp joined the channel
#
tantek.com
edited /How_to_set_up_web_sign-in_on_your_own_domain (-96) "change intro text to be more welcoming, contextually relevant"
(view diff)
snarfed joined the channel
#
tantek.com
edited /indieweb (+275) "expand definition to include key indieweb essentials, more See Also"
(view diff)
#
tantek
kylewm, techlifeweb_ - how's this?
#
tantek
what is the indieweb?
#
Loqi
The indieweb is about owning your domain and using it as your primary identity, to publish on your own site (optionally syndicate elsewhere), and ownyourdata http://indiewebcamp.com/the_indieweb
#
tantek
GWG - you too
#
GWG
Me too what?
#
GWG
What did I do?
#
KartikPrabhu
GWG: tantek means to review the edit up there ^^^
#
tantek
GWG - what do you think of this definition of the indie web if/when people ask?
#
tantek
what is the indieweb?
#
Loqi
The indieweb is about owning your domain and using it as your primary identity, to publish on your own site (optionally syndicate elsewhere), and ownyourdata http://indiewebcamp.com/the_indieweb
#
GWG
tantek: Didn't you just define hosted known as not indieweb?
#
tantek
GWG - depends, if you set it up behind your own domain or not.
#
KartikPrabhu
tantek: it seems the current trend is to have "myname.withknown.com
#
GWG
I just hate to stop the momentum. This week's Known interview likely started a bunch of interest.
#
GWG
KartikPrabhu: exactly.
#
tantek
GWG - principles are more important than momentum.
#
tantek
we should not be afraid of making it clear what is and is not indieweb.
#
tantek
KartikPrabhu: that's no "current" trend, that's an *established* trend
#
tantek
myname.tumblr, myname.blogspot, myname.wordpress(.)com etc.
#
KartikPrabhu
tantek I meantr current trend to using known even though known can be selfhosted
#
tantek
KartikPrabhu: yes, that's the try before you indie option.
#
GWG
Does hosted Known allow for a domain name?
#
tantek
GWG, yes. per known.kylewm.com, known.kevinmarks.com etc.
#
tantek
pretty sure those are all hosted, rather than installed.
friedcell joined the channel
#
bear
no one person will go from silo-only to indieweb nirvana in one step - making each of the principles of indieweb achievable thru different paths and without restrictions on order is a good thing IMO
#
GWG
tantek, by the way, what is going on with your site and SSL?
#
tantek
GWG - /https level 2
#
GWG
tantek: The image next to view on twitter is not showing because it is coming from https, which has an unrecognized certificate.
#
GWG
bear: I feel like this should be encapsulized in the Zen of Indieweb.
#
bear
Tao of Indieweb
snarfed joined the channel
#
bear
their are multiple paths to indieweb, which you travel and when is not as important as the fact that you are on the path
reedstrm joined the channel
#
snarfed
hey tantek, re indie thinkup, did you see https://snarfed.org/indie-stats ?
#
snarfed
different use case, but very similar plumbing. if we built indie stats, we'd probably have most of indie thinkup already done too
#
GWG
bear: I think that statement should be on the wiki
#
bear
snarfed - sign me up for whatever infra help you need for that project
#
tantek
GWG - oops!
#
tantek
re: https twitter icon image.
#
tantek
good catch
#
bear
that is the fun of https level 2 - finding all the http:// hard code bits
#
snarfed
bear: thanks!
#
GWG
tantek, I've been studying syndication links
#
tantek
bear - not hardcoded, but a side-effect of me redirecting my admin UI to https
#
GWG
Also On, View On, icons...
#
bear
snarfed - we could start by gathering a list of url's, storing header and the json from mf2 call
#
bear
then later when number crunching types get into the act they will have data to work on
#
alanpearce
Stats would be cool :)
#
snarfed
bear: sure, sgtm! re infra, simplest thing to start would probably be offline cron job that generates and uploads static html, once a day or so
#
alanpearce
Hopefully my search tool will be able to get some as well :)
#
bear
hmm, I think I just nerdsniped my afternoon
#
KartikPrabhu
snarfed: could indie-stats be used to auto compute IndieMark points?
#
alanpearce
Oh, I would love an indiemark calculator!
#
snarfed
KartikPrabhu: maybe, but definitely not my use case. indiemark isn't really my bag personally
#
snarfed
but happy for others too!
#
bear
that could be a consumer of the data I would imagine
#
alanpearce
Seems like the key thing is acquiring data.
#
bear
i'm firing up my editor now
#
alanpearce
Then we can do all the things.
#
bear
will get a basic "pull IRC People from wiki, make a list", "crawl list", "store data" version
#
snarfed
bear: awesome!
#
snarfed
the other source of seed domains that would be great is all domains that have attempted to log into IndieAuth
#
snarfed
i think aaronpk said he'd be ok with providing that
#
bear
well, phase 2 could be some sort of webaction frontend to this list
#
bear
so people can ping it to get added
#
bear
can I use "indie-stats" as a github repo name snarfed?
#
snarfed
bear: of course!
#
snarfed
updated https://snarfed.org/indie-stats with info about the indie thinkup idea too
#
bear
cool
#
bear
your fast on that star ;)
#
kylewm
little clarification, known.kylewm.com is digital ocean. Kevin's is hosted on withknown
tantek_, gRegor`_, natwelch, markmhx and annevk_ joined the channel
#
tantek_
GWG - fixed. reload.
snarfed1 and tantek__1 joined the channel
ngoldman__, yakker, sdboyer_, etymance1 and tallpaul_ joined the channel
#
tantek_
kylewm: perhaps clairfy that on /Known#IndieWeb_Examples ?
fmarier and alexhartley joined the channel
#
tantek_
131 in IRC - have we broken 130 before?
#
tantek_
snarfed, thanks for capturing / blogging https://snarfed.org/indie-stats - very cool
#
@NawafAlThani
My first post on #Known .. #IndieWeb
(twitter.com/_/status/510906846052237312)
rascul joined the channel
#
tantek
!tell snarfed I'm having an odd issue with Bridgy Publish to FB that I'm not sure is my fault or a bug in Bridgy Publish. It seems to only be grabbing the name of my recent blog post, and not the e-content.
#
Loqi
Ok, I'll tell them that when I see them next
Erkan_Yilmaz joined the channel
#
snarfed1
tantek: yup, that's actually intentional
#
snarfed1
we went back and forth on it
#
snarfed1
feedback welcome!
snarfed, tantek and Pierre-O joined the channel
#
snarfed
tantek: probably one good improvement would be to use the content if it's a note, and the title if it's an article…?
#
Loqi
snarfed: tantek left you a message 9 minutes ago: I'm having an odd issue with Bridgy Publish to FB that I'm not sure is my fault or a bug in Bridgy Publish. It seems to only be grabbing the name of my recent blog post, and not the e-content.
#
tantek
snarfed - if it's a note, it's likely the content/title are the same
#
tantek
is there a reason not to always use the *-content?
#
snarfed
tantek: for articles, name will usually be more appropriate for char limited silos like twitter
#
snarfed
oh wait, sorry, you said FB, not twitter?
#
snarfed
ok. looking.
rschulman and KevinMarks joined the channel
#
KevinMarks
tantek - thinkup is open source, so someone could patch it to read indiefeeds too
bretolius joined the channel
#
snarfed
KevinMarks++
#
Loqi
KevinMarks has 55 karma
#
snarfed
(KevinMarks: happy birthday btw…? or does fb not have your real bday? :P)
danlyke, chrissaad1, snarfed1, yakker_, scor, benatkin_ and petermolnar1 joined the channel
alexhartley joined the channel
#
xtof
aaronpk bonjour. Back on mediawiki. just upgraded a personal instance to v 1.2.3 - FYI some warnings met w/ IndieAuth-mediawiki extension -… http://xtof.me/w/2014-256#IndieAuth - Cheers.
#
@timweston
Testing out @withknown, self-hosted blogging platform that syndicates your content elsewhere. #indieweb
(twitter.com/_/status/510917944604246016)
KevinMarks, markmhendrickson, basal, bitraten1, alexhartley, emmak_, wolftune, Jeena_, michel_v_, addal, bret and etymance1 joined the channel
#
KevinMarks
I just introduced aaronpk to ginatrapani - she wants thinkup to add indieweb support, and it's in PHP, so aaron probably has the code needed already mostly written
#
Loqi
giggles
#
bear
now has code to gather domain list from IRCPeople and store it for processing
#
@kevinmarks
#xoxo @gruber: sites made by individuals writing under their own name had great source code that loaded fast #indieweb
(twitter.com/_/status/510935178470887424)
tantek joined the channel
#
pdurbin
KevinMarks: sounds good. the thinkup thing
#
techlifeweb
what is the indieweb?
#
Loqi
The indieweb is about owning your domain and using it as your primary identity, to publish on your own site (optionally syndicate elsewhere), and ownyourdata http://indiewebcamp.com/the_indieweb
#
techlifeweb
tantek: Looks good. Did you mean to run "ownyourdata" together like that?
#
@t
#xoxofest: @gruber is giving an inspirational reminder of the early 2000s #independentweb. #indieweb (ttk.me t4Y64)
(twitter.com/_/status/510936088685600768)
#
tantek
techlifeweb: yes - it's used that way as a hashtag
#
techlifeweb
tantek: got it.
#
@_pius
RT @t: #xoxofest: @gruber is giving an inspirational reminder of the early 2000s #independentweb. #indieweb (ttk.me t4Y64)
(twitter.com/_/status/510936563812159488)
#
tantek
snarfed, yes, Bridgy Publish to FB in particular
snarfed joined the channel
#
@t
@tomcoates It looks like you're writing a blog post. Check out http://withknown.com (hosted or #indieweb install). (ttk.me t4Y65)
(twitter.com/_/status/510939124589928449)
#
@davidcmolina
RT @t: #xoxofest: @gruber is giving an inspirational reminder of the early 2000s #independentweb. #indieweb (ttk.me t4Y64)
(twitter.com/_/status/510940901485871104)