Ruby Project News and Blog Recommendations Welcome - What's the State of the Ruby Feediverse?

Hello,

    I'm looking for good to great web feeds for Ruby Project News,
Blogs, and more. Here's my current subscription list:

    News.subscribe(
      ‘http://www.ruby-lang.org/en/feeds/news.rss’, # Ruby Lang News
      ‘http://www.jruby.org/atom.xml’, # JRuby Lang News
      ‘http://blog.rubygems.org/atom.xml’, # RubyGems News
      ‘http://bundler.io/blog/feed.xml’, # Bundler News
      ‘http://weblog.rubyonrails.org/feed/atom.xml’, # Ruby on Rails News
      ‘http://sinatrarb.com/feed.xml’, # Sinatra News
      ‘https://hanamirb.org/atom.xml’, # Hanami News
      ‘http://jekyllrb.com/feed.xml’, # Jekyll News
      ‘http://feeds.feedburner.com/jetbrains_rubymine?format=xml’, #
RubyMine IDE News
      ‘https://blog.phusion.nl/rss/’, # Phusion News
      ‘https://rubyinstaller.org/feed.xml’, # Ruby
Installer for Windows News
      ‘http://planetruby.github.io/calendar/feed.xml’, # Ruby
Conferences & Camps News
      ‘https://rubytogether.org/news.xml’, # Ruby Together News
      ‘https://foundation.travis-ci.org/feed.xml’, # Travis Foundation News
      ‘https://railsgirlssummerofcode.org/blog.xml’, # Rails Girls
Summer of Code News

      ‘http://blog.zenspider.com/atom.xml’, # Ryan Davis @
Seattle › Washington › United States
      ‘http://tenderlovemaking.com/atom.xml’, # Aaron Patterson
@ Seattle › Washington › United States
      ‘http://blog.headius.com/feed.xml’, # Charles Nutter
@ Richfield › Minnesota › United States
      ‘http://www.schneems.com/feed.xml’, # Richard
Schneeman @ Austin › Texas › United States
      ‘https://eregon.me/blog/feed.xml’, # Benoit Daloze @
Zurich › Switzerland
      ‘http://samsaffron.com/posts.rss’, # Sam Saffron @
Sydney › Australia
      )

   Do you know any other good news feeds / channels that you can
recommend? Please, tell. Thanks.

    Cheers. Prost.

Hello,

   For easy (re)use you can now find the 30+ planet ruby news channels
/ feeds in the planet.ini [1] configuration file.
Here's a cut-n-paste copy:

```

title = Planet Ruby

[Ruby Lang News]
  feed = http://www.ruby-lang.org/en/feeds/news.rss

[JRuby Lang News]
  feed = http://www.jruby.org/atom.xml

[RubyGems News]
  feed = http://blog.rubygems.org/atom.xml

[Bundler News]
  feed = http://bundler.io/blog/feed.xml

[Ruby Toolbox News]
  feed = https://www.ruby-toolbox.com/blog.rss

[Idiosyncratic Ruby]
  feed = https://idiosyncratic-ruby.com/feed.xml

[Ruby on Rails News]
  feed = http://weblog.rubyonrails.org/feed/atom.xml

[Sinatra News]
  feed = http://sinatrarb.com/feed.xml

[DRY News]
  feed = https://dry-rb.org/feed.xml

[Hanami News]
  feed = https://hanamirb.org/atom.xml

[Jekyll News]
  feed = http://jekyllrb.com/feed.xml

[RubyMine IDE News]
  feed = http://feeds.feedburner.com/jetbrains_rubymine?format=xml

[Phusion News]
  feed = https://blog.phusion.nl/rss/

[Ruby Installer for Windows News]
  feed = https://rubyinstaller.org/feed.xml

[Ruby Conferences & Camps News]
  feed = http://planetruby.github.io/calendar/feed.xml

[Ruby Together News]
  feed = https://rubytogether.org/news.xml

[Travis Foundation News]
  feed = https://foundation.travis-ci.org/feed.xml

[Rails Girls Summer of Code News]
  feed = https://railsgirlssummerofcode.org/blog.xml

···

############################################
# Ruby People ++ Personal Blog / Website

[Ryan Davis]
  feed = http://blog.zenspider.com/atom.xml
  location = Seattle › Washington › United States

[Aaron Patterson]
  feed = http://tenderlovemaking.com/atom.xml
  location = Seattle › Washington › United States

[Charles Nutter]
  feed = http://blog.headius.com/feed.xml
  location = Richfield › Minnesota › United States

[Richard Schneeman]
  feed = http://www.schneems.com/feed.xml
  location = Austin › Texas › United States

[Vladimir Makarov]
  feed = https://developers.redhat.com/blog/author/vnmakarov/feed/
  location = Toronto › Canada

[Benoit Daloze]
  feed = https://eregon.me/blog/feed.xml
  location = Zürich › Switzerland

[Thomas Leitner]
  feed = https://gettalong.org/posts.atom
  location = Vienna • Wien › Austria

[Paweł Świątkowski]
  feed = https://rubytuesday.katafrakt.me/feed.xml
  location = Kraków › Poland

[Piotr Solnica]
  feed = https://solnic.codes/feed/
  location = Kraków › Poland

[Victor Shepelev]
  feed = https://zverok.github.io/feed.xml
  location = Kharkiv › Ukraine

[Sam Saffron]
  feed = http://samsaffron.com/posts.rss
  location = Sydney › Australia

[Tom Dalling]
  feed = https://www.rubypigeon.com/feed.xml
  location = Melbourne › Australia
```

   Do you know any other good news feeds / channels that you can
recommend? Please, tell. Thanks.

    Cheers. Prost.

[1] https://github.com/planetruby/planet/blob/master/planet.ini