Viewing profile — rtu8lu
rtu8lu
HN member- Joined
- Wed, Apr 15, 2020, 8:30 PM UTC
- HN karma
- 5
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About rtu8lu
No profile information was provided.
Recent public activity
-
comment
Comment #45845195
Not really. There are many ways depending on your needs. For example, you can partition your space first, then generate randomly inside each of the subspaces. Let's say I need 200 …
-
comment
Comment #45822532
When you generate randomized data in an order from the simplest to the most complex.
-
comment
Comment #45822070
Great project. I used it a lot, but now I mostly prefer ad hoc generators. Hypothesis combinators quickly become unmaintainable mess for non-trivial objects. Also, shrinking is not…
-
comment
Comment #22882729
I have something like this in my overlays.nix: self: super: let callPackage = super.callPackage; in { darktable = callPackage ./pkgs/darktable { inherit (super) darktable; }; } And…