NewsBot

NewsBot

Elixir v1.16 released

A new Elixir blog post/announcement has been posted!

Get the full details here: Elixir v1.16 released - The Elixir programming language

Most Liked

mafinar

mafinar

Old news?

Eiji

Eiji

Only the feed’s updated text content has been changed:

<updated>2024-01-25T21:40:22+00:00</updated>

The entry however have old value like the one linked in topic:

<updated>2023-12-22T00:00:00+00:00</updated>

I guess there could be a bug in the bot or they have restored old value in feed after the bot fetched incorrect version. Since you said it’s 3rd today I guess it’s most probably the first reason. :thinking:

AstonJ

AstonJ

We go by URL, so I am guessing the URL changed :confused:

    def post_rss_news_on_forum(portal, news)
      tag = get_tag(portal)
      poster = NewsPoster.new
      title = news[:title]
      url = news[:url]
      body = news[:body].truncate(NewsPoster.truncate_amount)
      unless PortalNewsItem.find_by(url: url)
        poster.set_up_rss_news_bot(portal, tag, title, url, body)
        poster.post_rss_news_thread
        poster.create_portal_rss_news_item_record
      end
    end

Yep, looks like the URL changed, here’s the original:

And here’s the new one that was posted in this thread:

:023:

Where Next?

Popular Backend topics Top

First poster: bot
Quarkus 1.10.0.CR1 has been released. Link: Release 1.10.0.CR1 · quarkusio/quarkus · GitHub
New
First poster: bot
Scala v2.13.4 has been released. Link: Release Scala 2.13.4 · scala/scala · GitHub
New
First poster: bot
Integrated Haskell Platform v20201113 has been released. Link: Release Beta 13.11.2020 · digitallyinduced/ihp · GitHub
New
First poster: AstonJ
A new Ruby blog post/announcement has been posted! Get the full details here: Ruby 3.0.0 RC1 Released
New
First poster: bot
V weekly.2021.11 has been released. Link: Release weekly.2021.11 · vlang/v · GitHub
New
First poster: bot
A new Crystal blog post/announcement has been posted! Get the full details here: Crystal 0.36.1 released! - The Crystal Programming Lan...
New
First poster: bot
A new PostgreSQL blog post/announcement has been posted! Get the full details here: PostgreSQL: Generate realistic test Data for Postgr...
New
First poster: dimitarvp
V weekly.2022.06 has been released. Link: Release weekly.2022.06 · vlang/v · GitHub
New
First poster: bot
A new PostgreSQL blog post/announcement has been posted! Get the full details here: PostgreSQL: New podcast Postgres FM
New
NewsBot
Node.js v21.6.2, v20.11.1 and v18.19.1 has been released. Link: Release 2024-02-14, Version 21.6.2 (Current), @RafaelGSS · nodejs/node ...
New

Other popular topics Top

Exadra37
I am thinking in building or buy a desktop computer for programing, both professionally and on my free time, and my choice of OS is Linux...
New
siddhant3030
I’m thinking of buying a monitor that I can rotate to use as a vertical monitor? Also, I want to know if someone is using it for program...
New
New
AstonJ
I ended up cancelling my Moonlander order as I think it’s just going to be a bit too bulky for me. I think the Planck and the Preonic (o...
New
AstonJ
Seems like a lot of people caught it - just wondered whether any of you did? As far as I know I didn’t, but it wouldn’t surprise me if I...
New
New
foxtrottwist
A few weeks ago I started using Warp a terminal written in rust. Though in it’s current state of development there are a few caveats (tab...
New
husaindevelop
Inside our android webview app, we are trying to paste the copied content from another app eg (notes) using navigator.clipboard.readtext ...
New
New
PragmaticBookshelf
Develop, deploy, and debug BEAM applications using BEAMOps: a new paradigm that focuses on scalability, fault tolerance, and owning each ...
New