#dev 2025-06-15
2025-06-15 UTC
aaronpk, [schmarty], barnaby, c3project, strugee, srazkvt, San, balintm and jak2k joined the channel
#
[tantek] Heads up to anyone using Google OAuth as part of your sign-in flow: https://www.techradar.com/pro/security/hackers-are-using-google-com-to-deliver-malware-by-bypassing-antivirus-software-heres-how-to-stay-safe

Guest6 joined the channel
vriska joined the channel
#
[schmarty] Seems to require content injection to get the malicious thing in the page? Also requires a click to activate the link?

#
[social] I have a rather silly question… In updating my sites PHP I’m looking at at my RSS builder and it has been in RSS .91. In the update I was looking at adding the date into the output, so changing to something more modern than .91. Then looking at the existing outpput from my 2003 RSS generation code, the dates are showing up in readers, but I have no idea how.
barnaby and lain` joined the channel
#
[social] I also realized .91 doesn’t (based on spec) work with how I’ve been using it, but .92 does.
#
[social] I was looking at Atom last night and the write-up in IndieWeb wiki.
#
[social] I’m likely going to do a quick .92 update to get through the conversion to PHP 8.3, but I have a handful of things I’m stacking for the next round of updates.
#
[social] I finally have pagination on category.php template and its pages.
#
[social] These are all in my development area as I move through the templates and pages.
#
[social] I still have no idea where RSS .91 feed shows up with dates in a feed reader, unless it is the reader that is just doing a diff based on last update date.
#
Loqi RSS is an acronym for a set of XML feed file format variants used for syndicating time-stamped content from web sites like blogs and podcasts, and sometimes a shorthand for feed file formats as a whole including Atom, or even more broadly for the concept of feeds or syndication in general https://indieweb.org/RSS

#
[social] I’ve been using RSS .91 but dumping in full text of my post, which shouldn’t work. RSS 0.92 doesn’t have a limit on the post.
#
[social] I will do a write-up of RSS 0.92.

#
Loqi It was a dark and stormy night https://indieweb.org/It

#
[social] CyberRSS is newer than iRSS?
#
[social] or eRSS
#
[social] Stop looking at my http://Last.FM
#
[mattl] I never look at http://Last.fm

#
Kolev iRSSi
barnaby, balintm and [artlung] joined the channel
#
[schmarty] enjoyed this read on malleable software and thinking how the idea of smoothing the curves in levels of power and expertise might work for IndieWeb building blocks https://www.inkandswitch.com/essay/malleable-software/

#
[artlung] I use https://github.com/mibe/FeedWriter on the sites where I write out a feed. It's a bit long in the tooth and I have to suppress an error with `@` when I create an instance, but it's straightforward to work with: `$feed = @new ATOM();` ... example here: https://github.com/artlung/lab.artlung.com/blob/master/web/feed.xml.php

jak2k joined the channel
balintm joined the channel
[manton] joined the channel