<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Home on dbeley</title><link>/en/</link><description>Recent content in Home on dbeley</description><generator>Hugo</generator><language>en</language><atom:link href="/en/index.xml" rel="self" type="application/rss+xml"/><item><title>The Mangohud presets used by the Steam Deck</title><link>/en/post/2023/03/23/the-mangohud-presets-used-by-the-steam-deck/</link><pubDate>Thu, 23 Mar 2023 00:00:00 +0000</pubDate><guid>/en/post/2023/03/23/the-mangohud-presets-used-by-the-steam-deck/</guid><description>&lt;h2 id="introduction">Introduction&lt;/h2>
&lt;p>The Steam Deck has quickly established itself in the PC gaming world as the best handheld to game on.&lt;/p>
&lt;p>Placed at a very competitive price point (its competitors by AYA and GPD are twice as expensive), it has managed to convince its detractors by proving its compatibility with a large number of AAA games such as Elden Ring or Red Dead Redemption 2 and by quickly improving the experience of SteamOS (the operating system of the Steam Deck, based on Archlinux) thanks to the commitment of Valve.&lt;/p></description></item><item><title>The best apps for an ungoogled Android smartphone</title><link>/en/post/2022/02/10/the-best-apps-for-an-ungoogled-android-smartphone/</link><pubDate>Thu, 10 Feb 2022 00:00:00 +0000</pubDate><guid>/en/post/2022/02/10/the-best-apps-for-an-ungoogled-android-smartphone/</guid><description>&lt;p>If you are an Android smartphone user, chances are you are also using the Play Store to install new apps. Google&amp;rsquo;s official app store is pre-installed on the vast majority of Android smartphones, and it provides access to a huge library of apps and games.&lt;/p>
&lt;p>But whether it&amp;rsquo;s for privacy reasons or just to free yourself from a digital giant, it can be interesting to cut your ties from that ecosystem and ungoogle your smartphone. Without going as far as installing another operating system (whether it is based on Android like &lt;a href="https://lineageos.org/">LineageOS&lt;/a> or not like &lt;a href="https://sailfishos.org/">SailfishOS&lt;/a> or &lt;a href="https://postmarketos.org/">PostmarketOS&lt;/a>), a good entry point would be to use as many free software apps as possible from a third-party store (which can guarantee the security of the said apps).&lt;/p></description></item><item><title>MeLE Quieter2 Mini-PC Review</title><link>/en/post/2021/05/25/mele-quieter2-mini-pc-review/</link><pubDate>Tue, 25 May 2021 00:00:00 +0200</pubDate><guid>/en/post/2021/05/25/mele-quieter2-mini-pc-review/</guid><description>&lt;div class="ox-hugo-toc toc">
&lt;div class="heading">Table of contents&lt;/div>
&lt;ul>
&lt;li>&lt;a href="/en/post/2021/05/25/mele-quieter2-mini-pc-review/#introduction">Introduction&lt;/a>&lt;/li>
&lt;li>&lt;a href="/en/post/2021/05/25/mele-quieter2-mini-pc-review/#design">Design&lt;/a>&lt;/li>
&lt;li>&lt;a href="/en/post/2021/05/25/mele-quieter2-mini-pc-review/#performance">Performance&lt;/a>&lt;/li>
&lt;li>&lt;a href="/en/post/2021/05/25/mele-quieter2-mini-pc-review/#conclusion">Conclusion&lt;/a>&lt;/li>
&lt;/ul>
&lt;/div>
&lt;!--endtoc-->
&lt;hr/>
&lt;h2 id="introduction">Introduction&lt;/h2>
&lt;p>At first glance, the MeLE Quieter2 is a mini-PC with a lot of qualities: it is a fanless and very compact machine with good connectivity for about 200€.&lt;/p>
&lt;p>With its Celeron J4125 CPU and its 8GB of RAM, this little computer could be the ideal companion for a server, a spare PC or even a main machine.&lt;/p>
&lt;figure>&lt;img src="/images/mele/quieter2.png" width="500">
&lt;/figure>

