2016-10-03 UTC
snarfed, shiflett, kylewm and awolf joined the channel
snarfed, kylewm, KevinMarks, loicm, KevinMarks_, Pierre-O and friedcell joined the channel
friedcell, KartikPrabhu, shiflett, hs0ucy and snarfed joined the channel
# 13:46 aaronpk Whoa, just got the bill for indiewebify.me and it's $15 this month somehow
# 13:53 snarfed aaronpk: if it's mostly frontend instance hrs, try adding this to the app.yaml:
friedcell joined the channel
# 14:00 aaronpk wow yeah, in August there were 12 frontend instance hours used, in September there were 1028.
# 14:10 Zegnat aaronpk, probably just KevinMarks_ overloading your rel-me API ;)
KartikPrabhu joined the channel
KartikPrabhu joined the channel
# 15:13 KevinMarks_ Because the plugin fires off a lot of rel-me requests at once if the pages has a lot of rel me links, it could spin up more machines
# 15:16 KevinMarks_ Is there lots of repeat traffic that would make more caching worth it?
# 15:18 aaronpk the problem with caching is if people are trying to use it to debug their site then caching could make it so they don't see their changes
# 15:19 KevinMarks_ I meant etag /last modified use. The silos are likely to do that right even if personal sites don't
KartikPrabhu joined the channel
# 15:37 aaronpk is working his way through creating micropub.rocks tests
kylewm joined the channel
keroberos and awolf joined the channel
# 16:02 Zegnat KevinMarks_, just another reason to decentralise and take verification into the browser. If only compatibility was better, so far, Firefox is the only browser to resolve t.co
awolf joined the channel
# 16:09 KevinMarks_ True, but then you're taking on the page loading on the client side. Though I suppose cache coherence may be more likely there.
snarfed joined the channel
# 16:17 KevinMarks_ Hm, the other way of thinking about caching is that we are building a new version of the social graph api backend.
snarfed joined the channel
# 16:35 Zegnat I believe window.fetch() will take advantage of the browser’s own caching, like any other XHR request, so yes, my extension should be caching
tantek joined the channel
# 16:50 Loqi Ok, I'll tell them that when I see them next
# 16:50 Loqi Ok, I'll tell them that when I see them next
# 16:50 Loqi Ok, I'll tell them that when I see them next
# 16:51 tantek (and yes I'm working on the SF location with @sdepolo :) )
Pierre-O joined the channel
# 17:07 Loqi Homebrew Website Club PDX on Wednesday, Oct 5, 6:30pm at Ankeny Tap and Table
gRegorLove, wolftune, snarfed, tantek, nikivi, AngeloGladding and snarfed1 joined the channel
# 19:28 bear @aaronpk I would rather find a way to sponsor the indieweb infra costs than try to figure out some level of caching that hinders devs at this phase
# 19:28 bear (sorry if this is a reply to an old post that is out of context)
# 19:29 bear heck, having a tag line at the bottom of most of the services: This month sponsored by: bear, bob and bill
friedcell, tantek, KevinMarks, snarfed and KartikPrabhu joined the channel
# 20:16 gRegorLove Wow. I don't poke around the Instagram settings often, but just came across a text field for "Custom Keywords: Comments that contain any of the words or phrases below will be hidden." Interesting feature.
# 20:18 tantek yes that's new and I think caused by either comments on Miley Cyrus or Taylor Swift's IG comment
# 20:18 tantek where I think people were using "snake" or the snake emoji to make a specific insult
# 20:19 tantek I don't know why this piece of silo abuse handling trivia is stuck in my head nor where it came from. But that might be enough info to Google for it.
# 20:26 tantek I seriously have no idea how so much random information ends up in my head nor how it gets indexed for recall but not necessarily citation (because I'm not bothering because I can google for the citation later?)
awolf, snarfed, Pierre-O, AngeloGladding, snarfed1, KevinMarks1 and begriffs joined the channel
# 23:04 bear haha - I didn't recognize his name at first
awolf, snarfed and [benatwork] joined the channel
# 23:50 aaronpk ? "No JavaScript frameworks were created during the writing of this article."
# 23:51 [benatwork] ^ Very unlikely tbh
wolftune joined the channel
# 23:55 aaronpk is literally writing jquery code right now for micropub.rocks
# 23:57 tantek benatwork I really don't want to believe it is that bad
# 23:58 tantek it's like somehow backend architecture astronauts found JS and decided, wait, I can map all my insane complexity into JS!
# 23:58 aaronpk I still use jQuery because it works, and I don't have to rewrite every application every year when X replaces Y like that article describes
# 23:59 tantek s/jQuery/JS for me because I didn't want to burden my site readers with loading jQuery when I would use a fraction of it
# 23:59 aaronpk yeah as browsers have been progressing, it's been even easier to not use jquery and use native JS for the simple stuff