VariantXYZ
VariantXYZ
Using the v0.5.2 release, and having the nds file installed as a system title (via TMFH) and booting it from the system home menu. I am not using TwilightMenu, but...
I think we should still create a proper C# library for packet structures, but this can be handled later, and possibly in conjunction with PSO2Packet. For now, as discussed yesterday,...
Hi, I've been experimenting with this project a little and have been able to use it to generate functional programs on my host PC (x86_64-unknown-linux-gnu), but am hitting some snags...
Hi again! Tract's performance has been fantastic so far, and I've had a lot of good luck playing around with F16 on different models on hardware that supports it, but...
https://github.com/Rikorose/DeepFilterNet/pull/211#issuecomment-1353637586 Digging in a bit into why I was seeing so many f32/f16 conversions despite the A55 supporting fp16 storage and arithmetic, it seems like this is just a limitation...
It would be great to take advantage of the cost_model setup for arbitrary ARM CPUs (like the a57) and generate better cost models for then, but I’m not really sure...
I've been using isomorphic-git with lightning-fs and it's working great so far, but the next stage of my project is calling an emscripten-built assembler. Unfortunately, lightning-fs doesn't seem to implement...
There should be a way for people to toggle sending to GChat. E.g.) !gchaton makes every message sent to some channel go to gchat instead.
While trying to see if I could emulate breakpoint behavior in PyBoy using hooks, I found that setting the hook to one instruction ahead and changing PC to the instruction...