by Flenser on 12/11/23, 9:26 AM with 241 comments
by listmaking on 12/11/23, 2:01 PM
In the old Google, it would have been easier for anyone to just fix this internally.
(Disclaimer: work at Google but not on anything related to this; all my information comes from links in this HN thread. Which is ironic / symptom of the same problem.)
[1]: https://front-end.social/@bramus/111448166340277056 and https://github.com/bramus/web-dev-rss / https://github.com/bramus/chrome-for-developers-rss
[2]: https://chrome-for-developers-rss.bramus.workers.dev/blog
[3]: https://issuetracker.google.com/issues/314910854#comment2
by kinlan on 12/11/23, 1:41 PM
We moved our site to a different infrastructure that doesn't support the automatic generation of RSS feeds.
I'm painfully aware that this isn't the best solution right now. I needed our team to hit a deadline for migrating all the content to the new system, and then manage cleanup of known missing functionality after.
We are working on making sure this lands asap.
Paul
by smusamashah on 12/11/23, 1:23 PM
by hliyan on 12/11/23, 12:50 PM
by hennell on 12/11/23, 12:37 PM
Perhaps I should interview at Google and teach them my amazing solution.
by bhaak on 12/11/23, 11:46 AM
> Unfortunately, we don't have official RSS feed support for now, but we're actively working on a solution.
Well, that certainly means they are going to have RSS feeds in the future. Right?
by eviks on 12/11/23, 12:25 PM
RSS could be that solution!
by pentagrama on 12/11/23, 1:56 PM
The last article pushed to the feed was "Changes to the web.dev infrastructure" few months ago https://web.dev/blog/webdev-migration
The feed still there but with no updates https://web.dev/feed.xml and on the site you can see new articles published.
Is sad that on a infrastructure revamp of a modern site, the RSS feed was left out of the features list (at least for now).
by mogoh on 12/11/23, 1:18 PM
https://mastodon.social/@bramus@front-end.social/11144816695...
by reddalo on 12/11/23, 12:09 PM
I'm still angry at Google for killing Reader. It was the best way to consume content on the web.
by 1vuio0pswjnm7 on 12/11/23, 10:36 PM
curl -sA "" https://developer.chrome.com/blog/sitemap.xml \
|sed -n '
1i\
<?xml version="1.0" encoding="UTF-8" ?>\
<rss version="2.0">\
<channel>
s}\(<loc>\)\(.*\)\(</loc>\)}\
<item>\
<title>\2</title>\
<description>\2</description>\
<link>\2</link>\
</item>}p;
$a\
</channel>\
</rss>
'
If this isn't correct RSS, please forgive me. I'm not an "engineer". I prefer a personalised, simple HTML made from URLs as opposed to XML. I write filters to generate this in C.NB. The public sitemap.xml still refers to an (unofficial?) RSS feed.
by padjo on 12/11/23, 12:45 PM
by ChrisArchitect on 12/11/23, 4:22 PM
Please, Expose Your RSS
by svat on 12/11/23, 1:08 PM
by LeoNatan25 on 12/11/23, 12:46 PM
by jrm4 on 12/11/23, 3:26 PM
by DeathArrow on 12/11/23, 12:14 PM
by jug on 12/11/23, 12:35 PM
Also, I note the wording of the error message, that they're actively working on it.
by prartichoke on 12/11/23, 12:11 PM
by rado on 12/11/23, 11:47 AM
by tech234a on 12/11/23, 8:53 PM
Loss of the ability to contribute via GitHub pull request is unfortunate, hopefully there will be a better way to contribute again in the future.
by kjeksfjes on 12/11/23, 1:20 PM
- commercial AI refusing to generate RSS XMLs from a webpages' content. - "illegal" AI that is willing to browse webpages without disclosing that their'e bots
by renegat0x0 on 12/11/23, 12:51 PM
by squarefoot on 12/11/23, 1:02 PM
by zlg_codes on 12/11/23, 1:45 PM
by InCityDreams on 12/11/23, 12:52 PM
As I can no longer watch yt without getting annoyed, looks like it's time to get a new email provider (as well) .
@ yahoo seem to have few(er?) problems.
There are probably others. Can anyone recommend a good search engine?
by rs_rs_rs_rs_rs on 12/11/23, 12:47 PM
by surprisetalk on 12/11/23, 12:58 PM
please donate: https://patreon.com/leafac
by macinjosh on 12/11/23, 1:37 PM
by HunOL on 12/11/23, 12:46 PM
by Nekorosu on 12/11/23, 1:00 PM
by jwr on 12/11/23, 12:31 PM
by pacifika on 12/11/23, 12:31 PM
by PeterZaitsev on 12/11/23, 4:36 PM
by rabbits_2002 on 12/12/23, 12:01 AM
Sometimes I think the jokes about Google having no management are true.
by prartichoke on 12/11/23, 12:18 PM
by fredgrott on 12/11/23, 12:28 PM
Google management too busy doing evil
by bitcharmer on 12/11/23, 12:51 PM
by jacquesm on 12/11/23, 2:56 PM
by gsky on 12/11/23, 12:58 PM
by butz on 12/11/23, 4:38 PM
by kenniskrag on 12/11/23, 1:03 PM
by ppetty on 12/11/23, 11:23 PM
by cyanydeez on 12/11/23, 4:31 PM
by sertbdfgbnfgsd on 12/11/23, 11:59 AM
Cue some "googler" show up defending this move and how it makes the world better.
by throwuxiytayq on 12/11/23, 11:56 AM
by vishnuharidas on 12/11/23, 12:49 PM
by omneity on 12/11/23, 12:44 PM
Feel free to get in touch with me if you need help or have questions.
[0]: https://monitoro.co
by xorcist on 12/11/23, 1:17 PM
AdSense, for example, is super hard to fit into RSS. How do you do it?
Sorry, we tried everything but the user agent support for Javascript in RSS is simply lacking. Unfortunately, it has to be dropped, there is no alternative.