a dude that likes gaming and tech (especially Linux) aro/ace

  • 29 Posts
  • 803 Comments
Joined 3 years ago
cake
Cake day: November 6th, 2023

help-circle

  • Very interesting article on how apple’s icon and style guidelines shaped the look of app icons, I especially liked this part:

    The shape of apps is a squircle. And it has been proven to work for everyone. Companies can use their logo as an app icon. Designers can create something specifically for the platform. And both of these get to look like an app. Whether people consider the squircle a container or a canvas, this uniform appearance communicates its function: a squircle represents an app, just like how a piece of paper represents a digital document, or a folder represents, well, a folder.

    Semantically, there’s something really beautiful about that. As an icon designer, I appreciate that different types of things have visual distinction.

    And I agree! Having different shapes mean different, clear things is quite valuable, especially in MacOS, where having executables all around your home directory is more common.
















  • I may be misinformed but the article says

    We’ve verified that every AST produced by the Rust parser is identical to the C++ one, and all bytecode generated by the Rust compiler is identical to the C++ compiler’s output.

    which I took to mean that the new code behaves 100% identically to the old code, like a byte-perfect decompilation. If that’s not the case and it’s just the same in their suite of tests then I’d agree with you.