TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

I've been advocating for RSS support, and you should too

464 点作者 emschwartz4 个月前

56 条评论

defrost4 个月前
As a general PSA, youtube channels have an RSS feed to alert you when a favourite creator releases a new video.<p>The form is<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;feeds&#x2F;videos.xml?channel_id=UC2wdo5vU7bPBNzyC2nnwmNQ" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;feeds&#x2F;videos.xml?channel_id=UC2wdo5v...</a><p>where channel_id is the channel hash code which is buried in the source for the &quot;nicely named&quot; channel:<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;@CuttingEdgeEngineering" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;@CuttingEdgeEngineering</a><p>and can be found without source diving via (say) FeedBro (RSS browser extension) &quot;Find Feeds in Current Tab&quot; function.<p><a href="https:&#x2F;&#x2F;nodetics.com&#x2F;feedbro&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nodetics.com&#x2F;feedbro&#x2F;</a>
评论 #42747326 未加载
评论 #42746926 未加载
评论 #42747243 未加载
评论 #42747458 未加载
评论 #42746899 未加载
评论 #42748226 未加载
评论 #42747762 未加载
评论 #42747838 未加载
评论 #42748931 未加载
评论 #42747139 未加载
gudzpoz4 个月前
Speaking of advocating RSS, I was trying out Nikola [0] for static site generation and found that they have a really nice-looking RSS end-point [1] that is viewable both from the browser and an RSS reader. Looking into the XML, it turns out it&#x27;s called xml-stylesheet:<p><pre><code> &lt;?xml-stylesheet type=&quot;text&#x2F;xsl&quot; href=&quot;assets&#x2F;xml&#x2F;rss.xsl&quot; media=&quot;all&quot;?&gt; </code></pre> And I would argue that this is an excellent way to introduce new readers to RSS: instead of the browser popping up a download prompt, you can make your RSS feeds themselves a dedicated page for advocating RSS, in case an interested reader is browsing through the links on your site.<p>[0] <a href="https:&#x2F;&#x2F;getnikola.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;getnikola.com&#x2F;</a><p>[1] <a href="https:&#x2F;&#x2F;getnikola.com&#x2F;rss.xml" rel="nofollow">https:&#x2F;&#x2F;getnikola.com&#x2F;rss.xml</a> (Open it in your browser!)<p>[2] <a href="https:&#x2F;&#x2F;github.com&#x2F;getnikola&#x2F;nikola&#x2F;blob&#x2F;master&#x2F;nikola&#x2F;data&#x2F;themes&#x2F;base&#x2F;assets&#x2F;xml&#x2F;rss.xsl">https:&#x2F;&#x2F;github.com&#x2F;getnikola&#x2F;nikola&#x2F;blob&#x2F;master&#x2F;nikola&#x2F;data&#x2F;...</a>
评论 #42752061 未加载
评论 #42747273 未加载
评论 #42747330 未加载
tyleo4 个月前
I recently added RSS to my personal site (<a href="https:&#x2F;&#x2F;www.tyleo.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.tyleo.com&#x2F;</a>)<p>Even with a custom implementation it’s a simple thing to support. You can find the whole spec here: <a href="https:&#x2F;&#x2F;www.rssboard.org&#x2F;rss-specification" rel="nofollow">https:&#x2F;&#x2F;www.rssboard.org&#x2F;rss-specification</a><p>I’ll mention that there is a competing Atom specification which is compatible with all notable RSS readers <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Atom_(web_standard)" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Atom_(web_standard)</a>. The POV I’ve seen on HN favors Atom because it offers more functionality and is a clearer standard.<p>I want to voice my support for RSS though based on its simplicity. To me the feed doesn’t need a bunch of bells and whistles. I get analysis paralysis I get deciding which Atom features to support.
评论 #42748014 未加载
评论 #42747979 未加载
oneeyedpigeon4 个月前
&gt; Please advocate for more RSS support - especially with orgs you want to stay up-to-date with.<p>Also advocate for support with browser manufacturers. It used to be good, then one of them dropped it and the others blindly followed. People clearly want the RSS button, why on earth not provide it?
评论 #42747266 未加载
评论 #42746981 未加载
picafrost4 个月前
This is a great initiative. Large tech companies, through hijacking our web experience and pursuing maximum scale, have normalized not being able to talk to a human being on the other side of a website&#x2F;app&#x2F;business.<p>In many situations you _can_ just send an email. Most often someone will read it and be very happy to help out if they can. Not always, but how much of a time and effort investment is an email really?<p>The best part is that a few kind words can absolutely make someone’s week.
brisky4 个月前
Recently I have posted about RSDS (really simple decentralized syndication) - a protocol that tries to solve RSS content global discovery problem. Here is the link if you are interested to read more about it<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42654891">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42654891</a>
rwky4 个月前
This is interesting timing. I was asked at work to remove our RSS feed. Turns out no one but me knew what it was for they just saw the link in the site footer clicked it their browser showed a bunch of xml and they thought it was broken. I checked the logs turns out it gets 1000s of requests a day so I think that convinced them to keep it.
评论 #42752089 未加载
uzyn4 个月前
RSS was a key protocol in syndication a widely free and open web before the domination of big tech&#x2F;social media. We now have new internet generation that has never known RSS, relying largely on &quot;the algorithm&quot; of the big tech in content syndication.<p>Thank you for your effort in advocating RSS support. I hope RSS makes a major come back especially with the recent events.
palata4 个月前
RSS is great. Most blog engines support RSS by default. Podcasts typically use RSS (even if the app goes to great length to hide it).<p>I sometimes wonder why there is so much push for &quot;federation&quot; and so few for... well just simple interoperable solutions that just require a client to connect to whatever server it wants with a well-known protocol.
评论 #42746912 未加载
评论 #42747790 未加载
评论 #42747840 未加载
评论 #42746887 未加载
评论 #42746930 未加载
palata4 个月前
I have been doing that for plaintext emails. Whenever I receive an HTML-only email (that my email reader cannot open), I send a kind email to the company, asking if they could consider adding a plaintext version next to it. I clearly explain that they can keep the HTML version as a default, and that some people need plaintext for accessibility and security reasons.<p>I often receive answers, that surprised me! People saying &quot;thank you for your suggestion, we will think about what we can do&quot;. None of them has every changed anything (I&#x27;ve been doing that for years). I don&#x27;t even know if they did anything more than answering to the email.
评论 #42747539 未加载
评论 #42748157 未加载
评论 #42747089 未加载
评论 #42750515 未加载
talideon4 个月前
One thing though: is you&#x27;re adding &quot;RSS&quot; support, use Atom for the feed, not actual RSS. Everything supports Atom that supports RSS, it&#x27;s no harder to implement, less ambiguous, less prone to breaking, and has a richer vocabulary that doesn&#x27;t require you resort to pulling in additional vocabularies via namespaces.<p>I cringe every time I see a feed that uses RSS and then pulls in Atom for some of elements. If you&#x27;re going to do that, then just use Atom for the whole thing rather than building a frankenfeed.
molticrystal4 个月前
Openrss.org is a non-profit that advocates for RSS adoption in addition to providing RSS feeds for websites that have none and cleainup&#x2F;improving existing rss feeds.<p>Consider helping them out if this interests you, you might even be using a feed already as they have some custom feeds for github like for discussions and issues.<p><a href="https:&#x2F;&#x2F;openrss.org&#x2F;about&#x2F;contributing" rel="nofollow">https:&#x2F;&#x2F;openrss.org&#x2F;about&#x2F;contributing</a>
medhir4 个月前
I recently had a popular post on HN and several people reached out asking if I had an RSS feed implemented.<p>Was surprised that anyone would be interested in keeping up with my writing, but was happy to oblige the request as it had been on my to-do list for a while. Happy I did do as it seems many people are hitting the RSS endpoint now. Cool to see that RSS is relevant in 2025, and will definitely advocate for its usage more moving forward :-)
评论 #42746913 未加载
评论 #42747079 未加载
评论 #42746885 未加载
domysee4 个月前
There are also a bunch of websites that have RSS feeds but don&#x27;t link to them and don&#x27;t make them available via RSS autodiscovery.<p>I created a tool to find such RSS feeds for as many cases as possible: <a href="https:&#x2F;&#x2F;lighthouseapp.io&#x2F;tools&#x2F;feed-finder" rel="nofollow">https:&#x2F;&#x2F;lighthouseapp.io&#x2F;tools&#x2F;feed-finder</a><p>And if you&#x27;re interested in the details: <a href="https:&#x2F;&#x2F;lighthouseapp.io&#x2F;blog&#x2F;deep-dive-finding-rss-feeds" rel="nofollow">https:&#x2F;&#x2F;lighthouseapp.io&#x2F;blog&#x2F;deep-dive-finding-rss-feeds</a>
rook1e_dev4 个月前
RSS is my main source of information. And I&#x27;ve built some RSS-related projects:<p>1. <a href="https:&#x2F;&#x2F;github.com&#x2F;0x2E&#x2F;fusion">https:&#x2F;&#x2F;github.com&#x2F;0x2E&#x2F;fusion</a> - A lightweight, self-hosted friendly RSS aggregator and reader<p>2. <a href="https:&#x2F;&#x2F;rawweb.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;rawweb.org&#x2F;</a> - A search engine for indie websites (the crawler collects data from RSS feeds)<p>3. <a href="https:&#x2F;&#x2F;github.com&#x2F;0x2E&#x2F;rss-finder">https:&#x2F;&#x2F;github.com&#x2F;0x2E&#x2F;rss-finder</a> - A tool for finding the RSS link of a website
评论 #42747871 未加载
评论 #42747368 未加载
评论 #42746854 未加载
pyromaker4 个月前
I absolutely love RSS format. It&#x27;s one of the easiest ways for devs to get data and do something quickly with it.<p>If you remember, Yahoo Pipies allowed devs &amp; others quickly build something with RSS feeds. I&#x27;ve recently rebuilt and launched my own Yahoo Pipes clone<p><a href="https:&#x2F;&#x2F;www.mashups.io" rel="nofollow">https:&#x2F;&#x2F;www.mashups.io</a><p>Along the way of building this tool, I came across a plenty of major websites that do not provide RSS feeds and indie devs who maintain niche tools to provide these feeds.<p>Then again, RSS are still plentiful!
评论 #42748056 未加载
评论 #42747999 未加载
theanonymousone4 个月前
I have some app&#x2F;service ideas which all involve &quot;informing&quot; the user about something.<p>Implementations of this notification mechanism are either spammy, privacy-problematic, or both: (Web) Push notifications, Email, or Messages.<p>The only solution that doesn&#x27;t have either of these problems seems to be RSS: Provide the user with (customised) feed link and let them&#x2F;their RSS client deal with it.<p>I really wish RSS was less niche and more mainstream. I will &quot;advocate&quot; for it regardless.
amitport4 个月前
I&#x27;m still waiting for <a href="https:&#x2F;&#x2F;www.w3.org&#x2F;TR&#x2F;websub&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.w3.org&#x2F;TR&#x2F;websub&#x2F;</a> to catch.
评论 #42767454 未加载
bluebarbet4 个月前
While I use RSS, I think we need to recognize that it&#x27;s slowly going away. Even a single publisher that&#x27;s missing a feed will be a deal-breaker for any new adopters.<p>And RSS is an over-complex solution anyway, designed for a time before web standards when sites all had spaghetti table layouts. Today there&#x27;s no need to create a whole shadow site in fussily-formatted XML for what can usually be found in the page source of the article list page as a bunch of `&lt;li&gt;`s.<p>The more sustainable solution, I believe, is client-based: RSS readers that also parse HTML. There is even an HTML attribute schema, `hfeed`, that makes this easy-peasy and is much easier to implement for publishers. I still don&#x27;t understand why this solution has not taken off yet. It&#x27;s clearly optimal.
评论 #42747771 未加载
评论 #42767435 未加载
econ4 个月前
I do this too! Reception is wonderful.<p>I also include a short description of rss, which parts to support with an example and a description of how one could make an rss feed: you take whatever code produces the index html, remove everything except the part that outputs for each item the title, introduction text, the link and the publication date.<p>Followed by one more short example rss with $title<p>Not that any developer would really need this but it puts everything they need to know and do on a single page. You don&#x27;t have to think, just do it.
rednafi4 个月前
RSS is a wonderfully simple solution to get notifications for things I care about.<p>I came to the software industry a lot later than the inception of Web 2.0 and rediscovered RSS almost accidentally. I advocate for it too.<p>You’d be surprised how many people still care about this. My static site build broke the RSS[1] once recently, and I immediately got like 5 emails from different people.<p>[1]: <a href="https:&#x2F;&#x2F;rednafi.com&#x2F;index.xml" rel="nofollow">https:&#x2F;&#x2F;rednafi.com&#x2F;index.xml</a>
mg4 个月前
If you have an application that does not support RSS&#x2F;atom yet, you can easily add support with a few lines of Python.<p>Or use an open source module. Here is a general atom feed generator that I wrote and published under the GPL:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;no-gravity&#x2F;atomfeed.py">https:&#x2F;&#x2F;github.com&#x2F;no-gravity&#x2F;atomfeed.py</a><p>Just 14 lines of Python. And it has been reliably serving the feed for my own website for quite a while now.
评论 #42747101 未加载
rambambram4 个月前
In the vein of: the web is already decentralized and social by it&#x27;s nature, I built an RSS reader-and-feed-in-one for Hey Homepage (a DIY website pack that I made). So there&#x27;s one place for reading posts and for publishing your own posts, just like the timelines from big tech.<p>Combine that with a list of shared links which functions as a blog roll and consists of the feeds that you follow, and you have yourself a Really Social Site. You can even download the OPML file that contains all the shared links and start following some feeds from it yourself. So discovery is also possible with RSS feeds and OPML lists, albeit it works slightly different than you&#x27;re used to from big tech.<p>After that I built a Newspaper module that automatically collects new posts from feeds that I selected. This is my main way to get news without some algorithm deciding for me. The only wish I have is that more of your personal sits&#x2F;blogs (most websites I follow come from HN) offer more &#x27;photo feeds&#x27;, just an enclosure-element in your item with a link to a picture or other media.
rrgok4 个月前
What I really want in an RSS Reader is to fetch and show also the comments. Think about this post on HN, I&#x27;m more interested in reading the comments. Sadly, RSS only fetch&#x2F;shows at most the body of the item. It would be really good to have a centralized and unified interface for getting news and comments just in your RSS reader.
openrisk4 个月前
Publishers of content have really no excuse to disable RSS feeds. RSS is also a signal that some new content has arrived, why would one not send it to the world if its essentially free? Even if their business model requires that you visit their website (instead of reading everything on a client app) syndicating a teaser message makes sense.<p>In any case, many actually useful sites that disable RSS are public orgs that do not rely on adtech or subscriptions. Its the sad result of digital illiteracy and outsourcing their web presence to some inane outfit thats up their neck in the SEO and social media shit.<p>Incidentally a Web that makes full use of RSS is also one where more complex protocols like ActivityPub and ATProto can flourish. A client is a client is a client. Now that Mozilla has essentially abdicated their role as a user-centered window to the universe maybe there is room for something else?
geor9e4 个月前
I want to attribute RSS never taking off in popularity to malice on the part of big tech to catch and kill a threat to their walled garden social media advertising model, because I don&#x27;t want to face that humanity is just too incompetent to realize how great RSS is.
kmfrk4 个月前
I was happy to see Bluesky supporting RSS on all profiles, but less excited to see that there&#x27;s nothing in the content and title fields:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;bluesky-social&#x2F;social-app&#x2F;issues&#x2F;3384">https:&#x2F;&#x2F;github.com&#x2F;bluesky-social&#x2F;social-app&#x2F;issues&#x2F;3384</a><p><a href="https:&#x2F;&#x2F;bsky.app&#x2F;profile&#x2F;did:plc:3nfshkzomgboapasu6amkhui&#x2F;rss" rel="nofollow">https:&#x2F;&#x2F;bsky.app&#x2F;profile&#x2F;did:plc:3nfshkzomgboapasu6amkhui&#x2F;rs...</a><p>Obviously I can see why they don&#x27;t want to subsidize the entire internet with high-res videos and images, but a blank RSS feed for media isn&#x27;t the way to go.
jasoneckert4 个月前
After getting sick of maintaining the JavaScript in iWeb myself after Apple deprecated it, I ended up migrating my personal blog from iWeb to Hugo almost a decade ago. And when getting my Hugo template set up, I considered RSS a &#x27;nice to have but not need to have&#x27; thing during the process.<p>After the migration was complete without an RSS feed, I received dozens of emails within the same week from people I never knew read my blog specifically requesting an RSS feed on the new site. So I added it.<p>That quickly reminded me about how important and common RSS is, and I&#x27;ll continue ensuring that RSS feeds exist on any blog I create as a result.
bmacho4 个月前
&gt; I&#x27;ve been advocating for [X], and you should too<p>This seems like what we should do against negative trends. I think complaining is more common, probably more accepted (?) than advocating, but logically, the latter is what we should do.
pjmlp4 个月前
Spot on, I keep using it for years, and never understood why the tragedy around Google&#x27;s RSS reader, there are tons of readers out there.<p>And since this is HN, implementing a RSS reader tutorial is surely more interesting than TODO lists.
eminco4 个月前
RSS is indeed worth advocating for. One of its greatest strengths is its simplicity.
kschaul4 个月前
I love RSS, but I often want to create a feed from websites that don’t offer RSS support (or the right features). So I built a little web service that, given a URL and a CSS selector, returns an RSS feed of those items. Figured it might be useful for others too. Code -&gt; <a href="https:&#x2F;&#x2F;github.com&#x2F;kevinschaul&#x2F;feedmaker">https:&#x2F;&#x2F;github.com&#x2F;kevinschaul&#x2F;feedmaker</a> Hosted version -&gt; <a href="https:&#x2F;&#x2F;feedmaker.fly.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;feedmaker.fly.dev&#x2F;</a>
grumbel4 个月前
If RSS could solve the problem it would have done so a decade ago.<p>The core issue is that browsers have completely failed at offering anything to keep track of websites. Why aren&#x27;t notifications simply build into the bookmark system? I don&#x27;t need the website to provide that information via yet another special format, my browser should be able to figure that out itself from plain .html. But bookmarks haven&#x27;t changed one bit in about 30 years, instead we moved that functionality server-side for no reason.
评论 #42747073 未加载
评论 #42746906 未加载
评论 #42747155 未加载
adhoc_slime4 个月前
I&#x27;ve almost never cared about learning about rss before but seeing the response it alsways gets, I decided I&#x27;d try feedly on my phone and add this blog to it.<p>Feedly asks for a url, this site makes me download a .bin file. It doesn&#x27;t make sense how this is my first user experience. I can assume I&#x27;m supposed to copy the url in the link? But it is a nav item on the site.<p>Call me nieve or whatever you like but with ux like this I can start to see how this technology has become less popular.
评论 #42747738 未加载
评论 #42747730 未加载
评论 #42747691 未加载
mromanuk4 个月前
I used Feedly, tried several RSS clients, I was into RSS but content providers started to only give you a portion of the content, subverting the very idea of RSS (at least what I wanted), even some clients had (or have) the feature to download the content and present it to you with a clean RSS style. So I quit it, because it was a new tech arms race. Not sure how is all that now.
tjoff4 个月前
Never got around to use RSS for some reason, what software do people recommend?<p>For me I believe I&#x27;d prefer a TUI in the terminal, but probably depends.
geor9e4 个月前
My favorite RSS reader is Feedbro. I see hackernews front page posts, friends facebook posts, friends nitter (x) posts, friends substack posts, youtube subscriptions, all in one chronological feed. And a browser icon shows how many posts are waiting to be viewed. There are some paid services that scrape other sites to RSS for you too (like zapier).
lufte4 个月前
I recently had the need to subscribe to changes to a Github repo and it turns out it provides a feed for them. For rust master branch, for example, subscribe to <a href="https:&#x2F;&#x2F;github.com&#x2F;rust-lang&#x2F;rust&#x2F;commits&#x2F;master.atom">https:&#x2F;&#x2F;github.com&#x2F;rust-lang&#x2F;rust&#x2F;commits&#x2F;master.atom</a>.
评论 #42767577 未加载
udev40964 个月前
It&#x27;s nice to have a single feed of updates for all the releases of the software I use. Newsflash (<a href="https:&#x2F;&#x2F;gitlab.com&#x2F;news-flash&#x2F;news_flash_gtk" rel="nofollow">https:&#x2F;&#x2F;gitlab.com&#x2F;news-flash&#x2F;news_flash_gtk</a>) is an awesome, modern RSS reader. Highly recommended!
fire_lake4 个月前
Question about the RSS spec:<p>When pulling RSS, how do you know how often to poll? How do you know which items have been seen previously?
评论 #42747943 未加载
评论 #42747158 未加载
评论 #42747141 未加载
评论 #42747187 未加载
评论 #42747388 未加载
renegat0x04 个月前
I only follow sources that have RSS support. The minute Reddit or YouTube drops such support I drop them.
uncertainquark4 个月前
Most introductions to RSS assume that people want to know about RSS.. and so instead here’s a more people-centric explainer: <a href="https:&#x2F;&#x2F;journal.jatan.space&#x2F;why-use-rss&#x2F;" rel="nofollow">https:&#x2F;&#x2F;journal.jatan.space&#x2F;why-use-rss&#x2F;</a>
rmnclmnt4 个月前
Love RSS, been using (and paying for) miniflux for a few years now.<p>Do someone knows a way to retrieve RSS feeds URLs for any podcast that would be hosted on major platforms? (Spotify, Apple Music)<p>I subscribed to podcast having some hosted website (where they are publishing the RSS feed from) but most of them don’t
评论 #42747345 未加载
评论 #42751346 未加载
yakshaving_jgt4 个月前
So, should we be using RSS? Or Atom?<p>It seems like Atom is <i>better</i>, but RSS as a name is more well known?<p>I&#x27;m guessing adding a button on your website which says &quot;Subscribe via RSS&quot; but which actually points to an Atom feed would be confusing and bad?
评论 #42801246 未加载
account424 个月前
Having an RSS feed is one thing, but without making sure that the feed is retrievable by RSS readers it&#x27;s pointless. In the modern buttflare web this seems to be the harder part.
hackerbeat4 个月前
The problem with RSS today is that bad actors use it to scrape and rewrite content using AI.<p>Not having it enabled makes life harder for them since many are too lazy&#x2F;not savvy enough to use other means to steal content.
评论 #42767631 未加载
danielktdoranie4 个月前
I love RSS and I actively used it until modern browsers dropped support for it and then websites stopped using it. I always felt RSS being dropped wasn’t the choice of users but more a conspiracy between those browser developers (or rather their managers and company leaders) and marketing&#x2F;sales departments of pretty much any company that advertises on the internet: Google being the main one.<p>Why? You can’t bombard RSS with advertising like you can on browsers and if people could get the information they need from RSS they won’t see ads.<p>I recall the dropping of RSS happened over 6 months to my recollection. RSS was here and every website of merit used it, then all of a sudden Chrome, FireFox and Safari all dropped RSS support. You could go and install a separate RSS client but few people did that (extra steps and all) and then websites saw no one was using RSS and dropped support.<p>RSS was particularly useful for browsing jobs for IT contractors. I used it daily, using RSS I was able to get job listings fast and apply before other candidates.
评论 #42767656 未加载
nxtbl4 个月前
Been doing that, but especially in the last few years sites have been dropping RSS support and won&#x27;t bring it back no matter how you reason for it.<p>For example, job seeking sites:<p><a href="https:&#x2F;&#x2F;tyomarkkinatori.fi&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tyomarkkinatori.fi&#x2F;</a> is the national &quot;job market&quot; for the whole of Finland. Municipal and state employers are obligated to publish their openings there. That site has been in development for years and from 1.1.2025 onwards it replaced the old one - which supplied RSS feeds. Tyomarkkinatori does not and when asked, they will only reply that RSS is not going to be supported and that&#x27;s the end of it.<p><a href="https:&#x2F;&#x2F;indeed.com" rel="nofollow">https:&#x2F;&#x2F;indeed.com</a> doesn&#x27;t provide feeds anymore.<p>Neither does (yet another Finnish aggregator) <a href="https:&#x2F;&#x2F;laura.fi" rel="nofollow">https:&#x2F;&#x2F;laura.fi</a>
ginko4 个月前
How would you even use RSS now that no browser supports it anymore? Do people run a separate RSS reader on the side?
评论 #42748061 未加载
评论 #42748396 未加载
drdude4 个月前
I am using an RSS reader to read latest hackernews and other stuff... the more RSS support the merrier
program4 个月前
Great initiative. All WordPress sites has multiple RSS feeds enabled by default.
xenodium4 个月前
&gt; in a way that you&#x27;re completely in control of, without bloat, without ads, without algorithms.<p>If they don’t play nice, they often offer short digests in feeds, driving users to open their sites where you get ads, tracking, bloat, paywalls, and no longer in control…<p>Thank you for advocating RSS. It’s the least we should strive for in our services.<p>We can also strive for services themselves without tracking, ads, bloat…<p>If you have a blog or want to start one, consider supporting platforms that genuinely improve the web experience.<p>I built <a href="https:&#x2F;&#x2F;lmno.lol" rel="nofollow">https:&#x2F;&#x2F;lmno.lol</a> after growing tired of the popular blogging platforms.<p>Here’s my blog on it <a href="https:&#x2F;&#x2F;lmno.lol&#x2F;alvaro" rel="nofollow">https:&#x2F;&#x2F;lmno.lol&#x2F;alvaro</a><p>If you prefer a different blogging service, there are other folks working on building a more mindful web.<p>By supporting services like these, you prove that like-minded services are not only possible but fully sustainable without deceitful tech.<p>• Bear<p>• Ghost<p>• Glitch<p>• Haven<p>• LMNO.lol<p>• Mataroa<p>• Micro.blog<p>• mmm.page<p>• Montaigne<p>• Nekoweb<p>• omg.lol<p>• pages.casa<p>• Pika<p>• Posthaven<p>• prose.sh<p>• Scribbles<p>• Smol Pub<p>• Write.as<p>• Yay.Boo
ivanstame4 个月前
We all need to advocate for RSS, really important.
xnx4 个月前
Bluesky has RSS feeds.
LAC-Tech4 个月前
how much of a PITA is it to add RSS to your own site?
评论 #42747131 未加载
评论 #42747174 未加载
sirolimus4 个月前
RSS is GOAT