ancarda, KartikPrabhu, renem, eli_oat and [kevinmarks] joined the channel
#[kevinmarks]I added cassis to Fritter so I could use the auto_link, but now I need to change the scary regex to accept dat: urls (which don't have domains) and I am not sure how.
tantek and hobbsome joined the channel
#curve25519has a microformats parser statically compiled into his webserver heh
KartikPrabhu, tantek, snarfed, mblaney, cweiske, jjuran and bengo joined the channel
#mblaney!tell AngeloGladding thanks I fixed the problem with the dialog. It's looking for a link header on your home page with rel="webaction".
#LoqiAngeloGladding: mblaney left you a message 1 minute ago: thanks I fixed the problem with the dialog. It's looking for a link header on your home page with rel="webaction".
#LoqiIt looks like we don't have a page for "webaction handler" yet. Would you like to create it? (Or just say "webaction handler is ____", a sentence describing the term)
#mblaneywebaction handler is a url that returns the json config you want to use for your own webactions.
#AngeloGladdingthe dilemma -- kind of want to allow the user to browse the open web and use engagement buttons without the host site having any knowledge of you
#mblaneyAngeloGladding: regarding the follow action, aaronpk does something similar to what I've mentioned: instead of looking for rel="webaction" he's looking for rel="subscribe" on your home page.
#AngeloGladdingcweiske my situation is, i believe similar to mblaney, kind of like known, where i want first and foremost users of my software to be able to operate amongst nodes of its kind
#AngeloGladdingbut of course i want to reuse IW specs whenever and wherever possible
#AngeloGladdingso POSSEing is secondary -- if it's enabled, add those reply buttons to the UI and explicitly link them
#AngeloGladdingmblaney the follow method i was contemplating was a rel=followee on my /network page with a webmention back to the followee's canonical URL
#AngeloGladdingcweiske, yeah i get that, so what i'm saying is that if you *don't* POSSE to twitter then you definitely don't need the additional complexity of the JS-config
#cweiskeI think you're getting something wrong here
#mblaneyit's all a bit roundabout, but it's a tricky one to solve. you can at least leave the webmention out of it for now as that's secondary,
#cweiskewhat place are you talking about where you want to put those buttons?
#AngeloGladdingi'm personally writing a "decentralized social network" that operates in a decentralized manner using open standards (IW)
#AngeloGladdingso POSSE is more secondary to me than most indiewebbers
#mblaneywhen you click the settings link on my blog, if you choose fb or twitter you will only get repost webactions.
#AngeloGladdingso i'm averse to the additional complexity and wonder if different buttons wouldn't be simpler
#AngeloGladdingmblaney do you consider having a bunch of different buttons just sitting there w/o javascript ugly or more complex than your current setup?
#mblaneyit would definitely be noisier, I like the idea of keeping it simple.
#AngeloGladdingmblaney with regards to the roundaboutedness -- i'm trying to recreate the fluidity of a centralized social network so i want a "Follow" to show up on the followee's interface -- hence the webmention
#AngeloGladdingmillion dollar question -- is your solution actually simpler?
#mblaneybut I do understand what you're trying to do, a lot more work for you though :-)
#mblaneysorry you're right it's not simple, I mean keeping the UI simple.
#AngeloGladdingwell that's what I mean -- it requires JS, not a big deal for 99.9% of users but js;dr is an argument i can lodge in this forum, and it requires the user to jump through modal dialogs
#AngeloGladdingi guess i won't know until i have a cluster**** of different POSSE reply buttons
#AngeloGladdingi want to click through and see their design theme and layout and format, etc..
#AngeloGladdingno JS, click the bookmark button, goes back to my UI, i add some tags, publish, takes me back to their page, it represents my public bookmark
#AngeloGladdingtantek seems like dopplr is a following of a priveleged feed of #travel events
#ZegnatThere is a bit of overlap between muting and following, I think. Muting to me feels like hiding content that otherwise would be shown, while following is me choosing the content that should be shown in the first place. On Facebook you would choose to either follow someone or not, so I don’t think muting comes in there.
#ZegnatFacebook does have “hide” options for things other people might be sharing. I would say that is muting. E.g. I do not follow ProductPageX but one of my friends does and The Algorithm™ decides to show my friend’s interaction with ProductPageX. I can then configure my news feed to hide all posts from ProductPageX.
#ZegnatOh, apparently they added something new: Snooze. Rather than hiding a thing permanently you can choose to hide them for 30 days :o
AngeloGladding joined the channel
#AngeloGladdingindieweb.org/follow#Facebook says "you can unfollow people you are friends with, so their content doesn't appear in your timeline, without unfriending them"
#ZegnatMaybe I should rephrase that. The same follow UI is used for friends and non-friends. It is just that Facebook will automatically follow when you become friends, because that is what most people want it to do.
#AngeloGladdingyeah lots of discrete IW actions being taken in bunches at silos
#AngeloGladdinglike the act of friending both follows and adds them to your contact list
#AngeloGladdingsay it takes me back to my site's UI
#AngeloGladdingi'm pre-filled their canonical URI and click "Publish"
#AngeloGladdingdoes it add a rel=followee to my /network page, subscribe to their root feed and publish a webmention to let them know that i'm following them?