Skip to content
View LouisJackman's full-sized avatar

Block or report LouisJackman

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
LouisJackman/README.md

A product security manager in London - see my CV/résumé, my LinkedIn, and my contact details.


Aside from the usual InfoSec, management, and advisory efforts, I have personal interest in the emerging models for sandboxing and controlling access for AIs agents, LangSec, capability-based-security, declarative computing, concurrency, functional programming, compile-time metaprogramming, programming language theory (PLT), libre software, and UK and European digital sovereignty.

I've personally created technological solutions for companies' messy, real-world production problems in server-side Java, frontend TypeScript/JavaScript, Python for light scripting, and Rust when lower-level control was needed - all atop server-side Linux, Kubernetes, AWS, and various serverless technologies like Lambda and edge workers in CDNs.

In recent years, I have been increasingly assisted by Claude Code and OpenAI Codex at work, and have experimented with local, open-weight models like Qwen and GPT-OSS inside OpenCode.

Some other technologies also show up in personal projects: client-side Linux, OCaml, Nix, embedded Scheme variants, and Emacs Lisp.


This GitHub profile serves mostly as a mirror for my GitLab profile. File issues or PRs there instead, if you can.

Pinned Loading

  1. rotate-mac-address rotate-mac-address Public

    Rotate MAC addresses on a specified interval, with a bit of variation added. Mirror of https://gitlab.com/louis.jackman/rotate-mac-address

    Java

  2. ai-pathfinding-project ai-pathfinding-project Public

    A small web-based game to explore path-finding algorithms. Mirror of https://gitlab.com/louis.jackman/ai-pathfinding-project

    TypeScript

  3. sync-kobo-and-workstation sync-kobo-and-workstation Public

    Synchronise books between a workstation and a Kobo e-reader. In practice, this means synchronising a connected Kobo volume with EPUB and PDF files in the specified local documents directory. Mirror…

    Rust

  4. container-image-pipelines container-image-pipelines Public

    Build & publish a monorepo of co-dependent, multi-architecture container images. Mirror of https://gitlab.com/louis.jackman/container-image-pipelines

    OCaml

  5. conways-game-of-life conways-game-of-life Public

    An in-browser implementation of Conway's Game of Life. Mirror of https://gitlab.com/louis.jackman/conways-game-of-life

    TypeScript