#dev 2022-02-18

2022-02-18 UTC
sarahd[d], capjamesg[d], antrdnv[d], Myst[d], indieweb-irc-bri, [Zeina] and [aciccarello] joined the channel
#
@HowellsMead
@flobrinkmann Darf ich dich fragen ob du https://wordpress.org/plugins/webmention/ eingesetzt hast? Muss man etwas machen, dass die Tweets auf der Website angezeigt werden?
(twitter.com/_/status/1494467119496540163)
[tw2113_Slack_], nertzy, tbbrown, [davidmead], justGhost, KartikPrabhu and Loqi__ joined the channel; prologic left the channel
#
@flobrinkmann
↩️ Hey, ja, das nutze ich. Du kannst http://brid.gy nutzen, um dir automatisiert Tweets/Antworten auf deine Site zu holen: https://indieweb.org/WordPress_with_Bridgy
(twitter.com/_/status/1494546207468830721)
cygnoir[d], rommudoh[m], reed, Abhas[m], samwilson, doubleloop[m], zack[m], LaBcasse[m], diegov, mambang[m], binyamin[m], KartikPrabhu, unrelentingtech, vladimyr, kinduff, jamesravey[m], EvanBoehs[m], ermahgerddavid[m, micahrl[m], cambridgeport90[ and Matt[m]12 joined the channel
#
@tomlarkworthy
↩️ https://observablehq.com/@endpointservices/auth is an entire fricken Oauth server implementing IndieAuth entirely within a browser! https://observablehq.com/@endpointservices/secrets is webcode secret API, ISC licensed that securely stored user secrets in Google Secret Manager, entirely implemented in an open source notebook
(twitter.com/_/status/1494621769205960704)
tetov-irc, nertzy, KartikPrabhu1, KartikPrabhu, [jgmac1106], angelo, IntriguedWow[d] and [tantek] joined the channel
#
[tantek]
our GitHub static page setup instructions need to be updated quite a bit for the new ways GitHub static pages work
#
[tantek]
the renaming instructions are out of date for example
#
aaronpk
only in safari :(
#
[tantek]
do we say anywhere that it takes ~1min (apparently) from when you edit something in github to when it shows up in GitHub pages? that seems like a very obvious source of frustration to new users. as in, I edited it, why isn't it changing when I refresh?
tbbrown joined the channel
#
[tantek]
just some minor improvements from actual in-person experience
#
Loqi
[tantek] #13 improve comment instructions and site labels
#
capjamesg[d]
Looks good [tantek]!
#
capjamesg[d]
Maybe that point you made re: editing the pages site is worth noting in the README?
#
capjamesg[d]
5. (Optional) Point your domain to GitHub.
#
capjamesg[d]
4. Wait a minute for GitHub to publish your site. Then, check <yourusername>.github.io.
jacky joined the channel
#
[tantek]
yes that would be a good addition too! worth doing in a different commit 🙂
#
jacky
that looks like what a lot of front-end frameworks do with scoped CSS
#
capjamesg[d]
[tantek] I shall make that change!
#
capjamesg[d]
I will make it tomorrow because I just turned off my laptop for the day.
#
kinduff
Hello, today I opened a new section on my website called TV: https://kinduff.com/tv/
#
kinduff
Using an n8n workflow I'm able to save videos from a private playlist to Airtable
#
kinduff
Then I can query the unique items (marking them as Published) to be deployed to my Jenkins website
#
kinduff
Next stop are the GitHub repos I star! 😍
barnaby joined the channel
#
jacky
oh I forgot that's the flow tool you've mentioned :)
#
jacky
tbh i really like that you can use such a graphical interface to power your site
#
kinduff
I love it! I love programming but doing things like this is refreshing
#
kinduff
so much flexibility too
#
kinduff
what is n8n?
#
Loqi
It looks like we don't have a page for "n8n" yet. Would you like to create it? (Or just say "n8n is ____", a sentence describing the term)
#
kinduff
gonna create one tomorrow
tbbrown_ joined the channel
#
Murray[d]
aaronpk: depending on what you're trying to do, :where and :is have better support (https://developer.mozilla.org/en-US/docs/Web/CSS/:where) but yeah, CSS is just rocketing off at the moment 😄 Container queries, scope, layers, parent selectors, nesting, P3, the list is getting a bit ridiculous. In 3-5 years so much of what we achieve with tooling will be native!
#
aaronpk
i'm trying to go the other way
#
aaronpk
"select any <a> tags that contain an <img>"
#
jacky
smells like the precursor of profile hovercards lol
#
Murray[d]
in that case, yeah, you need `:has` 😦 you can sometimes do fancy things with `a img::before` in those situations, but really depends on what you're trying to do
#
capjamesg[d]
How do IRC clients usually connect on the web? Via a web socket?
andysylvester and angelo joined the channel
#
jacky
capjamesg[d]: nope! TCP :)
#
jacky
IIRC that is
#
jacky
yup " The IRC protocol has been developed on systems using the TCP/IP
#
barnaby
if you’re talking about web-based IRC clients though, then likely a websocket to a server which opens the TCP connection
#
capjamesg[d]
Yes that’s what I was thinking about barnaby.
tetov-irc, angelo and Anders joined the channel