#voxpellikylewm: the only causes for push back on backfeeding would be either that the source isn't clearly presented (that it isn't clear that it's a tweet) or that it isn't removed if the original tweet is removed (does Brid.gy support removal of tweets?)
jsilvestre, petermolnar, KevinMarks, alanpearce, eschnou, paulcp, michielbdejong, Sebastien-L, adactio and krendil joined the channel
#Jeenavoxpelli, thing is I only live in Sweden, I'm from Germany originally (or I'm born in Poland actually)
rtaibah, pfefferle, KevinMarks, barnabywalters, Tallken, Sebastien-L, paulcp, ShaneHudson and pbeaulieu joined the channel
#tommorrisoh by the way, indiewebsters, I saw that a friend of mine has started POSSE-ing to FB and Twitter of his own accord without really being connected to the community. http://stuff.dave.org.uk/
#jonnybarnestommorris: oh I get it, his sites using tumblr and its through tumblr that its getting posted to twitter
#cweiskethat's what you get from not validating html
#barnabywaltersjonnybarnes: webmention parsing class sounds good, what does it do? find links to webmention, or parse h-entries for display?
#jonnybarnesbasically when I jacked together webmentions on my site to get them working I didn't like the result. the best word I can come up with to describe my code is "fragile"
#Loqijonnybarnes meant to say: basically when I hacked together webmentions on my site to get them working I didn't like the result. the best word I can come up with to describe my code is "fragile"
#jonnybarnesso I'm writing the actual heres the parsed mf and heres what I actually need to display on my website into its own library with relevant tests
#jonnybarnesso Im going to do what aaronpk does fro example, if I can't find the 'name' property, use the hostname the webmention came from as oppose to just failing, which is what my production code currently does
#cuibonoboi feel like on my site i may have different 'sections' at the bottom of an article to keep native comments, twitter replies, and other back-fed interactions separate from each other
#cuibonobofirst, because i think collating the interactions with one another breaks up conversations
#cuibonoboand secondly, because the context of where these interactions came from is more obvious
#aaronpkI don't find that distinction useful, personally
#aaronpkbut that may be because I turned off native comments on my blog years ago
#cuibonoboi do admit that creating different sections for the various backfed silo comments seems like a design nightmare
#kylewmI think it's an interesting question ... on one hand i'm unsympathetic. if people start thinking a little harder about what they say to each other because tweets aren't quite so "ephemeral", that sounds pretty good actually
#kylewmbut on the other, i can see why someone would feel uncomfortable, 'why is my name and face on your blog, i didn't put it there'
#kylewm(exponentially more likely because their comment will also get more visibility)
#gRegor`I feel like it could become a bigger problem with Facebook interactions, since their privacy settings are so obscure. How often do people look at the post visibility icon before commenting on something? :)
#gRegor`Wheras Twitter it's hopefully much more obvious if you're interacting with someone public or private.
#gRegor`The ability for someone to easily remove their silo content from your site would be good, too.
#Loqinpdoty: aaronpk left you a message 3 days, 10 hours ago: I know you already got a bunch of replies about this but yes that's correct. also you now have an account with the username "npdoty.name" :-)
paulcp joined the channel
#voxpelliI'm thinking of adding something like "from Twitter.com via Brid.gy" to my webmention endpoint, that solves part of the confusion
#voxpelliThe other part is the classic debate of whether comments should be threaded or not – a Twitter discussion can be interpreted as a thread if there's a chain of replies and it might get confusing if it is not presented as a thread but instead mixed with other comments
#cuibonobovoxpelli: that was part of my concern as well. a conversation on Facebook is a different thread than a conversation on Twitter. interleaving them seems problematic
#aaronpknot really a classic debate anymore. modern UIs (twitter, facebook, etc) all decided that not-threaded is the way to go
#voxpelliaaronpk: Twitter is semi-threaded, isn't it? Replies are shown in connection to what it replies to
#aaronpkI'm talking about threading in the sense of forums, like hackernews
#voxpellithey don't indent like hackernews does, but they are presenting tweets higher and lower in the discussion hierarchy – even so when you embed a tweet elsewhere
#aaronpkyeah that's just a single thread. the permalink is for the tweet that's displayed on the white background, and twitter also shows the context around it, both above and below the chain
#aaronpkmany people are doing that on their own sites here too
#voxpelliyes, and grouping related tweets together in the comments of a site would sure lessen the confusion
#voxpellimore so than separating content by source
#aaronpkI guess I haven't seen a case where I really need that to happen. even twitter doesn't handle very long reply chains well, and it takes a person reading each message to actually figure out the conversation
#voxpelliI guess the same would actually be true for indieweb-discussions, showing that out of two comments, one is actually a reply to another, would be useful
#ben_thatmustbemeso whats the deal with the pushback against using jquery now? just get load times down since it is overkill
#aaronpkoh I use it all the time for stuff. but on the irc logs the only thing it was doing was selecting elements and adding a class. way not necessary.
#aaronpkI have no problem using it if i'm gonna actually use more complicated things from it
#gRegor`kylewm: I did add a note on my first cross-posted FB link, "Cool new feature: If you like or comment on this status, it will show up on the original post within ~5 minutes." but haven't on the two posts sine then.
npdoty and paulcp joined the channel
#aaronpkwonder if I should change the timestamp column on the irc logs to include microseconds to avoid the error when there are multiple messages in the same second
#KevinMarksMicroseconds might be overkill. Milliseconds? Centiseconds?
#KartikPrabhuJonathanNeal: good morning... err a little late though :)
#KartikPrabhure comments threads: IMO post pages should have direct replies to them in the comments thread. Replies to replies need special handling that I don't think anyone is figured out yet. Also, doing all this with backfeed is more complicated
#aaronpkright now everyone using bridgy gets replies to replies displayed the same as on twitter
#KartikPrabhuaaronpk: well twitter does not distinguish them properly anyway, so bridgy has no real way of knowing
#KartikPrabhuoh hmm yeah forgor about that. so snarfed what was the issue to send backfeed only to that ID ?
#snarfedKartikPrabhu: heh yes, we did have this same discussion a few weeks ago. :P some of it is in that issue.
#snarfedit's a design decision. right now i've chosen to make it promiscuous, ie send to all previous posts in the chain, but that's definitely not set in stone
#KartikPrabhualright! will look at the issue. Might help me when I finally get to using activity-streams to do my own backfeed :)
#snarfedbridgy definitely sees and uses that. it's promiscuous about where it send webmentions (and renders in-reply-to links), though, at least right now. it sends to every previous tweet in the direct reply chain that it can find an original post link for
#KartikPrabhudesigning reliable reply-chain would need reliable backfeed
#KartikPrabhui see. but why multiple then? is that something users expect?
#KartikPrabhusorry if I am re-threading old discussion
#KartikPrabhuI have no idea how I would decide "this tweet actually replies to this post" if bridgy does not distinguish
#snarfedKartikPrabhu: good point. let me check something
#snarfedKartikPrabhu: so, when it sends each wm, it renders just one in-reply-to link that matches the target url for that wm…but that still doesn't help you
#snarfedthe simplest solution is to only send one wm, to the direct in-reply-to
#snarfedthe problem is, if i switch to that right now, backfeed for existing users who posse reply chains will be fragmented across the replies' original posts
#KartikPrabhuyes. but only if bridgy users expect it (and twitter users mean that)
#snarfedas opposed to showing the full chain on every post
#snarfedhow about this. if/when you start looking at doing this on your own site, i can special case bridgy to only send you the direct reply wms, and we can see where we end up
#kylewmben_thatmustbeme: in general i think the pushback against jquery is in case you want to split your code out into a reusable library that doesn't have a transitive dependency on jq. for me it's just a fun exercise in minimalism
#KartikPrabhuJonathanNeal: true. once I an bit free I want to look into this n-th instance problem with fragmention.js
#JonathanNealIt’s really important that IndieWeb social has success soon. The more I read about the current centralized, crop-shared version of online interaction, the more I grow concerned about its negative impact on society and the web.
#kylewmgRegor`: need a www. in the second URL don't you?
#JonathanNealNot that you’re behind that, but I’m very provoked by the information folks are sharing and gathering about how well built well intentioned algorithms are sabotaging people.
#KartikPrabhuJonathanNeal: agreed! but the current trend seems to be to complain about current silos for being meanies and then wish for better silos to come about
#JonathanNealKartikPrabhu: yes, but this collection of data is important. It prevents us from villianizing Facebook or its employees. Instead, we see that any centralized advertisement model will do this naturally. In fact, their developers are forced to actively work against it. I’m reminded of the “she invented” fiasco.
#JonathanNealIf you’re trying to create a service that rewards all this pattern matching, you can’t account for every person’s experience, but (at this time) you must move forward to create relevant matches anyway in order to allow for more effective advertising. As a result, crap happens:
#JonathanNealI feel dumb pretending to make this conclusion, but a federated system would better serve humans. An indieweb system allows individuals to retain much greater control over their experience.
#KartikPrabhubut people seem to want a recommendation engine. How will I know which links are good
#KartikPrabhudoes anyone know of a site that does UI/UX for good reply-chaining but also includes all replies to original post?
#cuibonoboi.e. replies to the original post are shown inline, but each comment also has UI that shows the number of replies *under* a top-level comment
#KartikPrabhucuibonobo: looks good. do you know if replies to a reply to a reply just don't happen?
#cuibonoboKartikPrabhu: i was actually just looking for one now. the UI is there for you to be able to reply to child comments, but i'm not sure how widely used that is
#KartikPrabhuyeah. it seems the comment UI itself somehow discourages n-th level replies. But would be harder to control that on the indieweb
#cuibonoboKartikPrabhu: the gawker solution for threaded comments still isn't ideal. they could do a better job of distinguishing top-level comments from their children
#tantekcuibonobo: gawker has a solution for something? ;)
#cuibonobotantek: we were looking for examples of sites that show threaded comments while still showing top-level ones
#tantekKartikPrabhu: re: site that does UI/UX for good reply-chaining but also includes all replies to original post? - FB events I find do a good job of this.
#cuibonobotantek: seems like those only go 2 levels deep? as in, a top-level comment to the event has the same UI as a status update in the news feed, and then the second level is comments to *those* comments
#tantekcuibonobo: yes that's correct. It feels like there has been some sort of deliberate UX/usability convergence on 2 levels deep
#tantek.comedited /IRC_People (+278) "add note about city name does not imply residence, hint/nudge to use "US/" tz names for US folks" (view diff)
#cuibonobocan we know that it's really about usability? maybe it's just a hard problem :D
#cuibonoboi'd rather not make blanket statements about their demographics, but google trends does show a larger search interest for "reddit"
#tantekcuibonobo: I'll see if I can find a citation for reddit demographics - I do know it's been written up in the past, specifically correlated with the hostility / immaturity to both women and GLBT.
#tanteksome of which has been firsthand experienced by people in this community, e.g. crystal_
#tantekok folks, simply add a fourth parameter of a URL to your avatar image (jpg etc) to your entry on /irc-people and you'll get a nice face before yourself in the list
#barnabywaltersover the weekend, shrewdness got search, improved styling and (via activitystreams-unofficial) subscription to as-yet-unindiewebified people I follow on twitter
#aaronpk"A sparkline is a small intense, simple, word-sized graphic with typographic resolution. Sparklines mean that graphics are no longer cartoonish special occasions with captions and boxes, but rather sparkline graphic can be everywhere a word or number can be"
#tantekhe uses "intense resolutions" in the description
#gRegor`I was going to add an example to http://indiewebcamp.com/Template:sparkline for setting up the signature templates several of us are using, but maybe I should just make a signature template?
#barnabywaltersit could also refer to the speed at which it can be, or was intended to be taken in — i.e. the graphic is being used as if it was a word which perfectly expressed what the graphic was about
#gRegor`Drop in the name, photo URL, and link and it sets it up, no messing with HTML to make the h-card
#tantek.comedited /sparkline (+3) "data dense instead of intense, since "typographic resolution" already covers "high/dense resolution"" (view diff)
#aaronpkthey're completely different! if I mute someone, I just stop seeing things from them. if I block them, I expect that they no longer see my stuff
#gRegor`Tweetbot also allows muting by source. So if you don't want to see instagram tweets (likely you already follow them on instagram...), it will silence those.
#tantekTwitter's inability to grok this, and failure to understand "block" to the extent Flickr does, is why people are pissed at Twitter about this
#tantekgRegor`: it's in the iOS app at least, same place you can turn off retweets from someone
#gRegor`That's a different feature than I meant. They've had that for a while.
#barnabywalterstantek: stubbed an improved definition (you’re right, /mute does actually specify hiding without unfollowing or any other implications), please expand and clarify
#gRegor`But I see if I go to a profile and click the gear "Mute @username" is an option
#barnabywalterscuibonobo: oh wow that’s so cool! I totally had this idea years ago and dismissed it as pointless and tricky to build :)
#KartikPrabhubarnabywalters: tricky to use... build maybe not
#kylewmwhoa, it scrolls faster if you drag the background left or right
#cuibonoboKartikPrabhu: yeah 2D scrolling is a pain, especially on a desktop. but worse is the feeling of disorientation, which i think is why i like that map so much
#cuibonobokylewm: good catch! i hadn't noticed that
#KartikPrabhucuibonobo: also the whole 2-d thing is only on the first-level. After that they go back to forum style indent. Proves that this isn't scalable
#LoqiKartikPrabhu meant to say: cuibonobo: also the whole 2-d thing is only on the first-level. After that they go back to forum style indent. shows that this isn't scalable
#barnabywaltersKartikPrabhu: yeah we clearly need 3D scrolling
#barnabywaltersusually at this point I would suggest aaronpk add a new feature to Loqi (saying BOOOONNNNGGGG when someone says *ception) but given the conversation in #indiechat it’s probably not such a good idea ;)
#KartikPrabhubarnabywalters: I was going to type that but stopped short
#KartikPrabhucuibonobo: barnabywalters kylewm: given that, that UI switches to forum-style anyway, do you think that the 2-d thing only on the first level is useful nonetheless?
#barnabywalterstantek: thanks for that — even having a stub there prevents idiots like me absent-mindedly throwing a redirect in there
#gRegor`I've not heard that complaint. I've heard the complaint that the blocked person can still @reply you, even if it doesn't show up in your tiimeline, which can show up in searches
#KartikPrabhucuibonobo: thanks! that is a unique example... hopefully someone does better for indieweb chaining :P
paulcp joined the channel
#gRegor`My mostly foolproof method when uploading images is to edit the page where I want the image, use the image button which fills in the wiki syntax for File:, set the filename I intend to upload, and save the page. Then click the link it will create and it will prompt you to upload the file.
#waterpigs.co.ukedited /Shrewdness (+3793) "Added a bunch of brainstorming on focus-enhancing UI, column based UI, links to other brainstorming" (view diff)
#rasculmust consider with hosting at home the contract you sign with your isp, that sorta thing might not be allowed
#aaronpkactually it mostly is, just often making money/ selling stuff is not
#rasculaaronpk comcast doesn't seem to allow it but it's hard for me to dig through http://www.comcast.com/policies and find which specifically applies to me
#aaronpki heard comcast was one that actually doesn't prohibit it