# released new (blogs) — RSS Amplifier

Recent posts from the 4 feeds in the RSS Amplifier directory that cover released new.

Page: <https://rssamplifier.com/topics/released-new/blogs>  
Feed: <https://rssamplifier.com/topics/released-new/blogs.md>

---

## [New Delphi Community Edition "Florence"](http://blog.marcocantu.com/blog/2026-august-delphi-ce-florence.html)

_2026-08-10 · marcocantu · marcocantu.blog_

Embarcadero has released a new version of Delphi Community Editions aligned with the 13.0 Florence version of the product. And C++Builder CE as well.

## [A Few Thoughts on the Recent Kai Updates](http://blog.marcocantu.com/blog/2026-july-kai-updates.html)

_2026-07-07 · marcocantu · marcocantu.blog_

Embarcadero has delivered updates to Kai, plus a blog post on RAD Studio AI assistance worth reading.

## [IPC 2026 in Salamanca (and a New Version of my 2023 Prize)](http://blog.marcocantu.com/blog/2026-june-ipc2026.html)

_2026-06-28 · marcocantu · marcocantu.blog_

Last week, the University of Salamanca organized the second International Pascal Congress. Cary and Arnaud were awarded the main prizes, and I got a new edition of my 2023 prize.

## [Welcome to Kai](http://blog.marcocantu.com/blog/2026-may-welcom-kai.html)

_2026-05-26 · marcocantu · marcocantu.blog_

Today Embarcadero announced and released a new agentic AI addon for Delphi (and RAD Studio).

## [Webinar: A New RAD Studio Workflow Is Coming](http://blog.marcocantu.com/blog/2025-may-new-radstudio-workflow.html)

_2026-05-24 · marcocantu · marcocantu.blog_

Embarcadero has scheduled a very special announcement webinar for this Thursday. This is a big announcement for Delphi! Join in or follow the event on streaming platforms.

## [Embarcadero released InterBase 15.1](http://blog.marcocantu.com/blog/2026-may-ib151.html)

_2026-05-19 · marcocantu · marcocantu.blog_

Building on the strong foundation of InterBase 15, this release introduces the first AI-enhanced version of IBConsole along with a range of quality and platform improvements.

## [Speaking in London and Salamanca](http://blog.marcocantu.com/blog/2026-april-speaking-london-salamanca.html)

_2026-04-20 · marcocantu · marcocantu.blog_

I'll be speaking at an Embarcadero event in London, UK, on May 6th and at the International Pascal Congress Salamanca, Spain, starting June 22nd.

## [Delphi 13.1 Released Today](http://blog.marcocantu.com/blog/2026-march-delphi131-released.html)

_2026-03-18 · marcocantu · marcocantu.blog_

Today Embarcadero released Delphi 13.1 Florence, along with RAD Studio 13.1 and C++Builder 13.1

## [Alan Cache - building the best python caching library](http://damien.krotkine.com/2026/03/15/AlanCache.html)

_2026-03-15 · Damien Krotkine · Damien Krotkine_

1. Caching is not easy — a bit of history Alan is a health insurance platform serving multiple countries, powered by a Python/Flask backend with hundreds of web workers and RQ workers (queuing system). flowchart LR Users(("Users")) --\> Web\["Web Workers\<br/\>(Flask/Gunicorn)"\] Web \<--\> Redis\[("Redis")\] Web -- enqueue --\> RQ\["RQ Workers"\] RQ \<--\> Redis Cron\["Cron"\] -- enqueue --\> Redis And of course,…

## [Sign up for Thursday Event: What&#x2019;s Coming in RAD Studio 13.1 Florence](http://blog.marcocantu.com/blog/2026-march-whatscoming-rad131.html)

_2026-03-14 · marcocantu · marcocantu.blog_

Next Thursday, March 19th, Embarcadero is hosting a webinar focused on the next release of Delphi, C++Builder, and RAD Studio.

## [One platform, from silicon to agent (Sponsored)](https://crawlproof.com/a/aPnajJomWFhp)

_2026-03-14 · **Sponsored**_

Serverless inference plus Inference Router to optimize cost and latency at scale.

## [31 years of Delphi, tomorrow](http://blog.marcocantu.com/blog/2025-february-delphi-31-years-tomorrow.html)

_2026-02-12 · marcocantu · marcocantu.blog_

Delphi was introduced on February 14th, 1995. So that's 31 years. Great story, for a tool still relevant today. Embarcadero did a birthday celebration earlier this week... with a sneak peak.

## [Mit Eidechsen war alles besser](https://duckpond.ch/meta/2026/01/25/mit-eidechsen-war-alles-besser.html)

_2026-01-24 · {"site"=\>"Ente", "twitter"=\>"Enteeeeeee"} · duckpond.ch_

Disclaimer: I am publishing the following article on behalf of a friend who recently wrote it. I found the piece engaging and worth preserving, which is why I decided to share it here. The article reflects the author’s personal views and style; all opinions, interpretations, and conclusions expressed are solely those of the original author and do not represent my own.

## [MultiMarkdown 7](http://fletcherpenney.net/2025/11/multimarkdown_7.html)

_2025-11-12 · fletcherpenney.net_

MultiMarkdown 7 11/12/2025 14:48:00 Announcement MultiMarkdown v7 is available on Github . It is still in alpha , meaning that I am still actively testing it and developing it, and it is not feature complete yet. There is more information in the project README, but briefly: The goal was cleaner code with better performance and cleaned up edge cases HTML and LaTeX output is done, but still being…

## [Reaping Poison Tasks In Celery](https://duckpond.ch/python/2025/08/04/reaping-poison-tasks-in-celery.html)

_2025-08-03 · {"site"=\>"Ente", "twitter"=\>"Enteeeeeee"} · duckpond.ch_

Celery pipelines often work fine until one task brings everything to a halt. For us, the root cause was simple: when Kubernetes OOM-killed a Celery worker during execution, RabbitMQ would redeliver the unacknowledged task. In practice, this meant the same poison task (often memory-intensive) would bounce from worker to worker, gradually stalling the entire pipeline.

