kintrix@linux.communitytoNix / NixOS@programming.dev•Is anyone else doing Advent Of Code in Nix?English
5·
11 days agoAn advent calendar of coding puzzles. Dec 1-25 you get a new puzzle every day
An advent calendar of coding puzzles. Dec 1-25 you get a new puzzle every day
I definitely am: https://git.sr.ht/~kintrix/aoc2024
(The README is wrong, just copied it over from last year)
I think the baseline of what I would want is:
I genuinely think Youtube premium is alrightish as it is. I wouldn’t pay for it; though, since I do not want to give my money to Google. They are getting enough out of me that I don’t want to give them.
I honestly just want the alternatives, like PeerTube, to have a funding model, which allows creators to get paid. Donations? Sure. Optionally ads? Sure. I think peertube having opt-in ads that go to the creator would go a long way.
You can also use the pipe operators; but they are still experimental features.
foo (bar (baz x))
=x |> baz |> bar |> foo
=foo <| bar <| baz <| x