- Powered by
- WordPress
-
AI still banned at Servo
About half an hour ago, Servo re-affirmed their ban of LLM tools laid out in their contribution policies: Contributions must not include content generated by large language models or other probabilistic tools, including but not limited to Copilot or ChatGPT. This policy covers code, documentation, pull requests, issues, comments, and any other contributions to the…
-
Conditional Git config
A little known feature of Git is that you can have conditions, for instance, to have a work and personal name and email. First, the ~/.gitconfig file: After specifying this, you can then create two files, ~/.gitconfig.personal and ~/.gitconfig.work, containing: and Now, when you are in ~/src/personal/, the personal email and name will be used,…
-
The silly mod
As I previously mentioned, I’m currently playing through Yakuza Kiwami 2 again. There’s a different way to experience the game with the Silly Mod. This mod basically adds/replaces a ton of animations, models, etc to make the game… as you might have guessed, more silly. I can definitely recommend giving it a try as it’s…
-
More vulnerability databases!
Previously, I’ve shared about EUVD, the European Vulnerability Database. Turns out in the wake of the whole CVE debacle, a bunch of other initiatives were also announced! As more alternatives pile up, this paints a good outlook for the future, shall CVE go definitely down the drain.
-
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:…