Elektrine lite

← Feed

@marcedwards@mastodon.social

Post #24342

2025-12-01 22:49 UTC

The info.plist files accompanying the macOS cursors are interesting. They have the shadow values (shadows are drawn at runtime and not included in the cursor PDFs). They’re also full of rounding errors, which makes me thing they were generated by a tool. A human probably typed 0.033 and 0.45, and rounding errors caused the issue in the screenshot.

Replies (2)

  • @eelco@mstdn.io 2025-12-01 23:05

    @marcedwards Don’t think those are rounding errors, just an effect of the way that floats are represented in binary. So a human indeed probably entered the values you said, but these representations easily parse to the right binary representation that is closest to that number.

    Open ##1772314

  • @mrudokas@mastodon.social 2025-12-02 13:44

    @marcedwards What are the `delay` and `frames` here?

    Open ##1772320