#indiewebcamp 2013-12-03

2013-12-03 UTC
#
tantek.com
edited /Falcon (+944) "/* event posts */ perhaps use color of map point as indicator of temporal relativity to event"
(view diff)
#
tantek.com
edited /Falcon (+108) "/* event posts */ link to docs for more possibilities"
(view diff)
#
tantek.com
edited /Falcon (+172) "/* event posts */ note decision not to use nominatim"
(view diff)
snarfed and bnvk joined the channel
#
Loqi
bnvk: tantek left you a message 1 hour, 16 minutes ago: but these criticisms are coming from those who were in the community, that's the difference, that's what's new.
scor joined the channel
#
bnvk
man, Loqi message later feature is awesome!
#
Loqi
who, me?
KartikPrabhu joined the channel
#
KartikPrabhu
anyone know how to make form fields always show right aligned text? For example: I am using an input element to display permalinks to my posts. But the input field is small and so the url always appears with the site name, with the post name hidden to the right. UX-wise, it might be better if the end of the url i.e. the post name was visible with the site name hidden on the left. Any suggestions? See example here at the bo
#
tantek
KartikPrabhu your message was cut-off after "here at the bo"
#
KartikPrabhu
See example here at the bottom of article: http://kartikprabhu.com/article/line-mode#permalink
#
aaronpk
oh I see... I don't think that's possible
#
aaronpk
i know what you mean though
#
KartikPrabhu
aaronpk: it can be done with text-align, but as soon as an input field loses focus it is back to left align :(
#
aaronpk
hah here's a good hack: http://jsbin.com/ilejo4
#
etymancer
could you maybe do something funky with right-to-left text?
#
aaronpk
yep that's what it looks like
#
KartikPrabhu
then the entire url will read backwarss
#
etymancer
not if you reverse the text :)
#
aaronpk
not according to that example
#
snarfed
KartikPrabhu: huh, just fyi, i don't see that losing focus bug in firefox
#
snarfed
you're on chrome?
#
KartikPrabhu
snarfed: yeah i am on Chrome.
#
aaronpk
KartikPrabhu: yeah add "direction: rtl" on your input box and it totally works
#
aaronpk
i just tried it on your site
#
etymancer
nice. don't even need to monkey with the text
#
KartikPrabhu
on it. will test it out and report
#
snarfed
i don't see the bug in chrome either. 31 on mac os x, and ff 25. just fyi
#
KartikPrabhu
thanks folks!
#
etymancer
I like this channel.
#
aaronpk
aww this channel likes you too
benwerd joined the channel
#
KartikPrabhu
aaronpk: direction:rtl works! except on Opera Mini for Android, losing focus reverts to ltr
npdoty joined the channel
scor and KevinMarks_ joined the channel
#
KevinMarks_
is this a victory for indieweb principles? http://antirez.com/news/65
#
snarfed
i think mainly just a victory for google cache
#
snarfed
e.g. if you managed to blow away a bunch of your tweets, you could probably recover them the same way
#
snarfed
…ok, twitter is a bad example, but still.
#
tantek
KevinMarks - hilarious. I think we've seen examples of "recovery from Google search cache backup" before. Not always entirely successful.
#
tantek
snarfed - indeed (on both counts).
#
KevinMarks_
I remember helping people recover from deletion at technorati
#
tantek
that's because we were more comprehensive about specific blogs (at least their contents)
#
tantek
when we should have been archiving their entire HTML permalinks
#
tantek
and CCing that to archive.org
#
KevinMarks_
yes, that was an antipattern we never fixed
#
tantek.com
edited /icon (+472) "/* Tumblr */ note UA-sniffing, sample code that Tumblr uses"
(view diff)
#
tantek
KevinMarks, the irony is that it would have been *simpler* to just archive the curled permalink pages
#
tantek
and would have enabled reparsing them later too (when parser/spider improvements were made)
#
tantek
why we chose to store the parsed text and not the raw HTML I'll never know. Some attempt at premature optimization
#
KevinMarks_
I know. And in fact I did that by hand for my testing...
#
tantek
maybe by the same person who insisted we should not index Twitter
#
KevinMarks_
'cos we were already db-focused by the time I joined (and dave wasn't even keeping posts, just links and 255 chars around them)
tilgovi joined the channel
#
tantek
oh right - we initially threw away even more
#
tantek
hard to break that db-focused culture isn't it?
#
KevinMarks_
we initially only kept the latest link between any two sites
#
KevinMarks_
yes, that was the bit I found odd about the "oh crap I used mongo" post
skinny joined the channel
#
tantek
anybody else get home screen icons working on their personal site?
KevinMarks and skinny joined the channel
#
bret
Does it have to be a picture of my face?
#
bret
derp nm
npdoty joined the channel
#
bret
tantek: during your icon research did you see this? http://realfavicongenerator.net/
#
tantek
bret - it's a should not a must ;) and you've got your face on your Twitter avatar https://twitter.com/bretolius so why settle for anything less for your own domain?
#
tantek
bret - I hadn't seen it and their validator is wrong ;)
#
tantek
oh man so many error
KartikPrabhu joined the channel
#
tantek
wow seriously what a piece of crap
#
tantek
bret - so no, during my research I didn't find it and it's a horribly misleading resource :(
tpinto joined the channel
#
bret
benwerd: having issues sendin webmentions to your post
#
bret
tantek: didn't try the validator, that sucks
jschweinsberg and lukebrooker joined the channel
#
tantek
pdurbin - there's something missing from that page - a personal domain / URL for Daniel Siders
#
tantek.com
edited /icon (+514) "/* Tumblr */ document Tumblr shortcut icon problems"
(view diff)
#
tantek
oh Tumblr, you were so close to doing a decent default job with personal icons
#
KartikPrabhu
tantek: what happened?
#
tantek.com
edited /icon (+164) "/* Silo Support */ Tumblr's awkward shortcut icon treatment reason enough to DIY"
(view diff)
#
tantek
KartikPrabhu: documented tested results here: http://indiewebcamp.com/icon#Tumblr_shortcut_icon_problems
#
KartikPrabhu
interesting. maybe it detects device in weird way on server-side?
#
KartikPrabhu
i know it does that for mobile vs desktop clients
#
tantek
it has a iOS UA sniffer at least - and only sends the markup for iOS when it sees it (noted in prev section)
#
tantek
but it's out of date / obsolete
#
tantek
part of the problem of doing UA specific coding
#
KartikPrabhu
naybe some Tumblr dev is hanging around here and fixes it :)
#
tantek
I wouldn't hold my breath - since they've been acquired by Yahoo.
#
KartikPrabhu
maybe the indieweb way will catch on. in any case Tumblr is doing much better than other silos, i guess
#
tantek
it is. Tumblr has *many* redeeming design aspects.
#
tantek
in fact there is much we can learn from Tumblr's UI design.
abrereton joined the channel
#
tantek
everything from on-boarding to setting up your domain to editing your templates
#
KartikPrabhu
intersting. must take closer look at tumblr when free
#
KartikPrabhu
was looking at POSSE. Is there a good way to syndicate art-directed posts? most syndications would destroy any custom styles
#
KartikPrabhu
i use 'art-directed' loosely
#
tantek
KartikPrabhu - all POSSE is silo destination dependent
#
tantek
and thus there's quite a bit of room for silo-specific "art-direction" ;)
#
tantek
but inevitably, expect that the silo POSSE copy will be lower fidelity than what you can do on your own site
#
tantek
however that's a *feature* - it encourages readers on that silo to click through and view the high fidelity original on your own site
#
KartikPrabhu
yes. but I suspect it would be a problem with feed syndication too. sort of throws a wrench in the whole 'readers should read whereever they want' philosophy
#
tantek
that's misphrasing
#
tantek
it's not "readers *should* read whereever"
#
KartikPrabhu
yes. i meant ' should be able to'
#
tantek
it's readers DO read whereever they want
#
tantek
and thus if they're your friends, it's only polite to accommodate them, rather than make them read some other way
#
KartikPrabhu
but most people would prefer to get all their internet at one place, be it a feed reader or Google+ or such. Is it a good idea to direct them back to to your site for 'the best experience'?
#
tantek
rather it's good for you to express yourself as richly as you wish to, and not limit yourself by what silos allow
#
tantek
POSSE is the compromise to at least give your friends something where they happen to read things.
#
KartikPrabhu
ok. more food for thought. cool!
#
tantek
and yes - I personally think it's only ok to direct them back to your site when there's more content there
#
tantek
hence permashortlinks vs permashortids
#
KartikPrabhu
too much food for thought from this place. not enough time!! ;)
#
tantek
KartikPrabhu - it is you that is asking the good questions ;)
#
KartikPrabhu
tantek: I don't get the difference between permashortlinks and permashortids. Maybe a page on the wiki for that?
#
tantek
KartikPrabhu - did you search for them on the wiki?;)
#
tantek
ah - I meant permashortcitations - will add AKA
#
KartikPrabhu
aah yes i didn't know that term either :P
rtaibah joined the channel
#
tantek.com
edited /permashortcitation (+127) "or permashortid, in contrast to permashortlinks"
(view diff)
#
tantek
this is a good place to start on the topic: http://indiewebcamp.com/permashortlinks
#
KartikPrabhu
great. good midnight reading instead of a physics paper! :)
KartikPrabhu joined the channel
#
christopheducamp.com
created /icon-fr (+15506) "[fr: french translation draft]"
(view diff)
cweiske joined the channel
#
tantek
nice work xtof!
#
christopheducamp.com
edited /icon-fr (+19) "/* Firefox pour Android */ bookmark for FF : "Marque-page" in french."
(view diff)
melvster and LauraJ joined the channel
#
tantek
wow that's both sad and hilarious
andreypopp joined the channel
#
tantek
RSS was/is so poor a standard that it motivated dozens of people to develop the alternative of Atom
#
tantek
similarly, any apologisms for Media RSS are misplace - also a poor standard from the start, and poor stewardship as well
#
cweiske
I tend to believe the internet tv players vs. rss theory
#
tantek
ultimately - all of these problems are just facets of the weakness that is combination of DRY violation and invisible side files that are always eventually neglected relative to HTML
#
tantek
RSS was weak to begin with. It didn't take much for attack it.
#
tantek
IMO totally ignorable drama
#
cweiske
tantek, how do you expect full text feeds to work in hatom?
#
cweiske
have index pages with the full text of 10 articles?
#
tantek
why ask how I expect them to work? just look at my home page for existence proof.
#
cweiske
or do you expect the clients to parse the index page and follow each entry?
#
cweiske
fetching 11 urls instead of 1?
#
tantek
my full text "feed" or h-feed of my index.html file takes *less space in bytes* than the equivalent in Atom XML
#
tantek
all the work on XML sidefiles duplicates of what works *just fine* in HTML has wasted 10+ years of web dev time
#
cweiske
it's still harder to parse
#
cweiske
I need a full library just to figure out the title
#
cweiske
or the author
#
tantek
then you're ignoring Amdahl's law for your own productivity, as is *anyone* who complains about parsing
#
tantek
building good UX is 10x more important and 10x harder than parsing any of this stuff
#
tantek
anyone who's wasting time arguing about easier/harder to parser is basically ignorant of that
#
tantek
plus, yes, you need a whole library to parse RSS soup as well.
#
cweiske
if you use rss, yes
#
cweiske
atom - no
#
tantek
the whole XML makes the world valid pipe-dream was always wishful thinking
#
tantek
wishful thinking by programmers that don't understand the messiness of successful systems
#
cweiske
then why webmention? pingback works, you only need a library to use it
#
tantek
also, nevermind UX, all such parsing discussions are trumped by higher fidelity content you get by not violating DRY
#
tantek
higher fidelity content > perception of easier parsing
#
cweiske
does "DRY" mean that the content is only available in one format, or only in one location?
#
tantek.com
edited /webmention (+834) "/* FAQ */ Why webmention instead of pingback (good to answer this up front for folks that are already familiar with pingback)"
(view diff)
#
tantek
cweiske - both kinds of DRY violation are possible
#
cweiske
isn't a your homepage index such a violation?
#
tantek
re: "why webmention? pingback works" - wrote it up because despite it being obvious, others will likely re-ask this again: http://indiewebcamp.com/webmention#Why_webmention_instead_of_pingback
#
cweiske
tantek, "Less work to implement" - I can say the same against hfeed
#
cweiske
and for atom
#
cweiske
dito for "easier to test"
#
tantek
nah. h-feed was trivial to add to HTML.
#
tantek
producing Atom was a pain
#
cweiske
I mean implementation - parsing it
#
tantek
hahaha that's funny. you're either new at this, or trolling. optimizing for publishers over consumers has been a long-standing obvious design principle.
#
tantek
(more optimal in the aggregate, number of people etc.)
#
cweiske
so consuming should be hard?
#
tantek
given the choice, make publishing easier
#
tantek
because that benefits more people, short and long term
#
cweiske
there are much more consumers than publishers, so it should be the other way round
#
tantek
there are far fewer programmers that write consumers rather than publishers
#
tantek
"consumer" in this context refers to the code for consuming
#
tantek
not "consumer" a person who consumes
#
tantek
publishers over parsers if that helps
#
tantek
regarding the varieties of DRY violation - the API page documents those problems quite well: http://indiewebcamp.com/API
#
cweiske
moving your idea to the real world, newspapers aren't necessary if i can look at the raw data
#
tantek
nope, newspapers are better UX than raw data and if you read up, that was the first thing I pointed out - UX matters orders of magnitude more than all the nits you're trying to pick
#
tantek
and thus you're violating amdahl's law by focusing so much time on optimizing such a minor % of the work of making something work
#
cweiske
the work the parsers have to do is per-user, not per-parser. thus it is important that it's easy to consume
#
tantek
parser code re-use is far higher than publisher code re-use
#
tantek
a few folks write parsers, and you're done
#
cweiske
I don't talk about writing
#
cweiske
I talk about CPU time
#
tantek
people keep writing new publishing code all the time
#
tantek
then you're again focusing on the wrong thing
#
tantek
human code writing time is far more a big cost / obstacle than CPU time
#
tantek
another Amdahl's law violation
#
cweiske
how is this related to amdahl's law?
#
cweiske
that only talks about parallelization
#
tantek
Amdahl's law is about time spent optimizing something vs time that thing spends as a % of the total
#
tantek
"maximum expected improvement to an overall system when only part of the system is improved"
#
tantek
has nothing to do with parallelization
#
tantek
or rather parallelization is just one optimization strategy
#
tantek
another would be using a better algorithm
#
tantek
parallelization is a red herring in discussions of Amdahl's law
wyomingplease, friedcell and Jihaisse joined the channel
#
KartikPrabhu
interesting discussion/debate on RSS. The publisher over parser philosophy seems to be the common theme through the indieweb ideas
srushe joined the channel
#
KevinMarks
I'd argue that there is an indieweb aspect to the proliferation of readers and publishers of rss that that article documents to some extent, but that it was always hugely imperfect
LauraJ joined the channel
#
tantek
KevinMarks - looks like you're still using apple-touch-icon rather than apple-touch-icon-precomposed on kevinmarks.com (see http://indiewebcamp.com/icon#iOS_home_screen for why *-precomposed)
tpinto, glennjones, andreypopp_, rtaibah, Acidnerd1, adactio, CheckDavid, friedcell, scor, skinny, andreypopp, LauraJ, skinny_ and barnabywalters joined the channel
#
barnabywalters
tricky to tell whether it’s a joke or some sort of bizarre artwork
#
aaronpk
LOL at the first comment on that comment cweiske linked to: "Would you please post this an complete page of its own on a blog somewhere. It's an excellent analysis/commentary on the situation."
bnvk and snarfed joined the channel
#
snarfed
aaronpk: yup, gotta love generic comment spam. endlessly entertaining
#
aaronpk
oh you think that's spam?
#
aaronpk
I thought it made an excellent point about owning your comments!
#
barnabywalters
pretty sure that’s not spam
#
barnabywalters
most comment spam is “yes i really like your blog it has good informations please continue to post”
#
barnabywalters
or “buy this handbag“
#
snarfed
yeah, you're probably right
#
snarfed
my spam detector has overfitted on generic "this is a good post" comments
#
aaronpk
oh good lord. there was a bug with my dropbox->flickr sync, and now the same photo has been added to my flickr account hundreds of times
#
snarfed
whee, computers
#
aaronpk
i'm gonna have to write a script to delete them, I can't do that bby hand!
tilgovi, dietrich, npdoty and KevinMarks joined the channel
#
XgF
aaronpk: I once posted a Facebook album to a group. Facebook decided to post each image in the album individually...
#
aaronpk
XgF: haha awesome
#
Loqi
hehe
#
XgF
Everybody woke up the next morning with 120 Facebook notifications...
HereticLocke, KevinMarks, KartikPrabhu, jschweinsberg, fritzy, ryana, bnvk and melvster joined the channel
#
@IndieAuthorALLI
Join @OrnaRoss and @JaneFriedman shortly for a G+ hangout on making money from #writing & #publishing. http://t.co/bb5agjDR5c. Pls RT
(twitter.com/_/status/407933592728535042)
#
@TriskeleBooks
RT @IndieAuthorALLI: Join @OrnaRoss and @JaneFriedman shortly for a G+ hangout on making money from #writing & #publishing. http://t.co/bb…
(twitter.com/_/status/407934241054670849)
andreypopp, _6a68, dietrich and realzies joined the channel
#
@secretmildred
@xz http://indiewebcamp.com/POSSE#Twitter basically post from your domain to twitter via API, then post the data to your db. I also imported my archive.
(twitter.com/_/status/407946512539611136)
KevinMarks and LauraJ joined the channel
#
KartikPrabhu
I have a screenshot testing homescreen icons on android with FF and Chrome. How do I upload it to the wiki so people?
#
kartikprabhu.com
uploaded /File:Homescreen_icons.jpg "screenshot showing Indieweb home screen icons. Android4.3 on HTC ONE. Firefox on left, Chrome on the right."
#
KartikPrabhu
KevinMarks: Firefox does not seem to add a frame on my Android. see: http://indiewebcamp.com/File:Homescreen_icons.jpg
tantek joined the channel
#
tantek
cool - just noticed the icon for indiewebcamp.com :)
#
KartikPrabhu
tantek: FF on Android uses a low-res version of icons for some reason
#
@t
@jlsuttles, @aaronpk updated the @IndieWebCamp site with an icon for any page, including http://indiewebcamp.com/icon :) (ttk.me t4TN1)
(twitter.com/_/status/407954106834518016)
#
tantek
KartikPrabhu - odd no idea why that would be
#
tantek
if you figure it out, let aaronpk know! :)
bnvk joined the channel
#
KartikPrabhu
Also made one screenshot showing all indieweb author icons that were listed on icon page. http://indiewebcamp.com/File:Homescreen_icons.jpg
#
tantek
KartikPrabhu - just saw that! Very cool test shot
#
bnvk
KartikPrabhu: nice :D
tpinto joined the channel
#
bnvk
why is there duplicates?
#
tantek
bnvk see description :P
#
tantek
and yay Chloe!!! https://twitter.com/secretmildred/status/407934756358463488 (Chloe was an apprentice at the first IndieWebCamp in 2011 - awesome that she's got POSSE working now)
#
@secretmildred
Live-tweeted implementing POSSE to Twitter over at @chloeweil. All tweets posted from mah blog. Not too far from realizing the dream now.
KartikPrabhu joined the channel
#
bnvk
Hrm, weird! They each pick different files?
#
tantek
bnvk - standards? what standards? :P
#
bnvk
srsly, with standards likes these, who needs standards!
#
tantek
KevinMarks - which OS / device / browsers were you using?
#
tantek
KartikPrabhu in your home screen icons image - which browser versions were you using?
#
KartikPrabhu
FF 25.0.1 and Chrome 31
#
tantek
so strange because those are the same versions I think Kevin Marks used
#
KartikPrabhu
yes. and he seem to have gotten some frame for FF. But I get that on some, like adactio but not on others
#
bnvk
I don't think I will buy another Apple smart device ever again- their mobile carrier lock in nonsense is absurd and has consumed 10+ hrs of my life trying to get my ipad working on Verizon
#
tantek
bnvk - I thought you were very happy with your ipad mini mobile data setup - thought it was very portable and stuff?!?
#
tantek
I was hoping to copy your setup!
#
KartikPrabhu
aaronpk: The indiewebcamp.com icon does not show up on FF on Android. Adds a generic star icon instead. Could be because of .ico file?
#
bnvk
I was, in Europe- apparently my iPad (bought in Germany) was locked to Dutch Vodafone
#
tantek.com
edited /icon (+308) "/* Firefox for Android */ add Android comparisons section with screen shots comparing Firefox vs Chrome home screen icon adding"
(view diff)
#
bnvk
but that "supposedly" was just the CDMA baseband, GSM should have been fine, but trying to sign up at ATT was also impossible!
#
bnvk
Trying one last thing- fingers crossed
#
tantek
KartikPrabhu - thanks for uploading your screenshot - added to the page: http://indiewebcamp.com/icon#Android_browser_comparisons
#
tantek
bnvk - yikes - sorry to hear that.
#
tantek
Good luck - I really hope you figure it out and can document it for the rest of us.
#
tantek
I was this || close to getting an iPad mini with celldata hardware because of it (likely tmobile if they have it).
#
KartikPrabhu
tantek: cool. I'll try to keep it upto date if things change/improve with some icons
#
bnvk
tantek: thanks, I'll do that right now. Is there a page started on IWC for this sort of process?
#
bnvk
supposedly an American one should be able to go to EU and use GSM no prob- so it might still be a viable option
#
tantek
bnvk - go for it and start indiewebcamp.com/ipad :)
#
bnvk
maybe indiewebcamp.com/mobile-data-options ?
KartikPrabhu joined the channel
#
bnvk
tantek: regarding logo icons, I notice you don't do the multiple sizes for Apple, like aaronpk did- has Apple improved the parsing so as not need the sizes="" attr?
#
tantek.com
edited /icon (+117) "/* Why all the different sizes */ emphasize the not case"
(view diff)
#
bnvk
hehe :)
#
bnvk
Loqi: is tantek: on an asymptotical curve in respect to streamlining his textual output to equal a "pure creation / documentation" state?
#
bnvk
friggin bot
etymancer, scor, glennjones and KevinMarks joined the channel
#
brennannovak.com
edited /icon (+708) "/* IndieWeb Examples */"
(view diff)
_6a68 and dentonjacobs joined the channel
#
bear.im
edited /icon (+129) "add comment about FF25 v FF26 border issue"
(view diff)
thatryana joined the channel
#
bear.im
created /User:Bear.im (+59) "Created page with "{{stub}} <span class="h-card">[http://bear.im Bear]</span>""
(view diff)
#
tantek
bnvk nicely done! looks great!
#
bnvk
tantek: I was thinking about adding a blurb re: "Updating (of logo)" but was unsure if that was something more better suited for hCard ?
LauraJ and bnvk joined the channel
#
KevinMarks
I was on android 4.4 on a nexus 7 2013
KartikPrabhu and melvster joined the channel
#
tantek
bnvk - yes ideally these devices would get your logo from the h-card that's already on your page
#
tantek
see previously about "standards?" ;)
#
bnvk
ah, gotcha! And hence "updating" would be the onus of the browser / OS to handle using said standard?
tpinto and KevinMarks joined the channel
#
tantek
bnvk - I've thought about simply having Falcon read my h-card from my index.html home page template, get the "logo" from there, and then automatically generate the rel="shortcut icon" markup etc.
#
tantek
so that I as the author/user/publisher only need to update the h-card on my home page index template to have it all work.
#
tantek
reducing DRY violations on the authoring side at least
glennjones, kylewm, friedcell, eschnou, _6a68, abrereton and KartikPrabhu joined the channel
#
brennannovak.com
created /mobile_data_solutions (+499) "Created page with "This page about '''mobile data providers''' that outlines alternative methods of getting on the web that meet the following criteria: * Does not require a physical wired connect...""
(view diff)
KevinMarks, bnvk, _6a68, acegiak and lukebrooker joined the channel
#
jonnybarnes
Trying to set up Indieauth and I get the following error for twitter: There was an error verifying this provider. Confirm you have a rel="me" link on this site pointing to your website.
#
jonnybarnes
any idea how to fix?
bnvk and glennjones joined the channel
#
aaronpk
jonnybarnes: for some reason we're having issues with twitter right now (their SSL cert is erroring out on the server)
#
aaronpk
try using another provider for now
_6a68 joined the channel
#
@xtof_fr
Premier tour de piste #indieweb sur combo #jekyll + #github Sensations vives et nerveuses proches du kart 2 temps. http://christopheducamp.github.io/jekyll/update/2013/12/03/premier-pas-sur-jekyll.html
(twitter.com/_/status/408011537089982465)
#
bnvk
tantek: ah, yah that makes sense as a solution! Both of mine are dynamically generated from the same setting / file!
skinny joined the channel
#
jonnybarnes
github is working, need to edit Google+ the page that goes back to indieauth.com is slightly different to the page I link to
skinny and dentonjacobs joined the channel
#
jonnybarnes
I may have found a bug with Indieauth and app.net, my domain is verified but it doesnt work
#
jonnybarnes
I think because my site is served over HTTPS
#
jonnybarnes
and the verified domain on app.net isn't
#
aaronpk
and you're linking to your https URL from your app.net profile?
#
aaronpk
oh, that's the problem
#
jonnybarnes
well, you have to add an entry to your dns
#
aaronpk
for what?
#
jonnybarnes
and the app.net auto-links to the plain version
#
aaronpk
I thought app.net domain verification worked with a rel-me link from your site to your app.net profile
#
jonnybarnes
the way Ive verified my domain with app.net is to add a txt entry to my dns
#
aaronpk
well why'd you go do it that way ;)
#
jonnybarnes
because I did ok :P
#
jonnybarnes
I'm impressed with the openid implementation btw :)
#
aaronpk
hehe thanks
#
aaronpk
well I'm not actually sure if any of the people who run https-only sites have done app.net verification