#dev 2019-12-21

2019-12-21 UTC
KartikPrabhu, tomasparks, [Michael_Beckwit and [tantek] joined the channel
#
@mat_packer
a post by Miraz For an additional test, does it pickup the webmention from this reply? The post appeared first on Mathew Packer. https://micro.blog/Miraz/7336710
(twitter.com/_/status/1208182810055450624)
#
@mat_packer
@Miraz For an additional test, does it pickup the webmention from this reply from an external website? The post appeared first on Mathew Packer. https://www.mathewpacker.com
(twitter.com/_/status/1208185543403671552)
#
jamietanna[m]
Re automatic POSSE convo from earlier - since I'm now able to syndicate to Brid.gy (plus other destinations) I'm thinking of auto POSSE for notes and Ie twitter interactions to twitter. I also don't want to have to tick the box each time - but may be nice to display it better in the UI? Even if it's a "default ticked"
#
GWG
jamietanna[m]: My only contribution is to suggest that pre-checking be a thing.
jgmac1106 joined the channel
#
[Michael_Beckwit
jamie you still fighting the webmention topic a bit?
#
[tantek]
I don't think pre-checking is interesting all by itself IMO. I think if you do precheck and then show something like a *preview* of what will get tweeted (e.g. ellipsed if too long, with permalink at the end) then that's useful and you can use that as feedback to edit your original note accordingly.
#
[tantek]
(my own UI always shows me that preview, and doesn't have a checkbox. I do algorithmic determination of which posts get syndicated where or not)
#
GWG
I will get to algorithmic
#
[tantek]
:thumbsup_all:
#
GWG
[tantek]: I have the position of writing things used by others as well as myself.
#
GWG
I have this compromise philosophy that I will build for myself first.
dckc, KartikPrabhu, ashuman, nehh^, chrisaldrich, [KevinMarks], tsrt^, asymptotically and jgmac1106 joined the channel; ashuman left the channel
#
[KevinMarks]
Can you please have a look at /webmention and see if it is clear - I'm trying to make it more spec-like as the more complex Text :~: Selection proposal is pushing hard at the moment
[jgmac1106] joined the channel
#
[jgmac1106]
I wish I had more checkboxes to control syndication, but I also use tags for this and syndicate specific feeds to places
#
[jgmac1106]
Right now just LinkedIn and Twitter. Would like same for micro.blog and tumblr. Have fooled around with using hashtag and microblog
#
[jgmac1106]
Think i will just turn off Mastodon syndication, no point without webmentions
#
[jgmac1106]
[schmarty] [adamprocter] is building a physical mind mapping/flow chart tool that you can also change online. It is neat
jgmac1106 and uniquerockrz joined the channel
#
@MstrKapowski
↩️ @rdsaunders The easiest way would probably be to look into https://brid.gy - if you can send webmentions then it should work for you
(twitter.com/_/status/1208407068161515521)
#
@MstrKapowski
↩️ @rdsaunders The easiest way would probably be to look into https://brid.gy - if you can send webmentions then it should work for you
(twitter.com/_/status/1208407068161515521)
leg, asymptotically, misterwhatever, jgmac1106 and [adamprocter] joined the channel
#
[adamprocter]
Thanks feel free to try it out at https://nodenogg.in you can make your own instance and play
KartikPrabhu, [schmarty], [fluffy] and Kasminiduta joined the channel
#
jamietanna[m]
[Michael_Beckwit sorry what do you mean by "fighting the webmention topic"?
[tantek] joined the channel; sheepDiscord[m] left the channel
#
[tantek]
that's a ridiculous amount of work aaronpk. seriously wtf
#
aaronpk
it was a lot!
#
aaronpk
I was able to reuse quite a bit of code from existing building blocks thankfully!
#
aaronpk
I just realized I didn't really describe how event pages accept webmentions not just for RSVPs but to add photos too
#
[tantek]
what is photo reply?
#
Loqi
photo reply is a reply with a photo, thus also a photo post that is in-reply-to another post https://indieweb.org/photo_reply
#
[tantek]
presumably like that? ^^^
#
aaronpk
that would do it!
#
[tantek]
aaronpk, clicking on photos in the grid opens up the top photo instead (no matter which photo you click on) e.g. https://events.indieweb.org/2019/09/indiewebcamp-amsterdam-2019-94vjWjjzri4X
#
aaronpk
oh no!
#
[tantek]
a-ha tricky. you have to click the top image first. then try clicking another image.
#
[tantek]
but if you *first* click an image in the grid, then it'll show up
#
[tantek]
(upon loading the page)
#
aaronpk
hm i'm not able to reproduce
#
aaronpk
tries in firefo
#
aaronpk
hm yeah still not
#
aaronpk
ah there's sometimes a bit of a delay while the next picture is loading
[KevinMarks] joined the channel
#
[tantek]
huh for me it reloaded the top image
#
[tantek]
will retry again
#
[tantek]
ohhhhhh I see what happens, it shows the previous photo immediately (which is unexpected / surprising) and then eventually (10s later?) the photo you clicked shows up
#
aaronpk
wow shouldn't be 10 seconds but yeah
#
aaronpk
apparently I forgot to make it clear out the previous one
#
[tantek]
maybe blank the pop-up thing before swapping in the new image?
#
aaronpk
yeah this is making me want to drop the imageproxy thing and store static images
#
aaronpk
the image proxy let me shortcut a whole bunch of annoying dev time
#
aaronpk
but it generates the images on the fly so sometimes it takes a second to resize the image. it should be caching it sitewide tho
#
[tantek]
oh that's the delay ok
[Michael_Beckwit joined the channel
#
[Michael_Beckwit
jamietanna[m] the repeated sending of past mentions. I still see them cropping up in my comments area, so i'm wondering if it should have been solved already or if you're still working on details
#
[tantek]
is the weird string on the end of the event URLs its actual ID? It looked like noise on the end of the slug so I tried dropping it and got a 404
#
aaronpk
yeah, so instead I should resize the images as they're loaded to the 3 versions I use, then the delay would be just the network
#
aaronpk
ooh I forgot to talk about url design in the post
#
aaronpk
yeah that's the actual event ID. the rest doesn't matter, it'll always redirect to the canonical if you change the slug or date
#
[tantek]
I suppose the next trick would be treating a URL without the ID as a search for that event date / slug which is likely to find a unique result
#
aaronpk
yeah i'd be up for that
#
[tantek]
that could be part of your URL design post, indicating how you made them work
#
aaronpk
ok I added a section to the post describing the current state https://aaronparecki.com/2019/12/21/4/indieweb-events#url-design
#
Loqi
[Aaron Parecki] Announcing events.indieweb.org!
#
aaronpk
oh I also forgot: tag names can have non-ascii chars, and the URLs keep them too!
#
aaronpk
that was a fun couple hours :)
#
[tantek]
hmm, tag pages for unused tags should show perhaps a tag cloud instead of a 404
#
aaronpk
my first 5-minute implementation turned the tag "düsseldorf" into the url `/tag/d-sseldorf`
#
aaronpk
oh yeah I don't have a list of tags anywhere
#
aaronpk
adds it to the list
wgrl joined the channel
#
aaronpk
does all my iCal feed discovery chatter from the last week make sense now? :D
#
jamietanna[m]
[Michael_Beckwit that's odd, it should only now resend if it's not already sent one, or if it had issues sending. What's your domain? I can check it out tomorrow
#
[KevinMarks]
Yay for polyglot tag urls
#
Loqi
woot
#
[tantek]
alright I'm going to revert the HWC Template change until it can be done losslessly
#
[tantek]
(I was trying to fix it, to link to the new events, but there's at least Pullman missing for now, so going to revert until we haven't event/venue parity)