Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Having nodejs-news-feeder on nodejs.org #6930

Open
AugustinMauroy opened this issue Jul 17, 2024 · 4 comments
Open

Having nodejs-news-feeder on nodejs.org #6930

AugustinMauroy opened this issue Jul 17, 2024 · 4 comments

Comments

@AugustinMauroy
Copy link
Member

nodejs-news-feeder is a "poc" to see if an internal infomation feed to the node project would be useful. For me it would.

But the problem is that it isn't highlighted enough. So what I propose is to have a page that contains:

  • a header with title, description + link to the rss feed
    (we can start from the component used for the blog)
  • a small body of text explaining what it is and why ...
  • and a component that lists the latest news, a bit like calendar events

From a code point of view, we'll need to implement the feed generation code in next-data and add the feed, noting that this time we can't put it under the i18n url because the feed can't be translated as it's based on GitHub issue comments.

@AugustinMauroy
Copy link
Member Author

cc @UlisesGascon 👋

@bmuenzenmeyer
Copy link
Collaborator

My initial thoughts are that this is interesting...but its flooded with GitHub release notifications. Perhaps that's useful, but I don't understand if that will drown out other info.

@peterc
Copy link

peterc commented Jul 24, 2024

If there's high enough volume (say at least a handful of items per day), it might be worth rendering in a tightly packed "river" style format as opposed to something more akin to a blog, as it'll make it easier to skim. For example: https://www.techmeme.com/river

@AugustinMauroy
Copy link
Member Author

My initial thoughts are that this is interesting...but its flooded with GitHub release notifications. Perhaps that's useful, but I don't understand if that will drown out other info.

I may have a solution: split this ‘nodejs-news-feeder’ into two feeds, one for hand-written news and one for releases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants