Montana lawsuit: Young people win landmark climate change case
In a first-of-its-kind ruling, a court in Montana in the US sided with a group of young activists who said the state had violated their right to a âclean and healthful environmentâ â Read more
Could pumping CO2 under Canadaâs coast cause earthquakes?
Injecting CO2 underground might increase pressure along geological faults and cause earthquakes, but a report concludes the risk is minimal for a proposed CO2 storage site near Vancouver Island â Read more
Iâm using rss on a terminal (Termux) in my phone, itâs more confortable read there articles and other stuff, but for posting on twtxt, I tried , I swear it, but itâs too much, itâs not practical, I have to assume that itâs better in a website/app like this.
Yarn wins!
Is it possible to drill a hole straight through a planet?
Could we bore a hole through the centre of Earth? What would it be like to fling yourself through it? The Dead Planets Society podcast digs deep into the potential hazards â Read more
¿Qué seguirå para este cliente de Twtxt?
- Agregar RSS (para que otras personas puedan seguirlo en su cliente favorito)
- Agregar hilos (para dar seguimiento a futuras contestaciones)
- Soporte para Gemtext y Gemini (para la comunidad de Smol net)
ÂżTĂș que diceS?
¿Qué seguirå para este cliente de Twtxt?
- Agregar RSS (para que otras personas puedan seguirlo en su cliente favorito)
- Agregar hilos (para dar seguimiento a futuras contestaciones)
- Soporte para Gemtext y Gemini (para la comunidad de Smol net)
ÂżTĂș que diceS?
@lyse@lyse.isobeef.org As far as I know, theyâre still visible in the Web UI. Although, in the mobile app and youtube.com, I believe it tells you that the video isnât available without having to click on it. They donât tell you that in the RSS feed, and I agree; it gets annoying.
If we had a custom feed generator that hooks directly into the YouTube API, Iâll bet we could find that information and put â[Scheduled][Scheduled][Scheduled][Scheduled][Scheduled][Scheduled][Scheduled][Scheduled]â in the title for premieres and remove it when the video is available.
@lyse@lyse.isobeef.org As far as I know, theyâre still visible in the Web UI. Although, in the mobile app and youtube.com, I believe it tells you that the video isnât available without having to click on it. They donât tell you that in the RSS feed, and I agree; it gets annoying.
If we had a custom feed generator that hooks directly into the YouTube API, Iâll bet we could find that information and put â[Scheduled][Scheduled=][Scheduled][Scheduled=][Scheduled][Scheduled=][Scheduled][Scheduled=]â in the title for premieres and remove it when the video is available.
Why, oh why, does YouTube include upcoming videos in RSS feeds? âThis video premiers in 21 hours.â Oohhhhhhkay. I will long have forgotten about it by then, thank you very much.
@mckinley@twtxt.net Thank you! I didnât even know about signing and encrypting XML documents. Right, RSS is a little bit messy.
Unfortunately, the autodiscovery document in one of your linked resources does not exist anymore. What annoys me in Atom is the distinction between <id>
and <link>
. I always want my URL also to be my ID, so I have to duplicate that â unnecessarily in my opinion.
Also, never found a good explanation why I should add <link rel="self" ⊠/>
to my feeds. I just do, but I donât understand why. The W3C Feed Validation Service says:
[âŠ] This value is important in a number of subscription scenarios where often times the feed aggregator only has access to the content of the feed and not the location from which the feed was fetched.
This just sounds like a very questionable bandaid to bad software architecture. Why would the feed parser need access to the feed URL at this stage? And if so, why not just pass down the input source? Just doesnât make sense to me.
Also, I just noticed that I reference the http://purl.org/rss/1.0/modules/syndication/
namespace, but donât use it in most of my feeds. Gotta fix that. Must have copied that from my yfav feed without paying attention what Iâm doing.
Your article made me reread the Atom spec and I found out, that I can omit the <author>
in the <entry>
when I specify a global <author>
at <feed>
level. Awesome! Will do that as well and thus reduce the feed size.
Atom vs. RSS: https://mckinley.cc/blog/20221109.html
cc @movq@www.uninformativ.de @lyse@lyse.isobeef.org @nmke-de@yarn.zn80.net
It only took me 5 days :)
@eldersnake@yarn.andrewjvpowell.com
RSS links are archaic. Clients discover them if properly linked, they do not need to be human visible.