Tap a claim on the ring to put it at the centre.
← Software's constraints are soft where traditional engineering's are…
17 connected korrents · 12 moments on record from 29 May 2019 to 26 Aug 2026.
Everything filed under software performance
software performance
Everything filed under compilers
compilers
Everything filed under code generation
code generation
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 Same subject Same subject Same subject
Read this korrent: Software's constraints are soft where traditional engineering's are hard, and that is one of the few real differences between them.
Software's constraints are soft where traditional engineering's are hard, and that is one of the few real differences between them.
Last stated 6 years ago
20 Jan 2021
HW
Hillel Wayne — holds since 2021-01-20 — tap for who they are
Same subject: Software development is separated from engineering by circumstance rather than essence, and most programmers could cross that gap without retraining. — tap to centre the map on it
Software development is separated from engineering by circumstance rather than essence, and most programmers could cross that gap without retraining.
Last stated 6 years ago
18 Jan 2021
HW
Hillel Wayne — holds since 2021-01-18 — tap for who they are
Same subject: High consequences cannot be what makes work engineering, because most traditional engineering is low-stakes too. — tap to centre the map on it
High consequences cannot be what makes work engineering, because most traditional engineering is low-stakes too.
Last stated 6 years ago
18 Jan 2021
HW
Hillel Wayne — holds since 2021-01-18 — tap for who they are
Same subject: Most of software is not the new stuff; it is old, crappy code somebody has to maintain, and it is full of genuinely hard problems. — tap to centre the map on it
Most of software is not the new stuff; it is old, crappy code somebody has to maintain, and it is full of genuinely hard problems.
Last stated a year ago
22 Mar 2025
TH
ThePrimeagen — holds since 2025-03-22 — tap for who they are
Same subject: Software's real advantage over physical engineering is consistency: a component does what it is specified to do every time, while physical materials only fall within a tolerance. — tap to centre the map on it
Software's real advantage over physical engineering is consistency: a component does what it is specified to do every time, while physical materials only fall within a tolerance.
Last stated 6 years ago
20 Jan 2021
HW
Hillel Wayne — holds since 2021-01-20 — tap for who they are
Same subject: Software is not less rigorous than traditional engineering; its record-keeping and automated verification are better than most of that field's. — tap to centre the map on it
Software is not less rigorous than traditional engineering; its record-keeping and automated verification are better than most of that field's.
Last stated 6 years ago
20 Jan 2021
HW
Hillel Wayne — holds since 2021-01-20 — tap for who they are
Same subject: Software tends to get slower, more bloated, buggier and bigger as it evolves, unless it is designed from the outset to prevent that. — tap to centre the map on it
Software tends to get slower, more bloated, buggier and bigger as it evolves, unless it is designed from the outset to prevent that.
Last stated 2 weeks ago
25 Aug 2026
GR
Guillermo Rauch — holds since 2026-08-25 — tap for who they are
Same subject: Software is not uniquely unpredictable; other engineering disciplines are hit by the same surprises and overruns. — tap to centre the map on it
Software is not uniquely unpredictable; other engineering disciplines are hit by the same surprises and overruns.
Last stated 6 years ago
20 Jan 2021
HW
Hillel Wayne — holds since 2021-01-20 — tap for who they are
Same subject: The usual trade-off between quality and cost does not apply to software: high internal quality is the cheaper way to produce it. — tap to centre the map on it
The usual trade-off between quality and cost does not apply to software: high internal quality is the cheaper way to produce it.
Last stated 7 years ago
29 May 2019
MF
Martin Fowler — holds since 2019-05-29 — 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: 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: AI-written code makes formal proof necessary, because human review of all that generated code becomes the bottleneck. — tap to centre the map on it
AI-written code makes formal proof necessary, because human review of all that generated code becomes the bottleneck.
Last stated 5 months ago
22 Apr 2026
MK
Martin Kleppmann — holds since 2026-04-22 — tap for who they are
Same subject: Code and files generated by tools are pollution: hand-writing them is worth the effort because the bloat slows everything down for everyone. — tap to centre the map on it
Code and files generated by tools are pollution: hand-writing them is worth the effort because the bloat slows everything down for everyone.
Last stated 7 years ago
15 Oct 2019
DS
Derek Sivers — holds since 2019-10-15 — tap for who they are
Same subject: A compiler that also serves an IDE has to be lazy and deferred throughout — a different way of building compilers from the one the textbooks teach. — tap to centre the map on it
A compiler that also serves an IDE has to be lazy and deferred throughout — a different way of building compilers from the one the textbooks teach.
Last stated 4 months ago
13 May 2026
AH
Anders Hejlsberg — holds since 2026-05-13 — tap for who they are
Same subject: A compiler that names every place a change breaks turns refactoring into fixing errors until the compiler stops shouting. — tap to centre the map on it
A compiler that names every place a change breaks turns refactoring into fixing errors until the compiler stops shouting.
Last stated 4 months ago
20 May 2026
AR
Alice Ryhl — holds since 2026-05-20 — tap for who they are
Same subject: A programming language is not a compiler but an experience: editing, running, debugging and the runtime library all have to fit together as one cycle. — tap to centre the map on it
A programming language is not a compiler but an experience: editing, running, debugging and the runtime library all have to fit together as one cycle.
Last stated 4 months ago
13 May 2026
AH
Anders Hejlsberg — holds since 2026-05-13 — 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
Software's constraints are soft where traditional engineering's are hard, and that is one of the few real differences between them.
Last stated 20 Jan 2021 · 6 years ago
Holds HW Hillel Wayne
Read this korrent →
Similar wording
Software development is separated from engineering by circumstance rather than essence, and most programmers could cross that gap without retraining.
Last stated 18 Jan 2021 · 6 years ago
Holds HW Hillel Wayne
Similar wording
High consequences cannot be what makes work engineering, because most traditional engineering is low-stakes too.
Last stated 18 Jan 2021 · 6 years ago
Holds HW Hillel Wayne
Similar wording
Most of software is not the new stuff; it is old, crappy code somebody has to maintain, and it is full of genuinely hard problems.
Last stated 22 Mar 2025 · a year ago
Holds TH ThePrimeagen
Similar wording
Software's real advantage over physical engineering is consistency: a component does what it is specified to do every time, while physical materials only fall within a tolerance.
Last stated 20 Jan 2021 · 6 years ago
Holds HW Hillel Wayne
Similar wording
Software is not less rigorous than traditional engineering; its record-keeping and automated verification are better than most of that field's.
Last stated 20 Jan 2021 · 6 years ago
Holds HW Hillel Wayne
Similar wording
Software tends to get slower, more bloated, buggier and bigger as it evolves, unless it is designed from the outset to prevent that.
Last stated 25 Aug 2026 · 2 weeks ago
Holds Guillermo Rauch
Similar wording
Software is not uniquely unpredictable; other engineering disciplines are hit by the same surprises and overruns.
Last stated 20 Jan 2021 · 6 years ago
Holds HW Hillel Wayne
Similar wording
The usual trade-off between quality and cost does not apply to software: high internal quality is the cheaper way to produce it.
Last stated 29 May 2019 · 7 years ago
Holds MF Martin Fowler
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: code generation
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: code generation
AI-written code makes formal proof necessary, because human review of all that generated code becomes the bottleneck.
Last stated 22 Apr 2026 · 5 months ago
Holds MK Martin Kleppmann
Same subject: code generation
Code and files generated by tools are pollution: hand-writing them is worth the effort because the bloat slows everything down for everyone.
Last stated 15 Oct 2019 · 7 years ago
Holds Derek Sivers
Same subject: compilers
A compiler that also serves an IDE has to be lazy and deferred throughout — a different way of building compilers from the one the textbooks teach.
Last stated 13 May 2026 · 4 months ago
Holds AH Anders Hejlsberg
Same subject: compilers
A compiler that names every place a change breaks turns refactoring into fixing errors until the compiler stops shouting.
Last stated 20 May 2026 · 4 months ago
Holds AR Alice Ryhl
Same subject: compilers
A programming language is not a compiler but an experience: editing, running, debugging and the runtime library all have to fit together as one cycle.
Last stated 13 May 2026 · 4 months ago
Holds AH Anders Hejlsberg