&lt;p>Source : &lt;a href="https://www.mele.cn/PCHD28/showproduct.php?id=124">mele.cn&lt;/a>&lt;/p></description></item><item><title>3 Neat Tools to Archive your Digital Life</title><link>/en/post/2021/05/24/3-neat-tools-to-archive-your-digital-life/</link><pubDate>Mon, 24 May 2021 00:00:00 +0200</pubDate><guid>/en/post/2021/05/24/3-neat-tools-to-archive-your-digital-life/</guid><description>&lt;h2 id="introduction">Introduction&lt;/h2>
&lt;p>On Wednesday March 10th 2021, an OVH datacenter located in Strasbourg, France experienced a devastating fire destroying part of its servers and making inaccessible &lt;a href="https://www.lemonde.fr/societe/article/2021/03/11/l-incendie-survenu-sur-le-site-de-l-entreprise-ovh-serait-d-origine-accidentelle_6072753_3224.html">more than 400 000 distinct domain names&lt;/a>.&lt;/p>
&lt;p>This event reminds us in a dramatic way that the web is fragile and any content present on it can disappear at any time.&lt;/p>
&lt;p>This phenomenon where a link to a document or a web page stops working is known as &lt;a href="https://en.wikipedia.org/wiki/Link_rot">Link Rot&lt;/a>.&lt;/p></description></item><item><title>Easily manage your Linux config files with Stow</title><link>/en/post/2021/01/09/easily-manage-your-linux-config-files-with-stow/</link><pubDate>Sat, 09 Jan 2021 00:00:00 +0100</pubDate><guid>/en/post/2021/01/09/easily-manage-your-linux-config-files-with-stow/</guid><description>&lt;p>&lt;a href="https://www.gnu.org/software/stow/">&lt;strong>GNU Stow&lt;/strong>&lt;/a> is a tool from the GNU Project presenting itself as a symbolic link manager.&lt;/p>
&lt;p>As a reminder, a symbolic link is a shortcut to a file stored elsewhere on the disk. Thus, reading or writing a symbolic link will redirect to the original file. On the other hand, deleting the symbolic link does not delete the original file.&lt;/p>
&lt;p>&lt;strong>Stow&lt;/strong> allows you to better manage the numerous configuration files present in Linux by creating symbolic links from a folder containing all your configuration files.
Once they are centralized in the same directory, your configuration files will be easier to find, modify and be under version control (with git for example).&lt;/p></description></item><item><title>Run BOINC with docker</title><link>/en/post/2020/12/30/run-boinc-with-docker/</link><pubDate>Wed, 30 Dec 2020 00:00:00 +0100</pubDate><guid>/en/post/2020/12/30/run-boinc-with-docker/</guid><description>&lt;p>I have already written &lt;a href="https://dbeley.ovh/post/2020/11/20/aider-la-science-avec-le-projet-boinc/">an article&lt;/a> about BOINC without going through its installation. The classic installation of BOINC is done by downloading the &lt;a href="https://boinc.berkeley.edu/download.php">BOINC client&lt;/a>, but it is also possible to use BOINC in a Docker container.&lt;/p>
&lt;p>This installation method is easier to script and automate, which makes it very interesting on a headless server for example.&lt;/p>
&lt;h2 id="docker-installation">Docker installation&lt;/h2>
&lt;p>First of all, let&amp;rsquo;s install Docker and Docker-compose. On a Linux distribution using the apt package manager (like Debian or Ubuntu), just install the packages &lt;code>docker.io&lt;/code> and &lt;code>docker-compose&lt;/code>.&lt;/p></description></item><item><title>Connect to a Wireguard VPN server with NetworkManager</title><link>/en/post/2020/12/28/connect-to-a-wireguard-vpn-server-with-networkmanager/</link><pubDate>Mon, 28 Dec 2020 00:00:00 +0100</pubDate><guid>/en/post/2020/12/28/connect-to-a-wireguard-vpn-server-with-networkmanager/</guid><description>&lt;figure>&lt;img src="/images/wireguard.svg">
&lt;/figure>

&lt;p>&lt;a href="https://www.wireguard.com/">Wireguard&lt;/a> is a communication protocol that can be used to create a VPN network. It has better performance than its competitor OpenVPN, but OpenVPN still keeps a significant lead since almost all commercial VPNs use it.&lt;/p>
&lt;p>Wireguard still has a long way to go, but it has been integrated into the Linux kernel since version 5.6 which facilitates its adoption.&lt;/p>
&lt;p>Installing a Wireguard VPN server under Linux is very easy, the only difficulty remaining stems from the clients available. Under Linux some connection managers do not yet manage Wireguard very well.&lt;/p></description></item><item><title>Firefox : addons, configuration and some tips</title><link>/en/post/2020/12/26/firefox-addons-configuration-and-some-tips/</link><pubDate>Sat, 26 Dec 2020 00:00:00 +0100</pubDate><guid>/en/post/2020/12/26/firefox-addons-configuration-and-some-tips/</guid><description>&lt;h2 id="introduction">Introduction&lt;/h2>
&lt;p>Mozilla Firefox is a web browser developed by the Mozilla Foundation. It uses the Gecko rendering engine, the only serious competitor to the Google Chrome engine which powers most web browsers (including Google Chrome, Opera, Vivaldi, Brave Browser or the latest Microsoft Edge).&lt;/p>
&lt;figure>&lt;img src="/images/firefox/firefox-logo-horizontal-lockup.png" width="400">
&lt;/figure>

