From 8fcf0bd45d2f15c9a5f14fe7942a315b8d10da59 Mon Sep 17 00:00:00 2001 From: Michal Vanko Date: Wed, 1 Apr 2026 22:23:48 +0200 Subject: [PATCH] just small edits --- .../blog/2026-04-01-week-with-my-pi-agent.md | 4 +-- styles/output.css | 35 ------------------- 2 files changed, 2 insertions(+), 37 deletions(-) diff --git a/_posts/blog/2026-04-01-week-with-my-pi-agent.md b/_posts/blog/2026-04-01-week-with-my-pi-agent.md index a6e2c05..cf5c2d7 100644 --- a/_posts/blog/2026-04-01-week-with-my-pi-agent.md +++ b/_posts/blog/2026-04-01-week-with-my-pi-agent.md @@ -83,9 +83,9 @@ There's still more to learn. This is just the experience I've had with Pi during For front-end task I'd choose a different workflow. I'd incorporate `agent-browser` into the loop. Having constant feedback loop is very powerful and allows the agent to run for longer time (do more without constant supervision) -Another very good use experience I had was with debugging memory issues. This is a task that if you don't do very often during development, but from time to time it happens that unexpected errors happen due to different resource availability on production systems. I've said to the agent what happens and what I think was the issue (I was way way off). +Another pleasant use experience I had was with **debugging memory issues**. This is a task that if you don't do very often during development, but from time to time it happens that unexpected errors happen due to different resource availability on production systems. I've said to the agent what happens and what I think was the issue (I was way way off). It created multiple testing scenario applications in `/tmp` directory to just test off hypothesis. He dug out every single call and investigated deep hierarchy of code deep down to every single dependency in the chain. We haven't been able to find the issue there. So I've used [`heaptrack`](https://github.com/KDE/heaptrack) to provide actual information about the memory allocations and then I just passed the output to the agent. It just came out with the actual issue and provided fix in few seconds. -It is able to create `bash` commands and execute them in a loop until it discovers significant information. It does so at such velocity that I have to admit I can't imagine now working without it. Once you experience this kind of boost it's unthinkable to go back. +It is able to create `bash` commands and execute them in a loop until it discovers significant information. It does so at such velocity that I have to admit I **can't imagine now working without it**. Once you experience this kind of boost **it's unthinkable to go back**. diff --git a/styles/output.css b/styles/output.css index bcf33a6..84f2cd5 100644 --- a/styles/output.css +++ b/styles/output.css @@ -291,9 +291,6 @@ .m-10 { margin: calc(var(--spacing) * 10); } - .mx-0 { - margin-inline: calc(var(--spacing) * 0); - } .mx-0\.5 { margin-inline: calc(var(--spacing) * 0.5); } @@ -447,25 +444,12 @@ .flex-1 { flex: 1; } - .flex-shrink { - flex-shrink: 1; - } .shrink-0 { flex-shrink: 0; } - .flex-grow { - flex-grow: 1; - } .grow { flex-grow: 1; } - .border-collapse { - border-collapse: collapse; - } - .-translate-y-1 { - --tw-translate-y: calc(var(--spacing) * -1); - translate: var(--tw-translate-x) var(--tw-translate-y); - } .-translate-y-1\.5 { --tw-translate-y: calc(var(--spacing) * -1.5); translate: var(--tw-translate-x) var(--tw-translate-y); @@ -473,9 +457,6 @@ .transform { transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,); } - .resize { - resize: both; - } .break-inside-avoid { break-inside: avoid; } @@ -593,9 +574,6 @@ .object-cover { object-fit: cover; } - .p-0 { - padding: calc(var(--spacing) * 0); - } .p-0\.5 { padding: calc(var(--spacing) * 0.5); } @@ -725,13 +703,6 @@ .no-underline { text-decoration-line: none; } - .underline { - text-decoration-line: underline; - } - .outline { - outline-style: var(--tw-outline-style); - outline-width: 1px; - } .blur { --tw-blur: blur(8px); filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,); @@ -1688,11 +1659,6 @@ article a { syntax: "*"; inherits: false; } -@property --tw-outline-style { - syntax: "*"; - inherits: false; - initial-value: solid; -} @property --tw-blur { syntax: "*"; inherits: false; @@ -1835,7 +1801,6 @@ article a { --tw-border-style: solid; --tw-leading: initial; --tw-font-weight: initial; - --tw-outline-style: solid; --tw-blur: initial; --tw-brightness: initial; --tw-contrast: initial;