Skip to content

Commit 2267fe3

Browse files
committed
Site generated at Sun 10 Aug 2025 17:40:43 BST
1 parent 41a5d17 commit 2267fe3

152 files changed

Lines changed: 2293 additions & 68 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

about/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,10 @@
350350

351351

352352

353+
354+
355+
356+
353357

354358

355359

archives/2012/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,10 @@
353353

354354

355355

356+
357+
358+
359+
356360

357361

358362

archives/2013/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,10 @@
353353

354354

355355

356+
357+
358+
359+
356360

357361

358362

archives/2015/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,10 @@
353353

354354

355355

356+
357+
358+
359+
356360

357361

358362

archives/2016/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,10 @@
353353

354354

355355

356+
357+
358+
359+
356360

357361

358362

archives/2018/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,10 @@
353353

354354

355355

356+
357+
358+
359+
356360

357361

358362

archives/2024/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,10 @@
353353

354354

355355

356+
357+
358+
359+
356360

357361

358362

archives/2025/index.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,10 @@
353353

354354

355355

356+
357+
358+
359+
356360

357361

358362

@@ -386,6 +390,36 @@ <h1 class="text-5xl font-bold tracking-tight text-gray-900 dark:text-gray-100">
386390
<ul class="grid md:grid-cols-2 md:gap-4 lg:grid-cols-3 lg:gap-4 mt-6">
387391

388392

393+
<div class="card bg-base-100 shadow-xl">
394+
<div class="card-body">
395+
<a href="/blog/2025/08/10/code-reviews-that-dont-suck-claude-code-subagents/">
396+
<h2 class="card-title">Supercharged Code Reviews: How AI Subagents Make Human Reviewers Superhuman</h2>
397+
</a>
398+
<div class="badge badge-secondary">Aug 10, 2025</div>
399+
<p>Speed up your team's code reviews with AI-powered analysis that catches what humans miss and prepares focused insights, making reviewers more effective without replacing their expertise.</p>
400+
<div class="card-actions justify-end">
401+
402+
<a href="/categories/ai">
403+
<div class="badge badge-outline">ai</div>
404+
</a>
405+
406+
<a href="/categories/claude">
407+
<div class="badge badge-outline">claude</div>
408+
</a>
409+
410+
<a href="/categories/productivity">
411+
<div class="badge badge-outline">productivity</div>
412+
</a>
413+
414+
<a href="/categories/automation">
415+
<div class="badge badge-outline">automation</div>
416+
</a>
417+
418+
</div>
419+
</div>
420+
</div>
421+
422+
389423
<div class="card bg-base-100 shadow-xl">
390424
<div class="card-body">
391425
<a href="/blog/2025/08/03/having-fun-with-claude-code-hooks/">

assets/css/main.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2219,6 +2219,9 @@ html {
22192219
.flex-none {
22202220
flex: none;
22212221
}
2222+
.transform {
2223+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2224+
}
22222225
.grid-flow-col {
22232226
grid-auto-flow: column;
22242227
}

blog/2012/10/17/learning-by-answering-questions/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,10 @@
359359

360360

361361

362+
363+
364+
365+
362366

363367

364368

0 commit comments

Comments
 (0)