&lt;p>Unfortunately Firefox has been constantly losing marketshare to other browsers. According to &lt;a href="https://radar.cloudflare.com/">radar.cloudflare.com&lt;/a>, Firefox would only accounts for 6.40% of the total market share.&lt;/p>
&lt;figure>&lt;img src="/images/firefox/radarcloudflare.png">
&lt;/figure>

&lt;p>Yet Firefox has many strengths for those who want a modern, ethical and privacy-friendly browser.&lt;/p></description></item><item><title>One year with SailfishOS</title><link>/en/post/2020/11/28/one-year-with-sailfishos/</link><pubDate>Sat, 28 Nov 2020 00:00:00 +0100</pubDate><guid>/en/post/2020/11/28/one-year-with-sailfishos/</guid><description>&lt;h2 id="introduction">Introduction&lt;/h2>
&lt;figure>&lt;img src="/images/sailfishOS/sailfishos.png" width="750">
&lt;/figure>

&lt;p>&lt;a href="https://sailfishos.org/">SailfishOS&lt;/a> is a mobile operating system based on Linux. It is today one of the few alternatives to Android and iOS on the smartphone market.&lt;/p>
&lt;p>This article is a feedback from a Sony Xperia X under SailfishOS that I used as my main smartphone during the year 2019.&lt;/p>
&lt;p>The Sony Xperia X was not chosen at random, since it is one of the officially supported smartphones by &lt;a href="https://sailfishos.org/">SailfishOS&lt;/a>. It is now available for around 70€ on the internet for second hand (I bought mine on aliexpress for 90€ at the beginning of 2019).&lt;/p></description></item><item><title>November 2020: A Review of my Tech Hardware</title><link>/en/post/2020/11/21/november-2020-a-review-of-my-tech-hardware/</link><pubDate>Sat, 21 Nov 2020 00:00:00 +0000</pubDate><guid>/en/post/2020/11/21/november-2020-a-review-of-my-tech-hardware/</guid><description>&lt;p>Here&amp;rsquo;s a review of all the tech hardware I currently own.&lt;/p>
&lt;h2 id="main-computer">Main Computer&lt;/h2>
&lt;ul>
&lt;li>CPU: AMD Ryzen 5 2600&lt;/li>
&lt;li>Watercooling AIO: Corsair H60 2019&lt;/li>
&lt;li>Motherboard: ASRock Fatal1ty B450 Gaming-ITX_ac&lt;/li>
&lt;li>RAM: 2x8 Go G.Skill RipJaws 5 3200MHz CL16&lt;/li>
&lt;li>GPU: AMD Sapphire RX 580 Nitro+ 8Gb&lt;/li>
&lt;li>Power Supply: Corsair HX 620W (bought in 2010)&lt;/li>
&lt;li>Case: Silverstone SG13&lt;/li>
&lt;li>Storage: SSD Samsung 970 Evo NVMe 500 Go + 3 hard drives (2 Tb, 500 Gb and 500 Gb)&lt;/li>
&lt;/ul>
&lt;p>This computer is my main gaming rig. I only play Steam games on Linux (the list of games I play is available on my &lt;a href="https://steamcommunity.com/id/dbeley">Steam profile&lt;/a>).&lt;/p></description></item><item><title>Contribute to Scientific Research with the BOINC project</title><link>/en/post/2020/11/20/contribute-to-scientific-research-with-the-boinc-project/</link><pubDate>Fri, 20 Nov 2020 00:00:00 +0100</pubDate><guid>/en/post/2020/11/20/contribute-to-scientific-research-with-the-boinc-project/</guid><description>&lt;h2 id="the-boinc-project">The BOINC Project&lt;/h2>
&lt;p>The &lt;a href="https://boinc.berkeley.edu/">BOINC Project&lt;/a> (Berkeley Open Infrastructure for Network Computing) is a distributed-computing project created by the Berkeley University in 2002.&lt;/p>
&lt;figure>&lt;img src="/images/boinc_logo.png">
&lt;/figure>

