Tap a claim on the ring to put it at the centre.
← Garbage collection is a problem for backends too, not only for…
14 connected korrents · 11 moments on record from 28 Feb 2023 to 26 Aug 2026.
Everything filed under design
design
Everything filed under software performance
software performance
Everything filed under simplicity
simplicity
Same subject Same subject Same subject Same subject Same subject Same subject Same subject Same subject Same subject Same subject Same subject Same subject Same subject Same subject
Read this korrent: Garbage collection is a problem for backends too, not only for embedded code: a collection that lands on an incoming request is a latency spike.
Garbage collection is a problem for backends too, not only for embedded code: a collection that lands on an incoming request is a latency spike.
Last stated 4 months ago
20 May 2026
AR
Alice Ryhl — holds since 2026-05-20 — tap for who they are
Same subject: Moving the computation to where the data lives is the fundamental design move in object-oriented programming, and it got lost in the noise. — tap to centre the map on it
Moving the computation to where the data lives is the fundamental design move in object-oriented programming, and it got lost in the noise.
Last stated 2 months ago
1 Jul 2026
KB
Kent Beck — holds since 2026-07-01 — tap for who they are
Same subject: What trips up newcomers to Rust is not the code but the shape of their data. — tap to centre the map on it
What trips up newcomers to Rust is not the code but the shape of their data.
Last stated 4 months ago
20 May 2026
AR
Alice Ryhl — holds since 2026-05-20 — tap for who they are
Same subject: Very few developers understand memory management, and that is why the state of the art in memory debugging has barely moved in years. — tap to centre the map on it
Very few developers understand memory management, and that is why the state of the art in memory debugging has barely moved in years.
Last stated 3 weeks ago
19 Aug 2026
AO
Addy Osmani — holds since 2026-08-19 — tap for who they are
Same subject: Hand-optimizing hot spots barely matters any more, because the libraries are already fast and CPUs are extremely good at running bad code quickly; what is left is architecture. — tap to centre the map on it
Hand-optimizing hot spots barely matters any more, because the libraries are already fast and CPUs are extremely good at running bad code quickly; what is left is architecture.
Last stated 2 weeks ago
26 Aug 2026
CM
Casey Muratori — holds since 2026-08-26 — tap for who they are
Same subject: The programming practices taught as best practice are ruinous for performance and should not be followed. — tap to centre the map on it
The programming practices taught as best practice are ruinous for performance and should not be followed.
Last stated 4 years ago
28 Feb 2023
CM
Casey Muratori — holds since 2023-02-28 — tap for who they are
Same subject: A blank chat box is lazy: it violates the first rule of a good user experience, that it is obvious what you can do. — tap to centre the map on it
A blank chat box is lazy: it violates the first rule of a good user experience, that it is obvious what you can do.
Last stated a year ago
12 May 2025
JZ
Julie Zhuo — holds since 2025-05-12 — tap for who they are
Same subject: A company deserves everyone in it, the chief executive included, to spend as much time as possible in their zone of genius — which is an org design problem. — tap to centre the map on it
A company deserves everyone in it, the chief executive included, to spend as much time as possible in their zone of genius — which is an org design problem.
Last stated a year ago
23 Mar 2025
RV
Rahul Vohra — holds since 2025-03-23 — tap for who they are
Same subject: A computer meant for anyone has to be understandable without a manual, and it has to be friendly. — tap to centre the map on it
A computer meant for anyone has to be understandable without a manual, and it has to be friendly.
Last stated 4 weeks ago
14 Aug 2026
SK
Susan Kare — holds since 2026-08-14 — tap for who they are
Same subject: "Is the page loaded?" was never a real question, and web performance only became measurable once it was broken into the distinct moments a user actually notices. — tap to centre the map on it
"Is the page loaded?" was never a real question, and web performance only became measurable once it was broken into the distinct moments a user actually notices.
Last stated 3 weeks ago
19 Aug 2026
AO
Addy Osmani — holds since 2026-08-19 — tap for who they are
Same subject: "Optimize it later" would be safe advice only if every engineer already knew how to avoid the architectural mistakes that no later optimization can remove. — tap to centre the map on it
"Optimize it later" would be safe advice only if every engineer already knew how to avoid the architectural mistakes that no later optimization can remove.
Last stated 2 weeks ago
26 Aug 2026
CM
Casey Muratori — holds since 2026-08-26 — tap for who they are
Same subject: A 300-millisecond response budget is not an achievement but an admission: 300 milliseconds is an eternity in computing, and a product pitching it shows how far the bar has fallen. — tap to centre the map on it
A 300-millisecond response budget is not an achievement but an admission: 300 milliseconds is an eternity in computing, and a product pitching it shows how far the bar has fallen.
Last stated 2 weeks ago
26 Aug 2026
CM
Casey Muratori — holds since 2026-08-26 — tap for who they are
Same subject: After a decade of Swiss minimalism, design is about to swing back to something far more expressive. — tap to centre the map on it
After a decade of Swiss minimalism, design is about to swing back to something far more expressive.
Last stated 11 months ago
16 Oct 2025
DF
Dylan Field — holds since 2025-10-16 — tap for who they are
Same subject: AI acceleration threatens 'less software': without the constraint of scarce hours, even 37signals will likely build too much. — tap to centre the map on it
AI acceleration threatens 'less software': without the constraint of scarce hours, even 37signals will likely build too much.
Last stated a month ago
26 Jul 2026
DH
David Heinemeier Hansson — holds since 2026-07-26 — tap for who they are
Same subject: Better design does not mean more design: the most obvious designs are often invisible. — tap to centre the map on it
Better design does not mean more design: the most obvious designs are often invisible.
Last stated 3 years ago
16 Nov 2023
JZ
Julie Zhuo — holds since 2023-11-16 — tap for who they are
same subject or similar wording a cloud: claims about one subject, named for it bar: when it was last stated, on a scale from 2015 to today — full is today a face: someone on record holding the claim — tap it for who they are
At the centre
Garbage collection is a problem for backends too, not only for embedded code: a collection that lands on an incoming request is a latency spike.
Last stated 20 May 2026 · 4 months ago
Holds AR Alice Ryhl
Read this korrent →
Similar wording
Moving the computation to where the data lives is the fundamental design move in object-oriented programming, and it got lost in the noise.
Last stated 1 Jul 2026 · 2 months ago
Holds KB Kent Beck
Similar wording
What trips up newcomers to Rust is not the code but the shape of their data.
Last stated 20 May 2026 · 4 months ago
Holds AR Alice Ryhl
Similar wording
Very few developers understand memory management, and that is why the state of the art in memory debugging has barely moved in years.
Last stated 19 Aug 2026 · 3 weeks ago
Holds AO Addy Osmani
Similar wording
Hand-optimizing hot spots barely matters any more, because the libraries are already fast and CPUs are extremely good at running bad code quickly; what is left is architecture.
Last stated 26 Aug 2026 · 2 weeks ago
Holds CM Casey Muratori
Similar wording
The programming practices taught as best practice are ruinous for performance and should not be followed.
Last stated 28 Feb 2023 · 4 years ago
Holds CM Casey Muratori
Same subject: design
A blank chat box is lazy: it violates the first rule of a good user experience, that it is obvious what you can do.
Last stated 12 May 2025 · a year ago
Holds JZ Julie Zhuo
Same subject: design
A company deserves everyone in it, the chief executive included, to spend as much time as possible in their zone of genius — which is an org design problem.
Last stated 23 Mar 2025 · a year ago
Holds RV Rahul Vohra
Same subject: design
A computer meant for anyone has to be understandable without a manual, and it has to be friendly.
Last stated 14 Aug 2026 · 4 weeks ago
Holds SK Susan Kare
Same subject: software performance
"Is the page loaded?" was never a real question, and web performance only became measurable once it was broken into the distinct moments a user actually notices.
Last stated 19 Aug 2026 · 3 weeks ago
Holds AO Addy Osmani
Same subject: software performance
"Optimize it later" would be safe advice only if every engineer already knew how to avoid the architectural mistakes that no later optimization can remove.
Last stated 26 Aug 2026 · 2 weeks ago
Holds CM Casey Muratori
Same subject: software performance
A 300-millisecond response budget is not an achievement but an admission: 300 milliseconds is an eternity in computing, and a product pitching it shows how far the bar has fallen.
Last stated 26 Aug 2026 · 2 weeks ago
Holds CM Casey Muratori
Same subject: simplicity
After a decade of Swiss minimalism, design is about to swing back to something far more expressive.
Last stated 16 Oct 2025 · 11 months ago
Holds DF Dylan Field
Same subject: simplicity
AI acceleration threatens 'less software': without the constraint of scarce hours, even 37signals will likely build too much.
Last stated 26 Jul 2026 · a month ago
Holds David Heinemeier Hansson
Same subject: simplicity
Better design does not mean more design: the most obvious designs are often invisible.
Last stated 16 Nov 2023 · 3 years ago
Holds JZ Julie Zhuo