2014-08-10 UTC
KevinMarks_, brianloveswords, chrissaad and wolftune joined the channel
# 00:51 bnvk snarfed: nah, at least he had his own domain
brianloveswords joined the channel
# 01:22 snarfed bnvk: not quite so bad then. he can do mf2 and webmentions on tumblr too
# 01:24 bnvk yah… this dude is not doing any of that
krendil, brianloveswords, wolftune, paulcp_, Acidnerd, paulcp, scor, pbeaulieu and wagle joined the channel
paulcp joined the channel
pauloppenheim joined the channel
paulcp, wolftune, techlifeweb, KevinMarks2, chrissaad, Acidnerd and eschnou joined the channel
paulcp, eschnou, michel_v, bnvk, barnabywalters, SRCR and scor joined the channel
bnvk, fourtonfish and scor joined the channel
# 11:37 barnabywalters hmans: nice! how do pants instances let each other know that they’re following one another?
# 11:41 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
# 11:55 lewiscowper jonnybarnes: I am.
# 11:56 jonnybarnes lewiscowper: did you simple upgrade Mavericks, or have you installed Yosemite on a second partition?
# 11:57 lewiscowper jonnybarnes: I installed on a second partition in case it borked something.
# 11:57 lewiscowper but I did it via the official installer
# 11:57 jonnybarnes lewiscowper: cool, I'm just trying to clear up some space so I can make a second partition big enough to be useful
# 11:58 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.
# 11:59 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
# 12:05 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?
# 12:06 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
paulcp, Acidnerd, chrissaad and yakker joined the channel
# 16:48 kylewm anyone using a package manager for their client-side libraries? (looking at Bower right now)
# 16:49 bret kylewm dont you need npm to install bower? in which case, is the pack you want just in npm?
# 16:49 Loqi bret meant to say: kylewm dont you need npm to install bower? in which case, is the package you want just in npm?
# 16:50 bret ime the bower registry is pretty messy, whereas npm has most essentials
# 16:51 kylewm all I really want is to take Leaflet out of my git repo
# 16:52 bret i think the trend is to use npm like bower
# 16:53 bret since it also covers browser side js modules via browserify
paulcp joined the channel
# 16:54 bret kylewm npm has some sweet scripting abilities too
# 17:02 bret i want to try to moving a loading system so that its easy to support random JS libraries in a feed
# 17:13 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
# 17:45 bret kylewm, banaby uses progressive loading
# 17:46 bret kylewm im not really sure of the answer on that one
# 17:46 bret usually you see bower and npm used with some kind of compiler and minifier
SRCR, paulcp, icco and snarfed joined the channel
# 18:25 snarfed barnabywalters: hey! i do. you caught me mid reply :P
# 18:25 snarfed barnabywalters: short answer, the get_actor() call is making the verify_credentials request
# 18:26 snarfed you probably want to switch to passing the list in USER/NAME format, which is pretty common for twitter lists
# 18:28 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
# 18:28 snarfed true! i'm fine with that too. you just have to pass an explicit user id then
# 18:29 snarfed ie only fetch the list timeline if both user_id and group_id are non-None
# 18:29 barnabywalters that would make sense too, but why is the call to get_actor a problem if user_id is non-None?
# 18:29 barnabywalters I should just update the test to expect a call to the verify credentials endpoint
# 18:31 snarfed so get_actor fetches the user's full profile, which you don't need
eschnou joined the channel
# 18:35 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
# 18:36 barnabywalters snarfed: cool, I’ll update the test, and add another one for explicit user + group
# 18:36 snarfed barnabywalters: sounds good. thanks for the contribution!
GWG, KevinMarks2, paulcp and snarfed joined the channel
icco joined the channel
# 19:07 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?
icco and ShaneHudson joined the channel
KevinMarks2 joined the channel
# 19:15 snarfed barnabywalters: thanks! merging and deploying now
# 19:17 barnabywalters I’m really liking google app engine’s app launcher and deploy tool, it’s such a no-brainer
# 19:18 barnabywalters maybe something similar could be made as a GUI wrapper around docker, compatible with multiple hosts…
# 19:19 snarfed barnabywalters: hmm! that would definitely be nice
# 19:19 snarfed barnabywalters: deployed, and it looks like it's working!
# 19:22 kylewm barnabywalters: the cool thing about dokku is that it's extremely small... < 100 lines I think
# 19:22 kylewm barnabywalters: my real question -- bret pointed me to your article about progressive enhancement + javascript ... do you use a package manager with that?
# 19:23 barnabywalters other than my use of requirejs, I try to have an aggressively minimal approach to javascript
# 19:23 snarfed hey kylewm, re the many to many PR, do you think it fully implements many to many? (apart from detecting changes on refetch)
grantmacken joined the channel
# 19:25 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 :)
# 19:26 kylewm snarfed: interesting question! I think so, that was the intention.
# 19:28 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
# 19:30 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
# 19:30 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
# 20:18 jonnybarnes So I'm still installing Yosemite. It's copying all my files back to where they are.
krendil and gRegor` joined the channel
snarfed, paulcp, michel_v, wolftune and fourtonfish joined the channel
paulcp joined the channel
KevinMarks and KevinMarks2 joined the channel
# 22:12 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.
# 22:13 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.
# 22:14 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 :)
# 22:14 gRegor` But for this week at least, normal time.
tantek joined the channel
# 22:23 gRegor` There's a Facebook event now, too. Not a cross post of an indie event, but still.
# 22:24 gRegor` adds it to the list
KevinMarks, paulcp and pbeaulieu joined the channel
KevinMarks2 and indie-visitor joined the channel
# 23:42 Loqi Welcome, indie-visitor! Set your nickname by typing /nick yourname
indie-visitor joined the channel
paulcp joined the channel