Francis Lam
Francis Lam
Just to add some thoughts from IRC, there are potentially a few different objectives when trying to choose transactions: exact coin amount matching, dust reduction, fee minimization, correlation minimization to...
FWIW I haven't had x230 shutdown problems with a cleaned ME. I don't use sleep so I haven't run into that S3 battery issue.
Adding #217 to this thread and closing it as a dup.
To give concrete details to this discussion, all you would need to do is disable the UI bits and that gives you enough space for everything else (including cryptsetup2 and...
Just based on my quick tests past last hour, I think if you clean up the kernel config to remove the networking bits (not relevant for laptop boot), you can...
As per slack, right now the Heads u-root module makefile appends the full package path to each command in UROOT_CMDS: ```u-root_src_cmds := $(foreach cmd,$(UROOT_CMDS),github.com/u-root/u-root/cmds/$(cmd))``` so we need another option to...
@Cydox note that adding the barrier here doesn't fix the `test_half_to_int8` failure when using OpenCL/`GPU=1` on the Intel GPU. It seems like there is a very odd driver quirk on...
These two options are used to add (`-a`) or remove (`-r`) arguments in the kernel command line (which usually come from parsing the grub, syslinux, BLS files). Anything provided to...
The format of the entry argument to pass to `-e` is described here in Installing-and-Configuring/install-os.md line 246. The equivalent kexec-boot command to your kexec command would be: `kexec-boot -b /boot...
I think the deeper question is what tinygrad will accept as the desired result for BinaryOps.MAX or ReduceOps.MAX. In the presence of some NaN but not all NaNs, I believe...