Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions _layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@
}

p img { width: 100%; height: auto; }
img.pixelated-image {
width: 100%;
height: auto;
image-rendering: pixelated;
}
p img.about-avatar {
float: right;
width: min(145px, 32vw);
Expand Down
2 changes: 1 addition & 1 deletion _posts/2026-09-05-comparing-six-and-seven-from-scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ worked on $1 + 2 = 3$. the reason column names the rule and how it is used. $(\r

$$
\begin{array}{rl}
& \textbf{Rules used} \\[2pt]
& \textbf{Definitions} \\[2pt]
\colorbox{#fff3cd}{$\vphantom{Ag}\text{i.}$} & 1 \stackrel{\mathrm{def}}{=} \operatorname{succ}(0) \\[2pt]
\colorbox{#cfe2ff}{$\vphantom{Ag}\text{ii.}$} & 2 \stackrel{\mathrm{def}}{=} \operatorname{succ}(1) \\[2pt]
\colorbox{#e2d9f3}{$\vphantom{Ag}\text{iii.}$} & 3 \stackrel{\mathrm{def}}{=} \operatorname{succ}(2) \\[2pt]
Expand Down
268 changes: 268 additions & 0 deletions _posts/2026-09-06-shape-of-logic.md

Large diffs are not rendered by default.

Binary file added assets/blog/shape_of_logic_add_8x8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/blog/shape_of_logic_div_8x8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/blog/shape_of_logic_lshft_8x8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/blog/shape_of_logic_mul_8x8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/blog/shape_of_logic_mul_nibble_8x8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/blog/shape_of_logic_mystery_16.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/blog/shape_of_logic_tc_major.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/blog/shape_of_logic_tc_major_nand_8x8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/blog/shape_of_logic_toolbar.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/blog/shape_of_logic_tooltip.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading