#tantekI'm thinking of the use-cases of (1) particularly nasty or ugly comments you don't want to ever read even part of ever again - e.g. when debugging your data(base), (2) URLs you never want even the possibility of visiting ever again (e.g. when you export/import of your data, or debugging it and wondering what that URL was) because the contents were so noxious.
#tantek.comedited /DDOS (+177) "add subheads, for each how to method, cluster code/downside of IP checking with that suggestion" (view diff)
#gRegor`Sure, a hard delete makes sense and is a feature a lot of people would want, I'm sure. Particularly those that get attacked online viciously.
#tantekKartikPrabhu: I have encountered tweets like that (bad/ugly text) - not necessarily intended for me but referencing @t. And I have definitely encountered pingback spam from supernasty domains.
#tantekso these are both real world use-cases that have already happeneed to me personally in the past
#tantekI don't want this data to show up in a flat export / data dump of my blog
#KartikPrabhutantek: if you are very inclined to delete then you could and maybe add the sender to a "blocked" list on webmention endpoint
#tantekbecause then it gets "associated" with all the rest of the data in the blog
#gRegor`will consider renaming my method "archive" and offer "delete" separately
#KartikPrabhuhey it s your data. If you are so replused by certain parts you can delete it. I might consider doing that if I do get really nasty/offensive comments or spam
#tantekright. so I have in the past and thus as part of expanding my storage system to store webmentions, I am thinking about how can I store that I received a webmention, without storing the URL or data.
#tantekbut before I designed/built anything from my hypothetical understanding I wanted to ping here to see if anyone else had (a) thought about this problem, (b) implemented it
#KartikPrabhutantek: I like the block list h-card list idea
#tantek(context: last half of 2009 is when I finally gave up on Twitter and started writing Falcon, deploying live and switching over on 2010-01-01)
#tantekso that blocklist stuff was probably the last thing I documented as part of social network portability before I gave up on that and decided I need to start by owning my own data first.
#gRegor`KartikPrabhu: I doubt any of them will RSVP on the wiki, so you'll probably want to invite them on Twitter for next HWC, to determine if anyone else is actually coming. :) http://gregorlove.com/notes/2014/09/05/1/
lukebrooker, KevinMarks and glennjones joined the channel
#ShaneHudsonThe index.php thing seems to be caused by mod rewrite not reaching the second rewrite if it was originally going to http:// not https://, anyone had that problem before?
#LoqiShaneHudson: KartikPrabhu left you a message 33 seconds ago: I had the same issue with http->https and www->no-www redirects. Only one of them could be done
#KartikPrabhuShaneHudson: to not do the www->no-www :(
#KartikPrabhunever found a way to do both even with extensive internet searching
#ShaneHudsonInteresting. I had problems beforehand leaving that in, so will need to find a way to do both. It has to be possible!
#GWGben_thatmustbeme: No. I just hate looking for tags in multi-file code, but it has to be fixed.
#GWGSo, first I had to disable all plugins on my test site, and check the theming code.
#GWGThen I have to enable each plugin to see if it is leaving an open div.
#ben_thatmustbemei try to be really good about designing so that tag levels match per file. with the only exception being the main header and footer templates
#GWGben_thatmustbeme: I wrote the plugins in question. One override the standard commenting template with a custom one.
#alanpearceYeah, most things are fine iff done right, but that's the problem IMO :)
#ben_thatmustbemewell pretty much any system can be done wrong too, I can see inheritance being over abused and just leading to difficulty finding anything
#GWGEither way, even though the tools I am developing are for me, I want to make them usable by others.
snarfed joined the channel
#ben_thatmustbemejohnnybarnes my wife is still on ios 6, she really doesn't like the new look of 7, forget 8
alanpearce joined the channel
#ben_thatmustbemeindeed GWG, I have stuck within a framework that I know there is an installer for, i'll just have to port that over at some point and stabilize
#ben_thatmustbemeright now, my code is probably not the simplest thing to install though
#ben_thatmustbemejonnybarnes, many of them aren't. most suppose back to ios6 fine. she also doesn't update often. her main thing is she can't get new apps that make use of the newer APIs
#snarfed!tell willnorris hi! quick question: bridgy is hitting the G+ API daily courtesy quota, and i'd like to request a bump, but i'm a bit scared to bring any attention to it. do you have any feeling for whether the G+ team would be ok with bridgy, or whether they'd ban hammer it? (i'll ask other friends there too, but you have the most direct experience. :P details: https://github.com/snarfed/bridgy/issues/22 )
#snarfedkylewm: agreed. only from disk, right? if gh supported it from within the browser, that would be truly killer
#gRegor`Withknown sells the "syndicate to social networks" well, but not sure it sells the webmention aspect well. I just told my friend how he could post in reply to me and it would show up as a comment. He was like "really?"
#snarfedkylewm: wow, wp supports drag and drop images from both disk and the browser
#finalcutmaybe you can answer this question for me if you don't mind - I have just tried to have known post to facebook for me - the post makes it through but it isn't visible to everyone in "Your Friends" instead it has a statement saying: "shared only with developers and testers while this application is being built"
#finalcutwell there were a couple other files edited; that particular commit fixes a bug I created fixing the actual problem
#finalcutbasically in mongo2.6 and above you can't have dots in your field names and annotations are using the URI of the annotation as their key field within the entity being annotated
#kylewmfinalcut: if you go to your app in developers.facebook.com, under Status & Review, there is a switch for "Do you want to make this app and all its live features available to the general public?"
#finalcutIm not certain my approach is the greatest but it seemed to be the least disruptive way to get it working without breaking how it worked with older mongodb installs
#kylewmyou may have to fill in some fields like the "App Domains" under Settings, but you should not have to submit to Facebook for review
#finalcutkylewm : thanks for the status&review tip; I've flipped that switch
#finalcutI don't remember seeing that tip when adding and setting up the plugin - it might be a useful bit of text to add to the plugin setup instructions if it isn't there (i might have overlooked it)
#snarfedit actually throttles polling and webmention sending at a constant rate, so as it gets bigger, it just does those things slower, as opposed to incurring more load
#KevinMarks_Appengine makes you use Google storage stuff, which takes some learning, but is pretty efficient. Heroku let's you use more familiar ones, but bills you for them
#ShaneHudsonfinalcut: Yeah I've not got that working yet, if I override it with a page then I'm not able to actually use t as a webmention endpoint. I would like both :) Will remove link for now
#ShaneHudsonKartikPrabhu: Cheers! I rarely publish photos but liked how some of them turned out
#KartikPrabhuthe mf2 for photos seems to be: if it is a photo post use u-photo. if it a an article/note with a featured image use u-featured. This last one is very new and I don't think anyone has it yet.
#KartikPrabhuShaneHudson: how did you fi your mod_rewrite stuff!?
#ShaneHudsonKartikPrabhu: I didn't manage to fix it yet. I'm moving on Saturday so need to pack (loads left to do) but will hopefully figure it out soon :)
#alanpearceYeah, good luck with moving ShaneHudson. Awkward times, those
#ShaneHudsonYeah luckily it is not an entire house, final year of uni so I don't need to take any furniture or anything (phew!)
#kylewmI think /hosting could use some re-ordering ... thoughts on moving "Custom domain silos" and "Hosted CMS" down and possibly removing or de-accentuating Dropbox as a static site host?
#bretalanpearce camendesign is a totall web guru. lots of really nice thoughts on how the web [should] work. did you notice that there are no classes on any of his html tags?
#brethe pretty much perfected an early html5 php blog within the design decisions he made
#alanpearceYeah, dom/selector templating is common in other languages that don't do templating on their own, it seems like a great thing
#bretalanpearce except once I wanted to read more it was a pretty confusing experience
#finalcutthanks; that navigation really isn't obvious.. I'll dig around his content a bit more later.
KevinMarks__ joined the channel
#alanpearceTrue bret. I think his thinking was that you read an article and then look at the nav, rather than having to jump up the page (which is something that I've often found annoying on large articles on other sites)
#alanpearceBut for most websites, client templating is just clunky and slow.
#KartikPrabhualanpearce: well... I don't want to go down the "what's a web app" route
#gRegor`Copied to /Dropbox. Tweaked kylewm's comment only to clarify since I moved it to "Criticism" subheading
benward___ joined the channel
#bretKartikPrabhu I though web components were so you can have a small bit of html, css and js on a page, and give that thing its own dom and space totally separate from the rest of the page
#KartikPrabhubret: yes. and you can write your own HTML tags
#brethrmm, not really sure what that implies beyond custom named tag
#KevinMarksyou don't get mf-2, and they dump the CSS in the top, but otherwise pretty clean
verdi joined the channel
#KevinMarksslightly crufty markup on crossheads like <h2 name="5502" class="post-h2"><a id="5502"></a><strong class="post-h2Strong">What if the linked-to text changes?</strong></h2>
#dlykeKevinMarks, using an <a>(nchor) for a "name=..." ref has been the norm since HTML1, it doesn't seem all that weird to use it for other anchoring tasks.
#KevinMarksjust odd to see it in html5 along with all the other ways in that post
#techlifewebsnarfed: Nope. If I disable everything and try it again while logged in as my page, I get a notice like You're using Facebook as a Page: To continue, you'll need to switch from using Facebook as PAGE to using Facebook as FIRST LAST.
#snarfedtechlifeweb: ok. thanks for the nudge. not sure i'll get it soon, but i'll bump up priority. feel free to add details to that issue if you want!
#techlifewebNot a big deal for me. Mostly one of those "I wonder if..." kinds of things :)