Skip to content

Commit 0d53ba8

Browse files
[scrape] New OCaml Planet blog posts and videos (#3602)
- anil: The Internet needs an antibotty immune system, stat - tunbury: Can a CPU with Intel AMX Match a GPU for ML Inference? - tunbury: Coding a Digital Clock in OCaml 5 on the Raspberry Pi Pico 2 W - tunbury: OCaml Clock on Pi Pico 2W Co-authored-by: cuihtlauac <1917592+cuihtlauac@users.noreply.github.com>
1 parent ab3a9d2 commit 0d53ba8

4 files changed

Lines changed: 53 additions & 0 deletions
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: The Internet needs an antibotty immune system, stat
3+
description: Anthropic's Mythos makes autonomous vulnerability chaining across devices
4+
a sudden reality, so I've been thinking about how digital 'antibotty' inoculation
5+
networks may be needed far sooner than I expected.
6+
url: https://anil.recoil.org/notes/internet-immune-system
7+
date: 2026-04-08T00:00:00-00:00
8+
preview_image: https://anil.recoil.org/images/antibotty-defence.640.webp
9+
authors:
10+
- Anil Madhavapeddy
11+
source:
12+
ignore:
13+
---
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Can a CPU with Intel AMX Match a GPU for ML Inference?
3+
description: "GPU acceleration is the default assumption for machine learning inference.
4+
But Intel\u2019s AMX (Advanced Matrix Extensions) may close the gap. AMX is built
5+
into recent Xeon processors, which are available from Azure. Can they compete with
6+
similarly priced GPU-based machines for the Tessera pipeline?"
7+
url: https://www.tunbury.org/2026/04/08/intel-amx/
8+
date: 2026-04-08T21:00:00-00:00
9+
preview_image: https://www.tunbury.org/images/intel-xeon-2024.jpg
10+
authors:
11+
- Mark Elvers
12+
source:
13+
ignore:
14+
---
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Coding a Digital Clock in OCaml 5 on the Raspberry Pi Pico 2 W
3+
description: While developing a Raspberry Pi GPIO library for the HD44780, mtelvers/gpio,
4+
I noticed that 8 custom characters could be used to create the elements of a 7-segment
5+
display. I wanted this clock on the Pi Pico RP2350 dual-core ARM Cortex-M33 using
6+
my ARM 32 native compiler backend.
7+
url: https://www.tunbury.org/2026/04/07/pico-clock-code/
8+
date: 2026-04-07T21:22:00-00:00
9+
preview_image: https://www.tunbury.org/images/pico-clock-cad.png
10+
authors:
11+
- Mark Elvers
12+
source:
13+
ignore:
14+
---
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: OCaml Clock on Pi Pico 2W
3+
description: After playing with the Pi Pico 2W at the New Year, I had a little time
4+
today and made an OCaml-powered clock in a 3D-printed case.
5+
url: https://www.tunbury.org/2026/04/06/pico-clock/
6+
date: 2026-04-06T21:22:00-00:00
7+
preview_image: https://www.tunbury.org/images/pico-clock-cad.png
8+
authors:
9+
- Mark Elvers
10+
source:
11+
ignore:
12+
---

0 commit comments

Comments
 (0)