#dev 2019-03-19

2019-03-19 UTC
[kevinmarks], cuibonobo, iasai and [tantek] joined the channel
#
[tantek]
Back to alt-text automarkup. My modest proposal is this: URL-for-image (parenthetical alt text)
[cleverdevil] joined the channel
#
[tantek]
e.g.: http://example.org/hwcsf.jpg (HWC SF with participants writing blog posts on their laptops)
astrojuanlu[m], zoglesby, voss[m], myfreeweb, grantcodes[m], Rixon and plindner[m] joined the channel
#
[tantek]
a single space separates the URL (which must end in an image format file extension like png jpg jpeg etc.) and the "(" that starts the alt text, and then eventually a ")" that closes the alt text
#
[tantek]
that single space can also be a single line-break
#
[tantek]
this gets particularly interesting when you want to hyperlink the image, which you do by adding another URL after that
iasai, [jgmac1106], [aaronpk], snarfed, [tantek], barpthewire, cweiske, KartikPrabhu, [frank], [Rose], jeremych_, [kevinmarks] and [Franco_Scarpa] joined the channel
#
[Franco_Scarpa]
Hi! I'm a bit confused. My personal website is hosted on Netlify, so only static files. How can I implement webmentions?
[frank] and [jgmac1106] joined the channel
#
[jgmac1106]
franco scarpa there have been some tutorials on netlify webmentions. I will look for them
#
sknebel
[Franco_Scarpa]: by having the webmention endpoint somewhere that's not just static. If you don't want to run it yourself, there is webmention.io offering that as a (free) service (but netilify functions could be an option, or lots of other hosting options)
#
[jgmac1106]
you can use webmentions.io to receive and telegraph to send...displaying is a different issue...let me look around
#
sknebel
you then can that have store data, and add them to your pages during the netlify build (and trigger a new build once a mention has come in)
#
Loqi
[Vincent Pickering] Implementing the Indieweb on a static website
#
Loqi
I’ve made a few changes here, but hopefully, most of them went unnoticed. As I mentioned before, I’ve been wanting to invest more in my own site and content again. With so much I want to tackle—implementing WebMentions, syndicating book reviews...
#
[Franco_Scarpa]
Thanks a lot! As soon as I can I will read these resources! Thank you very much!
eli_oat, [tantek], iasai, [kevinmarks] and swentel joined the channel
#
@redsweater
On the @Blogger front, unfortunately we can confirm that Google has shut down the API that allowed @MarsEdit to upload images. Many customers have indicated they want to keep using Blogger even with this limitation, so we will continue to support Blogger without image uploads.
(twitter.com/_/status/1107993081117323264)
iasai and [jgmac1106] joined the channel
#
[tantek]
Should we stop recommending Blogger as a free hosting solution?
dougbeal|mb1, [schmarty], snarfed and [frank] joined the channel
#
[Rose]
All images uploading to WordPress, progress!
iasai joined the channel
#
@sonniesedge
↩️ @DanielRufde @mrkhdly GAWD. sorry! no, that's me accidentally posting something via http://brid.gy that wasn't intended for that.
(twitter.com/_/status/1108036673319956481)
iasai, [Rose], [tantek], snarfed, jgmac1106, gRegorLove, chrisaldrich, eli_oat, [kevinmarks], [jgmac1106] and swentel joined the channel
#
snarfed
!tell arush hi! just fyi your computer has been fetching https://brid.gy/twitter/megarush1024 at ~1qps (ie every second) for the last hr or so. (looks like your personal computer, not web server.) totally ok! just fyi since i'm guessing it's not intentional. :P
#
Loqi
Ok, I'll tell them that when I see them next
chrisaldrich, iasai and [tantek] joined the channel
[schmarty] joined the channel
#
[schmarty]
snarfed: woah
#
snarfed
scaling++ #hugops
#
Loqi
scaling has 1 karma over the last year
iasai, eli_oat and leg joined the channel
#
jacky
yo jgmac1106 have you seen https://elementcss.neocities.org/?
#
jgmac1106
no I have not but I will look, been loving Grid
#
jgmac1106
snarfed do you mind if I post on microblog? Amanda more active there
snarfed joined the channel
#
snarfed
[jgmac1106] sure, if you want! definitely not urgent or a big problem or anything, but feel free
[Rose], KartikPrabhu, [tantek], [jgmac1106] and iasai joined the channel
#
@jgmac1106
Discussing the #digped tracks on ungrading. I am having a ton of fun playing with webmention badges...reclaiming assessment and doing it from my Domains: http://edu307.glitch.me/ @vconnecting (https://quickthoughts.jgregorymcverry.com/s/1kCp2R)
(twitter.com/_/status/1108103520367140866)
iasai, snarfed, [chrisaldrich], jjuran, chimo, [schmarty], chrisaldrich, [Rose], [tantek], [kevinmarks] and [jgmac1106] joined the channel
#
[tantek]
it works! just added alt text (retroactively, just on my site) to my most recent photo post! https://tantek.com/2019/077/t1/sunset-crashing-waves-stained-glass
#
Loqi
[Tantek Çelik] 🌅🌊 #sunset over crashing #waves, stained glass art @TLChihuahua on Divisadero last night. #art #stainedglass #thelittlechihuahua #tlc #latergram #yestergram #2019_076 https://fastly.4sqi.net/img/general/original/476_rEjJjzsGjhmyKVnR69OFxbFs1Yb_3sEatCUbrOF9CfI.jpg
#
[tantek]
now I just realized the larger challenge I have, which is that when I link to a higher resolution of the photo and use that for syndication with u-photo, that there's no way for Bridgy (or any microformats consumer) to understand that there's an alt on the img inside that u-photo link
#
[tantek]
i.e. if you parse that post with a mf2 parser, it doesn't retrieve the alt on the img inside the a href u-photo
eli_oat joined the channel
#
[tantek]
Problem statement: I want to syndicate the highest resolution of the photo I have, while only displaying the medium resolution by default on my home page and post permalink (clicking through gets you the highest resolution version)
#
[tantek]
this requires using u-photo on the link around the img tag instead of directly on the img tag itself
#
[tantek]
OR I give up on syndicating highest resolution for now, and simply be content with syndicating the medium resolution from the img tag
#
[tantek]
Might have to go with that as an interim. The only place it matters is my syndication to Flickr which I was kind of treating like a backup of the full resolution but now I can't
#
KartikPrabhu
using u-photo on the link sounds fine no?
#
[tantek]
yes that's what I'm doing now, however then the 'alt' is not associated with the u-photo
#
KartikPrabhu
that way all the places your post goes to FLickr or readers pick up the highest resolution. Readers can choose to down-size it if they like
#
KartikPrabhu
aah 'alt' :(
#
[tantek]
correct. however the 'alt' is not picked up therefore does not make it to the Twitter POSSE copy
#
[tantek]
checks Bridgy docs to see if there's some way to customize which URL is syndicated to Flickr
#
[tantek]
ok I think I need the equivalent of p-bridgy-twitter-content but for Flickr like u-bridgy-flickr-photo
#
[tantek]
!tell snarfed is u-bridgy-flickr-photo a reasonable feature request for Bridgy Publish, like p-bridgy-twitter-content, but for a custom photo (e.g. higher resolution) for Flickr? Or is that violating "keep Bridgy simple"? Asking before I file an issue requesting it.
#
Loqi
Ok, I'll tell them that when I see them next
#
[tantek]
also tempted to just use the markup and see if it was secretly supported