kintrix

joined 9 months ago
[โ€“] [email protected] 3 points 13 hours ago (1 children)

My guess is because a linter and/or HLS was suggesting it. I know HLS used to suggest making your fields strict in almost all cases. In this case I have a hunch that it slightly cuts down on memory usage because we use almost all Muls either way. So it does not need to keep the string it is parsed from in memory as part of the thunk.

But it probably makes a small/negligible difference here.

[โ€“] [email protected] 2 points 13 hours ago

Of course it's point-free

[โ€“] [email protected] 2 points 23 hours ago

True. I love how AoC is a hotbed for creative and/or insane ways of solving coding problems.

If you wanna check out how it goes in Nix: https://git.sr.ht/~kintrix/aoc2024

[โ€“] [email protected] 9 points 1 day ago (2 children)

Nix, because I hate myself. No, it is very much not made for this purpose. But it's possible to use if for this.

[โ€“] [email protected] 2 points 1 day ago* (last edited 1 day ago)

<$> is just fmap as an infix operator.

>>> fmap (+1) [1,2,3]
[2,3,4]
>>> (+1) <\$> [1,2,3]
[2,3,4]
[โ€“] [email protected] 5 points 1 day ago

https://adventofcode.com/

An advent calendar of coding puzzles. Dec 1-25 you get a new puzzle every day

[โ€“] [email protected] 2 points 1 day ago* (last edited 1 day ago) (1 children)

I definitely am: https://git.sr.ht/~kintrix/aoc2024

(The README is wrong, just copied it over from last year)

[โ€“] [email protected] 2 points 3 months ago

That is basically the problem. Also that fractional scaling on Linhx generally still gives blurry results. Fractional scaling without explicit support from the apps side is very difficult to implement.

And yes, there are a ton of of apps that don't correctly respect OS hints for size. Even more common among apps that aren't Linux first, or are proprietary.

[โ€“] [email protected] 2 points 4 months ago (2 children)

[object Object]

[โ€“] [email protected] 2 points 4 months ago

Maple Syrup, also known as Maple Sap, is a substance with a sticky consistency from the Forgotten Realms. It is produced from the sap of maple trees. You can buy it in the Seven Suns Coster Market for 5 silver pieces.

view more: next โ€บ