RSSAmplifier

Blog

Vincent's blog

Vincent's ideas

vicentdelft.beRSS feed ↗5 posts

Latest posts

Bloging since a decade

![Give a shoutout to Natakie Kinnear on unsplash.com](/static/post/post_20260816/happy.jpg "Give a shoutout to Natalie Kinnear on unsplash.com") This month, this blog turns 10 years old. I want to use this anniversary post to look back at everything I've written over the last decade: what has stayed the same, what has evolved, and what I've replaced along the way.

Thanks to OpenBSD and Wireguard it's easy to setup a permanent connection with a remote machine behind a NAT

![Give a shoutout to Yohei Shimomae on unsplash.com](/static/post/post_20260815/tunnel.jpg "Give a shoutout to Yohei Shimomae on unsplash.com") Increasingly, new ISP boxes bundling fiber, TV, and all the bells and whistles no longer allow inbound connections from the outside. Unfortunately, that's exactly what I need — I want to reach my home server from anywhere. Thanks to WireGuard as set up on…

UTF8 email with DMA: DragonFly Mail Agent

![Give a shoutout to Brett Jordan on unsplash.com](/static/post/post_20260530/email_utf8.jpg "Give a shoutout to Brett Jordan on unsplash.com") In the context of the [DMA](https://man.freebsd.org/cgi/man.cgi?query=dma&sektion=8&format=html) developped [in this post](/post/post_20241031), this blog post improve it so to have accents and all nice icons in emails delivered by…

Create a local email server with strong spam filter

![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)…

I test my new version of Fapws4 against other wsgi solutions and even against apache

![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…