gRegorLove, KartikPrabhu, [chrisaldrich], [snarfed], [Lewis_Cowles], krychu and cweiske joined the channel
#@JamieTanna↩️ That's actually super straightforward by using http://brid.gy as that can send you webmentions for any Twitter interactions to a post including one of your URLs - I've been using it for a year or so and it's so useful (twitter.com/_/status/1188725910771523584)
#@JamieTanna↩️ That's actually super straightforward by using http://brid.gy as that can send you webmentions for any Twitter interactions to a post including one of your URLs - I've been using it for a year or so and it's so useful (twitter.com/_/status/1188725910771523584)
[frank], [Rose], asymptotically and [Lewis_Cowles] joined the channel
#[frank]Are there already Micropub applescripts or other apps that embed in the Share sheet on OSX? So you can post directly from NetNewsWire for example?
#[qubyte]I’m really really enjoying shortcuts to publishing stuff. For macos, I suppose automator fills a similar niche, but it’s aged a bit.
[frank] joined the channel
#[frank][jeremycherfas] Does OSX support Shortcuts as well? Isn't that iOS only?
#jeremycherfasOoops. My bad [frank]. When I see Share sheet, I assume iOS.
#jeremycherfasIt might be possible to build something with Alfred.
#jeremycherfasIf I'm on OSX, I tend to use Quill or Omnibear.
[tantek] joined the channel
#[frank]Same here Jeremy, but when I use a feedreader like NetNewsWire, I'd like to post directly from the app instead of opening the webversion of an article and posting it from there. NetNewsWire would need some Monocle-love actually 🙂
#[qubyte]Same as the above. I use omnibear (though you have to jump through a couple of hoops, at least with firefox, to get it installed) and the same feed reader as [frank], at least when I’m on a machine that runs a more up to date macos. The good thing about omnibear is that it’s an extension, so it has access to the current page URL and title, which helps to pre-fill things.
#[qubyte]When I’m stuck on outdated macos I use the unfortunately named feedbro firefox extension.
[Lewis_Cowles] joined the channel
#jeremycherfasOne of the reasons I realy like Newsblur as a reader is that it has its own built in share options (to Twitter, email, etc). There was even one for ADN. If I knew more Python I would try to write the plugin.
#petermolnarI'm starting to get very angry at both artstation and cloudflare: I'm unable to bypass their 'I'm under attack' interstitial when I run a script, but when I execute the same script by hand, step by step, it works
#[Lewis_Cowles]So the other thing you could do is copy the browser success request via curl and reverse the scripted solution from that
#[Lewis_Cowles]if it's the same machine then all headers and cookies being the same it should work.
#petermolnar[Lewis_Cowles]: I appreciate trying to help; I know how to bypass it once. I'm angry because I'm trying to access my own likes JSON
#petermolnarthe _really_ interesting bit is that by copying cURL from firefox, it works, but running the same headers in a script with python requests doesn't
#[jgmac1106]yeah my best guess is my website is in a directory with many other directories...the action was doing what is advertised and making my repo match the directory.....turned it off for now
JorropoDiscord[m and gRegorLove joined the channel
#[Lewis_Cowles][qubyte] that CURL from FF can indeed be another step down the chain of following, and bash and other terminals (specifically apple c***-books) seem to have difficulty pasting
#[Lewis_Cowles]I forget the flag but if you google curl disable shell interpolation I believe the answers will be within
#[qubyte]hmm. I’ve never had an issue pasting into the terminal on an apple machine unless there are newline characters in the pasted text. Could be worth pasting into an editor and checking for that.
#[Lewis_Cowles]For us it was cookies and auth header bearer token, but we took care of it with more flags lol
#GWGDoes anyone have a favorite map provider? Trying to reorganize my list
#Loqi[Aaron Parecki] Automatically uploading screenshots to a Micropub Media Endpoint
#sebsel!tell [frank] and then tweak the CURL command to be something like: `curl -i -H "Authorization: Bearer xxx" -F "h=entry" -F "content=Hoi" https://sink.zegnat.net/micropub` where xxx is your token. add more -F's yourself. You can get rid of the @$1, which is the content of the file you feed the workflow.
[dougbeal], [KevinMarks], maxwell and benharri joined the channel
#maxwellmaxwelljoslyn.com homepage sufficient to tell a person or computer that the feed is there?
#maxwellHello, #dev. It is the Hour of Site Upgrades, and I want to set up the blog ("notes") section of my site so that an indie reader can subscribe to it. My questions are: (1) Are my microformats good to go at www.maxwelljoslyn.com/blog/index? I am using h-feed for the first time. (2) If someone wants to "subscribe to maxwelljoslyn.com", that should mean subscribing to the feed at www.maxwelljoslyn.com/blog/index. Is a rel="feed" link from the
#maxwell... from the maxwelljoslyn.com homepage sufficient to tell a person or computer that the feed is there?
#Loqi[Maxwell Joslyn] Another day, another website upgrade. My script for counting total words of written material was including articles, but leaving out blog posts. Now it’s been fixed!
#[jgmac1106]you have your author info hidden using display:none. You could check out the /authoring page as you could just read the h-card on the page for authoring
#[jgmac1106]Will let others help on the list of notes. I am not sure what the minimal requirements are for an h-feed of notes
#maxwellOn the index, I see a link to that note. Whatdid you mean by "missing some elements?"
#maxwellThanks for the tips, I'll view /authoring now
#[Ramiro_Ruiz]Quick question, if I don’t want to display a photo on my homepage, just a small description of me as I want to use the about page for the image and more info.
#[Ramiro_Ruiz]Can I hide the image markup with `display: none` for the image on my homepage h-card ?
[qubyte] joined the channel
#[qubyte]I do this, but for the whole h-card added to most pages. Unsure if it’s bad to do though!
#gRegorLoveThe h-card will still work, yes. It's usually recommended against because invisible information gets stale / not obvious when it breaks.
#[qubyte]Luckily for me my h-card is managed everywhere by a single handlebars partial. Either everything is out of date or nothing is! That said, it’d be good to make details of my about page actually use an unhidden form of the same h-card…
[fluffy] joined the channel
#maxwell@jgmac, @snarfed: thanks. Indiewebify gave an OK on the my/blog/index page last time but must have broken it since
[dougbeal] joined the channel
#[Ramiro_Ruiz]yes I will also plan to use the same image on my about page so if is good, then the hidden one on the homepage should too. I’m thinking in maybe just visually hide it (not display:none) when I’m in my homepage maybe with a simple `is-homepage` class on the body to use the same h-card
#maxwellThanks @aaronpk, didn't know monocle had a previewer. I should have mentioned I tried testing the feed by trying to sub to it thru Aperture; that didn't work which led me to expose deeper issues (the yak never ends)
benharri joined the channel
#aaronpkyeah it's tough! we definitely need more tools to help debug things like this, but that all takes time!