Upcoming OCaml Events: * OCaml Users and Developers Workshop 2025 // Singapore, Singapore // Oct 17, 2025 https://ocaml.org/events?utm_source=dlvr.it&utm_medium=mastodon #OCaml #OCamlPlanet
One year at Ahrefs: I started working at Ahrefs one year ago. When I applied I had heard of them from OCaml’s discuss amongst other OCaml community spaces and… https://tech.ahrefs.com/one-year-at-ahrefs-065167c61542?source=rss----303662d88bae--ocaml&utm_source=dlvr.it&utm_medium=mastodon #OCaml #OCamlPlanet
Attempting overlayfs with macFuse: It would be great if overlayFS or unionFS worked on macOS! Initially, I attempted to use DYLD_INTERPOSE, but I wasn’t able to intercept enough system calls to get it to work. However, macFuse provides a way to implement our own userspace file systems. Patrick previously wrote obuilder-fs, which implemented a per-user filesystem redirection. It would be interesting to extend this concept to provide an overlayfs-style… https://www.tunbury.org/2025/10/06/overlayfs-macFuse/?utm_source=dlvr.it&utm_medium=mastodon #OCaml #OCamlPlanet
Mental Check: Reflecting on the OCaml Journey So Far: A reflection on my OCaml web development journey so far. https://fearful-odds.rocks/journal/oct-5-entry?utm_source=dlvr.it&utm_medium=mastodon #OCaml #OCamlPlanet
Mental Check: Reflecting on the OCaml Journey So Far

A reflection on my OCaml web development journey so far.

Ocsigen: A Full OCaml Framework for Websites and Apps: Discover the OCaml web development framework Ocsigen, from its origins to its many helpful features! https://tarides.com/blog/2025-10-02-ocsigen-a-full-ocaml-framework-for-websites-and-apps?utm_source=dlvr.it&utm_medium=mastodon #OCaml #OCamlPlanet
File descriptors as integers considered harmful: Continuing the previous foray into file descriptors, and trying to remove Obj.magic both from ocaml-uring’s code itself, and from the recommended way for using it. https://www.dra27.uk/blog/platform/2025/10/01/int-file-descriptors-considered-harmful.html?utm_source=dlvr.it&utm_medium=mastodon #OCaml #OCamlPlanet
File descriptors as integers considered harmful

Continuing the previous foray into file descriptors, and trying to remove Obj.magic both from ocaml-uring’s code itself, and from the recommended way for using it.

Notes from the Windows corner
File descriptors are not integers: There was a flurry of activity on ocaml-multicore/ocaml-uring this month leading to a release (ocaml/opam-repository#28604). ocaml-uring provides bindings to the Linux’s io_uring, which allows batching various syscalls to the kernel for it to execute out-of-order, and in parallel. Its principal use at the moment is for the high-performance Linux backend of Eio. https://www.dra27.uk/blog/platform/2025/09/30/file-descriptors-are-not-integers.html?utm_source=dlvr.it&utm_medium=mastodon #OCaml #OCamlPlanet
File descriptors are not integers

There was a flurry of activity on ocaml-multicore/ocaml-uring this month leading to a release (ocaml/opam-repository#28604). ocaml-uring provides bindings to the Linux’s io_uring, which allows batching various syscalls to the kernel for it to execute out-of-order, and in parallel. Its principal use at the moment is for the high-performance Linux backend of Eio.

Notes from the Windows corner
Upcoming OCaml Events: * OCaml Users and Developers Workshop 2025 // Singapore, Singapore // Oct 17, 2025 https://ocaml.org/events?utm_source=dlvr.it&utm_medium=mastodon #OCaml #OCamlPlanet

Hacking OCaml: This talk breaks down a CTF puzzle Corwin de Zahr designed a few years back that involves finding problems and vulnerabilities within the OCaml runtime.

Read the full transcript here: https://www.janestreet.com/tech-talks/hacking-ocaml/ https://www.youtube.com/watch/SV9Vna-Qgo8?version=3&utm_source=dlvr.it&utm_medium=mastodon #OCaml #OCamlPlanet

OCaml Weekly News, 30 Sep 2025: * OCaml security team
* ocaml-xmlerr 0.08.2 available
* Contract OCaml Engineer – Terrateam (Remote, 3 months)
* Mk-man module
* gil scm .cmd
* mini-svg version 0.03.13b, of 0.03.13
* An efficient priority queue with low integer priorities
* Cmdliner 2.0.0
* Detrow, a command-line calendar
* rpmfile 0.8.0+ library
* OCaml compiler office hours? (preparation thread)
* Other OCaml News https://alan.petitepomme.net/cwn/2025.09.30.html?utm_source=dlvr.it&utm_medium=mastodon #OCaml #OCamlPlanet
OCaml Weekly News