#GWG[eddie]: No chance I can talk you into the things I talked swentel into, is there?
#aaronpk[eddie]: maybe consider calling it something other than Abode Suite because that definitely looks like Adobe Suite :-)
#[eddie]Lol yeah, that was pointed out. I’m gonna think through options haha
#[eddie]GWG: some of those things are definitely on the list. If there are any specific high priorities be sure to flag them for me. But I’d like to get most of the Micropub extensions into Chronicler
#[eddie]That’s one of the main reasons I wanted to separate things was so I have breathing room in the apps to add more features around posting/editing/etc
#LoqiCountdown set by cweiske on 2019-03-28 at 12:27pm CET
snarfed, gRegorLove, [frank], [tantek], [Rose], [audioundergroun and [calumryan] joined the channel
#[Rose]I wonder if anyone has insight on video hosting, as in do you just throw video at your media endpoint and use that? Or is anyone using a video hosting service?
#[Rose]!tell [eddie] I would love to see shortcuts support in Chronicler 😉
#ZegnatYou could just throw it at your endpoint. It depends on your requirements. If you need automated reencoding and the likes, you might be better off letting someone else handle it
#ZegnatI think jgmac1106 started uploading to the Internet Archive a bunch, which may be a solution if your licence is compatible with that
#[Rose]That's what I was wondering, as much as I'm not really a fan of YouTube and the like, I see the advantages in letting them do the video hosting.
#ZegnatI have put backups of streams (Twitch, Mixer) I have been on online through YouTube, I felt no inclination at all to try and handle that stuff myself.
#ZegnatThough I do keep a backup of the file of course, in case YouTube would start acting up
Rounin, [jgmac1106], pd09041999, [calumryan], [xavierroy] and [tonz] joined the channel
#[jgmac1106]so I am copying and pasting images from instagram using source code and accidentally tried to open this link, check out the warning: SECURITY WARNING: Please treat the URL above as you would your password and do not share it with anyone. See the Facebook Help Center for more information.
#[jgmac1106]...but I am not logged on to instagram and this link is just available on anyone's page
#[jgmac1106]it is the facebookcross domain communication frame
#GWGI still 'blame' kevinmarks for talking up SVG every time I was using icon fonts
#[Rose]What are the advantages in using SVGs in your case?
#LoqiIt looks like we don't have a page for "advantages in using SVGs in your case" yet. Would you like to create it? (Or just say "advantages in using SVGs in your case is ____", a sentence describing the term)
#GWGRight now, I am using them and don't want to switch back
#[kevinmarks]you could just put height="1em" in the svg files you include and then they'll be OK as inline icons by default
#[Rose]Personally for inline elements I would go for rem, even though em is usual for media, in this case because they're in line with the text rem makes more sense to me.
#[kevinmarks]I thought em was 'the text height locally' and rem 'the default text height for the page'
#[Rose]I don't know the ins and outs of it all, just that nested em gets messy quickly.
#[kevinmarks]so if you inline them in a bigger heading you want em or they'll be smaller
jeremych_ joined the channel
#[kevinmarks]nested em is relative, yes, so it takes the local height and multiplies
#[kevinmarks]Tantek may have more subtle css answers, but if they are meant as inline icons putting height="1em" in the svg file itself should stop them becoming a fatwigoo problem. That works for sparkline type things too, though you don't want to do it to all svg files in case you have bigger ones as diagrams.
#[tantek]I'm not sure it's best practice to put explicit heights inline in SVG files. I think the use-case here is many embedders of a single SVG file, at different sizes.
#ZegnatI think the problem is that the SVG files come from “somewhere” and GWG needs them to then get size limited. And not have to do it manually every time he updated the icons
#GWGI have a script that refreshes them from the source
#ZegnatDo you have a link to that script? Which repo can I look in?
#[kevinmarks]You can override the height on an svg element with css though; the question is what happens in a situation where the html is separated from the CSS in a feed or webmention or something.
[eddie] joined the channel
#[eddie]!tell [Rose] Definitely. I'm a huge fan of Shortcuts! Any specific shortcuts support you would like to see in Chronicler?
#Loqi[Greg McVerry] That is the best description of homebrew website clubs ever @ThatMightBePaul ! We have a about 10-12 active going. @excuhme's living room would make lucky 13. Most of us too lazy to get off our couches anyway and already attend virtual European Union...
#[Rose](Though more detailed error messages will still be somewhere)
#jeremycherfasOK. I had been hoping to have a simple one-line script that would do the needful, manually. I don't want a cron job. Just getting tired of typing it out. So, TextExpander to the rescue, eh [Rose]?
#ZegnatCan you put your little script in a gist, jeremycherfas?
snarfed joined the channel
#jeremycherfasIt is literally not worth it. The script is not the problem. It is running it from the terminal that is the problem.
#ZegnatYes, but that can probably be fixed with a single __DIR__ addition ;)
#jeremycherfasUNLESS ... The file it cannot actually open is one called by the script!
#jeremycherfasNow I understand what you'\ve been saying. Maybe.
#ZegnatSo instead you have to make sure that the $newfile path is relative to script.php, by using __DIR__. (__DIR__ is always the directory script.php is in)
#jeremycherfasOne of the things I would really hope to have time for in Utrecht is to learn more about PHP error handling. Not IndieWeb specific, but very useful to me.
#jeremycherfasThis exercise is also showing me why I should use variable for filenames instead of hard coding them. :(
#[manton][tantek] Copying the Micro.blog icon is definitely okay! Thanks for linking to it. There's also a help page here with some info about using the SVG version, but whatever you want to use is totally fine: https://help.micro.blog/2018/resources/
#Loqi[manton]: [tantek] left you a message 16 hours, 55 minutes ago: I found the SVG mini icon for micro.blog here https://help.micro.blog/2017/mac-version/, and copy/pasted the inline SVG to use on my home page for linking to my micro.blog profile. Hoping that bit of view source, copy, paste is ok! 😂
#aaronpksknebel: i need to look at autoauth again in the context of some recent developments in the oauth community
#[Rose]Though I'm pretty much lacking in Auth knowledge, to the point where I would rather leave the working on it to others instead of accidentally building some massive security holes in 😕
#sknebele.g. one side saying "please hold, a human needs to be involved"
#aaronpkThere's a whole discussion around more complex transaction based stuff to replace scopes. Think like you want to allow a specific payment and then not let that app have any more access
#sknebel(e.g. "my feedreader can ask for read scopes, but for each domain, the first time it's accessed my authorization endpoint should require a flow involving me"
#aaronpkone thing I like about this is it builds in sidestepping client preregistration which is something we had to make explicit in IndieAuth
#sknebel(if it only includes known exchange/auth methods ours might be missing anyways, not sure if any of the included can replace things we had to add)
[eddie], snarfed and pd09041999 joined the channel
#[eddie]from IndieWeb channel talking about AutoAuth, I think it doesn't really overlap with the primary functions
#[eddie]so I don't think it would cause any issues introducing it into the Wordpress plugin.
#sknebelRight. And getting autoauth enabled private posts into WP would be a big and kinda risky thing
#sknebelBut supporting the authorization endpoint bits would not be
#[eddie]The actual post reading is the riskier part
#sknebelA token endpoint supporting it can potentially be standalone, since for everything that's not the homepage it can be different from the main one a user uses
#snarfedre private posts, when we launched bridgy backfeed, it seemed to add a lot of positive pressure on implementors. i'd be happy to add private posts if we think that pressure would help
#aaronpk(Of course my site would need to know the response is private and not show it in the comments)
#snarfedaaronpk: huh. interesting idea. i don't know how the twitter API handles that. ie if you follow a private twitter acct, can i read its tweets w/the twitter API with token for you?
#aaronpkbut we definitely need some solid way for a receiver to know a post is private to make it really easy for them to not share it publicly accidentally
#[tantek]Needs a tight (like conservative, lots of MUSTS) spec for how to handle the information, a very deliberate Security & Privacy concerns section, and test cases that attempt to trick / exploit the receiver into revealing private information