Posts tagged uncategorized
Tonor TC310 USB Mic
- 2026-07-23
kernel messages
device: 0d8c:0134 https://linux-hardware.org/?id=usb:0d8c-0134
My Beef with Grafana
- 2026-07-23
I like Grafanas usability and flexibility, but editing panels / promql is a pain. I want real editor support, so I asked AI, as one does.
Gemini 3 Flash Preview recommended grizzly, which is deprecated after being 6 years old (first commit on 2020-03-28). Next in line: grafanactl (first commit on 2025-03-06); deprecated; ~1.5 years old. The new one is gcx, which is a direct continuation of grafanactl.
Caddy certificate directory
- 2026-07-21
Caddy has its caddy group.
Allow it to read certificates:
Use the setgid bit, because when a new file is written, the group should be inherited from the parent directory instead of the writer’s default group.
This way, another user can simply write the certificate.
Use this for push-based certificate deployment:
A central server (e.g. enterprise) can get certificates from Lets Encrypt and push them through a secure channel.
Github Token
- 2026-07-09
I like to install development tools with mise.
As most of them are published as Github releases, you have to pay the overlord data collection tax get a Github token to get higher rate limits.
Here’s how:
Fake Location on Firefox
- 2026-05-15
You can easily set your location on Firefox. I find it useful for my desktop, so some websites may provide localized info to me:
keywords: Firefox Standort faken
Oklab / Oklch
- 2026-03-19
oklab() uses a Cartesian coordinate system. Its arguments are lightness, a (red/green), b (blue/yellow) and optional A (alpha). oklch() uses a polar coordinate system. Its arguments are lightness (dark/bright), Chroma (grey, colorful) and Hue (which color). See https://oklch.com/
https://oklch.com/#0.85,0.3623,145,100)
Automate Video Download with Xdotool
- 2026-02-04
Daverl von https://isnichwahr.de/ war so nett uns ein Archiv unter https://isnichwahr.de/archiv zur Verfügung zu stellen, damit wir alte Inhalte archivieren können. Ich habe über 600 Bookmarks:
Ganze 469 Videos manuell herunterzuladen ist machbar, aber nervig. Da wird es Zeit zu automatisieren.