#dev 2023-01-25

2023-01-25 UTC
#
starrwulfe[m]
[snarfed]: it says in the instructions there's a way to subscribe to people I'm following in the user page, but all I see are links to the RSS feeds for myself. Am I missing something?
#
starrwulfe[m]
BridgyFed that is
#
[snarfed]
click the Following link
starrwulfe joined the channel
#
starrwulfe[m]
OK, so no all combined RSS link there, right?
#
[snarfed]
for your following list? no, sorry. I can export it manually for you if you need it
#
starrwulfe[m]
Ahh OK. That's OK for now 👍️-- The verbiage makes it sound like there should be an RSS link there, so I thought there was an error.
#
starrwulfe[m]
(What Loqi, no way to lower 👍's karma? 😼)
[schmarty] joined the channel
#
[schmarty]
starrwulfe: Loqi only watches the start and end of each line for karma++
#
Loqi
karma has 1 karma over the last year
#
starrwulfe[m]
I see (good example too!)
#
sknebel
Apparently doesn't work for emoji anyways
to2ds joined the channel
#
to2ds
Loqi++ Just saying :)
#
Loqi
Loqi has 4 karma in this channel over the last year (24 in all channels)
#
@jwcarroll
@poppacalypse Sir, let me show you how to sort an array in Java script. 🗨️ 123k ♻️ 1.3M ❤️ 23.6M
(twitter.com/_/status/1617988071936622592)
#
[tantek]
what are responses
#
Loqi
responses, or interactions, in the context of the indieweb, refer to all the different ways and things people explicitly do to and with others’s posts, from written replies to quick likes, in other words responses = replies + reactions https://indieweb.org/responses,
#
Loqi
ok, I added "https://twitter.com/jwcarroll/status/1617988071936622592" to the "See Also" section of /responses https://indieweb.org/wiki/index.php?diff=86298&oldid=86297
mcint, geoffo, IWSlackGateway, [tantek], [TMichelleMoore], [snarfed], [tw2113_Slack_], gxt and [pfefferle] joined the channel
#
@tmichellemoore
I have read the background on Webmentions and am now ready to move on to figuring out how to make a custom block pattern. There is the easy way, use a plugin, and the other way, setup a page as you want, copy the HTML to escape the HTML and other steps… https://tmichellemoore.com/?p=152315
(twitter.com/_/status/1618190670987943937)
gRegor and geoffo joined the channel
#
@tmichellemoore
Today, I had to move on but I will continue reading the Articles on the Webmention page. I read the Webmention-Deve… https://twitter.com/i/web/status/1616977027818463232
(twitter.com/_/status/1616977027818463232)
silbermm, [KevinMarks] and [manton] joined the channel
#
[manton]
I’m getting some good reaction to this post about the Mastodon API… There is a lot of confusion about this. Time for a renewed push for Micropub in Mastodon clients, maybe? https://www.manton.org/2023/01/24/ivory-and-microblog.html
#
Loqi
[preview] [Manton Reece] Ivory and Micro.blog, not yet
#
[manton]
Feels like the IndieWeb should have some tips to guide Mastodon client developers… Like, use the Mastodon API but also have a slimmed-down posting API that uses IndieAuth/Micropub? Just thinking how to bootstrap this.
#
sknebel
slight lol at someone asking "what about supporting Micropub"
geoffo joined the channel
#
[manton]
Yeah, I couldn’t tell if that was a joke or not. 🙂
#
aaronpk
oh i read that as asking mastodon to support micropub but now i am second guessing that
[Serena] joined the channel
#
[manton]
That’s probably right.
#
IWDiscordRelay
<j​acky#7226> might be cool for the Apple dev folks https://github.com/losfair/mvsqlite/
#
IWDiscordRelay
<j​acky#7226> as a way to pull off from things like mysql, postgres, etc and keep it on your machine
#
@eternallogger
Trying to implement webmention support to my static blog engine. Should require non-trivial efforts.
(twitter.com/_/status/1618275115665608705)
#
superkuh
Nah, it's pretty trivial if you only do 2/3 of it...
#
superkuh
Tangential, it seems like nitter never has any tweets anymore.
[jacky] joined the channel
#
[jacky]
might be getting ratelimited
#
[jacky]
I've been using a browser extension to pick a random instance of one of those
starrwulfe joined the channel
#
[jacky]
what are some headers one should include when showing (or approving or denying) an authentication request for a IndieAuth client?
#
[jacky]
I have `Cache-Control` set to `no-cache, no-store, max-age=0`, `Age` to `0`, and `Expires` to be the current time (to encourage immediate expiry)
#
[jacky]
I can see https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy being added as well (esp since it covers `X-Frame-Options` too)
#
Loqi
Countdown set by sknebel on 2023-01-22 at 5:44pm CET
[dave] joined the channel
#
[snarfed]
^ this was kind of a false alarm, I'll follow up in a bit
gRegor, starrwulfe and [Caleb_Hearth] joined the channel
#
[Caleb_Hearth]
Has anyone come up with a generic name for h-* entities (h-card/h-adr/h-entry/h-item/…)? `h-*` works well for text but I need a method name. Currently considerign `h_entities` and `h_star` . This would return parsed h-* from the HTML of a URL.
#
[Caleb_Hearth]
I tried to figure out what the h stood for but wasn’t able to.
#
[snarfed]
Probably `item`, since mf2 parsers emit them in the `items` field
#
gRegor
"root class" or "root microformat"
#
@shazow
↩️ +1, I've given up on analytics (js analytics are so lossy in our demographic anyway). I wouldn't mind some WebMention/ActivityPub aggregation longer-term, though.
(twitter.com/_/status/1618318135966433284)
[aciccarello] and geoffo joined the channel
#
[tantek]
yes, microformat item / items are the generic name for h-* entities
#
[tantek]
because that's what they are in the parsed JSON. no need to make up another name
#
[tantek]
hmm forgot to post about WebSub
[jgarber] joined the channel
#
[tantek]
what is Travis
#
Loqi
TravisCI is a SaaS company that offers Continuous Integration services that started charging open source projects as of 2020, and in 2021 was compromised for credentials to access thousands of projects and organizations https://indieweb.org/Travis
#
[Caleb_Hearth]
cool thanks
njmm, jjuran and [James_Van_Dyne] joined the channel
to2ds, IWSlackGateway, btrem, [KevinMarks] and [tantek] joined the channel
#
[0x3b0b]
The question occurs to me because of the Ivory and micro.blog link above...anyone used (name change not released yet, I don't think, so) Indigenous with micro.blog?
[aciccarello] joined the channel
#
[tantek]
[Caleb_Hearth] did we sufficiently unblock things?
#
[tantek]
for an updated ruby gem being published that is
[Caleb_Hearth] joined the channel
#
[Caleb_Hearth]
Oh sweet I see that it was merged. We’ll need to do a new gem release as well. I can open a PR to bump the version, but I can’t release a new version of the gem. I”m currently developing my stuff against my fork of this but I can update it to at least use the main branch of the origin repo now!
#
IWDiscordRelay
<c​apjamesg#4492> https://githubnext.com/projects/code-brushes/
strugee_ and to2ds joined the channel
[Mike_Heavers] joined the channel