Viewing profile — FRidh
FRidh
HN member- Joined
- Sat, Jun 23, 2018, 7:08 AM UTC
- HN karma
- 75
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About FRidh
No profile information was provided.
Recent public activity
-
comment
Comment #44171700
Write a Nix expression to compile your document. That way you can be sure it keeps working. I did this long ago for my PhD thesis and other papers.
-
comment
Comment #44061391
The problem with using decibels is that since it is a relative unit you need to know what it is relative to, and that is often not just the unit but also the quantity. Unfortunatel…
-
comment
Comment #40757713
NixOS system configuration is centralised and documented.
- story
-
comment
Comment #34531285
The speed of sound is the square root of a modulus over the density where the modulus for a gas is the bulk modulus. The funny thing with vibrations is that it is not the density t…
-
comment
Comment #34244642
To improve the COP you need a gas with a high ratio of specific heats and low Prandtl numbers. The Prandtl number is the ratio of viscosity to thermal diffusivity. Helium works fai…
-
comment
Comment #32204359
Ha, familiar. I decided I wanted the pdf of my dissertation to be reproducible and hence packaged it with Nix.
-
comment
Comment #30061482
This is indeed not very good. Note there is a reason that overridePythonAttrs exists: it overrides the call to buildPythonPackage instead of mkDerivation. There is/was an RFC on st…
-
comment
Comment #27591172
It should be noted this was achieved by removing Python bytecode from the builds. This has a performance hit and should probably be reverted.
-
comment
Comment #25300482
Exactly. Python maintainer of Nixpkgs here. What we need is to be able to use a resolver such as included by pip or poetry, to build up our package set. In Nixpkgs this is nowadays…
- story
- story
-
comment
Comment #24196042
Done! https://github.com/disruptek/nimph/issues/138
-
comment
Comment #24185210
Thanks! I was only aware of Nimble. I'll have a look at it. One thing I noticed right away that it seems to be lacking (judging from the `nimph.json` assuming that is the lock file…
-
comment
Comment #24179754
For a while now I've been looking at using Nim, and this weekend I did my first project with it: a tool for creating binary wrappers. In Nixpkgs we often create wrappers, but those…
-
comment
Comment #21206023
The release announcement on Discourse: https://discourse.nixos.org/t/nixos-19-09-release/4306
-
comment
Comment #20147826
Nixpkgs supports multiple versions of Perl and allows you to use them side-by-side.
-
comment
Comment #17529003
Yet another format for self-contained executables, and one that looks pretty similar to the already existing AppImage. Note that Nix users can use `nix-bundle` to create AppImages …