2014-03-01 UTC
paulcp and netweb joined the channel
# 00:23 snarfed KevinMarks: seems ok to me. or does it not have its own domain?
netweb, gRegor` and tantek joined the channel
# 01:05 tantek KevinMarks - how else do we anonymously post indieweb memes?
josephboyle joined the channel
paulcp_ joined the channel
# 01:50 tantek.com edited /reader (+149) "unlink headings - first reference inside linked is enough, and heading links usually imply permalinks which these links are not, date since" (
view diff )
fmarier, snarfed, paulcp and krendil joined the channel
# 02:16 tantek snarfed, yes I think I've read your post on that before
# 02:17 tantek and before I'm even done implementing the people focused comms UI on my homepage, the payment stuff popped in my head
# 02:17 snarfed tantek: sorry to hear that. :P (re reading the post.) it's a good howto for a very specific use case, but not very interseting otherwise
# 02:18 tantek seems to me an indieweb solution would help with this too
# 02:18 tantek I already have encountered this problem with *non-tech* friends. Can I Square Cash you? You're only on Venmo?
# 02:20 tantek do you know anyone in the community that has a "pay me" "donate" or "tip me" button on their indie web home page?
# 02:29 gavinc tantek: not that I know of, friend tried rolling his own thing for a very short time and then just linked to bigcartel.com
KartikPrabhu joined the channel
# 02:42 aaronpk tantek: I've put pay/tip buttons on home pages of projects before
# 02:47 tantek I wonder how much people get randomly paid just for having links like that on their website
# 02:55 aaronpk Wow lots of interesting stuff on those payments pages
krendil joined the channel
# 02:58 aaronpk Kind of funny we're back to the nascar problem with payments
# 03:00 aaronpk There's a dozen ways to accept payments and all require the sender and receiver to have an account with the network
emmak joined the channel
# 03:02 tantek aaronpk - not that different from the dozen ways to do comms
# 03:02 tantek maybe it's ok to have a pop-up of an icon of ways to pay (talk/message) someone
# 03:03 aaronpk Certainly has to be ok for it to be useful right now
# 03:03 tantek because the current situation is that people are now using different payment silos
# 03:03 aaronpk The benefit you could provide by publishing that list on your site is the prioritized list
# 03:03 tantek and just like comm protocols, it's not clear what everyone's preferred payment method is
# 03:04 tantek it's what I ran into while implementing the comms icons as I said in my blog post
# 03:04 tantek I was mostly through it and then the idea of payments popped in my head
# 03:04 tantek this is a serious (personal) problem. being more than halfway done with something and then having a new idea for how to improve it.
# 03:05 tantek or at least a new idea of how to think about it (perspective shift / growth)
# 03:05 tantek so for now I just braindumped onto /payment and hope that's ok or others can contribute opinions (or poke holes in mine)
# 03:11 aaronpk I should probably write a post on my personal experiences over the last 8 years of handling small-group payments
# 03:12 tantek (oh wait, that's a pre-programmed Loqi response to "I should" ;) )
# 03:28 aaronpk Every day I keep being more and more convinced that small closed-group payment systems are more "indie" than even things like bit coin
# 03:31 tantek bitcoin is still centralized in that the apps, services, etc. to use it are all centralized. it's not economically feasible to build your own bitcoin stack for using bitcoins.
# 03:32 aaronpk And I still can't get behind needing to download the entire history of the currency in order to make a transaction. Even the dogecoin one is like 9gb and it's only ever growing
# 03:33 tantek but I'm glad to see them happen as experiments to explore the space, especially the need for UI in the space.
gRegor` joined the channel
# 03:35 tantek now what I'm wondering is if there's a way to make the Paypal, Square Cash, or Venmo *apps* open on an iOS device with a special URL
# 03:35 aaronpk Tho I am running a doge coin miner because it's amusing
# 03:36 aaronpk The square cash app is funny cause all it does is open an email compose window!
# 03:37 tantek which fails horribly if you don't have email setup on your device
# 03:37 tantek yeah I'm going to have to set it up on my laptop because people are now wanting to pay me back for stuff using square cash
# 03:37 aaronpk Yea I don't have my personal email acct set up on the mail app so I can't use the square app either
# 03:38 tantek it's more important to be setup to *receive* payment rather than send
# 03:40 aaronpk I should put a cc form on my site using a stripe acct, then people could pay me using any credit card
# 03:40 tantek does it need to be a form? (post request?) or can you make it into a link?
caseorganic and order joined the channel
# 03:48 tantek yeah. as I mentioned previously, I may or may not have bought squaremo (dotcom) to experiment with something like that.
# 03:48 tantek (with the intent of telling friends, oh, just squaremo it to see if that "works")
# 03:50 aaronpk We should register the .pay TLD and set it up as a template for linking to all your various payment methods
iangreenleaf joined the channel
# 03:50 tantek if they ask me what it is, I'll say, oh it just gives you the choice of using either square cash or venmo!
# 03:51 tantek then if that "works" (like friends use it to pay me back for stuff), then I might have to expand it to squaremo(dotcom)/name-or-domain
# 03:54 aaronpk Not quite sure I do see actually. What is going to be on this domain?
# 03:55 KevinMarks Well, people accept things they want, others pay what they want
# 03:58 KevinMarks S/and/asks about dogecoin and they have to pretend their toy money isn't silly /
# 04:00 pfenwick I'm fond of the idea of Mintcoin, which aims to reduce the environmental impact of cryptocurrencies by switching from a proof-of-work to proof-of-stake model. (The currency is verified not by aggregate CPU, but by the aggregate holders of the currency itself.)
krendil joined the channel
josephboyle and snarfed joined the channel
# 06:48 snarfed KartikPrabhu, you're trying to use 'is not' instead?
# 06:49 snarfed beware, they do have subtly different semantics in python, they're not identical
# 06:50 snarfed hey, btw, i've been trying to pass string data or file object to Parser() directly, instead of a url that it fetches, but i haven't managed to get either working yet
# 06:52 snarfed i'm fetching the url myself, with something like urllib2.urlopen or requests.get
# 06:53 snarfed i was surprised that Parser() expected a file object instead of a string)
snarfed1 joined the channel
# 06:58 KartikPrabhu really hopes you are not using this mf2py on important things! too many issues. my apologies
# 07:06 snarfed1 oh man, no worries! none of this is "important
# 07:06 snarfed1 and all software has bugs
# 07:06 snarfed1 totally ok. i really appreciate all the work you've done on it!
# 07:07 KartikPrabhu i don't want you using this on bridgy and then cascading the bugs to everyone who uses brudy :P
# 07:07 snarfed1 eh i put plenty of my own bugs in it
# 07:07 snarfed1 and bugs from other libraries i use
# 07:08 snarfed1 nothing's perfect
# 07:09 snarfed1 it's very alpha quality, but the code in head actually works
# 07:10 snarfed1 but i'd wait for it to actually launch in a week or so, it'll be more stable and usable
# 07:10 snarfed1 anyway. done for tonight. thanks again!
skinny_, pfenwick, eschnou, bnvk, yaf, tantek and melvster joined the channel
# 09:49 tantek !tell aaronpk, it could act as a router for paying people at a particular domain
# 09:49 Loqi Ok, I'll tell them that when I see them next
eschnou, melvster, pfenwick, squeakytoy, LauraJ, chrisroos, josephboyle, yaf, CheckDavid, pasevin, npdoty, bnvk, snarfed and saurik joined the channel
eschnou and npdoty joined the channel
# 16:28 tommorris tantek: just restored the NaCl article. adding a few sources.
barnabywalters and snarfed joined the channel
# 17:24 tantek KevinMarks: "What made the instrument so durable was its beautiful simplicity."
# 17:24 Loqi tantek meant to say: KevinMarks: "What made the technology so durable was its beautiful simplicity."
# 17:25 KevinMarks Inviting Maciej to speak is a way to get him to write epic essays. More conferences should do it.
# 17:25 tantek yeah that was an impressive amount of research
# 17:26 tantek KevinMarks: "So it was always a mainstay of home electronics projects, and a great starting point for experiments. It was hackable in the best sense of the word."
# 17:27 tantek *THIS* is the indieweb we are designing and building.
ttepasse joined the channel
KevinMarks_, pasevin and KevinMarks joined the channel
melvster joined the channel
skinny_, pasevin, gRegor`, barnabywalters, KartikPrabhu and CheckDavid joined the channel
# 18:45 KartikPrabhu tommorris: mf2py with BS now looks a lot different than the original! Added and moved around a whole bunch of code. Be careful while merging the pull request
pasevin, scor, josephboyle, barnabywalters, tilgovi, nagaway and snarfed joined the channel
# 20:15 barnabywalters KevinMarks_: does making more forks solve the large-blockchain-prevents-decentralisation problem?
eschnou, skinny, pasevin, pdurbin, tilgovi, tilgovi_, snarfed, npdoty, josephboyle, netweb, scor and KevinMarks joined the channel
# 22:49 snarfed has anyone here ever applied for the Instagram API's commenting access?
# 22:50 snarfed i'd like to, but i'm afraid of them actually looking at my app and deciding it's against TOS or something similar
josephboyle joined the channel