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:

Popular Backend topics Top

PragmaticBookshelf
Don’t accept the compromise between fast and beautiful: you can have it all. Phoenix creator Chris McCord, Elixir creator José Valim, and...
New
New
ErlangSolutions
Hi this week it’s Code Mesh V when London’s leading alternative tech conference goes virtual for the first time. Talks are set for both U...
New
mafinar
A friend and I implemented a few algorithms in Dart and set them up in a repository. Thought I’d share it here.
New
ohm
Does anybody have good learning resources with regards to going into Event Driven Design, Architecture or Sourcing? I got recommended Er...
New
kelvinst
I have being some Elixir open-source contributions and side projects. Oh, and I’m doing them on livestreams on my twitch channel, follow ...
New
ManningBooks
Deep Learning with Python, Second Edition is a comprehensive introduction to the field of deep learning using Python and the powerful Ker...
New
TwistingTwists
Hello Folks, I am a novice developer from India. Intending to learn Elixir and web apps (phoenix framework). What are things that I MUS...
New
First poster: bot
Node.js v14.19.0 has been released. Link: Release 2022-02-01, Version 14.19.0 'Fermium' (LTS), @richardlau · nodejs/node · GitHub
New
ManningBooks
Dodge the common mistakes that even senior developers make, take full advantage of static analysis tools, and deliver robust and error-fr...
New

Other popular topics Top

AstonJ
I have seen the keycaps I want - they are due for a group-buy this week but won’t be delivered until October next year!!! :rofl: The Ser...
New
Exadra37
I am asking for any distro that only has the bare-bones to be able to get a shell in the server and then just install the packages as we ...
New
AstonJ
In case anyone else is wondering why Ruby 3 doesn’t show when you do asdf list-all ruby :man_facepalming: do this first: asdf plugin-upd...
New
Exadra37
Oh just spent so much time on this to discover now that RancherOS is in end of life but Rancher is refusing to mark the Github repo as su...
New
PragmaticBookshelf
“A Mystical Experience” Hero’s Journey with Paolo Perrotta @nusco Ever wonder how authoring books compares to writing articles?...
New
wmnnd
Here’s the story how one of the world’s first production deployments of LiveView came to be - and how trying to improve it almost caused ...
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
PragmaticBookshelf
Author Spotlight: Karl Stolley @karlstolley Logic! Rhetoric! Prag! Wow, what a combination. In this spotlight, we sit down with Karl ...
New
PragmaticBookshelf
Author Spotlight: Bruce Tate @redrapids Programming languages always emerge out of need, and if that’s not always true, they’re defin...
New
CommunityNews
Will Swifties’ war on AI fakes spark a deepfake porn reckoning?
New