-
Can you please forward all of the dump files you have from the bowflex Vantron rk3399 board? I've been working on this for several weeks, I've packaged a complete ROM that is 95% functional based on …
-
# For a few boids more - boids in Rust (Part 2)
Let's have some fun with procedural graphics generation. We'll give life to a flock of birds by implementing the classic boids algorithm in Rust.
[htt…
-
In my previous project with rust on a STM32 I managed to place assembly code in ram. The code is compiled with gcc via build.rs and cc. And is more or less this:
```
.section .data
.global mode0
.…
-
This is following up from the conversation on Discord and the initial work in the TTS branch, The implementation there is already doing almost everything that I think would be helpful with some minor …
-
following with conversations with @jlwalker and [Paleo Data Working Group](https://paleo-data.github.io/) https://paleo-data.github.io colleagues .
example ichnofossil includes:
https://mczbase.…
-
This RFC is discussing experiments on Zero Cost Logging for RTFM based applications.
v0.1.0, 2020-03-21
v0.1.1, 2020-03-21 (added more considerations)
v0.1.2, 2020-03-24 (altered syntax, to be mo…
-
#### Problem
- In transaction processing, one of the main bottlenecks for simple transactions (such as in bench-tps) is recording transactions into PoH.
- The reason this is slow is because of the c…
-
We want a `PlayerSerializer` that uses a database (postgres would be good, but making it implementation-independent would be nicer, if feasible). This is a must for good performance, and because the B…
-
After https://github.com/llvm/llvm-project/commit/6c8adc505471542be38bd71d1000062daa46d7bc, inlining in cross-language LTO happens in cases where it didn't happen before, including cases where things …
-
For our drivers we have the option of opting into the `new_typed` method to create a driver _without_ type erasure, i.e `Spi`.
I'm wondering what use cases this opens up (if any) and whether we sho…