yaleman.org
Sometimes you just need to figure out what ClamAV is looking for…
[Read More]This should apply to Windows Server 2022, Windows Server 2019, Windows 10 (build 1809 and later).
[Read More]I finally updated to ventura the other day, went to hack on github-linter and … dependency hell.
Updating to 2.0.2 seems to have fixed it.
[Read More]I was trying to parse some XML (well, Atom, but you get it)… and started getting this while using the rust quick-xml crate.
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Unsupported("structures are not supported for XSD `simpleType`s")', examples/test_quickxml2.rs:79:42
BNE-DXB, Worst. Flight. In. My. Life.
[Read More]I’m writing a GUI app in Rust, trying to get it working with Tauri’s tooling, using Yew to generate the actual user-facing code. I thought it would be easy to get a thing that notices when I hit a key, and do stuff with it. Pre-yew-0.19 you could do this with a KeyboardService
, now it’s a whole thing with gloo
.
I run Kubernetes at home. Yeah, I’ve said it. It’s out there now.
Now we’re past that, here’s how to convince traefik to talk nicely to a HTTPS backend server, in this case a test instance of GoatNS. I use Terraform for my configuration management, k3s to build/control the platform, with its built-in traefik for routing traffic.
[Read More]After confirming that they do support DNS LOC records, I couldn’t find any documentation about how to successfully create them using terraform, so here goes:
[Read More]I kept getting OOMKilled when trying to build Rust apps in Docker containers on GitHub Actions (and also locally, using buildx
). The return code of any cargo
command that touched the list of crates would end up with the command killed after 30-90 seconds.
I found two solutions:
[Read More]