- Powered by
- WordPress
- Blog
-
Amazing things are happening with “vibe” coders
The motto of “vibe” coders really is “let the thing do it, don’t check anything ever” because the whole cohort of Cursor users (an IDE with built-in LLMs) really believed a support bot that came up with a fake policy. Shortly afterward, several users publicly announced their subscription cancellations on Reddit, citing the non-existent policy…
-
Headless road to ARM: status
Being currently assigned to the issue about ARM support for Resonite headlesses (GH-2555), time for an update since there hasn’t been one in some time. First off, everything is looking great, current status being: This marks the first ARM-related PR being reviewed and merged into an official repository, being the PR #1 on the Brotli…
-
Music recommendations for April 2025
This month, I bought a bunch of music on Bandcamp, here are some recommendations: That’s all for this month’s recommendations. This might become a more recurring thing, but wait until the next Bandcamp Friday, I’ll have plenty of those after it.
-
Interesting links: Open-Source DMR Radio
A friend sent me a link to an interesting blog post talking about making an Open-Source DMR radio using a LimeSDR board and GNU Radio. Digital Mobile Radio (DMR) is a mobile radio standard created by ETSI, which is very popular within the amateur radio community. […]A very basic DMR modem (receiver and transmitter), capable…
-
Getting Steam game changelogs in your RSS reader
A little known feature of Steam is that it offers RSS feeds for any app/game/whatever shared using it. The URL is also very simple to use: You can then replace $AppID by the application ID of your game. For instance, if we want to monitor Resonite, app ID 2519830, you will need the following URL:…
-
Fixing ffmpeg missing codec issues on Fedora
At some point, I had some issues converting some files with ffmpeg, most particularly videos on my Fedora install. Turns out fixing this is really easy with the help of RPMFusion. If you haven’t enabled it at the system installation, you can do that really easily via a single command which will install the free…
-
Starbound, 10 years later
I recently started playing Starbound again after a hiatus of a few years. For the context, I have a pretty big history with the game, buying one of the old supporter tiers (Pixel Tier, in March 2014) and playing though all the first betas up until the final release and subsequent (rare) updates. I also…
-
The European vulnerability database
I’ve recently discovered that the EU has their own vulnerability database: EUVD. As noted by the message on top of the page: This website is currently in its beta phase. We appreciate your collaboration in reporting any inaccurate or incomplete information via the link below “Provide feedback”. The site is still in a really early…
-
Configuring DNSSEC on systemd-resolved
Enabling DNSSEC on systemd-resolved is quite easy. First, let”s go in /etc/systemd/resolved.conf.d/main.conf and add/modify the file like so: For good measure, you can also enable DoT (DNS Over TLS) in there, which you can use with something like DNS0. Restart systemd-resolved using systemctl restart systemd-resolved and voilà. Now, if you type something like resolvectl query…