#dev 2020-04-03
2020-04-03 UTC
[tantek] joined the channel
gxt, KartikPrabhu, garrettw, lahacker, petermolnar, gRegorLove_ and oodani joined the channel
swentel joined the channel
loicm, sscarfe, varun1 and [KevinMarks] joined the channel
# [KevinMarks] That sounds like a good case for deleting the unimplemented parts of the spec.
sscarfe joined the channel
loicm joined the channel
Main, [jgmac1106], gxt and [LewisCowles] joined the channel
# [LewisCowles] I know that in firefox an entrypoint is a wonderful vendor agnostic `browser.` whereas in chrome it's branded `chrome.` A little annoying, but both quack the same way. Or is this different to the browser extension API I'm thinking of?
[KevinMarks] joined the channel
# [KevinMarks] That's my point though - making a spec up without implementations and demanding people impl it never goes well
jamietanna joined the channel
hs0ucy joined the channel
# [LewisCowles] Someone mentioned preferring composer installs for PHP projects. I've just found this https://composer.rarst.net/recipe/core-package/ and https://github.com/johnpbloch/wordpress/blob/master/composer.json, https://github.com/johnpbloch/wordpress-core/blob/master/composer.json, https://github.com/johnpbloch/wordpress-core-installer/blob/master/composer.json which use composer with WordPress
# [LewisCowles] the main complication is the need to overwrite config.php, which comes with wordpress core, so for other projects, like known. I'm hoping this won't be an issue
# [LewisCowles] One of todays goals is to have the ability to use known, without polluting it with too much of my heroku button work.
# [LewisCowles] all things I feel should be in core known are there. Things that are silo'ed can then live in a separate silo. Or at least this is the hope
# [LewisCowles] figured these links may help others
sscarfe, xsteadfastx, loicm and [jgmac1106] joined the channel
# jamietanna Hey xsteadfastx moving here from #indieweb
# jamietanna So I publish to my site using my Micropub server https://www.jvt.me/posts/2019/08/26/setting-up-micropub/ and for content that POSSEs to Twitter, I use https://brid.gy/ which requires me to send a Webmention after the post is updated, which I have another service I've written that sends webmentions when it knows the site has updated
hs0ucy joined the channel
# jamietanna I've not got the syndication link added to the Hugo data (yet) as my Micropub server doesn't support edit functionality, but once it does, it'll be able to do that, and yes it'd trigger a new rebuild + upload of my site
# @ryangjchandler ↩️ @sebdedeyne @themsaid @ericlbarnes I'm looking into sending the webmentions myself to http://webmentions.io for my own comments form. (twitter.com/_/status/1246057319600918528)
[grantcodes] joined the channel
# [grantcodes] RE browser extensions: As far as I understand the spec was pretty much a copy of chrome extensions but slightly modernized, there is a polyfill by mozilla that I've had good results with though
[Michael_Beckwi] and gxt joined the channel
# @dandevri ↩️ High on my list:
- Dark mode toggle switcheroo
- Webmention support
- Webshare API support (twitter.com/_/status/1246064906807513089)
jeremycherfas and gxt joined the channel
# @ryangjchandler Added webmentions to my blog during my lunch break today. Followed some of the logic from @sebdedeyne 's article on how he implemented them recently, check that out here: https://sebastiandedeyne.com/webmentions-on-a-static-site-with-github-actions/ Probably going to write my own article about doing it inside of Jigsaw too! (twitter.com/_/status/1246076131452715008)
geoffo, [tantek] and IWSlackGateway1 joined the channel
# superkuh Hm. If webmentions.io is the only way to receive then you really don't "I'd rather have ownership over them".
# superkuh Seems more like dude has given github and webmentions.io ownership of his site.
[snarfed] joined the channel
# [snarfed] also only a small fraction of indieweb sites use webmention.io. the vast majority of sites https://indiemap.org/ surveyed were on either wordpress or known, both of which handle webmentions themselves
sscarfe and [chrisaldrich] joined the channel
# @ryangjchandler ↩️ Ah, yeah I see. I'm using a pretty rough data transfer object for my webmentions so I don't have any inline PHP in the templates. https://github.com/ryangjchandler/ryangjchandler.co.uk/blob/master/app/DataObjects/Webmention.php (twitter.com/_/status/1246106667118481410)
[jeremycherfas] joined the channel
# [jeremycherfas] I’ve been having a really strange problem, not IndieWeb except that my site tries to be indieweb. I make changes to CSS and to the HTML, and when I look at the source, the HTML includes the correct classes, but the Classes don’t seem to be there when I inspect in Firefox devtools. I’ve tried cachebusting by changing the version in the CSS link, as advised, and don’t know what else to try. Suggestions, please.
KartikPrabhu joined the channel
# [jeremycherfas] Not yet. Maybe Sunday.
# swentel here's the link: https://realize.be/Indigenous-mac.tar.gz ;) (will be removed in a couple of hours)
[LewisCowles] joined the channel
# [LewisCowles] superkuh RE: webmentions.io giving webmentions away, there is also no requirement to use that specific service. It's an example that doesn't require you to build a server-side service before getting started. Someone here shared how they combine that service with GitHub Actions to backup their webmentions, which allows them to use a third-party service and keep their data
KartikPrabhu joined the channel
# superkuh [LewisCowles], I read the page before commenting. I'm aware of all those things. I still think it is an example of *not* having ownership rather than an example of having ownership.
# superkuh Yep. Like some people call it "my discord server" or "my facebook page".
# [LewisCowles] I'd question this implication of permanence in ownership / control anyway. If it's on the internet, you have a rather substantial impermanent and insecure relationship with an ISP anyway
# [LewisCowles] I'm unsure given that, what barrier webmention.io is not meeting for superkuh
# swentel aaronpk, https://github.com/electron/electron/issues/18365 (djeez)
[jgmac1106] and [Michael_Beckwi] joined the channel
# swentel aaronpk, new version: https://realize.be/Indigenous-iOS-1.0.0.zip copy/paste works now (at least here)
geoffo and hs0ucy joined the channel
# [jgmac1106] jermeycherfas is anything minifying your CSS? You are making changes to your stylesheet but these aren't getting translated to the mini?
# [jeremycherfas] !tell sknebel Yeah, that’s the sort of thing I’ve been thinking of, but I think I’ve tested everything.
# [jeremycherfas] No, wait, it could at a stretch be invisibles in the CSS. But I’m done for the day. Going to make a note and check tomorrow. I’ll kick myself if that is it.
# [jgmac1106] swentel I can test the micropub side but my tokens do not work with microsub on Known
# [jeremycherfas] No minification that I’m aware of. Again, will take another look tomorrow. No, actually, that’s the wrong understanding. The CSS is being loaded, the classes are present in the HTML, but the CSS is not being applied to those classes. That’s why I think sknebel may be onto something being wrong with the syntax.
loicm and gRegorLove joined the channel
[snarfed] joined the channel
# [jgmac1106] <--gets to that point, and says "F it" and thows in some inline styling, I run into issues sometimes when I try to style semantic html tags nested in another selector... .long article ....I find (probably my ignorance) that article gets all the rules not just those nested in long
# [jgmac1106] see what snarfed said, it is the same
# [jgmac1106] and don't forget about the file then for your captions
[kimberlyhirsh] and [schmarty] joined the channel
# Zegnat GWG, probably nothing helpful, but here is some documentation on how I did it in my XRay branch: https://indieweb.org/User:Vanderven.se_martijn/feed-entries-with-post-type-video
# [jgmac1106] gwg why I use my figcaption as p-summary often, parsewrs seem to handle it fine
# [jgmac1106] ohh captions in the video...there are examples on the video page
# [jgmac1106] there isn't any special mf2 for that just markup for screen readers for default and language
# [jgmac1106] but why do you need any? if someone is using captions in a video file, they already have the tools to parse and get what they need
# [jgmac1106] I know of no microformats enabled screen reader, beyond idea that POSH just works..and that doesn't require mf2
# [jgmac1106] isn't figcaption an HTML element? <figure><img><figcaption></figcaption><figure> I can put what ver mf2 (and do) on the figcaptions
# [snarfed] tantek, agreed, srcset adoption is probably low, but there is some on https://indieweb.org/srcset#IndieWeb_Examples . i'll add more
# [jgmac1106] not in terms of WP themes, many themes take an img upload and then render a bunch of images in srcset
# [jgmac1106] I think it is core: v
# [jgmac1106] so a large chunk of the web uses srcset
[grantcodes] joined the channel
# [grantcodes] Yeah think wp defaults to using srcset now
gxt joined the channel
# [jgmac1106] I don't know how to get a better citation then it is in WordPress Core
# [jgmac1106] than*
# [jgmac1106] Kirby used it to by default I think when I was playing around with that
# [jgmac1106] yeah I am not sure what it has to do with parsers beyond gwg own goals with Parse this
# [snarfed] updated https://indieweb.org/srcset with more examples in the wild and feature requests
# [jgmac1106] https://resilientwebdesign.com/ uses srcset
angelo joined the channel
# gRegorLove reads scrollback
AngeloGladding and [jacky] joined the channel
# gRegorLove Sure, I'm always happy to help and review PRs. We have quite a good set of updates in master branch currently that I'd like to get released.
# [schmarty] gRegorLove: is there a blocker in the release process?
# gRegorLove Mainly need someone to review some of my PRs and merge them, then decide if there's anything else to get in the release.
# [schmarty] are they here? https://github.com/microformats/php-mf2/pulls
# [schmarty] lol the top one is mine >_<
# gRegorLove I need to check #microformats logs
# gRegorLove Yes, those PRs
# gRegorLove -> #microformats
# swentel it's saved in ./config/Indigenous/config.json in your /home/user
leg joined the channel
# Zegnat srcset << 2020-04-02: Scott Vandehey, [https://cloudfour.com/thinks/responsive-images-the-simple-way/ Responsive Images the Simple Way]
# Loqi ok, I added "2020-04-02: Scott Vandehey, [https://cloudfour.com/thinks/responsive-images-the-simple-way/ Responsive Images the Simple Way]" to a new "See Also" section of /srcset https://indieweb.org/wiki/index.php?diff=69388&oldid=69386
# swentel yep, reading https://github.com/samuelmeuli/action-electron-builder now
jamietanna joined the channel
# jamietanna swentel the Linux client is looking good so far!
lahacker and [Joe_Masilotti] joined the channel
# [Joe_Masilotti] If anyone needs help or wants to chat about testing in Swift or RoR shoot me a message! I ran a live session last week with 8 developers where we went through dependency injection and mocking in Swift without any libraries.
# [jacky] GitHub ~acquired a package management company~ has a tool for packaging but it’s not tailored for standalone things https://github.com/features/packages
# [grantcodes] Working on a rebuild of the postrchild browser extension over the weekend, any feature requests for a browser extension micropub client?
geoffo, gxt and [snarfed] joined the channel
# [snarfed] [moving here from #indieweb] aaronpk are youtube comments in the "community" section the same as "about/associated with a channel?" if so maybe this is the API: https://developers.google.com/youtube/v3/guides/implementation/comments#comments-list-channel
gxt joined the channel
gxt, jjuran and [chrisaldrich] joined the channel
lahacker, AngeloGladding and leg joined the channel
# jacky what's https://quill.p3k.io/docs/channels about?
[fluffy] joined the channel
# @sonicrocketman @Aaronpk, do you know why my webmention replies aren't reaching you? Likes work fine, and normal mentions seem to work. (twitter.com/_/status/1246213958077280257)