cehteh

Results 36 comments of cehteh

$ fd --version fd 8.3.0 installed by cargo install

hint: in my own directory traversal code i found that about 4k per thread (for memory calculation, not one channel per thread) is a somewhat sweet spot. Actually the limit...

On 2022-06-03 12:37, Tavian Barnes wrote: >Okay yeah, I think this is probably due to the lack of backpressure >with the unbounded channel. It's unfortunate that >`std::sync::mpsc::sync_channel()` (the bounded queue)...

Some random blurbs: Failsafe autolanding could be done w/ accelerometer only (level, set to 8.5g or something like that). This will possibly a be bumpy landing but needs less math...

> So you want to be able to control the prefix part of the regexp? (You can already set the suffix part.) > > Note that, the less specific the...

> That seems like a prefix to me. > > > Where linecomment sequences should be obtained from the current mode (yes sorry I am bad at elisp by myself,...

Me too, I can reproduce the problem: When DC-Desktop (1.30.1) is running then then the mobile clients don't show any notifications. Closing the DC-Desktop and Notifications work again. - DC...

Same problem here with PixelDroid (error 413)

`straight-pull-all` should be able to run some number of git pulls in parallel, that would speed things up considerably.

That's the reason why I kept the 'FACTOR' a const generic, when you use power of two there, then the compiler is able to optimize this pretty well as the...