RSSAmplifier

Blog

ache: Personal blog

This is a RSS feed for content agreagator. As a human being, you are certainly looking for my website This RSS flux contains everything I write. If you only want to follow my main articles which are of certain quality, there is a RSS flux with only articles.

ache.oneRSS feed ↗7 posts

Latest posts

The US lock of the Web

Let's talk about Let's Encrypt.

A valid HTML zip bomb

Many sites have been affected by the aggressiveness of web crawlers designed to improve LLMs. I’ve been relatively spared, but since the phenomenon started, I've been looking for a solution to implement. Today, I present a zip bomb gzip and brotli that is valid HTML.

Obtaining a self-signed SSL certificate from our own Certificate Authority

In this blog post, we will create a self-signed TLS certificate, install it on an nginx server and on client systems.

A Vanity VNC server (or Joke over RFB)

VNC is a well-known protocol for remote desktop sharing. This blog post is the story of a web project that led to the creation of a "vainity" VNC.

Rail and advertising

Let's talk trains and advertising ! The idea is to analyse a few advertisements for trains around the world. But it's mainly a pretext for showing you how recent artificial intelligence technologies can be used to improve an article. 🤖

Study of modern image formats

What's the state of modern image formats and which one should I choose on the web now ? In this article, let's study modern image formats (AVIF, HEIF, WebP, WebP2 et JPEG XL) as precisly as possible. 🖼️

The quirks of the C language

C is a language with a simple syntax. The only complexity of this language come from the fact that it acts in a machine-like way. However, a part of the C syntax is almost never taught. Let's tackle these mysterious cases! 🧞