Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)TH
totally_notAcat (she/her) @ totally_notAcat @lemmy.blahaj.zone
Posts
7
Comments
71
Joined
2 yr. ago

  • Well not everything is packaged and when they aren’t it Can get more complicated to install since nixos doesn’t use the default file system layout. Another thing is that certain programs have assumptions about being able to do certain things like changing their own config files that don’t work well with the nixos way of doing things. (Looking at you fish(it works but you can’t manage your configuration for it(pretty sure?)with nix))

  • I should probably clarify in here some more. Well yeah someone asked if I was gay or not(I am not really out yet) and I decided saying anything either way would basically be lying. If I said one way then I would straight up be lying, and if I said the other way I would give the wrong impression and that would basically be lying by omission, so I went with a response that doesn't say either way.

  • ah, I kind of went the opposite direction and mapped whole ranges of seeds at once through the series of maps(I think it was nlogn maybe?). It's interesting to see the different ways of solving the same problem. (I like your solution more :) )

  • I’m doing it in ocaml this year because a friend is doing it in ocaml and they asked me to do it in ocaml so they can see how I do it(this is my first time ever programming in ocaml(last year I was doing it in Haskell)). I’m also in general trying to restrict the amount of recursion I use to force me to use library functions.