Matt Stancliff

Results 146 comments of Matt Stancliff

Interesting improvement! Some notes: We do populate wap data in the decoder for BarData in some places (but it's just called `average` in some places for the object) — though,...

major benefits of CMake I usually rely on: - enforces out-of-source builds. the pattern is `cd project; mkdir build; cd build; cmake ..; make` so your object files and binaries...

Recent events addendum: today's `xz` intentional backdoor exploit was injected via obfuscated `configure`/`Makefile` directives which would be much more difficult to hide in a CMake-based system: https://www.openwall.com/lists/oss-security/2024/03/29/4 I'd make an...

> adding a make macro like HAVE_EPOLL2 and conditional code. ah, but this is what the meta-build system solves. To work automatically, it checks system features at build time, you...

i think it falls into the old quote of: > “There are only two kinds of languages: the ones people complain about and the ones nobody uses.” hand written makefiles...

> PS, along the same line, I would like to introduce clang-format and have it automatically re-format the source code so we can all stop wasting time on nitpicking trailing...

same. a clean first install of the moondream desktop app. the `caption` command works fine though. ## console output ```haskell moondream> query "what is this diagram about" /Users/matt/Desktop/database-centric-services.png Answering streaming...

If the trailing amount is set as a percentage (as one would expect), then the actual stop "price" will change over time. The two systems could just be out of...

That does sound odd. Generally, "no security definition found" is what IBKR says after a contract id has expired and you just can't look it up anymore. If the logs...