TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Chrome testing RSS-powered ‘Follow’ button

225 pointsby Breadmakerabout 4 years ago

35 comments

evmarabout 4 years ago
Chrome originally integrated RSS feeds in the new tab page, to show you when there were new posts on sites you frequently visited. We cut the feature just before launch, because it wasn&#x27;t fully baked, and never resurrected it. (I know this because I worked on this code.)<p>With more perspective on the problem, I think the way we implemented it at the time was wrong, with the XML processing done in unsandboxed C++. At the time, Chrome didn&#x27;t use any HTML for its UI like the new tab page, so only web content was sandboxed, but with today&#x27;s perspective it&#x27;s obvious to me you want to process XML content with the same sandboxing indirection you use for other untrusted data formats. So in retrospect I&#x27;m glad the feature didn&#x27;t launch as it was, because it would&#x27;ve been a security disaster.<p>Also my recollection is that the code wasn&#x27;t great. (I feel allowed to say that because I authored it -- I&#x27;m not slagging on my coworkers.)
happytoexplainabout 4 years ago
Very nearly all of my web browser activity that isn&#x27;t Googling things for work starts with my RSS feed. It&#x27;s how I get 100% of my news, including Hacker News. It&#x27;s how I monitor things I&#x27;m shopping for. It&#x27;s how I consume podcasts, youtube, music blogs, and comics. My friends do the same. When people say RSS became unpopular, are they referring to consumers, producers, or both?
评论 #27217814 未加载
评论 #27218320 未加载
评论 #27228754 未加载
评论 #27217982 未加载
评论 #27217871 未加载
imgabeabout 4 years ago
I never left RSS. When Google Reader ended, I migrated to feedly and continue to follow a bunch of blogs there. I hope the current newsletter fad comes around to RSS as well.<p>FWIW, I noticed that Substack has RSS feeds for its newsletters, so that is an option.
评论 #27218020 未加载
评论 #27218241 未加载
评论 #27225656 未加载
评论 #27224434 未加载
评论 #27228766 未加载
brundolfabout 4 years ago
1) This makes perfect business sense: Google failed to create its own social feed that would stick, so instead it&#x27;s piggybacking off of a standard technology (and I&#x27;m sure it&#x27;ll collect plenty of data just like it would from an actual social feed). This is what Google did in the early days with other technologies like the open web and email, and it&#x27;s generally a good thing for everybody (until they enter the &quot;extend&quot; and &quot;extinguish&quot; phases later on)<p>2) Question as someone who&#x27;s new to RSS: is there a standard URL path that a reader can use to automatically find your XML feed? I&#x27;ve already added RSS to my site, but right now there&#x27;s just a home page link to the XML document, I&#x27;m not sure how it would be auto-discovered for such a &quot;follow&quot; button
评论 #27214984 未加载
评论 #27214601 未加载
评论 #27214650 未加载
torstenvlabout 4 years ago
I love RSS and hope this brings it back into the mainstream.<p>Another article on the front page is about the Amish and carefully evaluating how tech fits into your life and values, and who it serves.<p>Applying that here -- RSS <i>does</i> serve those who want to get updates from a site, and <i>does not</i> serve advertisers and cookie-traffickers. RSS is peak &quot;good old days&quot; of the Web.
评论 #27211615 未加载
评论 #27211573 未加载
评论 #27212442 未加载
评论 #27211375 未加载
评论 #27212773 未加载
kevincoxabout 4 years ago
This is great news. Sure, it is still &quot;algorithmically curated&quot; but at least it pushes sites to have RSS feeds. Then users can use the built-in simple Chrome reader or upgrade to something more powerful.<p>My only major concern is that the format of appearing on the New Tab Page may encourage short &quot;summary&quot; style feeds instead of full-content feeds.
erikrothoffabout 4 years ago
This is so ironic, because the lack of RSS in Chrome was the reason I built the RSS Feed Reader extension for Chrome back in 2010 when switching from Firefox.<p><a href="https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;rss-feed-reader&#x2F;pnjaodmkngahhkoihejjehlcdlnohgmp" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;rss-feed-reader&#x2F;pn...</a>
TrianguloYabout 4 years ago
&gt; That said, the algorithmic feed will use your follows to surface content.<p>If this means that feeds will be sorted&#x2F;hidden based on a black box trained to sell me things, sorry but I won&#x27;t call that rss.<p>Rss for me is an aggregator, a list where all and every item of multiple lists are placed together and sorted chronologically, optionally with tags to filter if needed. I choose the lists to aggregate, I decide which posts to read and which not, and if I don&#x27;t like the content of a list, I&#x27;m the one to remove it. I have full control, not an algorithm.
评论 #27215032 未加载
评论 #27217454 未加载
mattowen_ukabout 4 years ago
Here&#x27;s a question... does that &#x27;follow&#x27; button actually just extract the RSS feed tag from the page, and store it locally for use in your new tab page... OR does it do a round robin to Google so they can track which feeds are being fetched?<p>If it&#x27;s the latter, then no-thank-you.
评论 #27212448 未加载
ChrisArchitectabout 4 years ago
Official blog post from Chromium: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=27217283" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=27217283</a>
评论 #27222527 未加载
willio58about 4 years ago
RSS didn’t completely die, it’s used for podcasts still for example.
评论 #27217614 未加载
评论 #27217704 未加载
评论 #27217603 未加载
评论 #27218000 未加载
评论 #27228875 未加载
smusamashahabout 4 years ago
Before there was chrome, browsers use to have native RSS support. To this date chrome does not support RSS natively. They are responsible for killing RSS. Now they are bringing it back with a social media buzz word &#x27;follow&#x27;.<p>This is a shitty play.
评论 #27214472 未加载
评论 #27211999 未加载
评论 #27228934 未加载
stanislavbabout 4 years ago
For quite some time I&#x27;ve been sharing my beliefs that RSS is having some kind of a renaissance. I&#x27;ve been planning to build a feed&#x2F;RSS&#x2F;content reader for quite some time and even started coding in the beginning of this week.<p>Google&#x27;s &quot;revival&quot; of RSS is reassuring that my beliefs&#x2F;observations might not be too wrong.
评论 #27228923 未加载
greggman3about 4 years ago
I wrote up a blog post on an idea of what if google had a site that looked similar to youtube, but was links to webpages instead of videos. Like youtube it would let you &quot;subscribe&quot;. Also like youtube if would recommend other articles based on your subscriptions and&#x2F;or clicked links.<p>My &quot;aha moment&quot;, assuming it was an aha moment, was noticing the number of views on certain youtube channels and believing that blog posts generally don&#x27;t get a similar number of view. At first I thought the obvious reason is people like videos more than blog posts. But then I thought, well, maybe one reasons is because youtube recommends more things to watch as well as lets you subscribe and blog posts don&#x27;t.<p><a href="https:&#x2F;&#x2F;games.greggman.com&#x2F;game&#x2F;google-like-youtube&#x2F;" rel="nofollow">https:&#x2F;&#x2F;games.greggman.com&#x2F;game&#x2F;google-like-youtube&#x2F;</a>
评论 #27212653 未加载
senectus1about 4 years ago
The status of RSS never changed for me, the only thing that changed was the move from Reader to Feedly....<p>on that subject, anyone know of a way to filter out keywords on a feed in feedly?<p>ie I have a RSS feed that has Amazon stuff popping up in it, I loath anything amazon and don&#x27;t want to see anything with the word Amazon in it.
评论 #27218023 未加载
ChrisArchitectabout 4 years ago
Old open Web 2.0 til infinity heads rejoice.<p>Sure it&#x27;s a pseudo-killer app&#x2F;tech on the net we lost somewhat (yes I know, never went away really) but it&#x27;s also been there done that.<p>Firefox had this. Email apps and &quot;Readers&quot; had it. But we moved to following Twitter feeds and social. And the number of sites publishing out there went down anyways. Yes, there&#x27;s been an uptick in personal sites and blogs again for sure. But despite what we see in the tech bubble are there really that many sites&#x2F;feeds out there worth following? That aren&#x27;t being followed elsewhere already?<p>Having Options for ways to keep in touch are good sure but history repeats when we&#x27;ll see again the feature isn&#x27;t worth maintaining or provides no return for publishers.<p>Sorry I missed the googleio discussion earlier.
PretzelFischabout 4 years ago
Is this going to be a true client side RSS that talks to all 5k of websites I follow or a service provided by Google that polls for new content? I would be fasinated to see what telemetry&#x2F;buisness objective has them moving back in this direction.
mferabout 4 years ago
RSS is a great piece of technology. It&#x27;s like plumbing.<p>What we need is good experience built on top of it.
评论 #27212513 未加载
k1mabout 4 years ago
And surprisingly enough, Google News produces RSS feeds for its top stories, topics and even searches. Anyone&#x27;s guess how long they&#x27;ll keep it around.<p>I wrote about it here: <a href="https:&#x2F;&#x2F;www.fivefilters.org&#x2F;2021&#x2F;google-news-rss-feeds&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.fivefilters.org&#x2F;2021&#x2F;google-news-rss-feeds&#x2F;</a>
评论 #27228966 未加载
throwaway29303about 4 years ago
Hopefully this gets adopted en masse! THANK YOU!
IceWreckabout 4 years ago
Ah,so RSS is coming back to prominence ? nice.<p>Meanwhile, we have RSS-Bridge as a bandaid for those sites which dont support RSS.
评论 #27212381 未加载
smbvabout 4 years ago
I actually run my own RSS feed aggregator (FreshRSS) and I can tell you that it&#x27;s great. Combine that with an iOS app like NetNewsWire, I have hundreds of sites that are synced between my devices. It&#x27;s actually how I read HN at this point (via hnrss).
vbezhenarabout 4 years ago
Hopefully it&#x27;ll be released. I miss RSS, not enough to warrant installation of a separate software, but enough to use it if it&#x27;s built-in.
ddingusabout 4 years ago
Lol, I like and use RSS.<p>Given recent conversations, I just have to point out that RSS goes right into email. Great match, will work like a treat, just saying.
loliveabout 4 years ago
And then Google discovers that RSS-as-a-service is a much more versatile option. And Yippie Kay Yay, welcome back Google Reader!<p>#soLongGooglePlus
MR4Dabout 4 years ago
Nicely offsets their crappy AMP stuff.<p>Also allows them to sidestep all sorts of cookie limitations on personal data. Smart.
评论 #27212452 未加载
helsinkiandrewabout 4 years ago
I&#x27;m sick of the hodgepodge of different techniques needed to get notified of blog updates.<p>But I&#x27;d prefer this was a separate web service rather than tied to chrome so I can view it on safari on my phone too. But if Google makes it more attractive for websites to support RSS then more tools&#x2F;readers will become available.
评论 #27217608 未加载
ashneo76about 4 years ago
Right after they disabled rss feeds and people lapped up chrome even when google canned RSS as dead.<p>Forcing Firefox to follow that.<p>And now google comes back with, look at this shiny new RSS.<p>Fuck you Google. Youre a plague and cancer to the internet.
评论 #27217770 未加载
Giorgiabout 4 years ago
Why the hell was it abandoned in the first place?
评论 #27215046 未加载
mastrsushiabout 4 years ago
All I ever wanted was a plaintext website where I can add my rss subscriptions linked to my account via email address and a front page where all my feed titles show.<p>Why does this not exist?
评论 #27229023 未加载
ironMonkeyabout 4 years ago
I saw Brave bragged brining RSS subscriptions back. Observing a direct link.
dperaltaabout 4 years ago
RSS all the things!
solnyshokabout 4 years ago
bring Google Reader back, cowards!
评论 #27218075 未加载
sthnblllIIabout 4 years ago
&gt;if a site doesn’t use RSS, Google will fall back to its existing content index to keep users updated.<p>This sounds like an &quot;embrace extend extinguish&quot; strategy. Piggyback on websites that have RSS for basic functionality, but use Google&#x27;s control over the browser to ultimately push websites into something like update aggregation to &quot;reduce server load&quot; that allows Google to track people even when they think they are using an open alternative. It&#x27;s similar to Google&#x27;s recent move on FlOC. Making small easily reversible moves towards an open web that protect Google&#x27;s core position from regulation and users choosing alternatives.<p>EDIT: If Google deserved the benefit of the doubt they wouldn&#x27;t still be reading people&#x27;s email to build creepy profiles on everyone&#x27;s interests and browsing history. I&#x27;m not a fool, I&#x27;ll consider giving them the benefit of the doubt after they stop that and delete all the data they have collected.
评论 #27211685 未加载
评论 #27211540 未加载
评论 #27211429 未加载
beshrkayaliabout 4 years ago
It was never dead.<p>If you like RSS, don&#x27;t rely on Google. They&#x27;ll probably kill it again [0] after this experiment runs its course, or wait until more people adopt it by default and then try to break yet another open standard.<p>If you&#x27;d like a recommendation, Feedbin is fantastic.<p>0] <a href="https:&#x2F;&#x2F;killedbygoogle.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;killedbygoogle.com&#x2F;</a>
评论 #27217789 未加载
评论 #27229029 未加载