Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |
| newsletters:2026-05 [2026/06/03 22:27] – [Andrés] osnr | newsletters:2026-05 [2026/06/03 22:29] (current) – [General system improvements] osnr |
|---|
| * [[https://github.com/FolkComputer/folk/commit/66d771a4557a8e3194908da36721512bdd0800d0|Fixed epoch thread slot cleanup]] so you can keep churning threads without running out of epoch slots in the epoch-based reclamation system | * [[https://github.com/FolkComputer/folk/commit/66d771a4557a8e3194908da36721512bdd0800d0|Fixed epoch thread slot cleanup]] so you can keep churning threads without running out of epoch slots in the epoch-based reclamation system |
| * [[https://github.com/FolkComputer/folk/commit/8caf5ca89c9629931bd3480ba75a134cc393e972|Debounced/reduced canvas creation churn]] when the statement's parent goes away and comes back a lot | * [[https://github.com/FolkComputer/folk/commit/8caf5ca89c9629931bd3480ba75a134cc393e972|Debounced/reduced canvas creation churn]] when the statement's parent goes away and comes back a lot |
| * [[https://github.com/FolkComputer/folk/commit/dfbc6b0dce918d6ad99d277cd907a31622b710eb|Fixed RAM exhaustion check]] which had been broken by using meminfo file instead of API | * [[https://github.com/FolkComputer/folk/commit/dfbc6b0dce918d6ad99d277cd907a31622b710eb|Fixed RAM exhaustion check]] which had been broken by using meminfo file instead of API (this fix makes it harder to fully break systems such that you can't even ssh in) |
| * [[https://github.com/FolkComputer/folk/commit/1c4fac2910827b28d578007c0d976842e152ac90|Fixed -atomically]] flag for When which wasn't actually getting the When pattern to distinguish between blocks on the same origin, so you'd get unnecessary blinking | * [[https://github.com/FolkComputer/folk/commit/1c4fac2910827b28d578007c0d976842e152ac90|Fixed -atomically]] flag for When which wasn't actually getting the When pattern to distinguish between blocks on the same origin, so you'd get unnecessary blinking |
| * Also now use atomicallyWithKey to control blinking on titles/footnotes/etc | * Also now use atomicallyWithKey to control blinking on titles/footnotes/etc |