#indiewebcamp 2014-05-17
2014-05-17 UTC
caseorganic and tantek joined the channel
brianloveswords joined the channel
# sparverius i use php
# sparverius form your opinions now
# Loqi PHP is a programming language and web server runtime environment used for many IndieWeb projects http://indiewebcamp.com/PHP
tgbrun joined the channel
# tantek.com edited /events/2014-05-21-homebrew-website-club (+14) "/* RSVP */ just show up" (view diff)
brianloveswords joined the channel
# bret aaronpk: any advice on how to get a test token from https://tokens.oauth.net/token ?
jedahan, emmak, brianloveswords, KartikPrabhu, snarfed, tantek, bshambaugh and JasonO joined the channel
# @joeyalkes Charting country singer EILEEN CAREY @ the GRAND OLE’ ECHO SUNDAY MAY 18 @ 5pm https://www.facebook.com/events/730273137030970/730279923696958/?comment_id=730285013696449¬if_t=event_mall_comment #radio #indieweb #AtwaterVillage (twitter.com/_/status/467503018926026752)
# KartikPrabhu haha talk about spam
tgbrun and tantek joined the channel
tgbrun joined the channel
snarfed and indie-visitor joined the channel
# KartikPrabhu hey NewYorker!
# NewYorker Hi Kartik
# KartikPrabhu new here? welcome!
# NewYorker I just stumbled onto indiewebcamp while looking into web mentions.
# KartikPrabhu that's how I ended up here as well :)
# NewYorker I'm sort of in roll my own cmd mode.
# NewYorker *cms
# KartikPrabhu you mean webmentions/.
# NewYorker Although I might go with Jekyll and just flesh it out with some custom code on top.
# KartikPrabhu easiest to not build your own CMS in the beginning
# NewYorker Yeah, I have a lot of ruby code for different components I want, but I did get it all glued together in working form.
# NewYorker *never did
# NewYorker That's why I'm thinking it might make more sense to focus on an existing system that can take plug ins
# NewYorker Do you know of any that implement Purple Numbers?
# KartikPrabhu A lot of people here build their own systems. But yeah using Jekyll and adding to it sounds like a good idea. I did that with Django
# KartikPrabhu what is Purple Numbers?
# NewYorker Oh wow, you are in for a treat then. They go back to the Mother of All Demos.
# KartikPrabhu Is this the Doug Englebart's thing to link to paragraphs?
# NewYorker Yup
# NewYorker it comes from a paper call "Authorship Provisions in Augment"
# KartikPrabhu oh you might be interested in http://indiewebcamp.com/fragmention which does something similar. You can link to arbitrary phrases!
JasonO joined the channel
# JonathanNeal ðŸ‘
# NewYorker oh cool
# NewYorker Thanks for the links Aaron!
# KartikPrabhu cooked up by KevinMarks_ and scripts by JonathanNeal for fragmentions
# NewYorker Here is Doug's paper: http://dougengelbart.org/pubs/seminars/sembinder1992nov/Q.pdf
# aaronpk "HTML allows you to link to parts of a document if the target is defined (using the <a name=""> tag). However, if no target is defined, then it is impossible to address parts of an HTML document." http://eekim.com/software/purple/purple.html#hid2A
# KartikPrabhu aaronpk: yeah interesting... lokos like something Medium does though. Assign a name="" to each paragraph
# NewYorker The idea in Augment was to have structural anchors related to the document outline and also to have GUID's for each statement with the option of giving them nemonic keys as well
# NewYorker The neat thing was that the Statement IDs would be preserved across edits restructuring the document
# KartikPrabhu Newyorker: the neat thing about fragmentions is that you don't have to reply on the author having inserted the "name" and "id"
# KartikPrabhu s/reply/rely
JasonO joined the channel
# snarfed JonathanNeal: wonder if you saw https://github.com/chapmanu/fragmentions/issues/9 . apologies for the nudge.
# NewYorker Ah, that sounds like some of the work on Open Hypermedia System that can take external link servers to annotate closed documents
JasonO joined the channel
# NewYorker The real challenge is getting round trip editing when you want to preserve Augment like Statement IDs
# NewYorker in my code I used data- attributes and a rub goldberg assemblage of Ruby Gems
# NewYorker *rube
# KartikPrabhu Newyorker: that is one aspect of this thing that I don't understand. Even URLs are not preserved if the source changes so why do people expect pointers to parts of documents to be preserved
# NewYorker There was an MIT Press book From Web to Workplace that had a lot of discussion of that
# NewYorker It really is important if you are dealing with versioning for something like a legal doucment
# NewYorker where you are interested in how one part might have changed between versions even if it was moved to a completely different part of the document
# KartikPrabhu so is the idea to go above and beyond normal fragments like http://example.com/article#fragment ?
# NewYorker Yeah, you want a fine grain to address elements down to the phrase level without having to manually create a gooleplex of anchor tags
# NewYorker and you want to cover both the hierarchical dimension of the document layout as well as the semantic dimension of identifiable content chunks
# NewYorker so you can either address the second subsection of section 3 or WHAT was at that location in the document at a given time
# NewYorker The extra meta data provided by the dual ID models might also help in implementing Selective Undo
# KartikPrabhu hmm what happens when I replace all the text at a URL?
# KartikPrabhu aaronpk: if you can reference some datetime (for versions) and fragmentions, then it should be all ok
# NewYorker I think DARCS' Theory of Patches might help there
# KartikPrabhu but you still reply on authors being consistent and all that
# NewYorker Ever use DARCS?
# JonathanNeal snarfed: I’m around.
# JonathanNeal Sorry for the delay. We are hours or days from having our second baby.
# NewYorker Dave's Advanced Revision Control System
# JonathanNeal I thought, man better check on indie web.
# JonathanNeal Don’t apologize for bumps either. I am really terrible at project maintenance and want to get better.
# NewYorker It is a Haskell based package that treats versions as collections of discrete edit operations
# JonathanNeal snarfed: congrats!
# JonathanNeal I was unable to replicate #9. Want to give me more details? snarfed
# NewYorker and the system can re-order the patches to consolidate them and selectively roll back orthogonal changes
# NewYorker Another idea I was kicking around was using an MD5 hash of an element's content as its anchor ID.
# KartikPrabhu i don't know. All these sound much more complicated. Fragmentions sound so much simpler
# NewYorker Then the link would only be valid if it pointed to the same text that you wanted to link to, so you couldn't have a scenario of giving someone a link to what you think is a positive book review and having them follow the link later on only to find an edited version of the review panning the book.
# NewYorker I wound up with three different sets of purple number anchors for all of my document chunks to cover linking to this section, linking to this statement, and linking to this exact text
# NewYorker The Fragmentations look really intriguing though.
# NewYorker Has anyone thought about using word count offsets from the nearest defined anchor?
# NewYorker Thanks for those pointers!
# NewYorker Could we use any exotic Unicode arrow glyphs in our urls?
Kopfstein joined the channel
# NewYorker I have got to get this stuff working on my site!
# aaronparecki.com edited /fragmention (+608) "add section about linking to the nth occurence" (view diff)
# JonathanNeal Yea, fragmentions are fun ;)
# JonathanNeal Also, contractions are 15 minutes apart.
# NewYorker Say, does anyone know of a tool to build an inverted file full text index of a static site that can be searched client side after you deploy to your server?
v0 joined the channel
# KartikPrabhu Is anyone using the <picture> element stuff yet?
# NewYorker never used it so far
# KartikPrabhu just read about it on Smashing Magazine (http://www.smashingmagazine.com/2014/05/14/responsive-images-done-right-guide-picture-srcset/) and boy is it complicated!
# NewYorker It looks it
# KartikPrabhu if the smashing article looks complicated then using it will surely be more than that
# JonathanNeal KartikPrabhu: srcset is where it’s at.
# NewYorker My gut says to use PHP to detect a phone and swap images server side.
# JonathanNeal It’s fun to realize that SVGs encapsulating images have been able to do this for years.
# KartikPrabhu aaronpk: I looked at that way back when it was just a PhD thesis by the 'inventors'. it is pretty neat but doesn't work as well for large scalings
# NewYorker But you only want to send as much image data as the client needs over the wire.
# KartikPrabhu atleast a 7 years old! I was in my third year in college!
# NewYorker Wasn't there some sort of a MIP map encoding for scalable raster images?
# KartikPrabhu people have been talking about just more "responsive" image formats that can be served appropriately by servers but don't know what happened there
# KartikPrabhu in any case curious how this affect mf-parsing...
# NewYorker Well time to call it a night, thanks for all of the research pointers everyone!
# KartikPrabhu good night NewYorker! come back again :P
# JonathanNeal These are the 4 “element query” techniques I’ve heard of. Am I missing others? https://gist.github.com/jonathantneal/d4e27ac9a65a426e6870
# KartikPrabhu JonathanNeal: isn't there an element query polyfill?
# JonathanNeal KartikPrabhu: yes, several, and I’m suggesting that these are the four ways they accomplish the element sizing listeners.
# KartikPrabhu oh I see. I misinterpreted that part
# KartikPrabhu JonathanNeal: what is your take on the picture-element?
snarfed joined the channel
# JonathanNeal KartikPrabhu: it’s great.
# JonathanNeal It’s really useful for art direction, responsive design, and even bandwidth efficiency.
# KartikPrabhu I feel it is sort of annoying that it is tied to viewport size instead of something like element query
# JonathanNeal I’m not sure it isn’t tied to element size.
# KartikPrabhu from all that I've heard the "min-width" is the viewport
tantek and snarfed joined the channel
# KartikPrabhu snarfed: any good guide to having submodules?
snarfed1 joined the channel
# snarfed1 aaronpk++, thank you!
snarfed joined the channel
# @kevinmarks "@ashedryden: How open company policies can harm marginalized users: http://t.co/6fazaBo7Lv" #indieweb (twitter.com/_/status/467558797334966272)
# @nickreynoldsatw RT @kevinmarks: "@ashedryden: How open company policies can harm marginalized users: http://t.co/6fazaBo7Lv" #indieweb (twitter.com/_/status/467563089224040448)
tpinto and cweiske joined the channel
glennjones, kerozene_, petermolnar, chrissaad and jonnybarnes joined the channel
tgbrun, petermolnar, tpinto and chrissaad joined the channel
# @jordan_web This is a great idea, - Indie Box: Let's Bring Our Data Home - watch the second video. #indieweb #indiebox (twitter.com/_/status/467641910786805760)
petermolnar, KevinMarks, tgbrun and snarfed joined the channel
# snarfed !tell bnvk hey, saw you tried bridgy publish! and i saw the facebook failure, looks like you hit https://github.com/snarfed/bridgy/issues/123 . sorry about that :/
eschnou and carlo_au joined the channel
# snarfed if you're playing with this, https://developers.facebook.com/tools/debug/accesstoken is useful for debugging
# snarfed oh man, maybe you're right about the developer mode thing. looking at https://developers.facebook.com/apps/256884317673197/review-status/ , publish_actions isn't on the approved list yet
jonnybarnes joined the channel
# snarfed or, this is what i'm talking about: https://snarfed.org/fb.png
# snarfed about to apply for post perms for bridgy since they're not listed as approved, which i think might be causing https://github.com/snarfed/bridgy/issues/123
tantek, brianloveswords, KevinMarks and snarfed joined the channel
brianloveswords joined the channel
# jonnybarnes font awesome has been updated for anyone that uses it
# bret.io edited /login-brainstorming (-1) "/* Verifying the authorization code */ revert back to GET" (view diff)
emmak joined the channel
# bret.io edited /login-brainstorming (+1) "/* Verifying the authorization code */ I'm dumb" (view diff)
# bret.io edited /auth-brainstorming (-1) "/* Using the Token Endpoint */ Rolling back to post" (view diff)
# aaronparecki.com edited /auth-brainstorming (+9) "/* Using the Token Endpoint */ fix wording" (view diff)
# rascul i was also thinking of linking some avatar service (ie libravatar) with indieauth, but then i thought it would be better for something like http://yourdomain.com/avatar.png
paulcp joined the channel
# rascul it also might make sense just to do the simple thing and specify that avatar should be at /avatar.png or so
warden joined the channel
# KartikPrabhu agreed. I don't have an avatar on my h-card on the homepage either
# KartikPrabhu aaronpk: yeah. Also other h-card details that people might choose to use in the future
# KartikPrabhu Isn't http://microformats.org/wiki/representative-hcard-parsing supposed to be for those use cases?
# KartikPrabhu I made a python implementation that I use while parsing comments: https://github.com/kartikprabhu/indietools/blob/master/rep_h_card.py
tpinto and caseorganic joined the channel
# bret lol my micropub endpoint is already getteing requests for GET /wp/wp-login.php and /user/password
barnabywalters joined the channel
# KartikPrabhu emmak: that is my aim with the "indietools" repo. to collect python implementations of common indieweb tasks that sit on mf2py parser
warden_ and caseorganic joined the channel
# Loqi all available from the firehose & my weblogs. AND i retain full editorial rights One more reason @indiewebcamp wins (http://twtr.io/mQfjzkf0dQ)
caseorganic joined the channel
# snarfed KartikPrabhu: interesting! sounds similar to https://github.com/kylewm/mf2util …?
# KartikPrabhu somewhat it seems. at the moment they do diff things
# KartikPrabhu they might have similar goals though
# barnabywalters aaronpk: what’s stopping you from uploading phone photos via the browser?
caseorganic joined the channel
snarfed joined the channel
# aaronpk should be at the bottom here http://ownyourgram.com/creating-a-micropub-endpoint##error+code
# barnabywalters aaronpk: not sure what you mean by “writing full posts”
# barnabywalters aaronpk: why does a client need to be able to fetch the source for an article for that?
# barnabywalters aaronpk: still confused — what UI is this require to implement?
# barnabywalters s/require/reduired
# barnabywalters argh
# barnabywalters a live preview UI?
# barnabywalters ah, okay
warden__ and grantmacken joined the channel
# KartikPrabhu is indieweb becoming synonymous with progressive enhancement?
# barnabywalters aaronpk: that sort of thing happend to a friend of mine just as he was sending out a whole load of important business emails
# barnabywalters google shut down access to his entire account for a few days
# KartikPrabhu aaronpk: does that also happen if you setup to send mail as that address too?
# KartikPrabhu no. i meant using Gmail's "send as" set to your domain email. Basically identifying it as you
# KartikPrabhu oh... yeah that is weird.
tgbrun and chrissaad joined the channel
# Jeena I've been working on the homepage for my website last week and I think now I'm quite satisfied https://jeena.net/ Now that I don't only have the blog but also notes and photos I wanted to point that fact out to people who surf to the homepage.
# barnabywalters Jeena: that’s looking great!
snarfed, paulcp and tantek joined the channel
# @vasilis Uh oh, the @indiewebcamp site is 502ing http://indiewebcamp.com/fragmention (twitter.com/_/status/467751107482370050)
# @aaronpk @vasilis sorry about that, was a misconfiguration on a system update to the indiewebcamp server! Was only down for... http://aaronparecki.com/notes/2014/05/17/1/ (twitter.com/_/status/467751672442138624)
ttepasse joined the channel
kbs joined the channel
# aaronpk k fixed it a little http://aaron.pk/r4W71
paulcp joined the channel
# barnabywalters aaronpk: thanks! much appreciated :)
# barnabywalters tantek: I only refresh reply contexts manually, because IMO it’s a different thing
# barnabywalters a reply context is something I’ve chosen to cache
# barnabywalters a comment is unsolicited
# barnabywalters tantek: who has implemented that?
# tantek barnabywalters: AFAIK no one has implemented reply-context CRUD. Hence why it's in the http://indiewebcamp.com/reply-context#Brainstorming section ;)
# barnabywalters fragmentions ftw
# aaronparecki.com edited /reply-context (+98) "/* Delete */ add example of a reply to a deleted post" (view diff)
# aaronpk feedback on the new color requested: http://indiewebcamp.com/irc/2014-05-17#t1400355364
# barnabywalters aaronpk: much better
# barnabywalters aaronpk: maybe make the per-line hash links the same colour (or even fainter) than the timestamps
# kbs maybe just google search with suitable time-range check? :) https://www.google.com/search?q=%22%23indiewebcamp%22+site%3Afacebook.com ?
# barnabywalters kbs: ha ha ha that’s hilarious
# barnabywalters aaronpk: you could easily add support for superfeedr’s keyword tracking
# barnabywalters that’s probably the closest you’re going to get
# barnabywalters I have a IRC room where with notifix subscribed to “indieweb”, which sometimes surfaces some interesting stuff
# barnabywalters aaronpk: I’ll have a go
# aaronpk it looks like you can just subscribe to this feed http://superfeedr.com/track?include=indieweb
notifix joined the channel
# barnabywalters +track indieweb
# notifix You are now successfully tracking indieweb
# barnabywalters okay, that should do it
# tantek you know what's worse than Google's incomplete search results for Facebook? *Facebook's* incomplete search results for *Facebook*: https://www.facebook.com/hashtag/indieweb (3) or https://www.facebook.com/hashtag/indiewebcamp (0)
tilgovi joined the channel
# aaronpk alright, now all your blabber on IRC commands is linked to non-existent wiki pages http://indiewebcamp.com/irc/2014-05-17#t1400358846
tilgovi joined the channel
# tantek barnabywalters: hey this "add .json onto the end" doesn't work anymore: http://waterpigs.co.uk/notes/1329/
# tantek or http://waterpigs.co.uk/notes/1329.json for that matter
# barnabywalters tantek: that is true. I ditched content negotiation because it turned out to be a huge maintentance chore of very little actual value
# barnabywalters aaronpk: because the .json view was essentially the same as the parsed microformat view, and I never used it so it kept breaking
# barnabywalters typicaly invisible data problems
BigBear joined the channel
# barnabywalters aaronpk: content negotiation for one specific format
# barnabywalters I had a bunch of code which was devoted to being really flexible because I thought it was going to be useful
# barnabywalters then it wasn’t
# barnabywalters aaronpk: yeah, that’s a much more sustainable approach
# tantek.com edited /reply-context-examples (+433) "various types of aaronpk's replies, subheads for easier discovery" (view diff)
bshambaugh joined the channel
# tantek aaronpk, barnabywalters mine copy/pasting some of those experiences / support to: http://indiewebcamp.com/json ?
# Loqi tantek meant to say: aaronpk, barnabywalters mind copy/pasting some of those experiences / support to: http://indiewebcamp.com/json ?
# tantek.com edited /IRC (+273) "Personal domain whois - brief documentation from rascul's notes in IRC" (view diff)
# tantek rascul - any additional details you could add to http://indiewebcamp.com/IRC#Personal_domain_whois would be greatly appreciated!
bshambaugh joined the channel
# tantek aaronpk, any chance we can make http://indiewebcamp.com/irc (without trailing slash) redirect to http://indiewebcamp.com/IRC instead of http://indiewebcamp.com/irc/ ?
# tantek a-ha, re: reply-context CRUD: http://indiewebcamp.com/irc/2013-08-13#t1376448809
# aaronpk i got rid of the automatic redirect of /
>{folder} to /{folder}/ when {folder}
exists# barnabywalters awesome, indieweb activity from the 60s! http://indiewebcamp.com/irc/1969-12-31
# barnabywalters must have been a challenge what with the web not existing
# barnabywalters that would explain the lack of very much activity
snarfed joined the channel
# aaronpk there's info here! http://indiewebcamp.com/wiki/backup
notifix joined the channel
# aaronparecki.com created /IRC/logs (+325) "new page for full calendar view of IRC logs" (view diff)
# bret github is promoting https://guides.github.com/activities/citable-code/ Digital object identifers
# aaronpk question: is the subtle color shading useful? http://indiewebcamp.com/IRC#Logs
paulcp and jonnybarnes joined the channel
snarfed joined the channel
# rascul real men use shic https://github.com/halhen/shic
# tantek.com edited /IRC (+51) "clean up IRC applications section, minimize to those either one per platform, or actively in use only" (view diff)
# snarfed !tell gRegorLove just fyi, i fixed https://github.com/snarfed/bridgy/issues/133 . let me know if it works ok for you!
BjornW joined the channel
# aaronpk also even though a page is not linked from the main calendar view there may still be activity: e.g. http://indiewebcamp.com/irc/2011-09-27
# tantek.com edited /IRC (+77) "install, and trying a little re-ordering to help readers first" (view diff)
# aaronpk for example, first day: http://indiewebcamp.com/irc/2011-02-12
# @vasilis I wrote about the ideas behind Voto, my self hosted, IndieWeb inspired photo gallery. http://nerd.vasilis.nl/voto-self-hosted-indieweb-photo-gallery/ (twitter.com/_/status/467783779437015040)
# tantek I posted this the day before the logs started: https://twitter.com/t/status/35853533420978177
# @t indiewebcamp.com is up! Are you an #indieweb builder? Sign up and join us: http://indiewebcamp.com/Guest_List http://ttk.me/t4AF2 (twitter.com/_/status/35853533420978177)
# @rossk @dan_munz the attempts to reboot personal publishing ('the indieweb') and privacy (tools like keybase) are interesting. (twitter.com/_/status/467786627352252416)
# @t @robdolin thanks! @Falcon project site is http://ttk.me/w/Falcon, no photo/link support yet, but it does auto-link ... http://ttk.me/t46u1 (twitter.com/_/status/19456845265)
# tantek aaronpk, for example I made this change in Falcon to stop Twitter from auto-linking all my permashortlinks: https://twitter.com/t/status/49323828383453184
# @t New @Falcon permashortlink design: (ttk.me) = citation only, no extra content. explicit http ttk.me URL = more to see. (ttk.me/t4As3) (twitter.com/_/status/49323828383453184)
# tantek aaronpk, so this is an interesting clue: http://indiewebcamp.com/irc/2011-02-12/line/1297543213
# barnabywalters aaronpk: potential solution: start storing millisecond-precision datestamps, and go through tacking on .1 second to each duplicate row from the past
# tantek.com created /DOI (+1060) "stub with obvious criticism, citation of GitHub silo support in some context" (view diff)
# tantek bret: I started this since you brought it up: http://indiewebcamp.com/DOI
jedahan joined the channel
# bret sooooo, here is an example of a citation backing that statement up: http://www.sciencedirect.com/science/article/pii/S1096751603000897
# KartikPrabhu why does the publisher not just replace old URL with new URLs?
# KartikPrabhu DOIs are very common way to "cite" papers but never got the point
# KartikPrabhu tantek: yeah that is what it sounds like
# KartikPrabhu bret: agreed!
# Loqi A DOI is an abbreviation for Digital Object Identifier, "a character string used to uniquely identify an object such as an electronic document"[1] http://indiewebcamp.com/DOI
# Loqi A DOI is an abbreviation for Digital Object Identifier, "a character string used to uniquely identify an object such as an electronic document[1]" http://indiewebcamp.com/DOI
# Loqi A DOI is an abbreviation for Digital Object Identifier, "a character string used to uniquely identify an object such as an electronic document[1]", kind of like a URL with more bureaucracy http://indiewebcamp.com/DOI
kbs joined the channel
# barnabywalters aaronpk: only if you get ACME Academic Co. to “issue” a DOI for them
# barnabywalters bret: I was going to say “fax machine” but that works too ;)
# barnabywalters argh — anyone know why XMLHttpRequest doesn’t honour Connection: close headers?
# barnabywalters in responses, that is
# barnabywalters hrm, might be able to shim the required behaviour
# Loqi architecture astronomy is the practice of analyzing problems, seeing patterns, and then generalizing to higher and higher level abstractions on top of those patterns to the point where the abstractions become so general, so vague, so detached from the original problems being analyzed, that they don't mean anything at all http://indiewebcamp.com/architecture_astronomy
notifix joined the channel
# Loqi A permashortcitation (or permashortid) is a short non-hyperlinked citation to a post permalink, in contrast to a permashortlink which does hyperlink to a post http://indiewebcamp.com/permashortcitation
# aaronpk i wonder... will reply context fetching code treat replying to this URL as replying to the wiki page? http://indiewebcamp.com/irc/2014-05-17/line/1400366526
# aaronpk barnabywalters: this is not returning any results http://waterpigs.co.uk/services/original-post/?url=http%3A%2F%2Findiewebcamp.com%2Firc%2F2014-05-17%2Fline%2F1400366526
# barnabywalters aaronpk: that’s true, indieweb/original-post-discovery isn’t a spec-compliant implementation yet
# barnabywalters aaronpk: can you raise an issue on https://github.com/indieweb/php-original-post-discovery
# barnabywalters aaronpk: or add it to https://github.com/indieweb/php-original-post-discovery/issues/2
# aaronpk i could just as easily ask a network of participating nodes (like DHT) "hey everyone, who knows what used to be at http://example.com/old-page?"
notifix joined the channel
# barnabywalters aaronpk: I wrote the minimal amount of code required at the time to get twitter OPD working :)
caseorganic joined the channel
# barnabywalters ah ha! XMLHttpRequest just wanted a Content-length header in order to work correctly
# bret this works: curl https://ugitpub.herokuapp.com -d h=entry -d "content=Hello World" -H "Authorization: Bearer XXXX"
# barnabywalters pdurbin: it is hard to tell if you are being sarcastic
notifix joined the channel
# aaronpk bret: looks like it does handle it, but might need an additional config line http://www.hacksparrow.com/handle-file-uploads-in-express-node-js.html
# tantek aaronpk, caseorganic, where do academics, enterprises, governments fit into in /generations ?
# tantek feel free to start an "Alternatives" section here to at least capture such thoughts: http://indiewebcamp.com/DNS
notifix joined the channel
# barnabywalters indeed
# aaronpk bret: not true, see: http://messymatters.com/sunk/
notifix joined the channel
# kbs basically would like to have http://www.textfiles.com/etext/REFERENCE/prime10.txt and http://www.ccl.net/cca/data/prime-numbers/prime10.txt have the same citation :)
brianloveswords joined the channel
# aaronpk like, good luck finding a mechanism for returning a consistent ID for this document on their new and old design http://readwrite.com/2014/05/09/4g-3g-smartphone-data-price-difference
snarfed joined the channel
basal joined the channel
# aaronparecki.com created /json (+1111) "stub with dfn and notes from IRC conversation" (view diff)
# aaronparecki.com moved /json to /JSON "proper noun caps"
# kylewm.com edited /micropub (+528) "/* Brainstorming */ thinking out loud about how to handle markdown input" (view diff)
# kbs I think (in the case of github specifically) I've internally just assumed the commit-id as being the 'citation', with additional data (as you indicate) seems appropriate. Zenodo doesn't make sense to me for github, for that reason :) but I'm personally less sure about the 'URLs are sufficient' for all digital citations...