Skip to content

Commit 127edc7

Browse files
committed
Site generated at Sun 3 Aug 2025 13:23:22 BST
1 parent cee8835 commit 127edc7

148 files changed

Lines changed: 50 additions & 1829 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: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -301,16 +301,6 @@
301301

302302

303303

304-
305-
306-
307-
308-
309-
310-
311-
312-
313-
314304

315305

316306

archives/2012/index.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -304,16 +304,6 @@
304304

305305

306306

307-
308-
309-
310-
311-
312-
313-
314-
315-
316-
317307

318308

319309

archives/2013/index.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -304,16 +304,6 @@
304304

305305

306306

307-
308-
309-
310-
311-
312-
313-
314-
315-
316-
317307

318308

319309

archives/2015/index.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -304,16 +304,6 @@
304304

305305

306306

307-
308-
309-
310-
311-
312-
313-
314-
315-
316-
317307

318308

319309

archives/2016/index.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -304,16 +304,6 @@
304304

305305

306306

307-
308-
309-
310-
311-
312-
313-
314-
315-
316-
317307

318308

319309

archives/2018/index.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -304,16 +304,6 @@
304304

305305

306306

307-
308-
309-
310-
311-
312-
313-
314-
315-
316-
317307

318308

319309

archives/2024/index.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -304,16 +304,6 @@
304304

305305

306306

307-
308-
309-
310-
311-
312-
313-
314-
315-
316-
317307

318308

319309

archives/2025/index.html

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -304,16 +304,6 @@
304304

305305

306306

307-
308-
309-
310-
311-
312-
313-
314-
315-
316-
317307

318308

319309

@@ -369,36 +359,6 @@ <h2 class="card-title">Having Fun with Claude Code Hooks - Make Your AI Coding A
369359
</div>
370360
</div>
371361

372-
373-
<div class="card bg-base-100 shadow-xl">
374-
<div class="card-body">
375-
<a href="/blog/2025/03/09/agentic-systems/">
376-
<h2 class="card-title">Agents vs LLM Calls vs LLM Workflows</h2>
377-
</a>
378-
<div class="badge badge-secondary">Mar 9, 2025</div>
379-
<p></p>
380-
<div class="card-actions justify-end">
381-
382-
<a href="/categories/ml">
383-
<div class="badge badge-outline">ml</div>
384-
</a>
385-
386-
<a href="/categories/llms">
387-
<div class="badge badge-outline">llms</div>
388-
</a>
389-
390-
<a href="/categories/agents">
391-
<div class="badge badge-outline">agents</div>
392-
</a>
393-
394-
<a href="/categories/ai">
395-
<div class="badge badge-outline">ai</div>
396-
</a>
397-
398-
</div>
399-
</div>
400-
</div>
401-
402362
</ul>
403363
</div>
404364

assets/css/main.css

