- Powered by
- WordPress
- Blog
-
Setting up WireGuard tunnels from a BGP router
I recently re-started my BGP shenanigans, and with that, re-setup some VPNs using WireGuard for my personal machines. I basically use those to whitelist connections to certain applications to only the prefix used by my machines. The host machine runs Debian and BIRD, and the end devices are diverse from standard Linux machines, to Windows…
-
Sending commands to a Docker Compose Resonite headless
After searching for a bit, I found a way to send commands to a Resonite headless within Docker programmatically without having to run docker compose attach <container> and having to manually detach. You will need the software socat installed on the host machine, given most of my machines are running Debian, this can be done…
-
Finding music
In this blog post, we’re gonna see some places where I find music. Some of those are paid, some of those are free. First, let’s go over some good players: Most of the music I listen to are modules (or MODs), to get those, I have a few places: Those can generally be found there…
-
Liberate your news with RSS
RSS, standing for Really Simple Syndication, is a really good and easy way to get all your news right onto your computer. While the standard is fairly old now, being older than me, it still fills its purpose wonderfully. To have a simple outlook, RSS allows you to get news from feeds made available by…
-
I am not interested about AI
Recently, I’ve received some e-mails from so-called “AI” startups, wanting me to join them to develop their product. I will be blunt: don’t bother. I’m not interested. I’m not interested in your startup that resells the OpenAI API under a fancy interface.I’m not interested in your startup that has no plans for the future beyond…
-
Setting up a Resonite Headless and getting metrics from it
As you may know, I made a mod for the platform Resonite that allows you to export metrics from the game as OpenMetrics data readable by Prometheus amongst other software. In this post, we’re gonna see: First, some pre-requisites: Setting up a headless in Windows is really easy. To first get the headless files, there…