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)
@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
[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]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?
[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?)
[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
[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
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.
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! :-)
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
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.)