&lt;p>It allows volunteers to help scientific research by running scientific computing jobs on their computers in the background. The volunteers only need to download the BOINC client and to create an account for one or several BOINC projects.&lt;/p>
&lt;p>Each BOINC project offers more or less resource-intensive computing units, which when completed by users, will reward them with a certain number of points. The BOINC credit system has an entire community around it, with teams, rankings and badges to earn.&lt;/p></description></item><item><title>My favorite podcasts</title><link>/en/post/2020/03/06/my-favorite-podcasts/</link><pubDate>Fri, 06 Mar 2020 00:00:00 +0000</pubDate><guid>/en/post/2020/03/06/my-favorite-podcasts/</guid><description>&lt;p>Here&amp;rsquo;s a list of my favorite podcasts. I listen to them with Pocketcast (Android and web app).&lt;/p>
&lt;h2 id="top-10">Top 10&lt;/h2>
&lt;ol>
&lt;li>Les Pieds sur Terre (France Culture)&lt;/li>
&lt;li>Géopolitique (France Inter)&lt;/li>
&lt;li>Open Jazz (France Musique)&lt;/li>
&lt;li>The Daily (New York Times)&lt;/li>
&lt;li>La méthode scientifique (France Culture) + La conversation scientifique (France Culture)&lt;/li>
&lt;li>L&amp;rsquo;esprit public (France Culture)&lt;/li>
&lt;li>Affaires étrangères (France Culture)&lt;/li>
&lt;li>Hardware Addicts&lt;/li>
&lt;li>Linux Unplugged&lt;/li>
&lt;li>Dev&amp;rsquo;Obs (p7t.tech)&lt;/li>
&lt;/ol>
&lt;h2 id="english">English&lt;/h2>
&lt;h3 id="tech">Tech&lt;/h3>
&lt;ul>
&lt;li>Artificial Intelligence (AI Podcast) with Lex Fridman&lt;/li>
&lt;li>Bad Voltage&lt;/li>
&lt;li>BSD Now (Jupiter Broadcasting)&lt;/li>
&lt;li>Choose Linux (Jupiter Broadcasting)&lt;/li>
&lt;li>Data Skeptic&lt;/li>
&lt;li>Destination Linux (Destination Linux)&lt;/li>
&lt;li>Floss Weekly&lt;/li>
&lt;li>Hardware Addicts (Destination Linux)&lt;/li>
&lt;li>How I Built This with Guy Raz&lt;/li>
&lt;li>Jupiter Extras (Jupiter Broadcasting)&lt;/li>
&lt;li>Late Night Linux&lt;/li>
&lt;li>Linux Action News (Jupiter Broadcasting)&lt;/li>
&lt;li>Linux for Everyone (Destination Linux)&lt;/li>
&lt;li>Linux Headlines (Jupiter Broadcasting)&lt;/li>
&lt;li>Linux Unplugged (Jupiter Broadcasting)&lt;/li>
&lt;li>Recode Decode (Vox)&lt;/li>
&lt;li>Self-Hosted (Jupiter Broadcasting)&lt;/li>
&lt;li>Talk Python To Me&lt;/li>
&lt;li>TechSNAP (Jupiter Broadcasting)&lt;/li>
&lt;li>User Error (Jupiter Broadcasting)&lt;/li>
&lt;li>The Vergecast (The Verge)&lt;/li>
&lt;/ul>
&lt;h3 id="medias">Medias&lt;/h3>
&lt;ul>
&lt;li>The Daily (New York Times)&lt;/li>
&lt;li>Today, Explained (Vox)&lt;/li>
&lt;/ul>
&lt;h3 id="comedy">Comedy&lt;/h3>
&lt;ul>
&lt;li>Comedy Bang Bang: The Podcast&lt;/li>
&lt;li>Conan O&amp;rsquo;Brien Needs a Friend&lt;/li>
&lt;li>Dead Eyes&lt;/li>
&lt;li>The Dollop with Dave Anthony and Gareth Reynolds&lt;/li>
&lt;li>Remade in America with Bassem Youssef (terminé)&lt;/li>
&lt;li>WTF with Marc Maron podcast&lt;/li>
&lt;/ul>
&lt;h3 id="society">Society&lt;/h3>
&lt;ul>
&lt;li>99% Invisible&lt;/li>
&lt;li>Planet Money&lt;/li>
&lt;li>Radiolab (WNYC)&lt;/li>
&lt;li>Reply All (Gimlet)&lt;/li>
&lt;li>Reset (Vox)&lt;/li>
&lt;li>Serial (This American Life)&lt;/li>
&lt;li>This American Life (This American Life)&lt;/li>
&lt;li>Stuff you should know&lt;/li>
&lt;li>TED Radio Hour (NPR)&lt;/li>
&lt;li>TLDR (WNYC - terminé)&lt;/li>
&lt;li>Upvoted by Reddit (terminé)&lt;/li>
&lt;/ul>
&lt;h3 id="culture-science">Culture / Science&lt;/h3>
&lt;ul>
&lt;li>Dan Carlin&amp;rsquo;s Hardcore History&lt;/li>
&lt;li>Dan Carlin&amp;rsquo;s Hardcore History: Addendum&lt;/li>
&lt;li>Hello Internet&lt;/li>
&lt;li>The History of Rome&lt;/li>
&lt;/ul>
&lt;h3 id="music">Music&lt;/h3>
&lt;ul>
&lt;li>Discologist&lt;/li>
&lt;li>Piano Jazz Shorts (NPR - terminé)&lt;/li>
&lt;li>Podcast - The Jazz Session&lt;/li>
&lt;li>Popcast (New York Times)&lt;/li>
&lt;li>Tiny Desk Concerts (NPR)&lt;/li>
&lt;/ul>
&lt;h2 id="french">French&lt;/h2>
&lt;h3 id="tech">Tech&lt;/h3>
&lt;ul>
&lt;li>AppLoad (frenchspin)&lt;/li>
&lt;li>CPU Carré Petit Utile&lt;/li>
&lt;li>Dans Ton Kube (p7t.tech)&lt;/li>
&lt;li>Dev&amp;rsquo;Obs (p7t.tech)&lt;/li>
&lt;li>Gamekult Jeux Vidéo&lt;/li>
&lt;li>Le code a changé (France Inter)&lt;/li>
&lt;li>La faute aux jeux vidéo (France Inter)&lt;/li>
&lt;li>Le rendez-vous Tech (frenchspin)&lt;/li>
&lt;li>Net plus ultra (France Inter)&lt;/li>
&lt;li>Nouveau monde (France info)&lt;/li>
&lt;li>Podcast Libre à vous ! (April et Radio Cause Commune)&lt;/li>
&lt;li>Silence on joue ! (Libération)&lt;/li>
&lt;li>Votre Profil Nous Intéresse (p7t.tech)&lt;/li>
&lt;/ul>
&lt;h3 id="medias">Medias&lt;/h3>
&lt;ul>
&lt;li>Capture d&amp;rsquo;écrans (France Inter)&lt;/li>
&lt;li>Code source (Le Parisien)&lt;/li>
&lt;li>Info médias (France Info)&lt;/li>
&lt;li>L&amp;rsquo;édito M (France Inter)&lt;/li>
&lt;li>L&amp;rsquo;instant M (France Inter)&lt;/li>
&lt;li>L&amp;rsquo;édito politique (France Inter)&lt;/li>
&lt;li>La revue de presse (France Inter)&lt;/li>
&lt;li>La revue de presse internationale (France Culture)&lt;/li>
&lt;li>Le journal de 18h00 (France Culture)&lt;/li>
&lt;li>Le journal de 7h00 (France Culture)&lt;/li>
&lt;li>Le sept neuf (France Inter)&lt;/li>
&lt;li>Les idéblogc&lt;/li>
&lt;li>Les interviews d&amp;rsquo;Inter (France Inter)&lt;/li>
&lt;li>Minute Papillon! (20 minutes)&lt;/li>
&lt;/ul>
&lt;h3 id="comedy">Comedy&lt;/h3>
&lt;ul>
&lt;li>100 VDB par minute (Deezer - terminé)&lt;/li>
&lt;li>Rétro 2050 (Deezer - terminé)&lt;/li>
&lt;/ul>
&lt;h3 id="society">Society&lt;/h3>
&lt;ul>
&lt;li>Affaires sensibles (France Inter)&lt;/li>
&lt;li>Affaires étrangères (France Culture)&lt;/li>
&lt;li>Continent Sciences (France Culture - terminé)&lt;/li>
&lt;li>Des idées pour demain (France Inter - terminé)&lt;/li>
&lt;li>Entendez-vous l&amp;rsquo;éco? (France Culture)&lt;/li>
&lt;li>Géopolitique (France Inter)&lt;/li>
&lt;li>Hashtag (France Culture)&lt;/li>
&lt;li>Histoires économiques (France Inter)&lt;/li>
&lt;li>L&amp;rsquo;esprit public (France Culture)&lt;/li>
&lt;li>La Question du jour (France Culture)&lt;/li>
&lt;li>La suite dans les idées (France Culture)&lt;/li>
&lt;li>La Terre au carré (France Inter)&lt;/li>
&lt;li>Le Temps du débat (France Culture)&lt;/li>
&lt;li>Le téléphone sonne (France Inter)&lt;/li>
&lt;li>Les cours du collège de france (France Culture)&lt;/li>
&lt;li>Matières à penser (France Culture)&lt;/li>
&lt;li>Pour Suite (France Inter)&lt;/li>
&lt;li>Rendez-vous avec X (France Inter - terminé)&lt;/li>
&lt;li>Répliques (France Culture)&lt;/li>
&lt;li>Un jour dans le monde (France Inter)&lt;/li>
&lt;/ul>
&lt;h3 id="culture-science">Culture / Science&lt;/h3>
&lt;ul>
&lt;li>Concordance des Temps (France Culture)&lt;/li>
&lt;li>Cultures monde (France Culture - terminé)&lt;/li>
&lt;li>La compagnie des oeuvres (France Culture)&lt;/li>
&lt;li>La Conversation scientifique (France Culture)&lt;/li>
&lt;li>La Grande table (France Culture)&lt;/li>
&lt;li>La marche de l&amp;rsquo;histoire (France Inter)&lt;/li>
&lt;li>La marche des sciences (France Culture - terminé)&lt;/li>
&lt;li>La méthode scientifique (France Culture)&lt;/li>
&lt;li>Le cours de l&amp;rsquo;histoire (France Culture)&lt;/li>
&lt;li>Le goût de M (Le Monde)&lt;/li>
&lt;li>Le journal des idées (France Culture)&lt;/li>
&lt;li>Le masque et la plume (France Inter)&lt;/li>
&lt;li>Le Nouveau Rendez-Vous (France Inter)&lt;/li>
&lt;li>Les chemins de la philosophie (France Culture)&lt;/li>
&lt;li>Mauvais genres (France Culture)&lt;/li>
&lt;li>Popopop (France Inter)&lt;/li>
&lt;li>Science Publique (France Culture - terminé)&lt;/li>
&lt;li>Soft Power (France Culture)&lt;/li>
&lt;li>Sur les épaules de Darwin (France Inter)&lt;/li>
&lt;li>Toute une vie (France Culture)&lt;/li>
&lt;/ul>
&lt;h3 id="reporting">Reporting&lt;/h3>
&lt;ul>
&lt;li>Comme un bruit qui court (France Inter - terminé)&lt;/li>
&lt;li>Des vies françaises (France Inter)&lt;/li>
&lt;li>Interception (France Inter)&lt;/li>
&lt;li>Le zoom de la rédaction (France Inter)&lt;/li>
&lt;li>Les chroniques de Mediapart (Mediapart)&lt;/li>
&lt;li>Les entretiens de Mediapart (Mediapart)&lt;/li>
&lt;li>Les dernières fois (France Inter - terminé)&lt;/li>
&lt;li>Les lectures de Mediapart (Mediapart)&lt;/li>
&lt;li>Les pieds sur terre (France Culture)&lt;/li>
&lt;li>Les podcasts de Mediapart (Mediapart)&lt;/li>
&lt;li>LSD, La série documentaire (France Inter)&lt;/li>
&lt;li>Profils (ARTE Radio)&lt;/li>
&lt;li>Secrets d&amp;rsquo;info (France Inter)&lt;/li>
&lt;li>Transfert (Slate)&lt;/li>
&lt;li>Un micro au tribunal (Mediapart - terminé)&lt;/li>
&lt;/ul>
&lt;h3 id="music">Music&lt;/h3>
&lt;ul>
&lt;li>C&amp;rsquo;est Magnifip ! (FIP)&lt;/li>
&lt;li>Certains l&amp;rsquo;aiment FIP (FIP)&lt;/li>
&lt;li>Club Jazzafip (FIP)&lt;/li>
&lt;li>Continent Musiques (France Culture - terminé)&lt;/li>
&lt;li>Et je remets le son (France Inter)&lt;/li>
&lt;li>La musique d&amp;rsquo;Inter (France Inter)&lt;/li>
&lt;li>La playlist d&amp;rsquo;Inter (France Inter - terminé)&lt;/li>
&lt;li>La tribune des critiques de disques (France Musique)&lt;/li>
&lt;li>Label Pop (France Musique - terminé)&lt;/li>
&lt;li>Live à FIP (FIP)&lt;/li>
&lt;li>Musicopolis (France Musique)&lt;/li>
&lt;li>Musicus Politicus (France Musique - terminé)&lt;/li>
&lt;li>Open Jazz (France Musique)&lt;/li>
&lt;li>Pop N&amp;rsquo; Co (France Inter)&lt;/li>
&lt;li>Sous les jupes de FIP (FIP - terminé)&lt;/li>
&lt;li>Tendance Jazz (France Info - terminé)&lt;/li>
&lt;li>Les Matins Jazz (TSF Jazz)&lt;/li>
&lt;li>Very Good Trip (France Inter)&lt;/li>
&lt;/ul></description></item><item><title>Create a blog with Hugo, Emacs and ox-hugo</title><link>/en/post/2018/08/14/create-a-blog-with-hugo-emacs-and-ox-hugo/</link><pubDate>Tue, 14 Aug 2018 00:00:00 +0000</pubDate><guid>/en/post/2018/08/14/create-a-blog-with-hugo-emacs-and-ox-hugo/</guid><description>&lt;h2 id="prerequisites">Prerequisites&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="https://www.gnu.org/software/emacs/">Emacs&lt;/a>, with &lt;a href="https://orgmode.org/">org-mode&lt;/a> and &lt;a href="https://github.com/jwiegley/use-package">use-package&lt;/a>&lt;/li>
&lt;li>a working &lt;a href="https://gohugo.io">hugo&lt;/a> instance&lt;/li>
&lt;/ul>
&lt;h2 id="ox-hugo">ox-hugo&lt;/h2>
&lt;p>&lt;a href="https://github.com/kaushalmodi/ox-hugo">ox-hugo&lt;/a> is an emacs plugin allowing the export of blog posts from an org-mode file to hugo.&lt;/p>
&lt;h2 id="ox-hugo-installation">ox-hugo Installation&lt;/h2>
&lt;p>Add to you emacs configuration file (.emacs.d/init.el for example) the following use-package instruction :&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:2;-o-tab-size:2;tab-size:2;">&lt;code class="language-emacs-lisp" data-lang="emacs-lisp">&lt;span style="display:flex;">&lt;span> (use-package ox-hugo
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> :ensure &lt;span style="color:#66d9ef">t&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> :after ox)
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>Once ox-hugo is installed, the exporting functions will be available in the org-mode export menu.&lt;/p>
&lt;figure>&lt;img src="/images/menu_ox_hugo.png">
&lt;/figure>

