#indiewebcamp 2015-01-06

2015-01-06 UTC
tantek joined the channel
#
tantek
does Known still require Bridgy for backfeeds? somehow I was under the impression that Known now had native backfeed support built-in (when you conntected your various accounts)
#
kylewm
silly question, if i want my "new note" interface to come up faster on mobile, is setting the cache headers the right way to do that?
#
tantek
kylewm: what do the various browser loading measurement tools tell you?
#
tantek
(in terms of what http resources are taking how long to load and render)
#
tantek
and not a silly question at all - performance optimization is non-trivial
#
snarfed
tantek: yes known uses bridgy for backfeed
#
tantek
ok oops I better go clarify something with a new withknown user then
#
snarfed
we all talked strategy a while back, and they had no plans to build it themselves
#
tantek
let's see if webmentions still work ;)
#
snarfed
if anything, they're doubling down on making bridgy integrate better
#
snarfed
finding links
#
tantek
but there's no Bridgy sign-up flow right now on withknown.com so you don't know you don't get backfeed
#
kylewm
tantek, PageSpeed says to eliminate above the fold javascript; but i don't really believe that's what's taking the longest
#
snarfed
tantek: true, and they've been planning to fix that for a while now. details in https://github.com/snarfed/bridgy/issues/240
#
tantek
snarfed++ that's exactly the link I was looking for
#
Loqi
snarfed has 71 karma
Erkan_Yilmaz joined the channel
#
kylewm
even more than that, it looks like it actively scrubs your <a> tag
GWG joined the channel
#
tantek
or just pulls the e-content as "value" plain text
#
kylewm
oh speaking of, i had a microformats question for you, will ask in #microformats
KevinMarks_, Erkan_Yilmaz and prtksxna joined the channel
#
aaronpk
KevinMarks_: what property does unmung look for when finding the podcast media?
#
aaronpk
oh wait that's not the right question
#
KevinMarks
it uses feedparser, so I think it's enclosure
#
KevinMarks
feedparser adds them as links to the entry
#
KevinMarks
{% for link in entry.links %} {% if link.type == 'audio/mpeg' %} <p><audio class="u-audio" src="{{link.href}}" controls preload=none ><a href="{{link.href}}">audio</a></audio> {% endif %}
#
KevinMarks
link rel="enclosure" in Atom
#
aaronpk
cool, u-audio is what I was looking for
#
KevinMarks
hm apparenty rss ones come in as .enclosures, but I think it maps them back and forth
#
KevinMarks
hm, looks liek feedparser.org lapsed
#
KevinMarks
(I do like feedparser code - such tests, many cases)
#
aaronpk
what do you think h-feed consumers will do if they see a list of children, some of which are h-entry and some which are h-cards
#
aaronpk
related, what is the best way to mark up a list of contributors to a multi-author blog as an h-feed property?
#
KevinMarks
hm. normal answer is to make them authors of their own posts
#
aaronpk
but all posts are written by all authors
#
aaronpk
it's more like "staff"
#
KevinMarks
so this is some kind of collborative writing?
#
aaronpk
podcasts, but yeah
#
KevinMarks
ah, right
#
aaronpk
so I actually want the author of the h-entrys to be the podcast itself
#
aaronpk
a separate h-card with the podcast logo, etc
#
ben_thatmust
kylewm, if you just want it to load faster i find making sure to put javascript to all defer until after loading (wherever possible) gives a much nicer load experience
#
KevinMarks
atom convention is that entry author overrides feed author
#
aaronpk
that is true for the /authorship algorithm too
#
aaronpk
i can't think of what to call them, so right now they are just children of the h-feed
#
KevinMarks
"If an atom:entry element does not contain atom:author elements, then the atom:author elements of the contained atom:source element are considered to apply. In an Atom Feed Document, the atom:author elements of the containing atom:feed element are considered to apply to the entry if there are no atom:author elements in the locations described above."
#
aaronpk
it's just kind of weird that the h-feed has a couple h-entrys then some h-cards as children
veselosky and clintpatty joined the channel
#
KevinMarks
I think most podcasts just use one <itunes:author> 'cos thats what iTunes looks for
#
aaronpk
yeah, and I want just one author to show up in a reader
#
aaronpk
i just have these dangling h-cards to deal with
#
KevinMarks
Tantek and I went to Apple after they launched podcasts and explained why the standards people were grumpy wiht them
#
aaronpk
for making up a bunch of itunes-scoped properties for the rss feed?
#
KevinMarks
that duplicated a lot of standard ones
#
aaronpk
yeah, tons. it's ridiculous
#
KevinMarks
guess which one has enclosures
#
KevinMarks
that's right, not th eone wiht the full text
#
aaronpk
nice player in the footer
#
KevinMarks
to find the feed that works you have to click on subscribe and copy a plain-text link
#
KevinMarks
mind you that's better then NPR/ gimlet, where you have to use a aprser to unfuck the iTunes link to find the feed
tantek, cmhobbs, mdik_, KartikPrabhu, snarfed, mlncn-agaric and arlen joined the channel
#
bear.im
edited /User:Bear.im (-22) "add python-indieweb to my project list"
(view diff)
#
bear.im
edited /Python (+12) "add ninka"
(view diff)
#
bear.im
edited /Python (+236) "add to the libraries list"
(view diff)
#
bear
!tell tantek ok, created standalone repo for my python-indieweb example app, posted about it and updated a bunch of wiki pages about it - https://github.com/bear/python-indieweb
#
Loqi
Ok, I'll tell him that when I see him next
snarfed joined the channel
#
prtksxna
I am starting to use the h-entry mf on my blog and I had a question. The blog is run only by me and I don't add a byline to every post. Does it make sense to add a hidden p-author field, or is it implied? Should I instead use h-feed as a whole and define author there?
#
Loqi
prtksxna: tantek left you a message 10 hours, 44 minutes ago: thanks for the indiewebify fix! merged.
#
prtksxna
!tell tantek You're welcome!
#
Loqi
Ok, I'll tell him that when I see him next
#
KartikPrabhu
what is authorship?
#
Loqi
authorship is a claim about who the author(s) of a post are https://indiewebcamp.com/authorship
#
KartikPrabhu
prtksxna: according to your design. why not add h-entry to the <body> and then p-author to the header?
#
prtksxna
KartikPrabhu: How would that make sense? I have multiple h-entries in by body
#
KartikPrabhu
prtksxna: I meant for post permalink pages. for list pages the way you have it is good
#
prtksxna
KartikPrabhu: I don't have it at all right now, but you're saying that not repeating the p-author is fine?
#
prtksxna
KartikPrabhu: I see
#
prtksxna
KartikPrabhu: But it seems that including it will only make things simpler for the parser
#
KartikPrabhu
prtksxna: do what makes design sense, not what makes something simpler for an algorithm
#
prtksxna
If I hide it, it doesn't matter.
#
prtksxna
But I see what you mean
#
KartikPrabhu
also DRY is good :)
#
prtksxna
True, true.
KartikPrabhu, tantek and eschnou joined the channel
#
tantek.com
edited /Google_Plus (+356) "add xkcd, expand dfn"
(view diff)
asdofindia and sh4l joined the channel
asdofindia joined the channel
#
bear
hmm, i'm wondering if I will be able to test indieauth login without a browser
asdofindia, reidab, KevinMarks_ and colintedford joined the channel
#
kylewm
bear: yeah i have had that problem...did not figure it out
#
bear
yea, I got to the point where I could check that it was calling indieauth.com properly and punted :)
#
kylewm
sounds like a job for Mock
#
bear
yea, but the issue is popping up a browser window to do the persona call (or whatever they pick)
#
bear
which smells when your doing cli tests
#
bear
because indieauth.com uses persona.js
#
kylewm
yeah :(
#
kylewm
it is also a little tricky to get the reply from indieauth; i ran a one-off server on localhost and passed it as the redirect_uri
#
kylewm
but that felt icky too
#
bear
nods
#
bear
mock still may be the best bet
#
bear
verify the initial call returns 200 and then playback a recorded /success for both pass and fail
clintpatty, csarven, wont_on, asdofindia and friedcell joined the channel
#
KevinMarks
localhost server isn't that bad; at least it means you can test other http error conditions, headers etc
#
bear
i'll tackle python version of indieauth after I get other things working :)
KartikPrabhu and cweiske joined the channel
#
@marcthiele
@seb_ly @msslovi0 the @indiewebcamp is also running Saturday and Sunday. So I’d have the space at least. But let’s chat later.
(twitter.com/_/status/552395665331216385)
petermolnar, KartikPrabhu and wont_on joined the channel
#
@justinavery
@seb_ly @marcthiele @msslovi0 @indiewebcamp yes yes yes please. Could I borrow your kids Marc to distract Noah for the two days :)
(twitter.com/_/status/552404900538511362)
Acidnerd, Sebastien-L, KartikPrabhu, cweiske, csarven and friedcell joined the channel
#
colintedford.com
edited /User:Colintedford.com (+440) ""Working on" / "Better archives": more notes. "Done": Archive pages unpaginated, better styled."
(view diff)
myfreeweb joined the channel
KartikPrabhu, eburcat, adactio, Sebastien-L, prtksxna_, friedcell, dns53, behind_you, csarven, loic_m and Erkan_Yilmaz joined the channel
#
@Mike_Jobisk
Play Real Rummy With Real Chips! http://asmclk.com/click.php?aff=27902&camp=34212&sub1= #indians #indieweb #IndiawithPakistan
(twitter.com/_/status/552455213836435457)
#
@Mike_Jobisk
Play Real Rummy With Real Chips! http://linkis.com/asmclk.com/E8pr6 #indians #indieweb #IndiawithPakistan
(twitter.com/_/status/552455215249895425)
Sebastien-L, JasonO, flowyi, prtksxna, gRegor`, verdi_, myfreeweb and wolftune joined the channel
mlncn-agaric joined the channel
#
GWG
petermolnar: You around?
JasonO, veselosky, flowyi, Sebastien-L, clintpatty, michielbdejong, davidmead, KartikPrabhu, gRegor`_, snarfed, crystal_ and myfreeweb joined the channel
#
GWG
Hello, gRegor`
#
gRegor`
Hey GWG
eburcat and Sebastien-L joined the channel
#
GWG
gRegor`: Finally returned to a project that I discussed with you
#
gRegor`
Which project?
mlncn-agaric joined the channel
#
GWG
A starter theme for WordPress with mf2
#
GWG
This was months ago
tantek and myfreeweb joined the channel
#
@5easypieces
Set this up as my first dip into the #indieweb (h/t to @anildash for inspiring this): http://social.kovenjsmith.com/ Not hott yet, but hey.
(twitter.com/_/status/552515669083049984)
#
kylewm
huh, that's cool. I wonder how anil inspired him to install Known
#
aaronpk
i was thinking the same thing!
ooland joined the channel
#
KartikPrabhu
aaronpk: yes. also tried another friend's account
#
aaronpk
the @flickrhelp account hasn't tweeted since july
#
KartikPrabhu
time start owingyourphotos!
#
@aaronpk
Flickr is down, and @FlickrHelp hasn't updated since July. I think owning my photos just got bumped up in the priority queue. #indieweb
(twitter.com/_/status/552518006316994560)
#
kylewm
@FlickrHelp is still active under Tweets & Replies
#
aaronpk
good call
#
GWG
Anyone here use SASS?
veselosky joined the channel
#
rascul
i do but i'm not expert about it
#
aaronpk
now I can't get to facebook
#
GWG
rascul: I have decided to try it. Was looking for a good reference
#
rascul
i just used the docs at http://sass-lang.com
#
rascul
i really only use it for the variables and the nesting
#
GWG
rascul: That is what I want it for. To make CSS easier to write
#
rascul
heh i should probably finish my site design one day
snarfed joined the channel
#
GWG
In what way?
#
KartikPrabhu
Saas is not more useful, unless you are writing large CSS files
#
aaronpk
i feel like it's overkill for most of the things I do
#
KartikPrabhu
aaronpk: agreed
#
KartikPrabhu
it seems good for large sites with many CSS parts and so on
#
rascul
GWG there's several things i almost completed until i got bored with it
#
rascul
my css needs some cleaning up too
danlyke joined the channel
#
rascul
KartikPrabhu it's useful for nesting mostly imo
#
KartikPrabhu
rascul: if you are nesting a lot then you need to rethink the CSS
#
gRegor`
aaronpk: Your flickr loads for me
#
rascul
why do you say that?
#
aaronpk
gRegor`: it's back now. was definitely down for a while
snarfed joined the channel
#
gRegor`
Scary, esp. with Yahoo's record
#
rascul
KartikPrabhu i don't like to litter my html with classes because it makes it less readable
#
rascul
nesting css is kind of required in that case
#
GWG
I like to split things into smaller files so I can find them. This would allow me to generate a single file.
#
GWG
While doing a few other things.
#
GWG
I think I change things often enough...
caseorganic joined the channel
#
rascul
GWG this was just posted to hackernews http://sass-guidelin.es/
#
KartikPrabhu
rascul: more nesting means more specificity for the style, which then makes it that much harder to over-ride
#
rascul
why should that concern me?
#
KartikPrabhu
<shrug> if it doesn't then good
#
rascul
it doesn't, but i may be ignorant
#
KartikPrabhu
i over ride certain styles in certain situations all the time
#
KartikPrabhu
i mean on my own site.
#
KartikPrabhu
later in the CSS file you may want to over ride some style you set early on
#
rascul
that hasn't been an issue for me
#
KartikPrabhu
yeah. but it is just good practice to keep CSS maintainable
#
KartikPrabhu
I sometime use custom styles for a particular post. So my main css needs to be over-rideable
#
rascul
i'm not sure how i could redo it without getting lost in a jumbled mess of classes and id's
mlncn-agaric joined the channel
#
rascul
i like that i can easily trace my css in my .sass based on what i'm looking at in the rendered web page
#
GWG
Fortunately for me, I'm not starting from scratch.
#
GWG
rascul: I'm going to try scss over sass
#
rascul
i'm no web designer either, and i really hope i never am :)
#
KartikPrabhu
rascul: if you name classes and ids approriately then you still can do that
#
rascul
GWG i only did sass instead of scss because kate got confused for the highlighting with scss
#
KartikPrabhu
tab spacing FTW
#
GWG
I am old school. I like brackets
sandro_ joined the channel
#
rascul
i would prefer the tab spacing if kate would cooperate
#
rascul
maybe that's the python part of me
#
GWG
I grew up with C... After I abandoned Pascal. I'm most comfortable with that style. I still tsb space for readability.
#
rascul
all this talking in here makes me want to work on my site some more, but i've got other things on the list first
#
GWG
rascul: That is how it happens with me.
#
GWG
My 2015 commitment broke my 2014 code. So I am rebuilding using a design that is hopefully better. Of course this is my 4th time doing that since March
#
GWG
I need to find a methodology that makes it easier to add things without rewriting old stuff too much
#
GWG
But I have learned from each generation
#
rascul
heh i rewrote my static site generator so many times
agaric joined the channel
#
bret
aaronpk reported
#
rascul
there's no access control on the github wikis is there?
#
bret
i think you can prevent public input
KartikPrabhu1 joined the channel
#
rascul
using bsd license, is it acceptable to just put it in /COPYING or /LICENSE or should i also include a license blurb in every source file?
myfreeweb joined the channel
#
gregorlove.com
created /Goodreads (+196) "stub"
(view diff)
#
gregorlove.com
edited /User:Gregorlove.com (+4) "/* Interests */"
(view diff)
#
@thierrymarianne
@phrawzty tells us a story abt what DevOps might be all about: getting rid of silos cc: @MozillaParis @t #indieweb @DeezerFrance @benjaM1
(twitter.com/_/status/552532733281701889)
lupinedev joined the channel
#
@benjaM1
RT @thierrymarianne: @phrawzty tells us a story abt what DevOps might be all about: getting rid of silos cc: @MozillaParis @t #indieweb @D
(twitter.com/_/status/552534707754532865)
#
ben_thatmust
hows it going rascul
#
rascul
slowly
#
bret
aaronpk: "Thanks for the report! We are looking into it right now. We do appreciate reports like this, helps us keep things clean around here :)"
#
bear
rascul - what I do is put the license line in every source file and have the LICENSE file contain the full text
#
ben_thatmust
genrally it is nice to be able to just scroll to the top and know what its liscense is
#
rascul
bear that sounds appropriate, i'll do that
#
rascul
some licenses (ie gpl http://www.gnu.org/licenses/gpl-howto.html) give a blurb to put in the header somewhere which is why i was wondering
#
bear
this is what I use for my python projects: """:copyright: (c) 2015 by Mike Taylor
#
bear
:license: MIT, see LICENSE for more details."""
#
bear
yea, IMO they are overly complicated, one of the reasons I stick with MIT or BSD
#
rascul
i like the simple, clear, easy to read and to the point licenses best
#
bear
that is the cognitive advantage of using MIT or BSD - it's open source and in reality they can really do anything, so keep the maintenance and attention costs as low as necessary
#
rascul
indeed
#
kylewm
I missed Sass talk!!
#
rascul
not too late kylewm, sass isn't going anywhere!
#
kylewm
I just learned it (SCSS specifically) and didn't feel like it was overkill at all, even for very minimal styling
#
kylewm
another good reference is http://thesassway.com/
#
aaronpk
bret: what's that from?
#
bret
<support@github.com>
#
aaronpk
oh cool
#
ben_thatmust
some of those are contingent upon ability to post do that, plus it would be nice to get replies/rsvps in there too
#
aaronpk
ben_thatmust: have you thought about making an interface that is less post-type driven?
#
aaronpk
like you make a new post, then just start attaching different things to it
#
aaronpk
Twitter, Facebook and Path are all good examples
#
ben_thatmust
i had considered it, but i worried the actual posting interface would get far too cluttered
#
ben_thatmust
also, it would be confusing when i get to "why can't i add a photo, video, and audio" in one post. which would get to a whole new can of worms of uploading files that aren't a single post, etc
tantek joined the channel
#
ben_thatmust
some of those could be combined in, but i think creating events, and media posts should be seperate
#
ben_thatmust
they will all have a similar UI though
caseorga_, myfreeweb and benwerd joined the channel
#
benwerd
aaronpk: we're getting some pushback about the requirement for the PHP XML-RPC module, which is inherited from php-mention-client. I see that xml_encode_request has a built-in shim, but is there still a requirement for an xml_decode function to exist?
#
benwerd
* xmlrpc_decode
#
Loqi
benwerd: tantek left you a message on 1/5 at 2:36pm: and here's higher quality resampling code than what's built into canvas to up or downsize (in JS) https://github.com/potch/canvascopy/tree/gh-pages using image data objects
#
benwerd
and xmlrpc_encode_request
#
benwerd
tantek: *awesome*. thanks!
#
tantek
benwerd - related - I got the author of that to try Known: potch.withknown.com
#
Loqi
tantek: bear left you a message on 1/5 at 8:00pm: ok, created standalone repo for my python-indieweb example app, posted about it and updated a bunch of wiki pages about it - https://github.com/bear/python-indieweb
#
Loqi
tantek: prtksxna left you a message on 1/5 at 8:30pm: You're welcome!
#
tantek
however I errantly thought backfeed was built-in to Known - like the way it "just works" on werd.io, so I forgot to get him signed up on that
#
benwerd
tantek: we have an easy bridgy interface coming for the next version
#
tantek
I did reply to his post accordingly http://potch.withknown.com/2015/trying-out-withknowncom-in-particular-the-automatic-syndication-t-made however I note that Known didn't auto-link my URL in the comment
#
benwerd
tantek: also, thank you again! very cool
#
tantek
I'm trying!
#
benwerd
really appreciate it
eburcat joined the channel
#
tantek
also if there are any contests anywhere of the sort, I'd like to nominate Known as best new open source project of 2014
#
tantek
anyone know of any such contests?
#
rascul
heh benwerd's presence reminds me i need to update my sister's site :)
#
tantek
maybe O'Reilly?
#
tantek
open source awards?
#
aaronpk
benwerd: I can probably hack it to not need xmlrpc_decode
#
aaronpk
it's just checking the response from sending the pingback, I can probably do it with string matching
#
benwerd
aaronpk: not to worry - just wanted to check if something existed before duplicating work
Acidnerd joined the channel
#
aaronpk
it certainly doesn't need a full decode replacement
#
rascul
er, later this year
#
benwerd
awards or no, I'd really love to go to oscon this year.
#
benwerd
(tantek: thank you a third time!)
#
tantek
rascul - that was for last year's awards
#
rascul
tantek do you know how they decide the winners?
#
tantek
rascul no idea
#
tantek
here's a wikipedia page I started on it that seems to still be around ;) http://en.wikipedia.org/wiki/O%27Reilly_Open_Source_Award
#
rascul
yeah google tturned that up for me earlier :)
#
tantek
rascul - feel free to add that 2014 URL you found as a citation on that wikipedia page :)
#
rascul
i'd rather not, i have some personal reasons for not having a wikipedia account
sparverius joined the channel
#
tantek
rascul - not even pseudonymously?
#
rascul
not at this time, no
#
rascul
it wouldn't bother me at all if you did it though
Kopfstein joined the channel
#
aaronpk
you can still make anonymous edits to wikipedia right?
#
tantek
yes - to most pages - IP is logged
#
aaronpk
I should have said "not-logged in edits", sorry
#
aaronpk
there are no claims of anonymity there
#
Loqi
I agree
pauloppenheim, caseorga_, eburcat and KevinMarks_ joined the channel
#
Acidnerd
hey anyone here familiar with federated concept of Lorea/elgg ?
#
Acidnerd
is it still in the race, in the light of what #indieweb has been doing ?
#
kylewm
cc: benwerd
#
Acidnerd
on my last experiment 2 years ago i was able to subscribe to a EFF on status.net on a Elgg/lorea instance, and that's pretty much all it was able to do
#
tantek
Acidnerd - do you know anyone using Lorea/elgg on their personal site today?
#
benwerd
Elgg. I've heard of that
#
Acidnerd
note personal site
#
Acidnerd
one is n-1.cc
#
benwerd
Soooo ... Known started because Tantek and I tried to push a microformat pull request to Elgg.
#
benwerd
(I started Elgg but am no longer involved.)
#
Acidnerd
and another is my experiment because n-1.cc was too slow http://occupythecomms.cc (now invaded by spammers, and all federated plugins turned off)
#
benwerd
So that's your answer ;)
#
tantek
and it got rejected right benwerd ?
#
benwerd
tantek: it did
#
Acidnerd
well then...
#
tantek
looks for the event URL where we did that
#
Acidnerd
i loved the idea of being able to "follow" someone from another platform without having to register there
#
Acidnerd
and get their update right on my node
#
benwerd
Acidnerd: YES.
#
Acidnerd
i still love the idea, i'm getting ready to implement indieweb to my wordpress, and then start testing known and other implementations
#
Acidnerd
but what really interest me, is how to connect existing alternatives like diaspora, status.net, elgg, identi.ca, together and being able to think more about "federated web"
#
tantek
Acidnerd do you run any of those alternatives on your personal site?
#
Acidnerd
not right now
#
tantek
Acidnerd what's your personal site?
#
Acidnerd
thinking on getting me a new VPS where i can dive into experimenting all that
#
benwerd
Acidnerd: Yeah. We're working on a feed-based version of this for Known. We probably won't do direct integrations, except potentially for Elgg (just because that's an easy win)
#
Acidnerd
well my music site www.buzzworkers.com
#
Acidnerd
my news junkie info site www.intoxvs.info
#
Acidnerd
both are wordpress
#
tantek
hmm - I'm not seeing any content on the home pages - is it all hidden behind JS?
#
Acidnerd
but since i dont have since many years my own personal blog, i was thinking on trying known
#
tantek
Acidnerd, I highly recommend trying Known
#
Acidnerd
hmm nope, but the landing page is a rebelmouse script
#
tantek
oh that's too bad because it looks blank except for nav links with NoScript running
#
tantek
NoScript Add-on for Firefox
#
Acidnerd
hmm inded, that's the issue with rebelmouse
#
Acidnerd
or with JS
#
tantek
only with content that depends on JS
#
tantek
better to have content that works as content, and is only enhanced by JS
#
Acidnerd
i could implement it using iframes
#
kylewm
what is rebelmouse?
#
Loqi
It looks like we don't have a page for "rebelmouse" yet. Would you like to create it? https://indiewebcamp.com/wiki/index.php?action=edit&title=rebelmouse
#
Acidnerd
i agree, but both use case here, are not really where i want to experiment with indieweb
#
Acidnerd
rebelmouse is an aggregator, social frontpage
#
Acidnerd
depending on the usecase, it can be used several ways, one is centralizing because of the fragmentation of web services
#
Acidnerd
so a brand or let's say you can have all your identities, youtube, instagram, facebook, twitter, go back to your site,
#
Acidnerd
but you're never owning the data
#
aaronpk
they're not really on your site if it's loading the content from external sources via javascript
#
Acidnerd
indeed
#
kylewm
Acidnerd, do you follow the work on federating Diaspora/Friendica/StatusNet?
#
tantek
Acidnerd - which of those do you consider your primary personal site?
#
Acidnerd
i was, but not since last year, i kinda lost the track of it
#
Acidnerd
none: that's why i want to have my own blog, for like personal stuff
#
Acidnerd
hence i could start directly with the correct tool, by the wiki, there is several, and i'm interested to try
#
Acidnerd
i want to have that site where i can publish my stuff and it goes to corporate silos
KevinMarks__ joined the channel
#
Acidnerd
without me having to move a finger
#
tantek
Acidnerd - awesome - just got to pick a domain you want to start with for that and plenty of folks here who can help you step by step.
#
Acidnerd
i'll do that, just waiting some €€ should arrive pretty soon now
#
tantek
I mean you can use one of your current domains if you want!
#
tantek
benwerd - thankfully KevinMarks actually captured a photo (though only on Google+) - I found it and embedded it on the wiki page: http://microformats.org/wiki/events/2012-07-24-sf-meetup#Photographs
#
benwerd
Amazing
#
Acidnerd
i loved the concept of federated web, because at the time, i was thinking that instead of making people run off facebook, we could all be a federated network, let's say for activism for exemple, if we had a decent social net replacement, respectful of privacy, data ownership, security, and then connect instances together and allow people to follow each other no matter the platform they are in
#
tantek
pretty sure that was the only time you and I met up to chat microformats at La Boulange Du Dome, which I do remember where we first edited those source files on github and submitted a patch
#
tantek
Acidnerd - you've found a place where others love that too - and are doing it with their own site :)
#
Acidnerd
tantek, yes i could, i could have blog.buzzworkers.com, but i really want to separate things up and have this machine where i can do all the experiments i want
#
Acidnerd
i'm watching this #indiewebcamp for a while, mostly on twitter and via the wiki
#
Acidnerd
forgot to come here
#
tantek
Acidnerd, great, makes sense. First step then - get the domain you want and setup a simple static page on it: http://indiewebcamp.com/Getting_Started#Get_a_personal_domain
#
Acidnerd
that's on my todo list now
#
Acidnerd
i was using this https://www.rebelmouse.com/indieweb/ to track you all :p
#
Acidnerd
hope you don't mind, and if you mind, just tell me and i'll delete the topic
#
benwerd
(kylewm: thank you for the cc!)
#
aaronpk
oh wow
crystal__ joined the channel
#
Acidnerd
it's using RSS and #indieweb tag on twitter
#
aaronpk
that looks like tagboar
#
aaronpk
but it's self-hosted?
#
Acidnerd
nope sadly
#
Acidnerd
there is no open source alternative to rebelmouse
#
aaronpk
ah darn
#
Acidnerd
i wish i existed
#
Acidnerd
it existed
#
bear
what does it do?
#
aaronpk
what a funny way of reading wiki edits!
#
Acidnerd
well it takes RSS feeds from any site, a wiki in this case, #hashtags,
#
Acidnerd
but it can also be very strict, like i could put all of you on a twitter list, and then get your tweets, but only if there is a link and only if there is #indieweb on the tweet
#
Acidnerd
so in another way, you would be powering the topic when YOU tweet with correct rules
squeakytoy joined the channel
#
aaronpk
this is what http://news.indiewebcamp.com/ was supposed to be. need to figure out a way to make it easier to get content there and make it look better
#
bear
rebelmouse becomes a presentation/UI issue once you get your indieweb site running
#
Acidnerd
i'm using a lot of this with grassroots movements, bc they need simple ways to group publish, without ACL or to complex system for users, and since people know how to tweet, they use their twitter app to power the topic
#
Acidnerd
i like that : http://news.indiewebcamp.com/ :)
#
Acidnerd
bear: can you explain why ?
#
bear
you would be able to gather your own posts (tweets, whatever), your friends posts via h-feed reading and also external references via brid.gy
#
bear
then it's all in your site and you can style it how you want
#
Acidnerd
that's going to be great, so i can get ride of rebelmouse
#
Acidnerd
rebelmouse is moving to being able to create instant community with it's Roar and X pay options, with integrated comments, and all the features from the free rebelmouse plan, but again...that's the direction i want to avoid from now on, at least for me personally for a starter
#
Acidnerd
let's try this rss feed aaronpk
KevinMarks_ joined the channel
#
Acidnerd
ok it's there now, give it some time to grok all the incoming feed items
#
Acidnerd
by the way you're pushing tweets there directly with @indiewebcamp and @indiewebcampUK
#
aaronpk
totally worked
#
tantek
!tell benwerd confirmed by the date of the Elgg patches I made (and now captured on the wiki page). This was the meetup: http://microformats.org/wiki/events/2012-07-24-sf-meetup#Notes
#
Loqi
Ok, I'll tell them that when I see them next
#
Acidnerd
what is the code behind loqi ?
#
Loqi
It looks like we don't have a page for "code behind loqi " yet. Would you like to create it? https://indiewebcamp.com/wiki/index.php?action=edit&title=code+behind+loqi+
#
Acidnerd
i love bots
#
tantek
If it wasn't for Elgg rejecting those patches, we might not have Known today.
#
Acidnerd
i guess that's good then ?
#
kylewm
try "what is Loqi?"
#
Loqi
Loqi is a friendly and useful bot present in the #indiewebcamp IRC channel and other channels https://indiewebcamp.com/Loqi
#
tantek
who is Loqi?
#
tantek
huh User account "Loqi.me" is not registered.
#
Acidnerd
but i secretely hope that one day Elgg make the big jump and join #indieweb work
#
kylewm
Acidnerd: mapkyca has done some work in syndicating Known to Elgg I believe
#
tantek
Acidnerd - I similarly hope other past federated/socialweb OSS adds support for indieweb protocols and formats
#
Acidnerd
i think your approach to solve the issue of people not moving/not having to move from Corporate Silo's with #webmentions #indieauth etc..is just perfect to have more people joining the wagon, but then
#
Acidnerd
having elgg/indenti.ca/status.net/diaspora/ and others to join
#
tantek
agreed - and we are working on that one person at a time
#
tantek
so get your domain! :)
#
Acidnerd
would be a huge step forward, into proving another social web is possible, it's emerging, sometimes i feel it's like 2 fingers away.. that we just need more synergy, more coders...and a practical example, a place where a lot of people would join, because of one issue/topic and use this to get people used to a federated web and all the possibilities that might emerge from it
#
Acidnerd
is talking too much, sorry!
#
Acidnerd
getting my domain soon...but right now my credit card is broke, and i'm not going below Zéro :)
#
Acidnerd
i should say my rechargeable credit card
#
Loqi
I agree
#
Acidnerd
lol
#
Acidnerd
i know a group of people, internationally that would love a #indieweb enabled social network
#
tantek
found the pull requests
#
tantek
Acidnerd - great - introduce them to this channel personally and hopefully we can help them out!
#
Acidnerd
they would be interested to join a platform, not a personal site
#
Acidnerd
what should i say to those ?
#
Acidnerd
i'm already talking to them about it, but they think i speak chinese
#
Acidnerd
i tried to explain webmentions, h-entries, h-card, i lost them at webmentions
#
Acidnerd
is there a way to enter this channel from a browser from indieweb wiki/site ?
#
tantek
acidnerd - right there in the sidebar on the home page indiewebcamp.com
#
Acidnerd
thanks found it
#
Acidnerd
i should start a indieweb meetup for Brussels
#
kylewm
Acidnerd: there's a little bit different mindset here; the nice thing about indieweb is that you don't have to convince a whole bunch of people to join a platform so that it becomes useful
#
tantek
kylewm++
#
Loqi
kylewm has 94 karma
#
Loqi
fo sho
#
Acidnerd
i understand
#
Acidnerd
but what do you say to people that don't have a domain, or don't want one ?
#
tantek
Acidnerd - consider starting a Homebrew Website Club meetup in Brussel - instructions here: http://indiewebcamp.com/Homebrew_Website_Club
#
Acidnerd
but those would be ok to join a platform
#
tantek
Acidnerd: by "platform" they're likely just talking about yet another http://indiewebcamp.com/silo
#
tantek
either you want to own your data, or you don't
#
tantek
if you're using someone else's "platform", you don't own your data
#
tantek
Acidnerd: for more, see http://indiewebcamp.com/principles to see if they are interested in those or not
#
Acidnerd
i agree, and guess i'm confused about how to make a federated web "social" in the sense, people can follow/subscribe to you, like activity stream plugin from elgg
#
tantek
what is follow?
#
Loqi
To follow is the concept of establishing a digital relationship to another person or entity so that you can receive updates from them over a given social media channel https://indiewebcamp.com/follow
#
tantek
what is subscribe?
#
Loqi
It looks like we don't have a page for "subscribe" yet. Would you like to create it? https://indiewebcamp.com/wiki/index.php?action=edit&title=subscribe
#
tantek.com
created /subscribe (+20) "r"
(view diff)
#
Acidnerd
agree, so how do you apply that to current #indieweb status ?
#
tantek
Acidnerd, welcome to the cutting edge. IndieWeb reader and following support are right on the cusp of development right now
#
tantek
what is a reader?
#
Loqi
A reader (or indie reader) in the context of the indieweb is the portion/feature integrated into an indieweb site that provides a way to read content from other indieweb sites, possibly including posts from the current site as well https://indiewebcamp.com/reader
#
Acidnerd
can i follow your activity on your blog from my blog and get all your activity or select?
#
tantek
yes - see ^^^ /reader
#
Acidnerd
geez this is becoming more and more exciting
#
tantek.com
edited /principles (+10) "spaces for cleaner icon spacing"
(view diff)
#
Acidnerd
so it's really possible then..wuuusshhhh
#
Acidnerd
resolution 2015 : i have to put this in motion for me
#
tantek
Acidnerd++
#
Loqi
Acidnerd has 1 karma
#
Acidnerd
whoo my first karma :)
#
Acidnerd
those things like "pubsubhubpub" still exist and if yes, do they make sense in the case of indieweb ?
#
Acidnerd
by reading the wiki, i see you guys in 1 year, advanced soo much !!! there is so many things going, so many different approach and different implementations, this is nuts !
#
GWG
Acidnerd: Get more karma and redeem them for prizes.
#
Acidnerd
lol
#
Acidnerd
prizes ?
#
Acidnerd
are you offering domain name ? lol
lukebrooker joined the channel
#
GWG
Acidnerd, I'll give you one karma point if you add yourself to irc_people.
#
kylewm
Acidnerd: check the wiki on /PuSH, it has some info about subscribing to indieweb-style HTML feeds, though I think most people (other than barnaby) only use it with their XML feed
#
GWG
Acidnerd, these are karmic prizes
#
Acidnerd
thanks kylewm i'll check this out
#
kylewm
short answer it still exists, and is alive and well, but hasn't exactly been core to the stuff we've done so far
#
Acidnerd
cool
#
snarfed
Acidnerd: re domain names, a number of people here tend to collect them, and sometimes have extras they're not using
#
snarfed
they might be willing to donate
#
GWG
Snarfed, there is also a Subdomain as an option.
#
snarfed
GWG: true!
#
GWG
Like foo.bar.com
#
snarfed
(i offered to donate granary.io a while back, due to the silo play on words, but didn't find a taker :P)
#
kylewm
omg domain name donation drive is a hilariously fun idea
#
GWG
Acidnerd, where are you based?
#
snarfed
"tonight only! bring a canned domain name, get into the club for free"
#
Acidnerd
GWG, brussels
#
Acidnerd
no trace of #indieweb near me
#
GWG
Just wondering, because I think some countries have cheap ones with residential requirements
#
Acidnerd
but it's a good ting to start
#
tantek
Acidnerd: just need one more person to organize a good and useful Homebrew Website Club
#
tantek
Acidnerd: find *one person* near you, a friend, etc. who will commit to showing up and helping co-organize the meetup
#
GWG
I'm still working on that myself. Anyone have any leads for me?
#
Acidnerd
i'll do mine first, then talk with our hackerspace about doing a workshop to get more people to join the wagon
#
tantek
GWG - you're your own best source of leads - local friends - get them interested in having their own website
#
GWG
Note to self : Make friends
#
Acidnerd
lol
#
Acidnerd
i have friends, but they don't have their own site, beside 2
#
tantek
Acidnerd - no own site needed for Homebrew Website Club
#
tantek
that's the point - just passionate interest
#
tantek
in fact, passionate interest is the most / more important aspect for HWC
#
tantek
find someone who is also passionate/excited about it like you
#
tantek
then join forces and co-organize
#
tantek
Chicago HWC has been great even with most of the time just two very active passionate organizers
#
Acidnerd
well in my circle that have been difficult in 3 years
#
Acidnerd
i need to invade other circles
pwcc joined the channel
#
Acidnerd
tantek, thanks for all the tips, i'll do my best
#
tantek
great! definitely feel free to ask any more questions if you're not sure of anything.
#
Acidnerd
i'll show up with the domain soon :p
#
tantek.com
edited /events/2015-01-14-homebrew-website-club (+123) "/* Notes */ note day of meetup is 10th anniversary of now defunct Technorati Tags"
(view diff)
crystal__, benatkin, Nowaker, daf, raucao, joskar, reidab, KartikPrabhu, sandro_, hugoroyd, swartwulf, fahrstuhl, shalkydri, markmhendrickson, edsu, rascul, bear, nloadholtes, jlsuttles, Garbee, rknLA and prtksxna joined the channel
edrex, benwerd, eburcat and myfreeweb joined the channel