

An 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)
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.
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.
Halfway competent criminals know how to prevent it. But at the same time, I am simply against any and all non-consensual tracking.
I have a similar stance on this as DRM.
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