Andrew Rodland

Results 42 comments of Andrew Rodland

Option 2 is very likely to help if done right. Division is pretty much the most expensive operation on a microcontroller, and it gets exponentially slower the further you go...

int32_t frac = PICstop_usec * 1000000; // mult by 1e6 to make picos I think this number is off, if PICstop_usec is actually 100us ticks, you want to multiply by...

Status update: I found some time to work on this over the weekend. I refactored timestamps the way I suggested in my earlier comment, got everything working, and ended up...

That's great! I'll rebase my work on top of this and see what comes out.

I suppose this is dead, it's been over a year. The changes I made *worked*, but contrary to expectation, made absolutely no difference to the performance of the code, and...

I know thenathannator isn't ready to merge that PR until he understands what the underlying issue is, but FWIW: I built YARG against it and it plays great with my...

I tried to do some repro but no luck — after a bunch of work getting deps installed, I find that ncmpcpp crashes with an assertion failure in ImageMagick when...

Rua provides the build jail with access to `~/.gnupg/pubring.gpg` and `~/.gnupg/pubring.kbx`, but it looks like in some cases received keys are stored in `~/.gnupg/public-keys.d/pubring.db` (an SQLite databse), which isn't mounted...

I think it makes sense that it does a method call (if I wanted to access the variable directly I should have used `@!items` — which slipped my mind at...

Likewise, `rakudo` depends on `nqp>=$pkgver` and nqp depends on `moarvm>=$pkgver`. When all three get a new version, rua tries to build all three before installing anything, meaning that two out...