Jan Ph. H.
Jan Ph. H.
The ssh guide is completely useless for 1. setup, 2. troubleshooting, 3. quirks of gpg-agent (pinentry-tty is a mess) and most relevant, ssh-copy-id does not allow key separation. Meaning, one...
Just adding my thoughts on undo files tree: Unfortunately undo files dont track changes between files, ie if one function or code part is refactored to another file. Do you...
The handmande networks wishlist has code-aware CVS https://github.com/HandmadeNetwork/wishlist/discussions/5, which is essentially structured editing (version control system), which is essentially a language-tailored form of ropes + tracking+resolving their changes. See "Typed...
Potential additions (belongs into new issue, if not implemented here): - 1. Darwin perf counters https://lemire.me/blog/2021/03/24/counting-cycles-and-instructions-on-the-apple-m1-processor/ - 2. Windows perfcounters https://learn.microsoft.com/en-us/windows/win32/wmisdk/accessing-performance-data-in-c-- and https://learn.microsoft.com/en-us/windows/win32/api/_perf/, however I have no idea about the...
> My best guess right now is that the answer is effectively, "windows does not have [relevant/useful] hardware counters." With possibly a caveat around Intel processors, specifically. ETW are using...
Here is an In-depth manual from 8 days ago at https://documentation.suse.com/sle-rt/12-SP5/single-html/SLE-RT-shielding/, upstream https://github.com/lpechacek/cpuset with [issues](https://github.com/lpechacek/cpuset/issues). Please note, that `cset-shield` is written in Python and GPLv2 and is a few thousand...
I do not yet understand what time guarantees the Kernel provides regarding when reads and writes to the pseudo-file system being applied, so I asked the author of the tool...
Zig (and probably me) plans to implement the compiler_rt decimal routines (https://github.com/ziglang/zig/tree/d6b430b520103fb6691b2c18ae06c2f2a360e806/lib/compiler_rt#readme). Keep in mind however, that decimals have no hardware acceleration for common hardware (instructions are in x86, but...
> The following is a list of reasonably mature open source [embedded scripting languages](https://en.wikipedia.org/wiki/Scripting_language) to use in your application. "reasonably mature" is a relative weak criteria. I'd ask the project...
> Cyber exploring the space outlined To take things into a usable direction it would help to provide claims + actual benchmark code to validate those claims. Your description of...