#indiewebcamp 2014-08-10

2014-08-10 UTC
#
snarfed
techlifeweb: glad to hear it!
KevinMarks_, brianloveswords, chrissaad and wolftune joined the channel
#
bnvk
snarfed: nah, at least he had his own domain
brianloveswords joined the channel
#
snarfed
bnvk: not quite so bad then. he can do mf2 and webmentions on tumblr too
#
snarfed
still funny though
#
bnvk
yah… this dude is not doing any of that
krendil, brianloveswords, wolftune, paulcp_, Acidnerd, paulcp, scor, pbeaulieu and wagle joined the channel
#
@jmenglund03
@techlifeweb Nice! I like the third logo especially - mentions both #posse and #indieweb hashtags for those who are new to the conversations
(twitter.com/_/status/498311534612070400)
paulcp joined the channel
#
@jmenglund03
Any higher ed #indieweb folks planning on participating in #ccourses? http://jenniferenglund.net/countdown-to-connected-courses/ Just registered my blog...
(twitter.com/_/status/498315830732800001)
pauloppenheim joined the channel
#
aaronparecki.com
created /contacts (+482) "this was in an open tab from a while ago"
(view diff)
paulcp, wolftune, techlifeweb, KevinMarks2, chrissaad, Acidnerd and eschnou joined the channel
#
@hmans
The integration isn't 100% done, but note how @HerrJuhl's fav ended up in the "Replies" section on http://t.co/Yb9MKBOad3. Webmentions! \o/
(twitter.com/_/status/498374732547645440)
#
hmans
I don't even
paulcp, eschnou, michel_v, bnvk, barnabywalters, SRCR and scor joined the channel
#
jonnybarnes
anyone here on OS X Yosemite yet?
bnvk, fourtonfish and scor joined the channel
#
hmans
#pants now uses rel-following and rel-follower. Example: http://doyou.even.computer/following
#
barnabywalters
hmans: nice! how do pants instances let each other know that they’re following one another?
#
hmans
For now, a webmention to the followed user's homepage: http://hmans.io/avx640
#
hmans
There's also a scheduled background task that checks if the original rel-following link still exists (and removes the following if it can't be found anymore)
paulcp, lionzan_ and lionzan joined the channel
#
lewiscowper
jonnybarnes: I am.
#
jonnybarnes
lewiscowper: did you simple upgrade Mavericks, or have you installed Yosemite on a second partition?
#
lewiscowper
jonnybarnes: I installed on a second partition in case it borked something.
#
lewiscowper
but I did it via the official installer
#
jonnybarnes
lewiscowper: cool, I'm just trying to clear up some space so I can make a second partition big enough to be useful
#
lewiscowper
and only booted into mavericks once to prepare and do a talk on Breach (breach.cc), which hasn't been updated for yosemite yet.
#
jonnybarnes
so yoseimte is running quite stable then?
#
lewiscowper
Yeah, it's been fine, I've had a few apps crash, Mail/Safari etc, but nothing major, and my state was restored after the crash, so I just noticed it when it popped up telling me that it had crashed
#
jonnybarnes
lewiscowper: if I just run in the installer will it update mavericks so I keep all my data, or will it try and delete stuff?
#
lewiscowper
I made a new partition, and then told it where to put it. I'm not sure about a raw update from Mavericks, although I would be 99% sure it'll keep your data by default, although I'd just read the installer as I went along.
paulcp, pbeaulieu and scor joined the channel
#
rascul
http://gtmetrix.com can have useful insight on site optimization
paulcp, Acidnerd, chrissaad and yakker joined the channel
#
bret
hmans pants looks great!
#
bret
hmans++
#
Loqi
hmans has 8 karma
#
kylewm
anyone using a package manager for their client-side libraries? (looking at Bower right now)
#
bret
kylewm dont you need npm to install bower? in which case, is the pack you want just in npm?
#
bret
s/pack/package
#
Loqi
bret meant to say: kylewm dont you need npm to install bower? in which case, is the package you want just in npm?
#
bret
ime the bower registry is pretty messy, whereas npm has most essentials
#
kylewm
bret: ha, yes it is :P
#
kylewm
all I really want is to take Leaflet out of my git repo
#
bret
i think the trend is to use npm like bower
#
bret
since it also covers browser side js modules via browserify
paulcp joined the channel
#
kylewm
bret: awesome, thanks
#
kylewm
this stuff changes too fast
#
bret
kylewm npm has some sweet scripting abilities too
#
kylewm
hahaha
#
bret
i want to try to moving a loading system so that its easy to support random JS libraries in a feed
#
bret
like barnaby
#
kylewm
wait, what now? what does barnaby do?
#
kylewm
bret: is there a compelling reason to use browserify instead of say <script src="/static/node_modules/leaflet/leaflet.js">?
wolftune, barnabywalters and SRCR_ joined the channel
#
bret
kylewm, banaby uses progressive loading
#
bret
kylewm im not really sure of the answer on that one
#
bret
usually you see bower and npm used with some kind of compiler and minifier
SRCR, paulcp, icco and snarfed joined the channel
#
KevinMarks2
Which of our weirdnesses are inessential?
#
barnabywalters
KevinMarks: they’re probably quite difficult for us to see
#
barnabywalters
snarfed: do you have any idea what’s going on in the failing test here? https://github.com/snarfed/activitystreams-unofficial/pull/17
#
snarfed
barnabywalters: hey! i do. you caught me mid reply :P
#
snarfed
haven't written much yet, i'll switch to here
#
snarfed
barnabywalters: short answer, the get_actor() call is making the verify_credentials request
#
barnabywalters
ah, that makes sense! I had forgotten about that
#
snarfed
you probably want to switch to passing the list in USER/NAME format, which is pretty common for twitter lists
#
barnabywalters
I had considered that, but it seemed like the user ID and list slug could be fitted quite easily into the existing URL structure
#
snarfed
true! i'm fine with that too. you just have to pass an explicit user id then
#
snarfed
ie only fetch the list timeline if both user_id and group_id are non-None
#
barnabywalters
that would make sense too, but why is the call to get_actor a problem if user_id is non-None?
#
barnabywalters
I should just update the test to expect a call to the verify credentials endpoint
#
Loqi
yea!
#
snarfed
i see what you mean
#
snarfed
well, maybe. looking now
#
snarfed
so get_actor fetches the user's full profile, which you don't need
#
@Bali_Maha
would installing the #indieweb plugin mess up my jetpack installation? @jmenglund03
(twitter.com/_/status/498538309183094784)
eschnou joined the channel
#
snarfed
barnabywalters: so yeah, you only need the verify_credentials call if you want to support the current user implicitly. i'm fine with that
#
barnabywalters
snarfed: cool, I’ll update the test, and add another one for explicit user + group
#
snarfed
barnabywalters: sounds good. thanks for the contribution!
#
barnabywalters
snarfed: not a problem, happy to have something to contribute :)
GWG, KevinMarks2, paulcp and snarfed joined the channel
#
@jmenglund03
.@Bali_Maha I installed the #indieweb plugin too. Have not noticed any issues with jetpack plugin.
(twitter.com/_/status/498546079613599744)
icco joined the channel
#
@Bali_Maha
@jmenglund03 I can't figure out what to do with the #indieweb plugin & unsure how different it is from @withknown (@benwerd @erinjo)?
(twitter.com/_/status/498546931690655745)
#
snarfed
barnabywalters: tests look good, thanks!
#
snarfed
one last request…sorry, i should have asked before. could you add a sentence or two to the get_activities docstring saying that group_id can be a list?
#
barnabywalters
snarfed: sure, doing
icco and ShaneHudson joined the channel
#
barnabywalters
snarfed: pushed
KevinMarks2 joined the channel
#
snarfed
barnabywalters: thanks! merging and deploying now
#
barnabywalters
snarfed: awesome! can’t wait to try it
#
barnabywalters
I’m really liking google app engine’s app launcher and deploy tool, it’s such a no-brainer
#
barnabywalters
maybe something similar could be made as a GUI wrapper around docker, compatible with multiple hosts…
#
snarfed
barnabywalters: hmm! that would definitely be nice
#
snarfed
barnabywalters: deployed, and it looks like it's working!
#
barnabywalters
snarfed: yay! now to create a huge twitter list…
#
Loqi
yay!
#
kylewm
barnabywalters: have you seen dokku?
#
@benwerd
@Bali_Maha @jmenglund03 The #indieweb plugin supports webmentions: incoming interactions from other sites. Try w/ https://www.brid.gy/
(twitter.com/_/status/498550669163261953)
#
kylewm
oh, not GUI
#
barnabywalters
kylewm: I’ve heard of it — the heroku clone using docker, right?
#
barnabywalters
yeah, it’s the GUI I’m interested in
#
kylewm
barnabywalters: the cool thing about dokku is that it's extremely small... < 100 lines I think
#
kylewm
barnabywalters: my real question -- bret pointed me to your article about progressive enhancement + javascript ... do you use a package manager with that?
#
barnabywalters
kylewm: nope, I’ve managed to get by copying+pasting source files so far
#
barnabywalters
other than my use of requirejs, I try to have an aggressively minimal approach to javascript
#
snarfed
hey kylewm, re the many to many PR, do you think it fully implements many to many? (apart from detecting changes on refetch)
#
@jmenglund03
@benwerd @Bali_Maha I installed brid.gy too. Next step is figure out how to tweet from my site & have it pushed out to Twitter. #indieweb
(twitter.com/_/status/498551307566071808)
grantmacken joined the channel
#
kylewm
barnabywalters: thanks! i'm embarrassed to admit i'm just being picky about my %-per-language bar in github ... want to get that javascrpt number down :)
#
kylewm
snarfed: interesting question! I think so, that was the intention.
#
snarfed
kylewm: great!
#
kylewm
snarfed: multiple u-syndication values for one original would have worked before except I think there was an explicit check in get_or_insert... preventing it. and now if they have multiple permalinks pointing to the same syndication url, it should pick up all of them
#
snarfed
kylewm: nice!
#
snarfed
kylewm: all of that logic is still per source, right? assuming so, we probably won't see it trigger much in the wild, but hopefully it will at least fix the dupes
#
kylewm
snarfed: still per source yep, i don't expect it to change anyone's behavior noticeably except on my site :)
KevinMarks, paulcp and chrissaad joined the channel
#
@jmenglund03
@benwerd @Bali_Maha woooow - that makes using #posse for tweets, etc so much easier than using WP! #indieweb
(twitter.com/_/status/498564131608612864)
#
jonnybarnes
So I'm still installing Yosemite. It's copying all my files back to where they are.
#
jonnybarnes
Homebrew created a lot of files in /use/local so I may have to leave it installing overnight :(
krendil and gRegor` joined the channel
#
@scottros
@fraying I'm using Bridgy and a couple WP plugins to pull in FB/Twtr comments "indieweb"-style
(twitter.com/_/status/498571923320614912)
snarfed, paulcp, michel_v, wolftune and fourtonfish joined the channel
#
@benwerd
A preview of the services @withknown is offering to educators & institutions: https://www.youtube.com/ #edtech #indieweb
(twitter.com/_/status/498589577137754112)
paulcp joined the channel
#
@Ed_Tech_
RT @benwerd: A preview of the services @withknown is offering to educators & institutions: https://www.youtube.com/ #edtech #indieweb
(twitter.com/_/status/498590629916868608)
#
@gRegorLove
Testing cross-posting potatoes from my own site, with a link back. #indieweb (http://gregorlove.com/notes/2014/08/10/2/)
(twitter.com/_/status/498591070087704576)
#
@gRegorLove
Testing cross-posting potatoes from my own site, without a link back. #indieweb
(twitter.com/_/status/498591396924624896)
KevinMarks and KevinMarks2 joined the channel
#
KartikPrabhu
gRegor`: any word/interest in moving HWC to a later time?
#
gRegor`
^ One step closer. I can now auto cross-post via brid.gy by checking a box. I usually prefer not having a backlink, so the default is to use https://www.brid.gy/about#omit-link. I can check a box if I want the backlink to appear.
#
Loqi
gives gRegor` the backlink to appear
#
gRegor`
I've not talked to anyone about it, KartikPrabhu. Denton RSVPed yes this week and Margot said she's really going to try to make it, so I figured we could talk about it then. I suspect we'll end up moving it back half an hour at least, regardless.
#
gRegor`
I'm fine with having it later as long as it works out with The Living Room, and not like we have a solid group yet :)
#
gRegor`
But for this week at least, normal time.
tantek joined the channel
#
KartikPrabhu
gRegor`: cool!
#
gRegor`
There's a Facebook event now, too. Not a cross post of an indie event, but still.
#
tantek
it's a start!
#
gRegor`
Yep :)
#
tantek
incremental++
#
Loqi
incremental has 2 karma
#
gRegor`
https://www.facebook.com/events/342255025932027/ I'd like to set up a nice, simple graphic for the FB event pages.
#
gRegor`
adds it to the list
#
tantek
gRegor`: see /buttons for a starting point
#
tantek
I've been using the "I'm building…" image
#
gregorlove.com
edited /User:Gregorlove.com (+85) "/* Interests */"
(view diff)
#
gregorlove.com
edited /User:Gregorlove.com (+29) "/* Interests */"
(view diff)
KevinMarks, paulcp and pbeaulieu joined the channel
#
nicoletollefson.com
created /User:Nicoletollefson.com (+30) "Created page with "http://ntollefson.com/burd.gif""
(view diff)
KevinMarks2 and indie-visitor joined the channel
#
Loqi
Welcome, indie-visitor! Set your nickname by typing /nick yourname
indie-visitor joined the channel
#
tantek
welcome dotnic!
paulcp joined the channel