#LoqiIt looks like we don't have a page for "dark pattern" yet. Would you like to create it? (Or just say "dark pattern is ____", a sentence describing the term)
#@zachleatWow, I just added my email to a web form that I didn't submit and received an email to that address a few minutes later asking me to finish filling out the form. No thank you 🧐🥶 (twitter.com/_/status/1212499988619702274)
[KevinMarks] joined the channel
#GWGI just updated the allow list code to try and fix it on my site while I wait for stable.
#@JoshWComeauHappy New Year!! I know many of you work on side-projects, projects where you don't have the benefit of a product & design team. I'm betting a bunch of y'all have goals to create something new in 2020! Thought I'd share a thread with all my favourite resources: (twitter.com/_/status/1212416797254832130)
[jgmac1106], tsrt^ and dmcweeney joined the channel
#dmcweeneyWas wondering if anyone knows how to decrease the amount of white space at the bottom of my website consulting.drewmcweeney.com?
[tantek] and [grantcodes] joined the channel
#[grantcodes]Every section on the page has a 150px padding on it
#[tantek]jamietanna[m] do you have the ability to submit changes to Lobsters templates like their home page? There's definitely a bunch of things we could suggest marking up on their home page etc.
#[tantek]GWG, wondering if you're still looking for a webmention, figured I'd wait til you were back on chat realtime 🙂
#[tantek]also, on the subject of fighting abuse, I found this interesting: https://lobste.rs/about#invitations a transparent "invitation tree", which makes me wonder if we could use some sort of equivalent with Vouch, a transparent vouch tree
#[tantek]what's the culture around submitting changes? do they prefer a GitHub issue first, and then a pull request to resolve it? Or is it ok to submit pull requests directly for evaluation / consideration?
#GWG[tantek]: I need someone.. but I need them on my approve list before they send the mention. You and aaronpk are, gRegorLove, etc
#jamietanna[m]Tantek looks like they'd prefer an issue raised to discuss first, so may need a bit more solution before raising it
#[tantek]jamietanna[m], can you think of any use-cases for someone "subscribing" to the comments on a Lobster article?
#GWGThe invitation tree looks interesting...how would we do that?
#[tantek]Good question. It does seem like there is some opportunity to display how an author of a comment on your site is connected to you (vouch tree?)
#GWGThat's how they do it... still wondering a Vouch take on it
#[tantek]yeah I forget who was / is displaying which vouch(es) were used to auto-approve comments on their site
#[tantek]jamietanna[m], let's start with h-feed for the home page and go from there. Maybe the resultant discussion will illuminate how markup for the other pages could be useful
#GWGTo what degree do you want to share your thinking process on auto approval?
#[tantek]GWG, I think your idea of starting with an explicit allowlist is a good way to start implementing auto-approval
#[tantek]jamietanna[m], this is another page which could be marked up with h-feed for subscribing (by perhaps a subset of folks that like to watch these things) https://lobste.rs/moderations
#dmcweeney@grantcodes Where do I find that section 150px?
petermolnar joined the channel
#[tantek]dmcweeney, if you use the Firefox Inspector, it will show you which style rules contributed to which computed style properties
#[tantek]it's built into Firefox. right/control-click on an element and choose Inspect Element
davepeck joined the channel
#davepeckI ran across this older post about JF2 vs xray JSON formats; is there more that has happened since then? https://aaronparecki.com/2017/04/24/15/jf2 -- just trying to wrap my head around these formats.
#Loqi[Aaron Parecki] Some thoughts on the XRay and jf2 JSON formats
#davepeckBTW: I looked a bit at the xray code -- fun. Am I right in saying that it handles more than just mf2? In Parser.php it looks like it has special handlers for FB/Twitter/GitHub/etc. Even XKCD! :-)
#[tantek]would be good to open an issue to track that and at least link to said real world deployments
[jgmac1106] joined the channel
#davepeck(I was mostly looking at the xray code to figure out why it wasn't giving the output I expected for some random page on my website -- it didn't think it was an 'rsvp' and didn't pull out the 'in-reply-to' rel. To answer the question, I ended up needing to read the mf2 code itself. And the answer was... my markup was busted, of course! I wonder if there's an opportunity to build tooling that exposes the decision making in a way that could help
#dmcweeneyThe end of every section is fine but the white space at bottom of the page (white space after the 3 videos to the end of page) is too much. Is there cSS to remove some of that space?
#[tantek]there is likely CSS that is causing that space. the key is to find that CSS and fix it, not add more CSS (which will make it harder to maintain)
#@hartlcoA new Icro iOS Testflight build is available including support for fetching a micropub access token using Indieauth. I wish there was offical Testflight for Mac support! (twitter.com/_/status/1212823651202031617)
#jamietanna[m]tantek in case you've not seen there is already `h-feed` and `h-entry` markup on the home page, https://php.microformats.io/?url=https://lobste.rs/ the issue is more that when subscribed to it, it gives you _every post_ without ordering, whereas I'd quite like to see them in the order that they are in the pages - i.e. weighted on popularity
#jamietanna[m]having a `dt-published` or a `dt-updated` would be good too
[CrowderSoup], chrisaldrich, davepeck, KartikPrabhu and [manton] joined the channel
#davepeck(I like the sturdy-backbone glitch now that I've tried it. "Here's a concise description of the decision tree, here's a visualization of the branches I followed." That general approach + reference to underlying microformat markup would probably make a useful tool.)