<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>www@ariona:~/node1c3</title><link>/posts/</link><description>Recent content on www@ariona:~/node1c3</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 22 Apr 2026 10:01:18 +0100</lastBuildDate><atom:link href="/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>On FreeBSD Jails, coming from Docker</title><link>/posts/2026/freebsd_jails_lessons_learned/</link><pubDate>Wed, 22 Apr 2026 10:01:18 +0100</pubDate><guid>/posts/2026/freebsd_jails_lessons_learned/</guid><description>&lt;p>Thoughts and opinions on what I learned, often the hard way, while configuring a FreeBSD server behind a CG-NAT and migrating a small Docker infrastructure to a Jail-based one: Networking woos, trade-offs and web services gotchas.&lt;/p></description></item><item><title>Nginx resolver and proxy_pass URL behavior</title><link>/posts/2026/nginx_resolver_proxy_pass/</link><pubDate>Wed, 04 Mar 2026 17:17:23 +0100</pubDate><guid>/posts/2026/nginx_resolver_proxy_pass/</guid><description>&lt;p>Quick post about a specific issue I met with Nginx when using DNS resolvers and variables instead of hardcoding URL into a &lt;code>proxy_pass&lt;/code> directive: URL processing is affected, and I didn&amp;rsquo;t know that. It probably bitten me several time already, so here it is.&lt;/p></description></item><item><title>FreeBSD 14 Installation over PXE</title><link>/posts/2024/pxe_freebsd_install/</link><pubDate>Sun, 22 Sep 2024 07:51:56 +0200</pubDate><guid>/posts/2024/pxe_freebsd_install/</guid><description>&lt;p>I set up a small virtulization server by installing FreeBSD using my desktop computer with Dnsmasq, an old Netgear router, &lt;a href="https://mfsbsd.vx.sk/">mfsBSD&lt;/a> and a ThinkCentre M710q booting over PXE. It was not as hard as I thought but still pretty involved compared to &lt;code>dd&lt;/code>-ing an ISO file on a usb stick. This post describes the general process I followed to get the thingie to boot a fresh FreeBSD installation.&lt;/p></description></item><item><title>A few words about SuperCollider for The Creative Musician...</title><link>/posts/2024/supercollider_creative_musician/</link><pubDate>Sat, 10 Aug 2024 13:52:23 +0200</pubDate><guid>/posts/2024/supercollider_creative_musician/</guid><description>&lt;p>&amp;hellip; And learning SuperCollider in general.&lt;/p>
&lt;p>This wordy post contains my honest thoughts about this book and a few considerations about learning resources on SuperCollider and what helped me getting &lt;em>somewhere else&lt;/em> than the bottom of a very steep learning curve.&lt;/p></description></item><item><title>Working with SuperCollider in Emacs</title><link>/posts/2024/supercollider_emacs/</link><pubDate>Sat, 10 Aug 2024 12:55:58 +0200</pubDate><guid>/posts/2024/supercollider_emacs/</guid><description>&lt;p>I had much trouble getting the &lt;a href="https://github.com/supercollider/scel">SuperCollider extension&lt;/a> to work in Emacs and gave up several times because the default IDE is good enough. I still wanted to edit and evaluate my SC projects like I would for other languages.&lt;/p>
&lt;p>I spent, like for everything Emacs related when you don&amp;rsquo;t know Elisp well, an ungodly amount of time trying to fix that. This post shortly describes what worked for me.&lt;/p></description></item><item><title>A few words about Deus Ex: Mankind Divided</title><link>/posts/2024/deus_ex_mankind_divided/</link><pubDate>Mon, 15 Apr 2024 08:30:00 +0200</pubDate><guid>/posts/2024/deus_ex_mankind_divided/</guid><description>&lt;p>Game studios performing necromancy on legendary licenses commonly end up with a product deemed, often legitimately, unfaithful and unworthy of wearing its name by a nostalgic fanbase. A recent playthrough of the latest Deux Ex title made me reflect on several things, like what can be considered a successful sequel to a revered GOATY from two decades ago, how the same team managed to bounce from a very mid proposition to a good AAA game, how everything beside graphics seems to evolve slowly, why cyberpunk is shit when it&amp;rsquo;s not incidental, etc. Thinking emoji.&lt;/p>
&lt;p>I initially intended to cover all of that but I settled on simply explaining why it&amp;rsquo;s worth playing.&lt;/p></description></item><item><title>Retour de lecture: Ernst Junger, Sur Les Falaises de Marbre</title><link>/posts/2024/junger_falaises_de_marbre/</link><pubDate>Wed, 03 Jan 2024 00:00:00 +0000</pubDate><guid>/posts/2024/junger_falaises_de_marbre/</guid><description>&lt;p>Face à la terreur grandissante ménagée par des bandes d&amp;rsquo;envahisseurs, deux frères s&amp;rsquo;abandonnent à la botanique plutôt que de succomber au désir de vengeance et sombrer eux-mêmes dans la barbarie. Fiction champêtre sur l&amp;rsquo;exercice de la dignité quand tout se dérobe sous nos pieds et que la réalisation du pire est imminente, ou pas.&lt;/p></description></item><item><title>Retour de lecture: Kafka, Le Chateau</title><link>/posts/2023/kafka_le_chateau/</link><pubDate>Sun, 24 Sep 2023 00:00:00 +0000</pubDate><guid>/posts/2023/kafka_le_chateau/</guid><description>&lt;p>Cette note à l&amp;rsquo;origine personnelle participe à journaliser l&amp;rsquo;objectif très clément de finir au moins dix livres au cours de cette année. Quelques &lt;em>spoilers&lt;/em>, mais l&amp;rsquo;intérêt du roman réside ailleurs que dans les composantes élémentaires de sa narration. D&amp;rsquo;autres notes similaires pourraient être publiées à l&amp;rsquo;avenir, dans la langue des livres qu&amp;rsquo;elles référencent.&lt;/p></description></item><item><title>Fail2ban and Dockers's journald logging driver</title><link>/posts/2023/fail2ban_docker_systemd/</link><pubDate>Sat, 19 Aug 2023 08:30:00 +0200</pubDate><guid>/posts/2023/fail2ban_docker_systemd/</guid><description>&lt;p>The following post describes the procedure followed to configure Docker (rootless) to log the activity of its containers using the &lt;code>journald&lt;/code> driver and adapt Fail2ban&amp;rsquo;s settings to read from it. I mostly had to fish for bits of information in issues or forum posts, so this article may help you achieve the same thing a bit faster.&lt;/p></description></item><item><title>PSA: Using a Radeon XR 6600 on Debian</title><link>/posts/2023/psa_debian_radeon_xr_6600/</link><pubDate>Thu, 08 Jun 2023 11:55:57 +0200</pubDate><guid>/posts/2023/psa_debian_radeon_xr_6600/</guid><description>&lt;p>I had much trouble understanding why I was facing the dreaded &amp;ldquo;black screen with blinking cursor during boot&amp;rdquo; after installing this GPU. This very short note is for the people with the same specific problem. Worth a shot if you still have no clue about what to do.&lt;/p></description></item><item><title>Docker Reverse Proxying Puzzle</title><link>/posts/2021/docker-reverse-proxying-puzzle/</link><pubDate>Fri, 25 Jun 2021 21:55:57 +0200</pubDate><guid>/posts/2021/docker-reverse-proxying-puzzle/</guid><description>&lt;p>Several issues related to reverse proxying Docker containers were solved only after I learned more about Docker&amp;rsquo;s bridges and how to debug faulty containers. In this post, I expose the steps I went through to troubleshot and solve this problem, so that maybe it&amp;rsquo;ll save time to someone, somewhere.&lt;/p></description></item><item><title>Some Thoughts About Styx : Master Of Shadows</title><link>/posts/2021/some-thoughts-about-styx-mas/</link><pubDate>Fri, 25 Jun 2021 14:25:02 +0200</pubDate><guid>/posts/2021/some-thoughts-about-styx-mas/</guid><description>&lt;p>I wanted to share some random thoughts about the game Styx : Master of Shadows on Gog. The review was to be titled &lt;em>Sometimes laborious; still a great title&lt;/em> but far exceeded the character limit. This isn&amp;rsquo;t groundbreaking content, merely a suggestion for Thief &lt;em>enjoyers&lt;/em> to try out this game.&lt;/p></description></item><item><title>Go For Hacking : Endianness Conversion</title><link>/posts/2021/golang-sec-1-endian/</link><pubDate>Mon, 08 Feb 2021 15:32:08 +0100</pubDate><guid>/posts/2021/golang-sec-1-endian/</guid><description>&lt;p>Endianness conversion, a very common task used in exploit development to represent address spaces, can be done in Go using the &lt;code>bytes&lt;/code> and &lt;code>encoding/binary&lt;/code> packages. It can replace the &lt;code>struct.pack&lt;/code> method from Python 2. Example and explaination below.&lt;/p></description></item></channel></rss>