#LoqiDesign is a catchall term used to refer to everything that affects users about a page/site including:
Graphic design (including site icon)
User interface design (UI design)
User experience (UX)
Information architecture (IA)
URL design https://indieweb.org/design
#tanteklarger implication for the indieweb community, is it possible we could agree on design pattern naming across various indieweb UX building blocks and use those names to document them on the wiki and share code at various "levels" of building block abstractions?
eli_oat, [kevinmarks], renem, tantek, bengo, gRegorLove, [khurt], KartikPrabhu, [eddie], [chrisaldrich], snarfed, cweiske and loicm joined the channel
#Loqicweiske has 22 karma in this channel (120 overall)
#[tantek]I wonder if there's an internet archive version of the loqisaur tumblr page we could point to?
tbbrown, snarfed and [colinwalker] joined the channel
#danq.mecreated /User:Danq.me (+314) "Created page with "Is Dan Q. When he's not fantasising about having more time to do IndieWeb stuff, he looks after the websites of the [libraries of the University of Oxford](http://www.bodleian.o..."" (view diff)
#[kevinmarks]If it's going to persist data, I would use appengine, not Heroku
#schmarty[kevinmarks]: a shared honeypot for indieweb sites to forward requests to wp-login.php and other requests indicative of wordpress vulnerability hunting botnets.
#schmartysnarfed, kevinmarks: i think tantek is interested in collecting known bad IPs to reduce the time he spends looking through his sites logs for IPs to block.
#[kevinmarks]Or is this the statically served gzip bomb you 302 your wp-login.php to?
#snarfedeh, script kiddies who do those kinds of scans use and rotate botnets and IPs so regularly, and even spoof them, that IP blocking alone isn't very ineffective
#snarfedserver level 404 should be cheap and low enough bandwidth that it's not a big cost. i'd measure first
#schmartyaaronpk: i'm trying out gramophone and getting a "Could not find your Media Endpoint. A Media Endpoint is required to upload podcast audio files."
#aaronpki somehow completely spaced on how to discover the media endpoint and implemented it by looking for a rel value like finding the micropub endpoint
#schmartyhaha, i actually went looking in my page for the link header, then wondered if it was checking HEAD, then remembered it's supposed to be a config query... ;}
#[miklb]I’m stumped. I’m not sure how to create a micropub like and ping silo.pub to trigger a github star. I thought adding the silo.pub as a syndication target was the solution, but it doesn’t seem to be the case
benwerd joined the channel
#tantekmiklb does silo.pub support POSSEing of likes to GH?
#[miklb]the micropub client is sending the like, and I can see the WordPress db is storing the silo.pub URL as a syndicate-to. Just not sure if that would trigger it and if its supposed to, how to debug
benwerd, KartikPrabhu and snarfed joined the channel
#[miklb]hmm. I think I have the wrong url for the target
#[miklb]but nothing is happening with silo.pub so I’m trying to figure out if its in my markup or if I’m using the wrong target url. Unless someone can tell me that won’t work
#aaronpkspeaking of which i need to check for updates to see if it handles character counting properly now
#aaronpki keep getting truncated cause it thinks it needs room to insert the @-name in front
#snarfed[miklb]: silo.pub HTTP response code and body?
#aaronpksilo.pub doesn't read the markup on your page, you have to provide the parameters in the request to it
#[miklb]snarfed not sure where I can get that info from. It’s not returned with shpub so don’t know if the WordPress micropub plugin would allow me to see that somewhere, assuming that’s where the handshake is
#snarfedah. sounds like a shpub --verbose feature request to show HTTP response details. maybe even by default on errors
#[miklb]the shpub posts a like-of to my WordPress site and it’s storing the syndication target in the DB
#snarfedohhh wordpress micropub, that doesn't actually propagate to syndicate-to targets
#snarfedat least not built in. you'd need a separate plugin for that. i think GWG's bridgy publish supports it; may be the only one
#Loqi[miklb] Thanks! I was missing the return.
In case anyone else comes across this, for Quill at least, I had to make it an array with the `uuid` and `name`
```
function micropub_syndicate_to_github($synd_urls, $user_id) {
$synd_urls[] = array(
'u...
#snarfedbut that doesn't actually implement sending to it :P
#[miklb]where should I start reading to understand the sending part?
#[miklb]I guess I should read GWG’s code from the bridgy plugin
#GWGI want to have a look at snarfed's recent work.
snarfed joined the channel
#schmartyaaronpk: this may be a dumb question, but how much work do you estimate it to be to spin up a test instance of webmention.io? i am interested in adding verified-at timestamps to the jf2 output so i can grab a sortable archive in jf2 format.
#schmarty"verified" is already in there, but might be confusing if, for whatever reason, i wanted to pull down mentions in jf2 that wm.io was unable to verify
#aaronpkoh maybe i'll prefix it with wm- since it's not a property of thep ost
#tantekaaronpk or longer like wmio since it is specific to wm . io
#aaronpkeh it's already using "wm-" for other things