diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2026-02-15 09:00:38 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2026-02-15 09:00:38 -0500 |
| commit | 5bb0d8749336256cc0a4ac58517f8257d81c5b35 (patch) | |
| tree | ff435177318b8c736399722608aeda0eddbbe9d2 /posts/analyzing-executable-size-part-0.org | |
| parent | 069b1f1a5d19689786cda02a3d23b8dba5a6deed (diff) | |
Stylize post-publication asides
Diffstat (limited to 'posts/analyzing-executable-size-part-0.org')
| -rw-r--r-- | posts/analyzing-executable-size-part-0.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/posts/analyzing-executable-size-part-0.org b/posts/analyzing-executable-size-part-0.org index aa65f9f..ba49811 100644 --- a/posts/analyzing-executable-size-part-0.org +++ b/posts/analyzing-executable-size-part-0.org @@ -3,7 +3,7 @@ #+TAGS: writeup programming operating-systems c linux #+BEGIN_EXPORT html -<header class="article-front-matter article-warning"> +<aside class="legacy-warning"> <p>This was intended to be a series describing trends in programming language technology and how they relate to an increase in the average size of executable files. It never materialized beyond this initial post. @@ -22,7 +22,7 @@ runtime and is therefore larger. I don't think it's as much of a problem as folks make it out to be, and my past self seems to be somewhat cognizant of that.</p> -</header> +</aside> #+END_EXPORT It seems that static linking is back in style, or at least popular among all the |