RSSAmplifier

Blog

Sven Sauleau: Systems Engineer

Sven Sauleau: Systems Engineer

sauleau.comRSS feed ↗9 posts

Latest posts

airgap - Security for the modern AI age

airgap is a transparent wrapper that runs programs in a mount namespace and redacts secrets from files, protecting against malicious npm install hooks and curious AI agents.

Building an epoxy table (the wrong way)

Building an epoxy table (the wrong way)

Mailway update - November 2022

Mailway is sunsetting

Speed of light in Fibers

Correct Speed of light in Fibers, approximately 2/3 the actual speed of light.

Offre d’emploi - Biostatisticien

Biostatisticien

SNI support in SMTP

While working on mailway.app I experimented with routing emails based on SNI . Let’s imagine a common email setup: sauleau.com has a MX record that points to mx.sauleau.com. mx.sauleau.com has an A record that points to an email server’s IP. When someone sends an email to hello@sauleau.com, it needs to resolve the MX record and the A record to find the corresponding email server. Traditionally,…

How I reduced the amount of spam sent to me

Learn how I reduced the spam I used to receive on my personal email

Test if a WebAssembly feature is supported

Test if a WebAssembly feature is supported

JavaScript’s BigInt in WebAssembly!

JavaScript's BigInt in WebAssembly!