ulrikstrid.bsky.social
ulrikstrid.bsky.social
@ulrikstrid.bsky.social
Figured out you can deploy extensions to AKS from marketplace using bicep. All I've read points to it only being possible to do it through "click-ops".

Where is a good place to write blog posts for sharing?
January 27, 2025 at 5:54 PM
Reposted by ulrikstrid.bsky.social
Do you want to give an OCaml talk at Bloomberg?

Great, DM me!

We’ve been having huge success with external speakers last year, and we’re looking for more in 2025!

Our OCaml community at Bloomberg is not huge but vibrant 🐫🧡
January 23, 2025 at 1:07 PM
Now also published a new release of my OIDC (and oauth) library github.com/ocaml/opam-r....

It got the same treatment as jose where we updated mirage-crypto to >= 1.0.0 but there are also some other interesting updates ...
[new release] oidc (0.2.0) by ulrikstrid · Pull Request #27129 · ocaml/opam-repository
Base package for working with OIDC Project page: https://ulrikstrid.github.io/ocaml-oidc Documentation: https://ulrikstrid.github.io/ocaml-oidc CHANGES: Upgrade mirage-crypto and remove cstruct ...
github.com
December 20, 2024 at 3:11 PM
Released a new version of my jose (JWT and friends) library to opam. It's been some time since the last release, the main improvement in this version is that we now use >= 1.0.0 of mirage-crypto and got rid of ctypes.

github.com/ocaml/opam-r...
[new release] jose (0.10.0) by ulrikstrid · Pull Request #27128 · ocaml/opam-repository
JOSE implementation for OCaml and ReasonML Project page: https://ulrikstrid.github.io/ocaml-jose Documentation: https://ulrikstrid.github.io/ocaml-jose CHANGES: Upgrade mirage-crypto and remove ...
github.com
December 19, 2024 at 3:58 PM
How does Gleam stack up to Elixir in usability/libraries? Gleam feels like it should fit me better (I never liked the Ruby syntax) but do I miss out on the ecosystem?
December 15, 2024 at 8:48 AM
After implementing a Kubernetes controller (it's almost ready for publication, source and charts, just need to clean up a bit) I've learned a bunch.
In no particular order, a short thread.
November 29, 2024 at 6:27 PM
I have a working Kubernetes controller now. I need to take a detour creating a library to get azure tokens through the standard means.

What is the state of the art for http-client-agnostic APIs in OCaml? I'm using Piaf + Eio but the core shouldn't have to know about it.

Cc @leostera.com maybe?
November 25, 2024 at 5:07 PM
@danabra.mov you had a comparison about ATproto and ActivityPub (that I can't find right now), but could you make a comparison with the matrix protocol as well? It seems like a similar idea, except that user data is harder to move between instances currently.
November 23, 2024 at 8:15 AM
Today I almost finished my Kubernetes controller in OCaml. I can subscribe to resources being added or removed and (almost) create secrets when it happens.

More details coming when its ready and likely open sourcing, at least something of it is getting opened up!
November 22, 2024 at 7:32 PM
I recently got more into Kubernetes development, but I don't really like Go.

So... does anyone know of there's good libraries in OCaml for interacting with the Kubernetes APIs? Currently I want to create a Secret in a specific namespace based on a API call
November 19, 2024 at 8:00 AM