2019-12-12 UTC
[KevinMarks] and dougbeal|imac joined the channel
# 01:05 [tantek] feeling particularly pressured today to show *something* of @-replies etc. to my posts
# 01:17 aaronpk GWG_: i've been wanting my website to be a carddav server too! I've looked into it multiple times, but every time I try, the libraries I find are absolutely inscrutible
# 01:18 GWG_ aaronpk: Is the protocol that bad that it couldn't be written easily without using someone else's library?
# 01:19 GWG_ Although if you think something is hard...that scares me
# 01:24 [tantek] however they do have the advantage of being built-in supported by Apple iOS client apps like Calendar
# 01:25 aaronpk I finally do have my iOS calendar and contacts app pushing data to my nextcloud instance. but i've already discovered some unfortunate inconsistencies... like the iOS UI field for a person's "website" gets written as a custom carddav field so nextcloud can't see it
# 01:26 [tantek] right, that's part of the problem with CardDav and CalDav and vCard and iCal. lack of proper open test suites
# 01:26 aaronpk at this point i'd probably be better off pulling data out of the nextcloud API rather than trying to implement carddav
# 01:26 [tantek] frankly in this whole Twitter / standards blow-up, that's going to bite ActivityPub too - the lack of actual test suite (still!) for the AP federation protocol
# 01:27 aaronpk it's like the first complaint every time there's a discussion about activitypub/mastodon/etc
# 01:28 [tantek] it will soon be 3 years since the ActivityPub REC, that should have been plenty of time for a test suite!
# 01:29 [tantek] the lack of prioritizing it, while people are developing "works with Mastodon" solutions, is kind of a big problem for AP
bwintx and [fluffy] joined the channel
# 01:40 [fluffy] Is there a particular way to change an RSVP status? Just updating the p-rsvp property doesn’t seem like it’s enough if that doesn’t cause the endpoint to actually re-parse the mf2
# 01:41 aaronpk yeah changing the p-rsvp value then sending a webmention again
# 01:41 Loqi Homebrew Website Club - Seattle Area - 2019-12-11
# 01:42 [fluffy] but maybe there’s a hook that takes a while to execute?
# 01:42 aaronpk it's a hugo site so there's no way to know its schedule for rebuilding the pages
# 01:47 dougbeal It cache's the json, so I have to delete it and regenerate
# 01:49 aaronpk now i'm not sure whether webmention.io provides any clue that a webmention has been updated (other than the web hook feature)
gRegorLove joined the channel
# 01:59 dougbeal fluffy: Your webmention is updated, but mine isn't. I think becuase I selected remote.
davepeck, gRegorLove_, chrisaldrich, jakepDiscord[m], gRegorLove and vergence joined the channel
j12t, [Michael_Beckwit, [KevinMarks], cweiske, swentel, gRegorLove, gxt, j12t_, wagle, asymptotically, [LewisCowles], depone, [cheukting_ho] and [jgmac1106] joined the channel
[grantcodes] joined the channel
# 12:35 Loqi swentel has 13 karma in this channel over the last year (30 in all channels)
# 12:36 swentel you can also directly save the author from every microsub item while reading
j12t joined the channel
# 12:40 [grantcodes] Oh that's a great idea. I will need to try and start building more of that into my stuff
# 12:41 [grantcodes] I had autocompletion of mentions from the indieweb directory, but never really ended up using it 🤷♂️
# 12:41 swentel indigenous now supports autocompletion too in content
# 12:45 swentel no, just prefixed with an @ for now in the content property
# 12:46 swentel I'm working on a filter server side to replace @usernames with actual links then
# 12:47 [grantcodes] Ah, I used an a tag with h-card. That way the server is likely to send a webmention. But very few people probably parse @texts
# 12:48 swentel But I don't send json (yet) with indigenous, I'd have to switch it completely, but it's probably worth it
j12t joined the channel
# 12:51 [grantcodes] Ah yeah. I basically only ever use json. I'm sure it has other advantages too.
[tantek] and [LewisCowles] joined the channel
# 13:08 Loqi swentel has 14 karma in this channel over the last year (31 in all channels)
# 13:08 [tantek] CASSIS autolink parses and auto-links @-mentions in plain text
# 13:08 [tantek] So my site does that, and anyone that uses that autolinker too
j12t, j12t_, asymptotically, swentel and [jgmac1106] joined the channel
# 16:00 [jgmac1106] Google flagged my url shortner as a dangerous website.....nothing like telling audience members, "Click on see details, then proceed to unsafe site"
[LewisCowles] joined the channel
[KevinMarks] joined the channel
swentel and [tantek] joined the channel
[schmarty] joined the channel
# 17:01 [KevinMarks] I'm basically writing PHP apps using nunjucks in node or jinja2 in Python
j12t joined the channel
# 17:13 aaronpk meanwhile, in the last 10 years, php got all the good language additions from everything else
# 17:19 [KevinMarks] does it have a good way of chaining async things now? (I'm not saying js does, quite)
# 17:22 aaronpk well because each request is processed independently it often doesn't matter
# 17:23 aaronpk and when you do need to do long running tasks you're better off with a proper job queue anyway and then it *really* doesn't matter
# 17:30 [KevinMarks] ah neat, so I could do the coroutine pipeline stuff I do in python with PHP too
# 17:41 [KevinMarks] deploying PHP by ftp to the server is a lot quicker than the song and dance I do with node on AWS
# 17:42 aaronpk there are so many good things about php now, and they keep getting rid of a lot of the bad things
[Sadik_Shahadu] joined the channel
# 17:43 [tantek] not sure when song & dance ceremonies got so popular with developers, or why
# 17:45 [LewisCowles] It’s because the premise of Agile falls apart quickly when you don’t have a high enough barrier to deploy
# 17:46 [LewisCowles] It’s an edge-focused endeavour. A lot of the rest of the web is quite centralised, especially commercial apps
swentel and gRegorLove joined the channel
[manton] joined the channel
# 18:49 GWG_ swentel: If the share intent sends both a url and a title, only send the url
j12t joined the channel
# 18:51 swentel or, in case there's text AND url, but the url is in the SUBJECT (which I currently don't check), send that?
# 18:59 swentel GWG_, or what goes 'wrong' in your case (besides the crash maybe)
# 19:01 GWG_ Just make sure it sends the right thing?
# 19:14 GWG_ swentel: If it is a bookmark, like, etc, URL
gxt joined the channel
# 19:36 swentel but I can imagine, someone wants to share a url in a note :)
Kkkk1 joined the channel
[schmarty], alexm1 and [snarfed] joined the channel
# 21:43 jacky the mf2 I get from some sites makes me want to cry
[KevinMarks], [manton], asymptotically, [schmarty], j12t, KartikPrabhu and deathrow1 joined the channel