#aaronpkheh I googled "find your first tweet" expecting to find some scammy site that makes you log in w/your twitter account. was shocked that the first site I clicked somehow knew my twitter account and showed me my first tweet without any interaction.
#Loqitantek: colintedford left you a message 31 minutes ago: Thanks! That commitment helped get me back to working on my site after a couple months off.
#Loqimicrosyntax refers to short text conventions for conveying specific semantic meaning, such as an "@" prefix indicating a (user)name, or "#" prefix indicating a hashtag (both conventions popularized by Twitter) https://indiewebcamp.com/microsyntax
#bear!tell tantek thanks! I don't think it would be a "short" post at all - but still, yes, I should write one with some code samples for others to use
#Loqitantek: bear left you a message 44 minutes ago: thanks! I don't think it would be a "short" post at all - but still, yes, I should write one with some code samples for others to use
#colintedfordprtksxna: Thanks, my site's progress has been pretty slow and I haven't done any of the cool indieweb connectivity stuff yet but I'm happy with how it's coming along.
#prtksxnaSorry colintedford and KartikPrabhu, I had stepped out for lunch.
#prtksxnacolintedford: I was up at 3.30 today hoping to see it, got some pictures while it was still high up but couldn't catch it setting into the sea because of cloud cover :(
#KartikPrabhuprtksxna: the thing on the top is a reply-context. aaronpk replied to kylewm's post
#KartikPrabhuprtksxna: afaik noone uses anything that is "semantic web" at all
#prtksxnaOh that reply context jumps around quite a bit, comes back to aaronpk's site. It'd be nice to see the whole thread. But I don't understand comments properly just yet so I won't dwell into it now
#prtksxnaKartikPrabhu: So we're just hanging on to something that is now a lost cause?
#KartikPrabhuprtksxna: reply-threads are still nascent. afaik only benthatmustbeme has done any reply-threads at all
#LoqiA reply thread (AKA reply chain) is a threaded list of replies, and replies to those replies, displayed under the original post, as part of the context-thread https://indiewebcamp.com/reply-thread
#KartikPrabhuprtksxna: it would be good to have microformats2 adoption on wikis but only if they do something with the data
#prtksxnaHow much karma do I need to get a cup of tea in return :P
#KartikPrabhuwho knows! aaronpk has a lot but I don't think he has exchanged it for anything IRL
#KartikPrabhuthat is how internet currency works right?
#prtksxnaKartikPrabhu: mediawiki already has a very good api to extract data, but if it supports mf2 it'll be even easier to get some info. The idea to use is on infoboxes on en.wiki is great too
#KartikPrabhuyes. it will be easier but will people use it is the point
#KartikPrabhuwe've had the same argument with "semantic web" and XML and JSON and Linked Data, but still no one uses then for anything useful
#KartikPrabhuyup. which is why indieweb people adopt an experiment with use cases approach. that is how "like-of" and others got added to the microformats spec as experimental. People here use it and so it gets added to spec
#KartikPrabhuwhich is also why h-card and h-entry are so robust now
j12t and Jihaisse joined the channel
#colintedfordKartikPrabhu: prtksxna: I think that's how aaronpk got his kitten! :P
#colintedfordKartikPrabhu: yeah, their page lists some search engines & a list of things I'm too lazy to click to see what they are but sound obscure-ish.
#LoqiIndieWebCamps are brainstorming and building events where IndieWeb creators gather semi-regularly to meet in person, share ideas, and collaborate on IndieWeb design, UX, & code for their own sites https://indiewebcamp.com/indiewebcamp
#aaronpkbut it's really part of a reader more than it is part of micropub which is for *creating* content
#ben_thatmustbemestarts looking back through logs for where aaronpk said he originally intented micropub to read and write
#aaronpkalso having that page as HTML has the added benefit of being able to just load it up in a mobile app and have it work without the client parsing anything from it
#aaronpkinstagram is all html pages and works that way
#ben_thatmustbemeagreed aaronpk, perhaps its something that you should be polling for where the feed URL is
#aaronpkand then regarding push/realtime, PuSH has a mechanism for that already, so as soon as your site adds something to the feed, it would ping its hub and all the subscribers would be notified immediately
#aaronpkmicropub needs to be able to read in order to edit posts, since often people write posts using some sort of markup that is transformed by their site to the HTML that is finally rendered
#aaronpkfor example writing articles in markdown, or when the site renders a full h-card after typing a nickname like @aaronpk
#ben_thatmustbemei'm thinking to use MP as a general control point for the site, don't really need more than one. Anything i can do by admin on my page i should be able to do over MP
#aaronpkwell nobody is stopping you from overloading your own micropub endpoint however you want, as long as it has the core pieces in common
#KartikPrabhufor your own site you can build one big app that does everything, but in spec they should be separate
#aaronpki am curious to see more docs of things you want to add to it as you go
#ben_thatmustbemealso, if its another <link> then the URL is public, though it may never be (never will be for my site) so it doesn't make sense to have it as a <link>
#aaronpk(doesn't have to be public, it can be shown in the html only when an authenticated request is made)
#ben_thatmustbemeit would work better with PUSH having it as its own html page.
#ben_thatmustbemefrom what i have looked at there are several basic operations that can be organized though. Posting/updating (micropub right now) getting information on posts (url= to get a raw post), getting config information (syndicate-to, mp-config), setting configs (I suggested for setting mp-config/indie-config values) getting/setting contacts? (these would make more sense a different endpoint i suppose, though i like the idea that client connectio
#bearben_thatmustbeme - that is what I ran into last week - I was trying to overload my micropub endpoint to be my /mention and /new and kept running into issues from having to sort out if the POST request was from a micropub client or from a browser or ???
#bearnot saying that it can't be done, just that my meager web dev skills was mucking it up so I am keeping them seperate now - /micropub and /mention which groks if someone is auth'd
#tantekvoxpelli: except that aaronpk and I did deliberately choose the "indieweb" term to mean a set of specific things, above and beyond anything "federated", "decentralized", or "blogging".
#aaronpkI bet ben develops it on osx so he doesn't have the case sensitivity issues
#tantekand thus we specifically chose the term "indiewebcamp" to refer to our first gathering, which we co-organized with Amber Case and Crystal Beasley - thus making the four of us "founders" of "indiewebcamp"
#KartikPrabhutantek: we've been here before. People seem to associate "indieweb" with just hosting your own site. Also, people don't seem to want "indieweb" to be used for specifically the approach used here
#tantekKartikPrabhu: enough of the weaselwords - citations needed ;)
#tantekKartikPrabhu: that's a past / out of date article
#tantekadactio and I met jkphl at this past IWC UK 2014 and we're all good :)
#KartikPrabhusure. I'll wait for the next such article and cite it then :)
#aaronpkoh jkphl was at IWC UK? I met him in Germany last year too!
#voxpellitantek: yeah, might be a language thing – just think "founders" can carry unfortunate connotations in some cases which "initiators" doesn't – but might not come across the same way in english
#tantekKartikPrabhu: your indieweb love blog article is cited as well
#tantekalso - this citation does not backup your claim of "don't seem to want "indieweb" to be used for specifically the approach used here" - quite the opposite
#tanteke.g. jkphl said: "Well, despite the fact that I do recognize (and agree with) what Tantek is aiming for here" in response to my tweet that if you want to be indie you should tweet from your own website.
#tantekso he is literally agreeing with the approach used here
#tantekKartikPrabhu: as "indieweb" gets even more popular, we'll actually need to be *more* explicit and outwardly communicative about what it means
#tantekor else be deluged by sales & marketing people defining "indieweb" as whatever they want it to mean to sell crap because of the "buzz" around "indieweb"
#kylewmPhyks: I changed my markup around recently, so I may have broken something Known depended on
#KartikPrabhuaaronpk: I had the KNown not rendering likes problem too once
#aaronpkat least my likes fall back to a comment entry that says "liked..."
#KartikPrabhutantek: I agree with those points. but I also don't expect people to use "exact" definitions
#Phyksbut they have the staring thing implemented yet, so I expect they handle it (or will soon)
benwerd joined the channel
#Phykswill look at issues and fill a new one eventually
#tantekKartikPrabhu: all that being said, beyond those typical definitional integrity problems, because we are specifically using "indie" implying "independent" - that puts a particularly strong pressure on us to allow for (perhaps at least somewhat) forking / diverging / broader inclusive defintions.
#aaronpkOwnYourGram does photo and video uploads in case you want to see how it works with micropub
#ben_thatmustbemebut i'm thinking i'll just lay it out like a homescreen, similar to how people do their contact page
#ben_thatmustbemeaaronpk, i use ownyourgram for photos now (didn't know it did video though... hmm) problem is instagram crashes a LOT on my phone, and locks up the camera when it does it, forcing a reboot. I figure i have the generic receiving working thanks to ownyourgram. I'll have to look at video at some point too
#ben_thatmustbemethen all i need is someone with an iOS build environment and they can build an ios version of it very quickly
#aaronpkwow that's too bad. the instagram app is fine on iOS. actualy mostly I take photos with the built-in camera app, then choose the photo from my library from instagram.
#aaronpkI could build an iOS version for you. tho I don't have the iOS 8 SDK yet
#ben_thatmustbemeonce i have it a little more stabilized and work out a simple build doc, i'll probably take you up on that
#benwerdben_thatmustbeme: that'd solve a major problem we've been hearing. Photo uploads from mobile devices over the web really suck, because the browser can't resize the photo down. If you can compress the photos a little, like Instagram does, you'll create a massively better experience than the web alone.
#benwerd(I really wish the web as a platform had better upload APIs.)
#ben_thatmustbemehmm... i don't know if JS can do the compression can it?
#benwerdwe have major difficulties even showing a preview before upload in js, because the mobile browsers don't handle memory as well as they could
#aaronpkdoes anyone here show a view counter on their pages? I remember late-90s websites used to show the little odometer-style counter at the bottom showing the number of visitors
#aaronpkand now the Twitter app is making your twitter analytics more prominent within the app, one of which shows the number of people who saw individual tweets
#KartikPrabhui don't collect any analytics/counts at all