Tom
Tom
@papyDoctor I ended up with my own, very strange solver for https://github.com/twitchyliquid64/liquid-cad (online demo: https://liquid-cad.twitchyliquid.net/) But lmk what you come up with, always excited to swap notes! @MattFerraro is also...
@papyDoctor My use-case is defs PC & web-oriented so defs enjoying egui :) Im curious as to what your use-case is with trying to do this embedded? Ive always thought...
Gotcha! I definitely want to add basic CAM support to liquid-cad, my approach was going to be to generate an offset curve with the tool radius subtracted, and covert that...
Is there a way to feed raw I/Q samples in via a unix domain socket or piped through a file descriptor? I was hoping to use mmdvm-sdr standalone (without using...
Myself and a good friend of mine are software programmers who want to build (rebuild) a higher-level stack for amateur DMR radio. The one thing neither of us want to...
I can replicate on debian buster: ```shell [xxx@xxx]:/tmp/mmdvm-sdr/build> make Scanning dependencies of target mmdvm [ 2%] Building CXX object CMakeFiles/mmdvm.dir/CWIdTX.cpp.o [ 5%] Building CXX object CMakeFiles/mmdvm.dir/CalDMR.cpp.o [ 8%] Building CXX...
You could: 1. Make a hole in the face you are cutting out from by adding an inverted wire representing the boundary of the outer face and the cutout 2....
The problem it solves is having to manually adjust command lines or files on a box and bounce certd whenever we want to add a new trunk. The plan was...
This library doesn't generate assembly code, it generates machine code from series of calls like `b.AddInstruction(...)`, where each call to AddInstruction is an assembly instruction. `asm.NewBuilder("amd64", 64).Assemble()` specifically generates nothing...
Worth noting theres a `0.6` and `0.7` patch release that fixes this if you don't want to update to `0.8` crates from `usbd-hid`.