[go: up one dir, main page]

Blog

The OCaml Planet RSS

Articles and videos contributed by both experts, companies and passionate developers from the OCaml community. From in-depth technical articles, project highlights, community news, or insights into Open Source projects, the OCaml Planet RSS feed aggregator has something for everyone.

Want your Blog Posts or Videos to Show Here?

To contribute a blog post, or add your RSS feed, check out the Contributing Guide on GitHub.

Can a CPU with Intel AMX Match a GPU for ML Inference?

GPU acceleration is the default assumption for machine learning inference. But Intel’s AMX (Advanced Matrix Extensions) may close the gap. AMX is built into recent Xeon processors, which are available from Azure. Can they compete with similarly priced GPU-based machines for the Tessera pipeline?

08 Apr 2026

Marc Elvers

Read Article
The Internet needs an antibotty immune system, stat

Anthropic's Mythos makes autonomous vulnerability chaining across devices a sudden reality, so I've been thinking about how digital 'antibotty' inoculation networks may be needed far sooner than I expected.

08 Apr 2026

Anil Madhavapeddy's Blog

Read Article
Coding a Digital Clock in OCaml 5 on the Raspberry Pi Pico 2 W

While developing a Raspberry Pi GPIO library for the HD44780, mtelvers/gpio, I noticed that 8 custom characters could be used to create the elements of a 7-segment display. I wanted this clock on the Pi Pico RP2350 dual-core ARM Cortex-M33 using my ARM 32 native compiler backend.

07 Apr 2026

Marc Elvers

Read Article
Predicting Satellite Collisions in OCaml

Open test data for predicting satellite collisions. I built the full screening pipeline in OCaml, validated it against the answer key, and put a 3D globe in the browser.

07 Apr 2026

Thomas Gazagnaire

Read Article
OCaml Clock on Pi Pico 2W

After playing with the Pi Pico 2W at the New Year, I had a little time today and made an OCaml-powered clock in a 3D-printed case.

06 Apr 2026

Marc Elvers

Read Article
.plan-26-14: Tracking AI screen time and escaping to pen and paper

On cognitive DDoS and AI screen time for code, a proposal for voluntary disclosure in OCaml, iOS misery, releasing GeoTessera 0.8 and spatial indexing and the FP Launchpad launch at IIT Madras.

05 Apr 2026

Anil Madhavapeddy's Blog

Read Article
A Proposal for Voluntary AI Disclosure in OCaml Code

Proposing a voluntary, machine-readable AI content disclosure scheme for OCaml spanning opam packages, dune, and per-module attributes, aligned with the W3C AI Content Disclosure vocabulary.

03 Apr 2026

Anil Madhavapeddy's Blog

Read Article
Day10 TUI Results Tool

A while back, I wrote mtelvers/day10-tui, which displayed custom mtelvers/day10 log files held in Apache Parquet format.

02 Apr 2026

Marc Elvers

Read Article
CI for opam overlay repositories with day10 and GitHub merge queue

This post describes how to set up a CI for an opam overlay repository using day10 on a self-hosted GitHub Actions runner, with GitHub’s merge queue to gate PRs on build regressions.

02 Apr 2026

Marc Elvers

Read Article