#Loqiaaronpk: tantek left you a message 1 minute ago: re: reader use case of temporary following of a hashtag, could prototype with Loqi here especially when on topic
#tantek"www." is not special. mostly, it's superfluous, per no-www.org
squeakytoy2 joined the channel
#bretlazlazlaz1: static sites have some nice qualities, but they also offer a set of challenges that make them harder to do dynamic things that php or other web frameworks make easyish
#bretlazlazlaz1: currenly working on https://github.com/bcomnes/gitpub to automate a git workflow that people typically use to post to their static sites
#brettantek: i wonder if gitpub would be a good approach for your site to add webmention/micropub support, as your posting interface consists of editing a text file at this point
#aaronpkbret: you'd have to convince tantek to use git first ;)
#brethe wont have to use git, it does the git for you!
#tantekmore like I want to force myself to code the minimal php (rather, CASSIS) support necessary in order to share those libraries (or reuse others')
#bretit does not emphasize the index, which is a point of confusion at first
#lazlazlaz1My favourite git tool is tig, it's a terminal "graphical" representation of the branches/merges etc
#lazlazlaz1So with IndieAuth you have to use an external service to authenticate, has there been any discussion around that to move away from "walled garden" external services? It came up today at the Indie Tech Summit as part of the idea of the user having the control over their authentication and identity. I'd be interested to hear if anyone has had thoughts regarding this.
#aaronpklazlazlaz1: there are several options for that
#aaronpkyou can use SMS, which while doesn't rely on a web silo still relies on a phone company
#aaronpkthere's email which uses persona or your email provider's persona implementation (which can be your own, but nobody has done that)
#GWGaaronpk: Don't forget authentication using your watch
#aaronpkyou can (soon) become your own OAuth provider, which takes more work on the server side but then doesn't require any other services to be involved
#aaronpkthe simplest one is a GPG key where you link to a public key on your website, then you sign a challenge to sign in
#KartikPrabhuaaronpk: what is this own OAuth provider thing?
#Loqisnarfed: KartikPrabhu left you a message 4 hours, 54 minutes ago: kylewm: with posse-post discovery what stops me from getting responses to someone else's tweets? For instance I can put kyle's tweet url as a "u-syndication" on my
#Loqisnarfed: KartikPrabhu left you a message 11 minutes ago: the twitter.py thing seems to need app-engine for some HTTP_TIMEOUT is that necessary?
#Loqisnarfed: KartikPrabhu left you a message 9 minutes ago: that last msg was regarding activitystreams_unofficial
#snarfedbtw, as for hijacking rel-syndication links, yes, true. that's not bridgy specific though. you can claim syndication to a post that isn't actually yours, true…but you can fabricate arbitrary html on your own site
#snarfedso, i'm not sure of a clear attack vector with that
#KartikPrabhuyes... but bridgy should not be trusting me so blindly then
#snarfedi guess i'm still not sure what the actual attack is
#KartikPrabhuit is not an attack... but I could very well write some inappropriate post and have all of your friends agreeing with me or something...because it looks like they have commented on my site
#snarfedright…but like i said, you don't need any of this to do that, you can just author the html for that by hand :P
#KartikPrabhubut maybe that can be done just by scraping HTML for mf2
#KartikPrabhusnarfed: it tells me to install webapp2 isn't that an appengine thing too ?
#snarfedyeah. there are a couple remaining dependencies. that's the easy one, the other is the hard one
#snarfedi'm working on them, but it'll take a while
#snarfedas a temporary workaround, if you download the app engine sdk, you'll be able to use this now, and you can remove it as soon as i push the fixes
#KartikPrabhuaah ok good. I cna wait :) might be more confusing if I attempt installing the app engine sdk :P
#KartikPrabhuin fact might be advatageous as mf2 grows and adds more things to be expressive
#snarfedmaybe! migrating would be a big task, and it can already input mf2 and output both AS and mf2, so the common format underneath doesn't really matter too much
#emmakKartikPrabhu: what do you mean by drop down list of links?
#KartikPrabhuthe use-case is https://kartikprabhu.com/archive here I want to put all the "years" navigation at the bottom into a menu so it doesn't end up being a long-ass list of years
#KartikPrabhubut then maybe I'll have a long menu list :P
#emmakoh i see, and then when you select a year, it jumps to the url for that?
#KartikPrabhuthere has to be a good way to doing this
#aaronpkof course the other option here is since everyone's clients are already using the underscore version, just stick with that an update the /micropub page
#KartikPrabhuyeah. depends on conformance with mf2 or having uniform naming conventions for all fields in micropub request
#aaronpkyeah the hyphen is probably better cause there's no transformation needed from the microformats field to the micropub field
#KartikPrabhuis frustrated with no good way to count posts by year in Django
crystal, chrissaad, mdik_, emmak, squeakytoy, wolftune, lukebrooker, indie-visitor and arlen joined the channel
#KartikPrabhuI'm trying to copy my old retweets from twitter to own site. anyone know how to get the time I retweeted something? the tweet-id is in data-my-retweet-id but no date/time
#KartikPrabhutwitter-- also the "download you archive" link does nothing on FF !
#tommorrisaaronpk: I was discussing making an IndieAuth browser plugin for Firefox to make the UX of using IndieAuth simpler. Was wondering if you’d be willing to drop a classname on the indieauth forms so that the form could be replaced with a button that just says “sign in with [your domain]”
#tommorrisall the plugin would do is look for that classname and replace the whole form with a simple one-click sign in. It’d just pre-fill the domain with your domain
#aaronpktommorris: ooh like pre-filling (and auto-submitting?) the web sign-in form?
#tommorrisbut just if you have the plugin installed, it’d auto-replace the login form with a button
#aaronpkyeah i'd be happy to do that! that's awesome.
#tommorristhe button would just be “Sign in with aaronpk.com” or “Sign in with tommorris.org” - and underneath a little link that said “Sign in with another domain” that would un-hide the original form
#KartikPrabhuis pretty ignorant about how to best defin protocols, so leaves it to you folk to figure this cool stuff out
#aaronpkI'm still somewhat ignorant about the data-* attributes.
#aaronpkI heard something about how they are only supposed to be used for in-page consumption, and should not be used by external parsers. that's why microformats2 doesn't use them.
#aaronpkso i'm not sure where browser extensions fall within that spectrum
#KartikPrabhuaaronpk: I have used them to store data that some JS can use
#JonathanNeal> Custom data attributes are intended to store custom data private to the page or application, for which there are no more appropriate attributes or elements.
#bnvkoops, yah, it probably should be visible old schoolers who look for mentions of PGP keys
#tommorrisAm tempted to go through the indieauth docs and fix stuff like that
#bnvkalso, you might want to rename it to key.asc instead key.pgp as some clients (like my Mac GPG Tools) shit the bed and won't import the other extension
#bnvktommorris: it interesting to consider the environmental impact of all that
#tommorrisanyway, I need to disappear off into London and get things done.
#bnvkI've long thought "why the hell isn't jQuery and large common libs not bundled in browsers and accessed via <script local="jquery" version="2.1" src="http://domain…">
#dariusdunlapIt’s hard to do without things looking cluttered
#rasculoften what i'll do though is look through various sites such as http://oswd.org to get ideas
#GWGrascul: That is what I'm looking for...sites to get ideas
#GWGI had played with a design that had the first few things full width and then the older stuff half or quarter width
#dariusdunlapI know it’s “the thing” these days, but I do like the resutls from Bootstrap. Using it right now in a couple projects.
#GWGdariusdunlap: I don't mind being part of a crowd.
#dariusdunlapBootstrap makes it real easy to get that multi-column look, including some nice flourishes like circl-shaped images for topic headers in the narrow columns. Here’s something I’ve been fiddling with, just to see what’s possible: https://dunlaps.net
#GWGdariusdunlap: I'm actually using it. But I'm trying to get ideas beyond the traditional...full-length post model
#dariusdunlapWhat are you thinking about? Link-Lists? I’m curious, because I’ve been musing about the best way to present POSSE’d material… likes, comments, reshares, etc.
#GWGThe only font change is that articles have a smaller size than other post types
#dariusdunlapAh, your saying “detail”, as in the degree of excerpt or something. I was reading that in the context of the multi-column idea and thinking “size”, as in column width. Although I suppose they kinda go hand-in-hand.
#KartikPrabhuJonathanNeal: I am bit confused by your IndieJS example. Is the idea that instead of a browser plugin I host a JS on my site whose address is stored on a cookie. Then the log in site reads the cookie and loads the JS to do stuff. For instance, auto-filling my domain name in IndieAuth ?
#KartikPrabhuGWG: your site looks good on moderate sized screens. on large ones it is trying too hard to fill up the space. the main column becomes too wide for its text
#aaronpkconsidering automatically dropping my permashortlink from my tweets if I'm also including another URL in the tweet, so that twitter embeds the twitter card for the other link
#GWGaaronpk: What do you do with the shortlinks considering Twitter rewrites them?
#aaronpkwell I like sending short links for the citation because twitter displays whatever you send them. my normal domain is so long that twitter displays it with ... at the end
#aaronpkso it's more for the human-readable aspect than anything
#snarfedaaronpk, GWG: just as a data point, i've come full circle w/dropping self links from my tweets too. i only include them now if there's substantial additional content
#snarfedone reason was noise and confusing UX, another was including the other link's card (if any) like aaronpk
#KartikPrabhuI have been doing the same. no backlink if it is a complete copy. backlink if it is modified or truncated. And for that purpose my long permalinks seems to be working fine