#dev 2022-09-18

2022-09-18 UTC
#
@jaredcwhite
The "workflow of styling directly in your markup" was rightly rejected by the creators of web specs and a thoughtful dev community decades ago. This entire project is setting the web back, all because of one man's ego and a corporation built around it. https://pbs.twimg.com/media/Fc4nba9aAAAiB2O.jpg
(twitter.com/_/status/1571236676789506048)
geoffo and jonnybarnes joined the channel
#
[KevinMarks]
Between the security for 190 heads of state and the UK people heading into London to line the streets or queue, any form of transport is going to be disrupted for the next 3 days
tetov-irc, chenghiz_, gRegorLove_, [schmarty], AramZS, geoffo, aaronpk and davidized joined the channel
#
gRegor
snarfed, I think there's a bug in Bridgy 0.6 on Chrome. It's opening new Facebook login tabs every so often. It normally does this once each time I start the browser, but now it's doing it while the browser just sits open. Had a bunch of them (over 20) this morning. I have Facebook disabled in the options, btw.
#
gRegor
I restarted Chrome about 5 minutes ago and have 5 of the tabs currently
#
gRegor
Chrome Version 105.0.5195.127
[snarfed] joined the channel
#
[snarfed]
gRegor oof, thanks for the report! will look
#
[snarfed]
it's only opening Facebook tabs, right? not IG?
#
gRegor
Correct, I'm never logged in to Facebook
#
gRegor
in Chrome. Didn't report it earlier because it was minor to close it the rare times I restarted Chrome, haha
#
[snarfed]
I'll probably just remove that "feature" altogether. it's supposed to help/remind you to log in, but it's probably just annoying, not helpful
#
gRegor
Or if you could tie it to whether the FB option is enabled?
#
gRegor
Whatever works, though. I'll disable the extension for now
#
gRegor
A couple TODOs if anyone wants to tackle them: 1) update php.microformats.io to v0.5.0 2) enable the img.alt experimental parsing on python.microformats.io
#
[tantek]4
oooh both of those would be great!
geoffo, tetov-irc and [jgarber] joined the channel
#
[jgarber]
What's experimental img.alt parsing? I've got a few questions about the existing parser behaviors and the spec that I've been meaning to file as an issue.
#
[jgarber]
(Which I'll try and post later tonight or tomorrow.)
#
gRegor
Correct, [jgarber]
#
gRegor
It's in the current parsing spec, so doesn't necessarily need to be behind an experimental flag. I think main reason for that might be if you're not releasing a breaking change version.
geoffo joined the channel
#
[jgarber]
Copy that. Thanks!
#
[jgarber]
Yeah, was wondering if that feature is (or was) experimental since it's in the current spec.
#
[jgarber]
Relatedly: where are we capturing currently experimental parser features? (I think lang parsing is one?)
#
gRegor
I think mostly in https://github.com/microformats/microformats2-parsing. lang parsing is the main experimental one I can think of off the top of my head
#
Loqi
[microformats] microformats2-parsing: For collecting and handling issues with the microformats2 parsing specification: http://microformats.org/wiki/microformats2-parsing
#
capjamesg
I am making the Python change now.
#
capjamesg
I'll push that tomorrow.
#
Loqi
[capjamesg] microformats-parser-website-python: Website for Microformats Python parser (mf2py & mf2util)
#
gRegor
capjamesg++ thanks!
#
Loqi
capjamesg has 31 karma in this channel over the last year (91 in all channels)
#
gRegor
will be nice to have example parsers with img.alt out there
#
gRegor
what is mf2util
#
Loqi
mf2util is a Microformats 2 utility for Python, commonly used to extract common features in comments and reply-contexts https://indieweb.org/mf2util
#
gRegor
^ Should we check with kylewm to move that to microformats github?
#
[tantek]4
^ gRegor, since it's not implementing any particular microformats specs, and in particular is implementing IndieWeb use-cases / algorithms, I think it makes sense in the IndieWeb repo rather than the microformats github
#
gRegor
makes sense