HackerTrans
TopNewTrendsCommentsPastAskShowJobs

computatrum

no profile record

comments

computatrum
·6 個月前·discuss
Preheating is not in general forbidden in Germany, but you need a proper stationary heating system (can be even combustion based). Lexus probably has implemented it with the main combustion engine as remote start, which is a poor-man solution and considered inefficient and illegal.
computatrum
·11 個月前·discuss
The mentioned periodic clean up of tmp files is not enabled out-of-the-box in case of a upgrade from previous Debian versions, see https://www.debian.org/releases/trixie/release-notes/issues.... .
computatrum
·去年·discuss
It not only written in Rust, but they avoid basically any dependencies to third-party crates (beside the obligatory windows-sys/libc), optimizing probably for binary size. To achieve this, they seem to re-implement considerable parts of the rust ecosystem (own TUI library implementation, own unicode handling, own arena implementation, ...).