Alex Shpilkin
Alex Shpilkin
There is also [Pure64](https://github.com/ReturnInfinity/Pure64) to handle initialization, but the initialization is only tedious, given some architectural knowledge, whereas any more or less modern x86-64 assembly is pure madness. (I think...
@Brad-R MSP430 is great, actually—even a full commented listing of the whole kernel (a la TeXbook appendix B) should be short enough, although that’s not probably not what you’re going...
Note that a careful repository author can make GitHub recognize any extension at will by [including `linguist` configuration][1] in `.gitattributes`. For example, I [use this][2] to make GitHub recognize the...
The original author of this issue might want to correct me, but it seems that there are two interpretations of the question in this issue and @bradleypeabody may have responded...
... And now that I’ve taken the time to write all of this down, it finally occurs to me that maybe the main thrust of the draft here is that...
@josephwright For an example, try any recent results report in [hep-ex][1]. Literally the [most recent submitted paper][2] mentions “0.67 ± 0.18 (stat) ± 0.05 (syst)”. [If there were more than...
@josephwright Well, the paper I referenced is in high-energy (collider) physics (which is where I first encountered this as well). The th/model/stat/syst split is actually quite common there when the...
It seems to me as though there was some sort of misunderstanding as to how `nix profile` works when the initial support was implemented in https://github.com/nix-community/home-manager/pull/2840. Specifically, `nix profile install`...
@sullyj3 As far as I’m able to tell, yes, though if implemented as two separate commands `nix profile history` will look like ``` Version N-2: home-manager-path: Version N-1: home-manager-path: Version...
@ameyp It is fixed for my existing installation (of the master branch), at least, and like the patch implies, I’m seeing two profile generations created per invocation of `home-manager switch`...