You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: COVERS.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -223,3 +223,25 @@ Create an image showing a "purge wave" propagating across a network of edge node
223
223
### Prompt 5: The Correctness vs Performance Balance
224
224
225
225
Design a balance scale where one side holds "Performance" (represented by speed/lightning icons, high CHR numbers) and the other holds "Correctness" (represented by checkmarks, security shields). The scale is balanced but precarious. Below the scale, "cache misconfiguration" tips it dangerously toward performance. Style: classical balance scale with modern tech iconography, warning colors where imbalanced, 16:9 aspect ratio.
Create an image of a controlled building demolition where specific structural elements are being strategically removed while engineers observe from a safe distance with monitoring equipment. The building remains standing but reveals its structure. Style: architectural illustration, dramatic but controlled, dust and debris contained, blue safety barriers visible, 16:9 aspect ratio.
232
+
233
+
### Prompt 2: The Lab Experiment
234
+
235
+
Design an image of a scientific laboratory where engineers in lab coats are conducting controlled experiments on miniature server infrastructure. Beakers and test tubes are replaced with small server racks and network diagrams. Safety goggles, controlled environment, careful observation. Style: scientific illustration meets tech infrastructure, clean lab aesthetic, blue and white colors, 16:9 aspect ratio.
236
+
237
+
### Prompt 3: The Stress Test
238
+
239
+
Illustrate a system (represented as interconnected glowing nodes) being deliberately stressed in one area while monitors display the ripple effects. The stress point is contained (visible barrier) while the rest of the system continues operating. Data flows around the stress point. Style: abstract network visualization, glowing connections, red stress point with blue healthy areas, 16:9 aspect ratio.
240
+
241
+
### Prompt 4: The Fire Drill
242
+
243
+
Create an image of a modern office building during a fire drill—orderly evacuation, clear signage, safety equipment visible—as a metaphor for chaos engineering. People are calm because they practiced. The "fire" is controlled (small flames in a training area). Style: architectural cutaway showing organized response, warm safety colors against cool building tones, 16:9 aspect ratio.
244
+
245
+
### Prompt 5: The Vaccine Metaphor
246
+
247
+
Design an illustration showing a small, controlled "virus" (representing failure) being introduced to a system that develops "antibodies" (resilience improvements) in response. The system becomes stronger after exposure. Scientific/medical aesthetic applied to infrastructure. Style: biological illustration meets system architecture, microscope view aesthetic, greens and blues, 16:9 aspect ratio.
Copy file name to clipboardExpand all lines: _TODO.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -251,12 +251,13 @@ Let's write our next article. Review ./CONTENT.md for the goals and voice to use
251
251
252
252
Act as a principal software engineer. Your goal is to write a detailed technical article based on the provided outline. Context: The target audience is Senior DevOps and infrastructure Engineers. The tone should be authoritative, professional, and concise, avoiding fluff or filler words. Think step-by-step before writing to improve the accuracy of technical explanations. Use a friendly first-person voice. Anything that reads like generic marketing copy is not what we want but we still want the effect of being "real" and approachable - try not to sound like technical documentation. We want to show empathy for our readers.
253
253
254
-
Let's work through each article section by section based on the H2 headers in the outline. Write directly into the *.astro article file, not into the chat window (it's difficult to read). If the section looks good as-is, I'll just type "ok" so you know to continue to the next section.
254
+
Let's work through each article section by section based on the H2 headers in the outline. Do not do the whole document in one pass. Write directly into the *.astro article file, not into the chat window (it's difficult to read). If the section looks good as-is, I'll just type "ok" so you know to continue to the next section.
255
255
256
256
- Ignore the coverAlt frontmatter line that has "TODO". It will be added later when cover art is added.
257
257
- Use a single underscore for emphasis style, not asterisks.
258
258
- Use plain quotations and apostrophes, not smart quotes. Do not start the article with an H1 in the Markdown - the system automatically adds the title frontmatter key as an H1 header.
259
259
- Prefer contracted forms like "Here's" instead of "Here is". The content is so technical I want to make it a little more approachable.
260
+
- Let's not use code blocks if it's just a presentation gimmick. Code blocks should be pseudocode that applies to a real tool, or in a limited usage (once per file), a markdown runbook.
260
261
- If it's necessary to show a nested code fence inside a markdown code fence in the document (for example, a markdown runbook that has a prometheus config example inside the runbook), escape the backticks for the nested code fence so that our system handles it correctly. Ensure there is a blank line before and after the escaped code fence. For example:
0 commit comments