Posts

Showing posts from May, 2026

You Just Use AI

Zayd: Bro, you just use AI, cmon… ʿAmr: well, go ahead, use AI, see if you can make the same stuff. AI is just a tool. The work is: - knowing what to ask - knowing what is wrong - knowing what is almost right - knowing what to reject - knowing what to keep - knowing the audience - knowing the tone - knowing the sources - knowing the limits - knowing when something smells fake - knowing when something is technically correct but emotionally ugly - knowing when the whole thing needs to be rebuilt from the bones Does AI replace the craftsman? Nope. It exposes whether there was a craftsman there in the first place. A shovel does not make one a builder. A camera does not make one a painter. A keyboard does not make one a writer. And AI does not make one a product-maker. It just gives them a louder instrument to reveal what is already inside them. So yes: Use AI. But then you still need taste. You still need judgment. You still need direction. You still need patience. You still need standards...

How to Use Claude to Redesign a Blogger Theme

Image
Go to Blogger . Open your blog. Go to: Theme → Customize arrow/dropdown → Edit HTML Click inside the code area. Select all: Ctrl + A Copy it: Ctrl + C Go to Claude. Paste your full Blogger template. Then paste this prompt under it: I have a Blogger XML template. I want you to redesign it into a serene, elegant, readable blog theme, but you must preserve valid Blogger XML syntax and avoid breaking the Blogger theme parser. Critical Blogger-specific safety rules: - The skin variables inside <b:skin><![CDATA[ ... ]]></b:skin> are extremely sensitive. - Never use straight single quotes (') or double quotes (") inside the value attribute of a font-type variable. - If a font name contains spaces or needs quotes, escape them: use &#39; for single quotes and &quot; for double quotes. - Example correct value: value="16px &#39;Source Sans 3&#39;, sans-serif" ...

How to Split a Long Audio into Titled Clips Using Audacity

A small technical benefit for anyone working with long audio recordings. I was preparing a tape of al-Albānī رحمه الله and needed to split it into smaller clips. The normal way would be painful: Open the audio. Select the first part. Export it. Go back. Select the next part. Export it. Repeat. Make mistakes. Lose patience. Question your life choices. But Audacity can do this in a much cleaner way. You can give Audacity a list of timestamps, import them as labels, and then export all the sections automatically. For example, I had a tape with sections like this: 0:00 مقدمة المترجم ، وتاريخ مولد الشيخ الألباني 3:48 هل كان مسقط رأسك في دمشق أم في ألبانيا 4:20 هل كان دخولكم دمشق الشام مع الوالد نتيجة اضطهاد 6:10 كم كان لك من العمر في ذلك الوقت حين هاجر والدك إلى الشام Each timestamp is where a new audio section begins. So the first section starts at 0:00 and ends at 3:48 . The...