&lt;h2 id="utilisation">Utilisation&lt;/h2>
&lt;p>Two publishing modes are available : using one org-mode file for each post, or using a global file.&lt;/p></description></item><item><title>About me</title><link>/en/about/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/en/about/</guid><description>&lt;hr/>
&lt;p>Hello, I&amp;rsquo;m a Software Engineer living near Paris, France. I&amp;rsquo;m currently working at &lt;a href="https://backmarket.com/">Back Market&lt;/a>.&lt;/p>
&lt;p>You can contact me by email at dbeley [ at ] protonmail [ dot ] com.&lt;/p>
&lt;p>Thanks for stopping by!&lt;/p>
&lt;hr/>
&lt;h3 id="projects">Projects&lt;/h3>
&lt;p>The complete list of my projects is available on my &lt;a href="https://github.com/dbeley" title="Github : dbeley">github&lt;/a> profile.&lt;/p>
&lt;ul>
&lt;li>&lt;a href="https://tuberank.org">tuberank&lt;/a> (&lt;a href="https://github.com/dbeley/tuberank">Source Code&lt;/a>): Community website to rate and discover YouTube videos.&lt;/li>
&lt;li>&lt;a href="https://multi-translate.dbeley.ovh">multi-translate&lt;/a> (&lt;a href="https://github.com/dbeley/multi-translate">Source Code&lt;/a>): A simple utility to translate a text into several languages using the DeepL API.&lt;/li>
&lt;li>&lt;a href="https://dbeley.github.io/map-compare">map-compare&lt;/a> (&lt;a href="https://github.com/dbeley/map-compare">Source Code&lt;/a>): A website that allows comparing geographical areas around the world.&lt;/li>
&lt;li>&lt;a href="https://dbeley.github.io/fdroid-insights">fdroid-insights&lt;/a> (&lt;a href="https://github.com/dbeley/fdroid-insights">Source Code&lt;/a>): Website to explore F-Droid apps with a sortable list.
&lt;img class="special-img-class" style="width:90%" src="https://raw.githubusercontent.com/dbeley/fdroid-insights/main/imgs/2023-07-10_fdroid-insights.png" alt="fdroid-insights image" />&lt;/li>
&lt;li>&lt;a href="https://dbeley.github.io/lpa-table">lpa-table&lt;/a> (&lt;a href="https://github.com/dbeley/lpa-table">Source Code&lt;/a>): Website to explore LinuxPhoneApps data with a sortable list.&lt;/li>
&lt;li>&lt;a href="https://dbeley.github.io/firefox-addons-table">firefox-addons-table&lt;/a> (&lt;a href="https://github.com/dbeley/firefox-addons-table">Source Code&lt;/a>): Website to explore Firefox add-ons with a sortable list.&lt;/li>
&lt;li>&lt;a href="https://dbeley.github.io/my-steam-library">my-steam-library&lt;/a> (&lt;a href="https://github.com/dbeley/my-steam-library">Source Code&lt;/a>): Website to display a Steam library with a sortable list.
&lt;ul>
&lt;li>&lt;a href="https://github.com/dbeley/steam_stats">steam_stats&lt;/a>: Command-line utility to extract data from Steam games.&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>&lt;a href="https://lastfm-tools.dbeley.ovh">django-lastfm&lt;/a> (&lt;a href="https://github.com/dbeley/django-lastfm">Source Code&lt;/a>): Web application acting as a frontend for the following projects:
&lt;ul>
&lt;li>&lt;a href="https://github.com/dbeley/lastfm_cg">lastfm_cg&lt;/a>: Last.fm Collage Generator.&lt;/li>
&lt;li>&lt;a href="https://github.com/dbeley/lastfm_pg">lastfm_pg&lt;/a>: Last.fm Playlist Generator.&lt;/li>
&lt;li>&lt;a href="https://github.com/dbeley/lastfm-wordcloud">lastfm-wordcloud&lt;/a> : Last.fm Wordcloud Generator.&lt;/li>
&lt;li>&lt;a href="https://github.com/dbeley/lastfm-scraper">lastfm-scraper&lt;/a>: Some scripts to extract data from Last.fm.
&lt;img class="special-img-class" style="width:80%" src="https://raw.githubusercontent.com/dbeley/django-lastfm/master/pictures/image.png" alt="django-lastfm image" />&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>&lt;a href="https://dbeley.github.io/lineageos-devices-timeline">lineageos-devices-timeline&lt;/a> (&lt;a href="https://github.com/dbeley/lineageos-devices-timeline">Code source&lt;/a>) : Static website showing officially supported LineageOS devices sorted by their release date.
&lt;img class="special-img-class" style="width:90%" src="https://raw.githubusercontent.com/dbeley/lineageos-devices-timeline/refs/heads/main/imgs/2024-09-28_lineageos-devices-timeline.png" alt="lineageos-devices-timeline image" />&lt;/li>
&lt;li>&lt;a href="https://github.com/dbeley/mpdscrobble">mpdscrobble&lt;/a>: Last.fm scrobbler for MPD, also compatible with Listenbrainz and maloja.&lt;/li>
&lt;li>&lt;a href="https://dbeley.shinyapps.io/subreddit-activity-shiny/">subreddit-activity-shiny&lt;/a> (&lt;a href="https://github.com/dbeley/subreddit-activity-shiny">Source Code&lt;/a>): R Shiny app to explore the content of a subreddit_tracker database.
&lt;img class="special-img-class" style="width:90%" src="https://raw.githubusercontent.com/dbeley/subreddit-activity-shiny/master/images/image1.png" alt="subreddit-activity-shiny image" />&lt;/li>
&lt;li>&lt;a href="https://github.com/dbeley/youtube_extract">youtube_extract&lt;/a> : Utility to extract metadata for all the videos of a YouTube channel.&lt;/li>
&lt;li>&lt;a href="https://github.com/dbeley/ypc">ypc&lt;/a> : Utility to convert text/spotify/deezer playlists into YouTube urls with audio/video download options.&lt;/li>
&lt;li>&lt;a href="https://github.com/dbeley/reddit_export_userdata">reddit_export_userdata&lt;/a> : Utility to export user data from one or several Reddit users.&lt;/li>
&lt;li>&lt;a href="https://github.com/dbeley/archiveboxmatic">archiveboxmatic&lt;/a> : Utility to automate ArchiveBox exports.&lt;/li>
&lt;/ul>
&lt;hr/>
&lt;h3 id="other">Other&lt;/h3>
&lt;ul>
&lt;li>&lt;a href="https://github.com/dbeley/nixos-config">nixos-config&lt;/a> : My NixOS config files.&lt;/li>
&lt;li>&lt;a href="https://github.com/dbeley/dotfiles">dotfiles&lt;/a>: My Linux config files (deprecated, I now mainly use NixOS).&lt;/li>
&lt;li>&lt;a href="https://github.com/dbeley/docker-compose">docker-compose&lt;/a>: My collection of docker-compose files focused on self-hosting software.&lt;/li>
&lt;li>&lt;a href="https://github.com/dbeley/playlist-versioning">playlists&lt;/a>: My playlists under version control.&lt;/li>
&lt;li>Photos: &lt;a href="https://photos.dbeley.ovh">photos.dbeley.ovh&lt;/a>&lt;/li>
&lt;li>Mastodon: &lt;a href="https://mamot.fr/@dbeley">@dbeley@mamot.fr&lt;/a>&lt;/li>
&lt;li>Last.fm: &lt;a href="https://last.fm/user/d_beley">https://last.fm/user/d_beley&lt;/a>&lt;/li>
&lt;li>ListenBrainz: &lt;a href="https://listenbrainz.org/user/dbeley/">https://listenbrainz.org/user/dbeley/&lt;/a>&lt;/li>
&lt;/ul></description></item></channel></rss>