No it’s real! I can’t verify the exact rating since it OL’s my meter, but with some circuitry it can power my Pi for a few minutes. I got them from element14, so it’s unlikely to be a fake product.
- 0 Posts
- 7 Comments
Guys you’re not gonna believe this:

SteveTech@programming.devto
Linux@programming.dev•Disabling Intel Graphics Security Mitigations Can Boost GPU Compute Performance By 20%English
4·8 months agoThe common sketchy performance advice is to disable mitigations in the kernel, this post is about disabling mitigations in Intel’s userspace graphics stack because it’s already checked in the kernel.
Assuming you meant disabling kernel mitigations, since AFAIK audio stuff doesn’t usually use OpenCL:
Has anyone else here disabled it?
Nah, my understanding is it’s not worth it on newer CPUs, and in some cases, the microcode expects things to be mitigated for best performance. Older CPUs (pre-2019ish) it does make a difference though.
But you’re welcome to benchmark it, and see if it makes a worthwhile difference on your CPU. Kernel mitigations are easy enough to turn on and off.
SteveTech@programming.devto
Linux@programming.dev•I need some high level guidance on UDEV rule for an HIDAPI driverEnglish
3·8 months agoI’ve previously found OpenRGB’s udev rules to be a really good example since there’s a bit of everything in there: https://openrgb.org/releases/release_0.9/60-openrgb.rules
But I think you’d want something like:
SUBSYSTEMS=="usb|hidraw", ATTRS{idVendor}=="REPLACE WITH USB VENDOR", ATTRS{idProduct}=="REPLACE WITH USB PRODUCT", TAG+="uaccess"
SteveTech@programming.devto
Programmer Humor@programming.dev•On this deserted island I could use some help()English
9·8 months agohelpnow actually opens the help utility on Python 3.13!
SteveTech@programming.devto
Linux@programming.dev•I make all my videos using Linux. Here's how. | Veronica ExplainsEnglish
6·9 months agoIf we’re suggesting a GUI for basic trimming and splicing, I prefer Avidemux, it supports cutting without transcoding the whole video (as long as you cut on an I-frame), saving time and reducing artefacts.

It doesn’t look like the normal boot log for Linux (or FreeBSD), so I’m not sure what it is either.