<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0"  >
<channel>
  <title>Vincent's blog</title>
  <link>http://www.vicentdelft.be/rss</link>
  <description>Vincent's ideas</description>
  <lastBuildDate>Sun, 05 Apr 2026 17:52:00 +0100</lastBuildDate>
  
   <item>
      <pubDate>Sun, 05 Apr 2026 17:52:00 +0100</pubDate>
      <link>http://www.vincentdelft.be/post/post_20260405</link> 
      <guid>http://www.vincentdelft.be/post/post_20260405</guid> 
      <title>Create a local email server with strong spam filter</title>
      <description>
![Give a shoutout to Andrey Matveevi on unsplash.com](/static/post/post_20260405/spam.jpg "Give a shoutout to Andrey Matveevi on unsplash.com")

This blog provides the precise configuration required to build a localized, self-learning mail server on OpenBSD. We assume your mail is hosted on a remote IMAP service and you want to filter it locally before your best email client (K-9 Mail in my case) ever rings.

This is an intermediary setup where I keep my provider as MX records, but I'm allowed to perform my own spam filtering. 

Then by using imap server, I can publish cleaned inbox.

</description>
   </item>
   
   <item>
      <pubDate>Sat, 14 Mar 2026 22:04:00 +0100</pubDate>
      <link>http://www.vincentdelft.be/post/post_20260314</link> 
      <guid>http://www.vincentdelft.be/post/post_20260314</guid> 
      <title>I test my new version of Fapws4 against other wsgi solutions and even against apache</title>
      <description>
![Photo by Wang Sheeran on unsplash.com](/static/post/post_20260314/speed.jpg "Photo by Wang Sheeran on unsplash.com")
I've made lot of modificaitons inside Fapws4 those last days/weeks. It remains a strong and very fast WSGI server offering all flexibility of Python. This is mainly than,ks to the libuv library and the picohttp parser. This blog will show how Fapws4 resist to massive requests and to compare results with other SWGI solutions. I will even compare it with apache24.  
</description>
   </item>
   
   <item>
      <pubDate>Thu, 12 Mar 2026 19:18:00 +0100</pubDate>
      <link>http://www.vincentdelft.be/post/post_20260312</link> 
      <guid>http://www.vincentdelft.be/post/post_20260312</guid> 
      <title>NVIM easy copy/paste even if inside an ssh connection</title>
      <description>
![Photo by Greg Schmigel on unsplash.com](/static/post/post_20260312/copypaste.jpg "Photo by Greg Schmigel on unsplash.com")
I run nvim on all my machines — my laptop running FreeBSD with Alacritty as my terminal, and several OpenBSD and FreeBSD servers I connect to via SSH. Everything works great, except for one long-standing annoyance: copy/paste in nvim on the servers was completely broken. I kept getting a message complaining about `xclip` missing. Of course it's missing — it's a server, I'm not going to install X11 clipboard utilities on it.

This blog post explain what to do. It's very simple, we we know it ;)

</description>
   </item>
   
   <item>
      <pubDate>Wed, 11 Mar 2026 20:58:00 +0100</pubDate>
      <link>http://www.vincentdelft.be/post/post_20260311</link> 
      <guid>http://www.vincentdelft.be/post/post_20260311</guid> 
      <title>AMDGPU crash with FreeBSD 15.0 on my laptop. Why and what are possible solutions</title>
      <description>

![Photo by NordWood Themes on Unsplash](/static/post/post_20260311/video.jpg "Photo by NordWood Themes on Unsplash.com")
I recently upgraded my machine from FreeBSD 14.3 to 15.0-RELEASE. The upgrade itself went smoothly enough, but when I rebooted into the new system, I was greeted with a kernel panic. The culprit: `amdgpu`.

In this blog, I will share some details and will explain the workaround I've put in place

</description>
   </item>
   
   <item>
      <pubDate>Sun, 08 Mar 2026 18:11:00 +0100</pubDate>
      <link>http://www.vincentdelft.be/post/post_20260308</link> 
      <guid>http://www.vincentdelft.be/post/post_20260308</guid> 
      <title>Thanks to log2table I'm able to secure my servers</title>
      <description>
![Generated by AI](/static/post/post_20260308/log2table.png "Generated by AI")
As for each server on internet, I receive lot of bad requests. Thanks to a continuous check on different log files, I'm able to automatically add bad IPs in the pf firewall (OpenBSD). 
This blog will explain how I've setup log2table and how I treat those bad IPs

</description>
   </item>
   
  </channel>
</rss>