Lines changed: 0 additions & 146 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,24 +1379,6 @@ html {
13791379
display: inline-flex;
13801380
align-items: center;
13811381
}
1382-
.steps {
1383-
display: inline-grid;
1384-
grid-auto-flow: column;
1385-
overflow: hidden;
1386-
overflow-x: auto;
1387-
counter-reset: step;
1388-
grid-auto-columns: 1fr;
1389-
}
1390-
.steps .step {
1391-
display: grid;
1392-
grid-template-columns: repeat(1, minmax(0, 1fr));
1393-
grid-template-columns: auto;
1394-
grid-template-rows: repeat(2, minmax(0, 1fr));
1395-
grid-template-rows: 40px 1fr;
1396-
place-items: center;
1397-
text-align: center;
1398-
min-width: 4rem;
1399-
}
14001382
.badge-secondary {
14011383
--tw-border-opacity: 1;
14021384
border-color: hsl(var(--s) / var(--tw-border-opacity));
@@ -1720,112 +1702,6 @@ html {
17201702
transform: translateY(0);
17211703
}
17221704
}
1723-
.steps .step:before {
1724-
top: 0px;
1725-
grid-column-start: 1;
1726-
grid-row-start: 1;
1727-
height: 0.5rem;
1728-
width: 100%;
1729-
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));
1730-
--tw-bg-opacity: 1;
1731-
background-color: hsl(var(--b3) / var(--tw-bg-opacity));
1732-
--tw-text-opacity: 1;
1733-
color: hsl(var(--bc) / var(--tw-text-opacity));
1734-
content: "";
1735-
margin-left: -100%;
1736-
}
1737-
.steps .step:after {
1738-
content: counter(step);
1739-
counter-increment: step;
1740-
z-index: 1;
1741-
position: relative;
1742-
grid-column-start: 1;
1743-
grid-row-start: 1;
1744-
display: grid;
1745-
height: 2rem;
1746-
width: 2rem;
1747-
place-items: center;
1748-
place-self: center;
1749-
border-radius: 9999px;
1750-
--tw-bg-opacity: 1;
1751-
background-color: hsl(var(--b3) / var(--tw-bg-opacity));
1752-
--tw-text-opacity: 1;
1753-
color: hsl(var(--bc) / var(--tw-text-opacity));
1754-
}
1755-
.steps .step:first-child:before {
1756-
content: none;
1757-
}
1758-
.steps .step[data-content]:after {
1759-
content: attr(data-content);
1760-
}
1761-
.steps .step-neutral + .step-neutral:before,
1762-
.steps .step-neutral:after {
1763-
--tw-bg-opacity: 1;
1764-
background-color: hsl(var(--n) / var(--tw-bg-opacity));
1765-
--tw-text-opacity: 1;
1766-
color: hsl(var(--nc) / var(--tw-text-opacity));
1767-
}
1768-
.steps .step-primary + .step-primary:before,
1769-
.steps .step-primary:after {
1770-
--tw-bg-opacity: 1;
1771-
background-color: hsl(var(--p) / var(--tw-bg-opacity));
1772-
--tw-text-opacity: 1;
1773-
color: hsl(var(--pc) / var(--tw-text-opacity));
1774-
}
1775-
.steps .step-secondary + .step-secondary:before,
1776-
.steps .step-secondary:after {
1777-
--tw-bg-opacity: 1;
1778-
background-color: hsl(var(--s) / var(--tw-bg-opacity));
1779-
--tw-text-opacity: 1;
1780-
color: hsl(var(--sc) / var(--tw-text-opacity));
1781-
}
1782-
.steps .step-accent + .step-accent:before,
1783-
.steps .step-accent:after {
1784-
--tw-bg-opacity: 1;
1785-
background-color: hsl(var(--a) / var(--tw-bg-opacity));
1786-
--tw-text-opacity: 1;
1787-
color: hsl(var(--ac) / var(--tw-text-opacity));
1788-
}
1789-
.steps .step-info + .step-info:before {
1790-
--tw-bg-opacity: 1;
1791-
background-color: hsl(var(--in) / var(--tw-bg-opacity));
1792-
}
1793-
.steps .step-info:after {
1794-
--tw-bg-opacity: 1;
1795-
background-color: hsl(var(--in) / var(--tw-bg-opacity));
1796-
--tw-text-opacity: 1;
1797-
color: hsl(var(--inc) / var(--tw-text-opacity));
1798-
}
1799-
.steps .step-success + .step-success:before {
1800-
--tw-bg-opacity: 1;
1801-
background-color: hsl(var(--su) / var(--tw-bg-opacity));
1802-
}
1803-
.steps .step-success:after {
1804-
--tw-bg-opacity: 1;
1805-
background-color: hsl(var(--su) / var(--tw-bg-opacity));
1806-
--tw-text-opacity: 1;
1807-
color: hsl(var(--suc) / var(--tw-text-opacity));
1808-
}
1809-
.steps .step-warning + .step-warning:before {
1810-
--tw-bg-opacity: 1;
1811-
background-color: hsl(var(--wa) / var(--tw-bg-opacity));
1812-
}
1813-
.steps .step-warning:after {
1814-
--tw-bg-opacity: 1;
1815-
background-color: hsl(var(--wa) / var(--tw-bg-opacity));
1816-
--tw-text-opacity: 1;
1817-
color: hsl(var(--wac) / var(--tw-text-opacity));
1818-
}
1819-
.steps .step-error + .step-error:before {
1820-
--tw-bg-opacity: 1;
1821-
background-color: hsl(var(--er) / var(--tw-bg-opacity));
1822-
}
1823-
.steps .step-error:after {
1824-
--tw-bg-opacity: 1;
1825-
background-color: hsl(var(--er) / var(--tw-bg-opacity));
1826-
--tw-text-opacity: 1;
1827-
color: hsl(var(--erc) / var(--tw-text-opacity));
1828-
}
18291705
@keyframes toast-pop {
18301706

18311707
0% {
@@ -1912,22 +1788,6 @@ html {
19121788
.menu-horizontal > li:not(.menu-title) > details > ul {
19131789
position: absolute;
19141790
}
1915-
.avatar.online:before {
1916-
content: "";
1917-
position: absolute;
1918-
z-index: 10;
1919-
display: block;
1920-
border-radius: 9999px;
1921-
--tw-bg-opacity: 1;
1922-
background-color: hsl(var(--su) / var(--tw-bg-opacity));
1923-
outline-style: solid;
1924-
outline-width: 2px;
1925-
outline-color: hsl(var(--b1) / 1);
1926-
width: 15%;
1927-
height: 15%;
1928-
top: 7%;
1929-
right: 7%;
1930-
}
19311791
.avatar.offline:before {
19321792
content: "";
19331793
position: absolute;
@@ -2042,12 +1902,6 @@ html {
20421902
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
20431903
border-radius: var(--rounded-box, 1rem);
20441904
}
2045-
.visible {
2046-
visibility: visible;
2047-
}
2048-
.fixed {
2049-
position: fixed;
2050-
}
20511905
.m-0 {
20521906
margin: 0px;
20531907
}

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -310,16 +310,6 @@
310310

311311

312312

313-
314-
315-
316-
317-
318-
319-
320-
321-
322-
323313

324314

325315

0 commit comments

Comments
 (0)