127
RSS is still pretty great
(www.pcloadletter.dev)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
my experience with rss is that its a data format. if its widely supported by publishers then its automatic win.
i guess it allows for tbe diff'ed content updates to be modularized away from reloading the entire page over and over again. deffinitly reduces waste and improves subscriber retention/loyalty.
there is nothing in the standards that includes deduplication (AFAIK). but client devs always include it.