You are not logged in.
Pages: 1
Hi, friday afternoon ai driven fun: a small static site that reads the day's commits from synopse/mormot2 upstream and rewrites them for people who don't have the internals in their head - what changed, what it means for an existing Delphi/FPC backend, and whether you actually need to do anything about it.
https://github.com/flydev-fr/mormot2-daily-dev or https://mormot2daily.fsb.dev/
How it works: every morning a job pulls the new commits with their diffs, an AI agent reads them and writes a structured summary, and that summary is schema-validated before anything gets published. There's an RSS feed if you'd rather read it with your coffee and a JSON feed.
The caveat: the summaries are machine-written and can be wrong. Every entry links to its commit, and the commit is the source of truth. Entries are tagged *interpretation* when the reviewer is reasoning about consequences rather than reporting what the diff actually says, and *auto-classified* when a day didn't get reviewed at all. You should know which sentences to trust.
Today's edition, for a taste: the async thread wake-up went lockless, `TOrmTable.GetAsVariant` quietly changed from `out` to `var`, and `Lecuyer` moved units.
If it's useful I'll keep it running. It will be improved from time to time.
Have a nice weekend ![]()

Last edited by flydev (Today 06:59:54)
Online
I like it very much.![]()
I will put a link to my boss so that he knows what I did everyday. ![]()
The first link seems down.
The second is great. Just one mistake: the "var variant" parameters are cleaned by the function itself so change at all for the caller: just slightly faster.
Offline
nice work! I like it very much too ![]()
Offline
Pages: 1