#dev 2023-07-30

2023-07-30 UTC
tei_, tei_1, geoffo, gRegor, benatkin, btrem and dominik joined the channel
#
rubenwardy
How much of a problem is it to only support atom feeds and not RSS feeds? A lot of people talk about RSS but I'm unsure as to whether they specifically mean RSS or include Atom and JSONFeed
#
rubenwardy
what is RSS
#
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
#
Zegnat
rubenwardy: lots of people will use RSS just to refer to feeds that are subscribable by their readers. I think basically every reader that supports RSS will also support Atom. So from that point of view, you do not need to support both
#
Zegnat
I think most websites will pick one of the two, and not offer both
[capjamesg] joined the channel
#
[capjamesg]
[KevinMarks] I made the link thing we discussed:
tei_ joined the channel
#
[KevinMarks]
Ooh, that's neat
#
[KevinMarks]
Rubenwardy: It is a bit confused - by default RSS has some ambiguities about what works, and some RSS feeds include Atom via xmlns to gain Atom features. Also, lots of feeds are not very well made. Any well established feed consumer will handle both, Atom is more predictably defined for pagination and the difference between summary and content.
#
rubenwardy
I've noticed that a lot of feeds don't contain any thumbnail images... quite annoying when making a feed reader
#
c​apjamesg
[KevinMarks] it is on GitHub.
#
[KevinMarks]
The original spec only had an image for the feed as a whole, not per post images
#
Loqi
[preview] [capjamesg] linkaside.js: Display cards for all of the outgoing links on a web page.
#
capjamesg
[KevinMarks] I am now running https://jamesg.blog/lp/outgoing_links?urls=https://jamesg.blog which uses the indieweb_utils.get_reply_context() function behind the scenes
jonnybarnes and geoffo joined the channel
#
c​apjamesg
What are the best practices for monitoring three servers running various web services?
btrem, ancarda and angelo joined the channel
#
Loqi
[preview] [jameysharp] #152 Atom/RSS feed paging
#
capjamesg
My site has a search engine but I don't have a clue where the code is or where it is running :D
#
capjamesg
Found it!
#
[jeremycherfas]
Good to know.
#
capjamesg
This is the first time that has happened.
#
capjamesg
I did an lsof, then manaully searched through my `screen` sessions and eventually found _one_ file.
#
capjamesg
The other three files were on my local machine.
jjuran, angelo and [tw2113_Slack_] joined the channel
#
sknebel
why wtf?
#
capjamesg
As if I didn't have enough problems with JSON serialization :D
#
capjamesg
positiveSign: +1, is an example haha.
#
sknebel
making JSON more usable for humans isnt exactly a rare idea :D
tei_, eitilt, tei_1 and btrem joined the channel
#
Zegnat
Is YAML not supposed to be JSON usable for humans? :P
#
sknebel
"supposed to be" maybe
#
Zegnat
Well, JSON5 is not so bad, compared to some of the stuff I collected in the See Also section ... https://indieweb.org/JSON#See_Also
IWSlackGateway joined the channel
#
Zegnat
“Last Updated: 2023-03-28” which I hope is just because they refreshed the design of the docs and not because someone is still actively working with JSONx
tei_1 joined the channel
#
Loqi
capjamesg has 41 karma in this channel over the last year (117 in all channels)
#
Zegnat
capjamesg++ thanks, link fixed
#
Zegnat
I should add archive links to all of those links I have collected at some point. It should also be turned into its own section, probably. But who has time for that? :P I will just continue to add links every time I run into a new JSON dialect
gRegor joined the channel