Leonard•Janis König
Leonard•Janis König
Hi Ben, thanks for the feedback! I think both changes sound more than reasonable, the code looks more clean this way. I'm happy for the change to land, thanks for...
@patricksjackson Seems you're right. I don't really want to go into the depths of bash, but simply overriding the function in `.bashrc`: ``` [[ -f ~/.bash-preexec.sh ]] && source ~/.bash-preexec.sh...
I currently hit this for virtually all binaries and for the mean time you can archive your binary into a tarball, open it in Ghidra, and then import the binary...
Same here, we wanted to consume the API using PureScript but ended up giving up and using TypeScript simply because of this.
> > > What's wrong with using boot loader entries? Wouldn't we expect that the UEFI boot loader participating in the scheme (e.g. sd-boot) to support the boot loader spec?...
> It is not a bug, just a design issue: > > * Unicode unmistakably states that U+2216 is the character that denotes set difference > * U+29F5 is the...
> Thanks for the decades of commentary here. I'm sorry that I dug my heels in so much about this -- in hindsight, it would have been better to make...
I just read that there are specific methods for accessing io-ports in ``, so I'll try changing the code to use these in the next few days when I'm back...
Experimenting with the ``-implementation in my branch here (https://github.com/LeonardKoenig/acer_5750G_fan_maximiser/tree/prq_asm_io). It seems to be far more reliable than using `open()`, `write()` etc. (I didn't get any timeouts).
Hi, there's fancontrol which is part of `lm_sensors`. If one could somehow make your research part of `lm_sensors` it maybe could cover some more models with one program and would...