#tantekpretty sure I have a solid superior and defensible alternative proposed on my wiki page
#tantekthe more I look at markdown, the more I can't believe people have put up with the crappy constructs for links and images, nevermind the noise for code blocks
#tanteknone of that stuff obeys the primary design principle markdown itself starts with
#bearI don't see how ``` is nonsensical at all - yes, it's a bit more wordy than other markdown items but it does what it says - denotes a block of code
#bearwhile also allowing it to be cut-n-pasted as is
#tantekShaneHudson - what problem are you solving?
#tantek"namespacing" in general is a hypothetical architecture handwave to be avoided, especially in formats.
#mkoaaronpk: I apparently got disconnected last night when you asked regarding my redis use. Specifically, I am using a slightly modified version of https://github.com/visionmedia/reds running Redis in its default configuration.
#ShaneHudsonThat's fair enough, no problem really just feels odd despite knowing which each prefix means
#mkoaaronpk: I haven't tried doing any optimization on my search system yet. I just wanted a basic one in place so I could search my archive of 16k+ posts.
#LoqiHTTPS is an abbreviation for Hypertext Transfer Protocol Secure, a protocol for secure communication, supported by web servers (like Apache & nginx) and browsers http://indiewebcamp.com/https
#ShaneHudsonI really need to sort out naming conventions for my notes. I would do by id but id isn't created until after publish. And of course going by previous causes problems with deleted posts
#ShaneHudsonDoes anyone know much about the state of SPDY? I was going to add it but saw a 6 month old post mentioning it is not advised as it modifies mod_ssl and has a security risk of some kind?
#ShaneHudsonrascul: I think this was a different issue. But appears it could have been fixed by an offiical patch landing in mod_ssl, rather than using the modified version
#ShaneHudsonFor notes, what do you all think of '/2014/09/09/note-1'? Where the 1 increases each note, resetting per day. I can't have an accurate id, and don't want manual slugs for each note
#LoqiDigitalOcean is a web hosting provider targeted towards developers and offers low cost cloud servers in data centers across the world http://indiewebcamp.com/DigitalOcean
#GWGpetermolnar: I'm working on my version, which takes the return from Bridgy using code based on the Bridgy code snarfed contributed, and stores the URL in post meta.
#petermolnarthat is a good idea, but you could put the code additionally to the syndication plugin, could you not?
#petermolnartherefore we'd have a single codebase instead of a series of plugins :)
#GWGpetermolnar: I thought about a fork, but the design is fundamentally different.
#petermolnarthe bridgy publish sounds good, but please make it sure you do not hardcode brid.gy as url, since there is a possibility that someone will run their own brid.gy
#GWGI'll be posting the code at some point. But it takes the metadata code I used in my other plugin for displaying Facepiles, so I'll be removing same from that codebase. I'm adjusting what goes in what.
#GWGJihaisse: My plan is to have a plugin that does the display of the rel-syndication links, but also allows for manual entry of same, and can publish via Bridgy.
#neuro`jonnybarnes: you can also give Imagick::scaleImage a try
#neuro`if ImageMagick is installed on your system which is probably the case
brianloveswords and bear_ joined the channel
#aaronpkjonnybarnes: in my experience imagemagick is pretty feature complete and you can usually hunt down code examples pretty easily with a couple google searches
scor joined the channel
#jonnybarnesthis should be simple enough aaronpk, btw, do you happen to know the php function to round an number to the neares integer?
#ben_thatmustbemewell, that was a long way around to get indieauth working again, but now with the a person's own auth provider not just defaulting to indieauth.com/auth
gRegor`, npdoty and KevinMarks_ joined the channel
#aaronpkbasically clients can stick something there and the auth server just has to echo it back. it could be a session identifier, or encoded text, or whatever. it's up to the client what the value actually is.
#aaronpkalso i'm in a bit of a sore spot right now dealing with mysql in particular. encountering lots of limitations of mysql that postgres doesn't have
#aaronpkspecifically with backing up and migrating large amounts of data (like >100gb tables)
#ShaneHudsonI don't think we need a page for that Loqi
caseorganic joined the channel
#kylewmShaneHudson: yeah I don't think it will be difficult, but no one has done it yet to my knowledge! it would also be nice if the editor slurped in the post and pre-filled all the fields
#ShaneHudsonYeah, it would be nice to have a micropub client for offline editing :)
caseorga_, brianloveswords and michiel_laptop joined the channel
#ShaneHudsonThanks :) It is nice to have some content on there! Really need to get POSSE working nicely though
KartikPrabhu joined the channel
#rasculsoon here i'm gonna have myself a hack weekend to get a bunch of stuff done with my site that i've been not doing, if i can accept webmentions by cambridge i'll be happy
#ShaneHudsonFirefox has changed the built in webrtc button from a phone to chat, looked far better phone... this makes it looks like a chat rather than phonecall
#snarfedno way to choose which manually yet, but there's a feature request, finding...
#ShaneHudsonOkay, so if I just hide the title on notes then it should work? I didn't want titles at all, but it was a technical issue with the CMS, so can just hide :)
#snarfedShaneHudson: i was wrong, no feature request. if by hide you mean omit the title from the html, then sure! or feel free to file an FR
#rasculgRegor` to get the regex better seems to be taking awhile and is getting pretty complex
#eliemichelsnarfed: can't find the endpoint though
#gRegor`rascul: Yeah, I was afraid of that. Thanks for trying, though!
#snarfedeliemichel: on the eschnou.com page? yeah looks like it's gone. :/ feel free to try on snarfed.org
#rasculgRegor` i'm still going at it but i'm gonna go up to the beer store shortly
#gRegor`Yeah, eschnou is the post requiring pingback. I remember because I was excited to send my first webmention to it and found out I had to build in pingback fallback support :)
#snarfedif you're using the "indieweb" plugin, it's a bit old. consider uninstalling it and install the webmention and semantic-linkbacks plugins separately (they're not in the wp directory :/)
#snarfedand also consider nudging pfefferle to update the indieweb plugin bundle
#gRegor`rascul: Yeah. I want links starting with / or ../ or just a relative path to the current page.
#techlifewebsnarfed: thanks. I have to look around, somewhere there are confusing details about the 2 separate plugins vs. the "indieweb" plugin. Something got me believe the "indieweb" one was better.